1. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  2. 87c9366 Revert "um: Enable CONFIG_CONSTRUCTORS" by Johannes Berg · 5 years ago
  3. 457677c um: Implement copy_thread_tls by Amanieu d'Antras · 5 years ago
  4. e19f97e um: add support for folded p4d page tables by Mike Rapoport · 5 years ago
  5. 4e65e76 um: remove unused pxx_offset_proc() and addr_pte() functions by Mike Rapoport · 5 years ago
  6. fefad9e seccomp: simplify secure_computing() by Christian Brauner · 5 years ago
  7. 73625ed um: irq: Fix LAST_IRQ usage in init_IRQ() by Erel Geron · 5 years ago
  8. 0d1fb0a um: Add SPDX headers to files in arch/um/kernel/ by Alex Dewar · 5 years ago
  9. 5d38f32 um: drivers: Add virtio vhost-user driver by Erel Geron · 5 years ago
  10. 278911e um: time-travel: Restrict time update in IRQ handler by Johannes Berg · 5 years ago
  11. eec94b8 um: time-travel: Fix periodic timers by Johannes Berg · 5 years ago
  12. 786b238 um: Enable CONFIG_CONSTRUCTORS by Johannes Berg · 5 years ago
  13. 324f80c um: Place (soft)irq text with macros by Johannes Berg · 5 years ago
  14. 0dafcbe um: Implement TRACE_IRQFLAGS_SUPPORT by Johannes Berg · 5 years ago
  15. 03e46a4 um: Remove meaningless clearing of clean-files by Masahiro Yamada · 5 years ago
  16. e0917f8 um: fix time travel mode by Johannes Berg · 5 years ago
  17. f2772a0 Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  18. f32848e um: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  19. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  20. b482e48 um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT by Johannes Berg · 6 years ago
  21. c4683cd um: Fix kcov crash during startup by Marek Majkowski · 6 years ago
  22. 0650387 um: Support time travel mode by Johannes Berg · 6 years ago
  23. c7c6f3b um: Pass nsecs to os timer functions by Johannes Berg · 6 years ago
  24. c7f04e8 um: Don't garbage collect in deactivate_all_fds() by Johannes Berg · 6 years ago
  25. 8eacd6f um: Remove locking in deactivate_all_fds() by Johannes Berg · 6 years ago
  26. 56fc187 um: Timer code cleanup by Johannes Berg · 6 years ago
  27. bebe468 um: Fix IRQ controller regression on console read by Jouni Malinen · 6 years ago
  28. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  29. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  30. 9d63175 signal/um: Remove task parameter from send_sigtrap by Eric W. Biederman · 6 years ago
  31. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  32. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  33. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  34. 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  35. 1987b1b um: irq: don't set the chip for all irqs by Bartosz Golaszewski · 6 years ago
  36. 4b6b4c9 um: remove unused variable by Bartosz Golaszewski · 6 years ago
  37. 689a586 uml: fix a boot splat wrt use of cpu_all_mask by Maciej Żenczykowski · 6 years ago
  38. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  39. fdc7833 um/stacktrace: Remove the pointless ULONG_MAX marker by Thomas Gleixner · 6 years ago
  40. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  41. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  42. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  43. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  44. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  45. 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
  46. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  47. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  48. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  49. 742f3c8 um: Optimize Flush TLB for force/fork case by Anton Ivanov · 6 years ago
  50. 38e3cbd um: Skip TLB flushing where not needed by Anton Ivanov · 6 years ago
  51. a9c52c2 um: Optimize TLB operations v2 by Anton Ivanov · 6 years ago
  52. 747b254 um: Remove unnecessary faulted check in uaccess.c by Anton Ivanov · 6 years ago
  53. 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
  54. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  55. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  56. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  57. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  58. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  59. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  60. 59fdf91 um: trap: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  61. d312a25 um: NULL check before kfree is not needed by YueHaibing · 6 years ago
  62. ddf6398 um: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  63. be6ec5b um: setup_physmem: stop using global variables by Mike Rapoport · 6 years ago
  64. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  65. 530621b signal/um: More carefully relay signals in relay_signal. by Eric W. Biederman · 7 years ago
  66. bc08c07 signal/um: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  67. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  68. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  69. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  70. f166850 um: Add missing EXPORT for free_irq_by_fd() by Anton Ivanov · 7 years ago
  71. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  72. 288fb3d um: time: Use timespec64 for persistent clock by Arnd Bergmann · 7 years ago
  73. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  74. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  75. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  76. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  77. 8745808 mm, arch: remove empty_bad_page* by Michal Hocko · 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. 69b73e95 um/time: Fixup namespace collision by Thomas Gleixner · 7 years ago
  80. d348864 um: Fix CONFIG_GCOV for modules. by Thomas Meyer · 7 years ago
  81. 6f602afd um: Fix FP register size for XSTATE/XSAVE by Thomas Meyer · 7 years ago
  82. 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
  83. 88af233 um: Add kerneldoc for segv_handler by Thomas Meyer · 8 years ago
  84. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  85. 0936d4f um: Use os_warn to print out pre-boot warning/error messages by Masami Hiramatsu · 8 years ago
  86. d3878bb um: Use os_info for the messages on normal path by Masami Hiramatsu · 8 years ago
  87. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  88. 8298525 kill strlen_user() by Al Viro · 8 years ago
  89. 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
  90. 5b4236e um: Fix to call read_initrd after init_bootmem by Masami Hiramatsu · 8 years ago
  91. ecb6c74 um: Fix _print_addr() by Richard Weinberger · 8 years ago
  92. 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
  93. 8ab3a28 um/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  94. a668ce3 um: switch to RAW_COPY_USER by Al Viro · 8 years ago
  95. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  96. 3f8c245 sched/headers: Prepare to move kstack_end() from <linux/sched.h> to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  97. 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
  98. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  99. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  100. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago