1. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  2. 9415673 arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0) by Mike Rapoport · 6 years ago
  3. 203b660 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  4. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  5. ead2541 timex: use __kernel_timex internally by Deepa Dinamani · 7 years ago
  6. ecf7e0a alpha: add generic get{eg,eu,g,p,u,pp}id() syscalls by Arnd Bergmann · 6 years ago
  7. 6691f16 alpha: add standard statfs64/fstatfs64 syscalls by Arnd Bergmann · 6 years ago
  8. b41c51c arch: add pkey and rseq syscall numbers everywhere by Arnd Bergmann · 6 years ago
  9. 275f221 ipc: rename old-style shmctl/semctl/msgctl syscalls by Arnd Bergmann · 6 years ago
  10. 12b57c5 alpha: update syscall macro definitions by Arnd Bergmann · 6 years ago
  11. d012d13 alpha: wire up io_pgetevents system call by Arnd Bergmann · 6 years ago
  12. 6dd273f perf/core, arch/alpha: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE by Andrew Murray · 6 years ago
  13. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  14. f12e840 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 6 years ago
  15. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  16. 1c3243f alpha: Remove some unused variables by Matt Turner · 6 years ago
  17. 3030cf9 alpha: rtc: simplify alpha_rtc_init by Alexandre Belloni · 6 years ago
  18. fb430b3 alpha: fix spelling mistake QSD_PORT_ACTUVE -> QSD_PORT_ACTIVE by Colin Ian King · 6 years ago
  19. a8faab5 alpha: generate uapi header and syscall table header files by Firoz Khan · 6 years ago
  20. cabcebd alpha: add system call table generation support by Firoz Khan · 6 years ago
  21. d8bf616 alpha: remove CONFIG_OSF4_COMPAT flag from syscall table by Firoz Khan · 6 years ago
  22. 518a2f1 dma-mapping: zero memory returned from dma_alloc_* by Christoph Hellwig · 6 years ago
  23. 5b52609 alpha: fix hang caused by the bootmem removal by Mike Rapoport · 6 years ago
  24. a20388b alpha: remove the mapping_error dma_map_ops method by Christoph Hellwig · 6 years ago
  25. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  26. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  27. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  28. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  29. 4fc4a09 memblock: replace __alloc_bootmem with memblock_alloc_from by Mike Rapoport · 6 years ago
  30. 3bb1f80 memblock: replace alloc_bootmem_node with memblock_alloc_node by Mike Rapoport · 6 years ago
  31. 6471f52 alpha: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  32. 06999fd Merge branch 'work.alpha' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  33. 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  34. 8a68060 alpha: unify the glue for sigreturn-like syscalls by Al Viro · 6 years ago
  35. 060581c alpha: use alpha_ni_syscall only for syscall zero by Al Viro · 6 years ago
  36. 42a0cc3 sys: don't hold uts_sem while accessing userspace memory by Jann Horn · 7 years ago
  37. f88a333 alpha: fix osf_wait4() breakage by Al Viro · 6 years ago
  38. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  39. 92d7223 alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2 by Sinan Kaya · 7 years ago
  40. f5e82fa alpha: simplify get_arch_dma_ops by Christoph Hellwig · 7 years ago
  41. 6db6154 alpha: use dma_direct_ops for jensen by Christoph Hellwig · 7 years ago
  42. e4d90ee signal/alpha: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  43. 5f50245 signal/alpha: Use send_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  44. 535906c signal/alpha: Replace TRAP_FIXME with TRAP_UNK by Eric W. Biederman · 7 years ago
  45. 4cc13e4 signal/alpha: Replace FPE_FIXME with FPE_FLTUNK by Eric W. Biederman · 7 years ago
  46. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  47. 5278c0e signal/alpha: Document a conflict with SI_USER for SIGFPE by Eric W. Biederman · 7 years ago
  48. 6fd16ce alpha: Implement CPU vulnerabilities sysfs functions. by Michael Cree · 7 years ago
  49. 54f16b1 alpha: rtc: stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  50. 9917df8 alpha: rtc: remove unused set_mmss ops by Alexandre Belloni · 7 years ago
  51. bf6879d Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  52. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
  53. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  54. 206b1c6 alpha: get rid of pointless insn in ret_from_kernel_thread by Al Viro · 7 years ago
  55. e4eacd6 alpha: switch pci syscalls to SYSCALL_DEFINE by Al Viro · 7 years ago
  56. edb3959 perf: Fix sibling iteration by Peter Zijlstra · 7 years ago
  57. 8343aae perf/core: Remove perf_event::group_entry by Peter Zijlstra · 7 years ago
  58. 105cf3c Merge tag 'pci-v4.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  59. b89e32c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 7 years ago
  60. 19e7b5f Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. 414ae76 Merge branch 'pci/resource' into next by Bjorn Helgaas · 7 years ago
  62. ce4c253 alpha: osf_sys.c: use timespec64 where appropriate by Arnd Bergmann · 7 years ago
  63. 47669fb alpha: osf_sys.c: fix put_tv32 regression by Arnd Bergmann · 7 years ago
  64. 21ffced alpha: fix crash if pthread_create races with signal delivery by Mikulas Patocka · 7 years ago
  65. 4b01abd alpha: fix formating of stack content by Mikulas Patocka · 7 years ago
  66. 55fc633 alpha: fix reboot on Avanti platform by Mikulas Patocka · 7 years ago
  67. 797cfc4 alpha: deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  68. d437e06 alpha: osf_sys.c: use timespec64 where appropriate by Arnd Bergmann · 7 years ago
  69. 645a05a alpha: osf_sys.c: fix put_tv32 regression by Arnd Bergmann · 7 years ago
  70. 16dc17e alpha: make thread_saved_pc static by Tobias Klauser · 7 years ago
  71. 86be899 alpha/PCI: Fix noname IRQ level detection by Lorenzo Pieralisi · 7 years ago
  72. c98e54c alpha/PCI: Deprecate pci_get_bus_and_slot() by Sinan Kaya · 7 years ago
  73. c820841 vgacon: Set VGA struct resource types by Bjorn Helgaas · 7 years ago
  74. e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
  75. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  76. 03f41f2 alpha/PCI: Make pdev_save_srm_config() static by Bjorn Helgaas · 7 years ago
  77. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  78. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  79. 814eae5 alpha/PCI: Move pci_map_irq()/pci_swizzle() out of initdata by Lorenzo Pieralisi · 7 years ago
  80. dd198ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  81. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  82. d9e3cb2 alpha: math-emu: Fix modular build by Ben Hutchings · 7 years ago
  83. 8c9b839 alpha: use kobj_to_dev() by Geliang Tang · 9 years ago
  84. 203308a alpha: squash lines for immediate return by Masahiro Yamada · 8 years ago
  85. 236d62b alpha: kernel: Use vma_pages() by Shyam Saini · 8 years ago
  86. 03e1f04 alpha: silence a buffer overflow warning by Dan Carpenter · 8 years ago
  87. b5a3a12 alpha: marvel: make use of raw_spinlock variants by Julia Cartwright · 8 years ago
  88. 69f0678 alpha: Fix section mismatches by Matt Turner · 7 years ago
  89. 4f61e07 alpha: support R_ALPHA_REFLONG relocations for module loading by Michael Cree · 8 years ago
  90. a720830 alpha: Update for new syscalls by Richard Henderson · 8 years ago
  91. e42faf5 alpha: Fix build error without CONFIG_VGA_HOSE. by Matt Turner · 8 years ago
  92. 0e4c2ee alpha/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks by Lorenzo Pieralisi · 7 years ago
  93. e2bd64d signal/alpha: Document a conflict with SI_USER for SIGTRAP by Eric W. Biederman · 8 years ago
  94. 8d2fd30 osf_sigstack(): switch to put_user() by Al Viro · 8 years ago
  95. 1cc6c46 osf_sys.c: switch handling of timeval32/itimerval32 to copy_{to,from}_user() by Al Viro · 8 years ago
  96. 33dd955d Merge branch 'work.sys_wait' into misc.alpha by Al Viro · 8 years ago
  97. 9ba3eb5 osf_getdomainname(): use copy_to_user() by Al Viro · 8 years ago
  98. 92ebce5 osf_wait4: switch to kernel_wait4() by Al Viro · 8 years ago
  99. a8c3954 osf_wait4(): fix infoleak by Al Viro · 8 years ago
  100. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago