1. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  2. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  3. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  4. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  5. 6aa293d Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  6. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  7. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  8. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  9. 742f3c8 um: Optimize Flush TLB for force/fork case by Anton Ivanov · 6 years ago
  10. 38e3cbd um: Skip TLB flushing where not needed by Anton Ivanov · 6 years ago
  11. a9c52c2 um: Optimize TLB operations v2 by Anton Ivanov · 6 years ago
  12. 747b254 um: Remove unnecessary faulted check in uaccess.c by Anton Ivanov · 6 years ago
  13. 9bb9d4f Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  14. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  15. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  16. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  17. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  18. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  19. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  20. 59fdf91 um: trap: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  21. d312a25 um: NULL check before kfree is not needed by YueHaibing · 7 years ago
  22. ddf6398 um: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  23. be6ec5b um: setup_physmem: stop using global variables by Mike Rapoport · 6 years ago
  24. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 7 years ago
  25. 530621b signal/um: More carefully relay signals in relay_signal. by Eric W. Biederman · 7 years ago
  26. bc08c07 signal/um: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  27. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  28. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  29. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  30. f166850 um: Add missing EXPORT for free_irq_by_fd() by Anton Ivanov · 7 years ago
  31. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  32. 288fb3d um: time: Use timespec64 for persistent clock by Arnd Bergmann · 7 years ago
  33. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  34. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 8 years ago
  35. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  36. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  37. 8745808 mm, arch: remove empty_bad_page* by Michal Hocko · 7 years ago
  38. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  39. 69b73e95 um/time: Fixup namespace collision by Thomas Gleixner · 7 years ago
  40. d348864 um: Fix CONFIG_GCOV for modules. by Thomas Meyer · 8 years ago
  41. 6f602afd um: Fix FP register size for XSTATE/XSAVE by Thomas Meyer · 8 years ago
  42. 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  43. 88af233 um: Add kerneldoc for segv_handler by Thomas Meyer · 8 years ago
  44. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. 0936d4f um: Use os_warn to print out pre-boot warning/error messages by Masami Hiramatsu · 8 years ago
  46. d3878bb um: Use os_info for the messages on normal path by Masami Hiramatsu · 8 years ago
  47. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  48. 8298525 kill strlen_user() by Al Viro · 8 years ago
  49. ec05901 Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  50. 5b4236e um: Fix to call read_initrd after init_bootmem by Masami Hiramatsu · 8 years ago
  51. ecb6c74 um: Fix _print_addr() by Richard Weinberger · 8 years ago
  52. 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
  53. 8ab3a28 um/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  54. a668ce3 um: switch to RAW_COPY_USER by Al Viro · 8 years ago
  55. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  56. 3f8c245 sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  57. 9164bb4 sched/headers: Prepare to move 'init_task' and 'init_thread_union' from <linux/sched.h> to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  58. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  59. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  60. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  61. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  62. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  63. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  64. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  65. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  66. ce29856 um/ptrace: Fix the syscall number update after a ptrace by Mickaël Salaün · 9 years ago
  67. 972939e um/ptrace: Fix the syscall_trace_leave call by Mickaël Salaün · 9 years ago
  68. 9e0243d Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  69. 915eed2 um: Support kcov by Vegard Nossum · 9 years ago
  70. b632369 um: Setup physical memory in setup_arch() by Richard Weinberger · 9 years ago
  71. fed4c72 um: Eliminate null test after alloc_bootmem by Amitoj Kaur Chawla · 9 years ago
  72. 7a1e8b8 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 9 years ago
  73. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 9 years ago
  74. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
  75. 26703c6 um/ptrace: run seccomp after ptrace by Kees Cook · 9 years ago
  76. 2f275de seccomp: Add a seccomp_data parameter secure_computing() by Andy Lutomirski · 9 years ago
  77. 7d8eb50 Merge branch 'for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 9 years ago
  78. a78ff11 um: add extended processor state save/restore support by Eli Cooper · 9 years ago
  79. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  80. 3ed3a4f mm: cleanup *pte_alloc* interfaces by Kirill A. Shutemov · 9 years ago
  81. 0834f9c um: Export pm_power_off by Richard Weinberger · 9 years ago
  82. 322740e Revert "um: Fix get_signal() usage" by Richard Weinberger · 9 years ago
  83. c50b465 um: Add seccomp support by Mickaël Salaün · 9 years ago
  84. e04c989 um: Fix ptrace GETREGS/SETREGS bugs by Mickaël Salaün · 9 years ago
  85. db2f24d um: Fix get_signal() usage by Richard Weinberger · 9 years ago
  86. 2eb5f31 um: Switch clocksource to hrtimers by Anton Ivanov · 9 years ago
  87. 70c8205 um: Report host OOM more nicely by Richard Weinberger · 9 years ago
  88. f10e6d6 um: Get rid of open coded NR_SYSCALLS by Richard Weinberger · 9 years ago
  89. 1d80f0c um: Store syscall number after syscall_trace_enter() by Richard Weinberger · 9 years ago
  90. 56b88a3 um: Fix kernel mode fault condition by Richard Weinberger · 10 years ago
  91. 5e359bf Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 71b5280 um/time: Migrate to new 'set-state' interface by Viresh Kumar · 10 years ago
  93. ccaee5f um: Fix do_signal() prototype by Ingo Molnar · 10 years ago
  94. 21dc2e6 Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 10 years ago
  95. da028d5 um: Don't pollute kernel namespace with uapi by Richard Weinberger · 10 years ago
  96. 5334cda um: Handle tracehook_report_syscall_entry() result by Richard Weinberger · 10 years ago
  97. d231308 um: Catch unprotected user memory access by Richard Weinberger · 10 years ago
  98. f8d65d2 um: Rework uaccess code by Richard Weinberger · 10 years ago
  99. 89520d9 um: Move syscall() declaration into os.h by Richard Weinberger · 10 years ago
  100. a791b15 um: kernel: ksyms: Export symbol syscall() for fixing modpost issue by Chen Gang · 10 years ago