1. 5695e51 Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
  2. 29c395c Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 10 months ago
  3. 4727dc2 arch: setup PF_IO_WORKER threads like PF_KTHREAD by Jens Axboe · 3 years, 11 months ago
  4. 3aac798 um: Enforce the usage of asm-generic/softirq_stack.h by Thomas Gleixner · 3 years, 11 months ago
  5. ddad518 um: irq.h: include <asm-generic/irq.h> by Johannes Berg · 3 years, 11 months ago
  6. cc3ac20 um: io.h: include <linux/types.h> by Johannes Berg · 3 years, 11 months ago
  7. dde8b58 um: add a pseudo RTC by Johannes Berg · 4 years ago
  8. bfc58e2 um: remove process stub VMA by Johannes Berg · 4 years ago
  9. 9f0b480 um: rework userspace stubs to not hard-code stub location by Johannes Berg · 4 years ago
  10. 84b2789 um: separate child and parent errors in clone stub by Johannes Berg · 4 years ago
  11. a7d4888 um: defer killing userspace on page table update failures by Johannes Berg · 4 years ago
  12. 47da297 um: mm: check more comprehensively for stub changes by Johannes Berg · 4 years ago
  13. e1e22d0 um: print register names in wait_for_stub by Johannes Berg · 4 years ago
  14. 731ecea mm: Remove arch_remap() and mm-arch-hooks.h by Christophe Leroy · 4 years ago
  15. 3a5f415 um: fix spelling mistake in Kconfig "privleges" -> "privileges" by Colin Ian King · 4 years ago
  16. 1fcf9da um: virtio: allow devices to be configured for wakeup by Johannes Berg · 4 years ago
  17. c8177ab um: time-travel: rework interrupt handling in ext mode by Johannes Berg · 4 years ago
  18. 9b84512 um: virtio: disable VQs during suspend by Johannes Berg · 4 years ago
  19. 10c2b5a um: virtio: fix handling of messages without payload by Johannes Berg · 4 years ago
  20. 74e919d um: virtio: clean up a comment by Johannes Berg · 4 years ago
  21. 7f34142 um: time: fix initialization in time-travel mode by Johannes Berg · 4 years ago
  22. 9868c20 um: fix os_idle_sleep() to not hang by Johannes Berg · 4 years ago
  23. a31e9c4 Revert "um: support some of ARCH_HAS_SET_MEMORY" by Johannes Berg · 4 years ago
  24. 2fcb409 Revert "um: allocate a guard page to helper threads" by Johannes Berg · 4 years ago
  25. f4172b0 um: virtio: free vu_dev only with the contained struct device by Johannes Berg · 4 years ago
  26. e23fe90 um: kmsg_dumper: always dump when not tty console by Thomas Meyer · 4 years ago
  27. d7ffac3 um: stdio_console: Make preferred console by Thomas Meyer · 4 years ago
  28. 1cdcfb4 um: return error from ioremap() by Johannes Berg · 4 years ago
  29. 94c41b3 um: ubd: fix command line handling of ubd by Hajime Tazaki · 4 years ago
  30. 345b17a Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years ago
  31. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  32. 7a932e5 Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  33. 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years ago
  34. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  35. 3c41e57 Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 4 years ago
  36. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  37. 1fb1abc um: Fix build w/o CONFIG_PM_SLEEP by Johannes Berg · 4 years, 1 month ago
  38. 1138553 um: time-travel: Correct time event IRQ delivery by Johannes Berg · 4 years, 1 month ago
  39. cae20ba um: irq/sigio: Support suspend/resume handling of workaround IRQs by Johannes Berg · 4 years, 1 month ago
  40. 452f94c um: time-travel: Actually apply "free-until" optimisation by Johannes Berg · 4 years, 1 month ago
  41. 9431f7c um: chan_xterm: Fix fd leak by Anton Ivanov · 4 years, 1 month ago
  42. 9b1c0c0 um: tty: Fix handling of close in tty lines by Anton Ivanov · 4 years, 1 month ago
  43. e3a01cb um: Monitor error events in IRQ controller by Anton Ivanov · 4 years, 1 month ago
  44. ef4459a um: allocate a guard page to helper threads by Johannes Berg · 4 years, 1 month ago
  45. 963285b um: support some of ARCH_HAS_SET_MEMORY by Johannes Berg · 4 years, 1 month ago
  46. 58b09f6 um: time-travel: avoid multiple identical propagations by Johannes Berg · 4 years, 1 month ago
  47. 3c6ac61 um: Fetch registers only for signals which need them by Anton Ivanov · 4 years, 2 months ago
  48. a374b7c um: Support suspend to RAM by Johannes Berg · 4 years, 1 month ago
  49. 92dcd3d um: Allow PM with suspend-to-idle by Johannes Berg · 4 years, 1 month ago
  50. 2701c1b um: time: Fix read_persistent_clock64() in time-travel by Johannes Berg · 4 years, 1 month ago
  51. 49da38a um: Simplify os_idle_sleep() and sleep longer by Johannes Berg · 4 years, 1 month ago
  52. 3032b94 um: Simplify IRQ handling code by Johannes Berg · 4 years, 1 month ago
  53. 2fccfcc um: Remove IRQ_NONE type by Johannes Berg · 4 years, 1 month ago
  54. 0737402 um: irq: Reduce irq_reg allocation by Johannes Berg · 4 years, 1 month ago
  55. 458e1f7 um: irq: Clean up and rename struct irq_fd by Johannes Berg · 4 years, 1 month ago
  56. 0ede3c0 um: Clean up alarm IRQ chip name by Johannes Berg · 4 years, 1 month ago
  57. aaf5800 um: virtio: Use dynamic IRQ allocation by Johannes Berg · 4 years, 1 month ago
  58. 36d46a5 um: Support dynamic IRQ allocation by Johannes Berg · 4 years, 1 month ago
  59. d66c918 um: sigio: Return error from add_sigio_fd() by Johannes Berg · 4 years, 1 month ago
  60. ef3ba87 um: ubd: Set device serial attribute from cmdline by Christopher Obbard · 4 years, 1 month ago
  61. 517f602 um: Increase stack frame size threshold for signal.c by Andy Shevchenko · 4 years, 1 month ago
  62. f4ab781 um: line: Don't free winch (with IRQ) under spinlock by Johannes Berg · 4 years, 1 month ago
  63. fc6b6a8 um: ubd: Submit all data segments atomically by Gabriel Krisman Bertazi · 4 years, 1 month ago
  64. ff9632d um: Fix time-travel mode by Johannes Berg · 4 years, 1 month ago
  65. 97be7ce um: Remove use of asprinf in umid.c by Anton Ivanov · 4 years, 2 months ago
  66. 09041c9 um: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
  67. 72d3e09 um: random: Register random as hwrng-core device by Christopher Obbard · 4 years, 2 months ago
  68. db03b42 um: Convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
  69. f91a3aa Merge tag 'locking-urgent-2020-11-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  70. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
  71. e83694a um/irqstat: Get rid of the duplicated declarations by Thomas Gleixner · 4 years, 2 months ago
  72. 9a5085b um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() by Richard Weinberger · 4 years, 2 months ago
  73. a5b3cd3 um: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  74. d7029e4 highmem: Get rid of kmap_types.h by Thomas Gleixner · 4 years, 2 months ago
  75. 0774a6ed timekeeping: default GENERIC_CLOCKEVENTS to enabled by Arnd Bergmann · 4 years, 3 months ago
  76. 9431da3 um: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 4 months ago
  77. bf9a76a arch/um: partially revert the conversion to __section() macro by Linus Torvalds · 4 years, 2 months ago
  78. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  79. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  80. 746b25b Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 2 months ago
  81. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  82. 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
  83. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  84. 8b05418 Merge tag 'seccomp-v5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 3 months ago
  85. 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
  86. f06885b um: vector: Add dynamic tap interfaces and scripting by Anton Ivanov · 4 years, 3 months ago
  87. 273fe1b um: Clean up stacktrace dump by Johannes Berg · 4 years, 3 months ago
  88. e8a5859 um: Fix incorrect assumptions about max pid length by Maciej Żenczykowski · 4 years, 5 months ago
  89. 9a10705 um: Remove redundant NULL check by Li Heng · 4 years, 5 months ago
  90. f2d0505 um: change sigio_spinlock to a mutex by Johannes Berg · 4 years, 7 months ago
  91. d080060 um: time-travel: Return the sequence number in ACK messages by Johannes Berg · 4 years, 4 months ago
  92. ebef8ea um: time-travel: Fix IRQ handling in time_travel_handle_message() by Johannes Berg · 4 years, 4 months ago
  93. 730586f um: Allow static linking for non-glibc implementations by Ignat Korchagin · 4 years, 5 months ago
  94. 5e1121c um: Some fixes to build UML with musl by Ignat Korchagin · 4 years, 5 months ago
  95. e4e721f um: vector: Use GFP_ATOMIC under spin lock by Tiezhu Yang · 4 years, 6 months ago
  96. bab991c um: Fix null pointer dereference in vector_user_bpf by Gaurav Singh · 4 years, 7 months ago
  97. 282a181 seccomp: Move config option SECCOMP to arch/Kconfig by YiFei Zhu · 4 years, 3 months ago
  98. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
  99. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
  100. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 4 months ago