1. f56caed Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years ago
  2. 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years ago
  3. daadb3b Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years ago
  4. b31297f um: Add devicetree support by Vincent Whitchurch · 3 years, 1 month ago
  5. 361640b um: Extract load file helper from initrd.c by Vincent Whitchurch · 3 years, 1 month ago
  6. 8bb227a um: remove set_fs by Christoph Hellwig · 3 years ago
  7. 21cba62 um: unexport handle_page_fault() by Al Viro · 3 years, 3 months ago
  8. 6605a44 um: kill unused cpu() by Al Viro · 3 years, 3 months ago
  9. dbba7f7 um: stop polluting the namespace with registers.h contents by Al Viro · 3 years, 3 months ago
  10. 577ade5 um: move amd64 variant of mmap(2) to arch/x86/um/syscalls_64.c by Al Viro · 3 years, 3 months ago
  11. 8bd18ef um: Replace if (cond) BUG() with BUG_ON() by Changcheng Deng · 3 years, 4 months ago
  12. bbe3350 um: rename set_signals() to um_set_signals() by Johannes Berg · 3 years, 4 months ago
  13. 3297481 futex: Remove futex_cmpxchg detection by Arnd Bergmann · 3 years, 2 months ago
  14. 5147da9 Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  15. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  16. 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
  17. 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 2 months ago
  18. 9a7e0a9 Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 2 months ago
  19. e21294a signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) by Eric W. Biederman · 3 years, 2 months ago
  20. 7508500 x86/alternative: Implement .retpoline_sites support by Peter Zijlstra · 3 years, 2 months ago
  21. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
  22. d6c338a Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 4 months ago
  23. 2d33820 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 4 months ago
  24. 8b09788 trap: cleanup trap_init() by Kefeng Wang · 3 years, 4 months ago
  25. adf9ae0d um: fix stub location calculation by Johannes Berg · 3 years, 6 months ago
  26. f27180d asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user by Arnd Bergmann · 5 years ago
  27. dcf3c93 Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 6 months ago
  28. 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  29. f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
  30. 1dfb0f4 Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 6 months ago
  31. 1aee020 um: remove unneeded semicolon in um_arch.c by Wan Jiabing · 3 years, 6 months ago
  32. b03fbd4 sched: Introduce task_is_running() by Peter Zijlstra · 3 years, 7 months ago
  33. 558f9b2 um: Fix stack pointer alignment by YiFei Zhu · 3 years, 8 months ago
  34. dd3035a um: add a UML specific futex implementation by Anton Ivanov · 3 years, 10 months ago
  35. d8fb32f4 um: Add support for host CPU flags and alignment by Anton Ivanov · 3 years, 10 months ago
  36. 68f5d3f um: add PCI over virtio emulation driver by Johannes Berg · 3 years, 10 months ago
  37. a5ab7c8 um: irqs: allow invoking time-travel handler multiple times by Johannes Berg · 3 years, 10 months ago
  38. d6b399a um: time-travel/signals: fix ndelay() in interrupt by Johannes Berg · 3 years, 10 months ago
  39. fbb42e7f um: export signals_enabled directly by Johannes Berg · 3 years, 10 months ago
  40. 49f731f x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max by Masahiro Yamada · 3 years, 8 months ago
  41. d665ea6 Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 8 months ago
  42. 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 8 months ago
  43. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 8 months ago
  44. 24271ff um: Replace if (cond) BUG() with BUG_ON() by Yang Li · 3 years, 10 months ago
  45. ad3d1991 um: Disable CONFIG_GCOV with MODULES by Johannes Berg · 3 years, 10 months ago
  46. d5027ca um: Mark all kernel symbols as local by Johannes Berg · 3 years, 10 months ago
  47. f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 3 years, 10 months ago
  48. fdd2c1f um: synchronize kmsg_dumper by John Ogness · 3 years, 10 months ago
  49. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 3 years, 10 months ago
  50. dde8b58 um: add a pseudo RTC by Johannes Berg · 4 years ago
  51. bfc58e2 um: remove process stub VMA by Johannes Berg · 4 years ago
  52. 9f0b480 um: rework userspace stubs to not hard-code stub location by Johannes Berg · 4 years ago
  53. 84b2789 um: separate child and parent errors in clone stub by Johannes Berg · 4 years ago
  54. a7d4888 um: defer killing userspace on page table update failures by Johannes Berg · 4 years ago
  55. 47da297 um: mm: check more comprehensively for stub changes by Johannes Berg · 4 years ago
  56. c8177ab um: time-travel: rework interrupt handling in ext mode by Johannes Berg · 4 years ago
  57. 7f34142 um: time: fix initialization in time-travel mode by Johannes Berg · 4 years ago
  58. a31e9c4 Revert "um: support some of ARCH_HAS_SET_MEMORY" by Johannes Berg · 4 years ago
  59. 2fcb409 Revert "um: allocate a guard page to helper threads" by Johannes Berg · 4 years ago
  60. e23fe90 um: kmsg_dumper: always dump when not tty console by Thomas Meyer · 4 years ago
  61. d7ffac3 um: stdio_console: Make preferred console by Thomas Meyer · 4 years ago
  62. 1fb1abc um: Fix build w/o CONFIG_PM_SLEEP by Johannes Berg · 4 years ago
  63. 1138553 um: time-travel: Correct time event IRQ delivery by Johannes Berg · 4 years ago
  64. cae20ba um: irq/sigio: Support suspend/resume handling of workaround IRQs by Johannes Berg · 4 years, 1 month ago
  65. 452f94c um: time-travel: Actually apply "free-until" optimisation by Johannes Berg · 4 years, 1 month ago
  66. ef4459a um: allocate a guard page to helper threads by Johannes Berg · 4 years, 1 month ago
  67. 963285b um: support some of ARCH_HAS_SET_MEMORY by Johannes Berg · 4 years, 1 month ago
  68. 58b09f6 um: time-travel: avoid multiple identical propagations by Johannes Berg · 4 years, 1 month ago
  69. a374b7c um: Support suspend to RAM by Johannes Berg · 4 years, 1 month ago
  70. 92dcd3d um: Allow PM with suspend-to-idle by Johannes Berg · 4 years, 1 month ago
  71. 2701c1b um: time: Fix read_persistent_clock64() in time-travel by Johannes Berg · 4 years, 1 month ago
  72. 49da38a um: Simplify os_idle_sleep() and sleep longer by Johannes Berg · 4 years, 1 month ago
  73. 3032b94 um: Simplify IRQ handling code by Johannes Berg · 4 years, 1 month ago
  74. 2fccfcc um: Remove IRQ_NONE type by Johannes Berg · 4 years, 1 month ago
  75. 0737402 um: irq: Reduce irq_reg allocation by Johannes Berg · 4 years, 1 month ago
  76. 458e1f7 um: irq: Clean up and rename struct irq_fd by Johannes Berg · 4 years, 1 month ago
  77. 0ede3c0 um: Clean up alarm IRQ chip name by Johannes Berg · 4 years, 1 month ago
  78. 36d46a5 um: Support dynamic IRQ allocation by Johannes Berg · 4 years, 1 month ago
  79. ff9632d um: Fix time-travel mode by Johannes Berg · 4 years, 1 month ago
  80. 09041c9 um: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
  81. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
  82. bf9a76a arch/um: partially revert the conversion to __section() macro by Linus Torvalds · 4 years, 2 months ago
  83. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  84. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  85. 9453b2d Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 2 months ago
  86. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  87. 34eb62d Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
  88. 273fe1b um: Clean up stacktrace dump by Johannes Berg · 4 years, 3 months ago
  89. f2d0505 um: change sigio_spinlock to a mutex by Johannes Berg · 4 years, 7 months ago
  90. d080060 um: time-travel: Return the sequence number in ACK messages by Johannes Berg · 4 years, 4 months ago
  91. ebef8ea um: time-travel: Fix IRQ handling in time_travel_handle_message() by Johannes Berg · 4 years, 4 months ago
  92. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 4 months ago
  93. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  94. a2beb5f mm: clean up the last pieces of page fault accountings by Peter Xu · 4 years, 5 months ago
  95. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  96. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  97. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
  98. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
  99. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 6 months ago
  100. 98a2360 maccess: always use strict semantics for probe_kernel_read by Christoph Hellwig · 4 years, 7 months ago