1. 044513c alpha: Declare virt_to_phys and virt_to_bus parameter as pointer to volatile by Guenter Roeck · 3 years, 4 months ago
  2. fbbb209 alpha: Send stop IPI to send to online CPUs by Prarit Bhargava · 4 years ago
  3. 7bca5da alpha: register early reserved memory in memblock by Mike Rapoport · 3 years, 5 months ago
  4. 3c51d82 sched/core: Initialize the idle task with preemption disabled by Valentin Schneider · 3 years, 8 months ago
  5. 2179bae local64.h: make <asm/local64.h> mandatory by Randy Dunlap · 4 years ago
  6. 58c644b sched/idle: Fix arch_cpu_idle() vs tracing by Peter Zijlstra · 4 years, 1 month ago
  7. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  8. 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
  9. ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 2 months ago
  10. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  11. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 2 months ago
  12. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  13. 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
  14. 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 3 months ago
  15. efa70f2 dma-mapping: add a new dma_alloc_pages API by Christoph Hellwig · 4 years, 4 months ago
  16. 5e6e985 uaccess: add infrastructure for kernel builds with set_fs() by Christoph Hellwig · 4 years, 4 months ago
  17. 1e9d90d dma-mapping: introduce dma_get_seg_boundary_nr_pages() by Nicolin Chen · 4 years, 4 months ago
  18. c604abc vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG by Kees Cook · 4 years, 4 months ago
  19. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  20. b712139 alpha: propagate the calling convention changes down to csum_partial_copy.c helpers by Al Viro · 4 years, 6 months ago
  21. c693cc4 saner calling conventions for csum_and_copy_..._user() by Al Viro · 4 years, 6 months ago
  22. cc44c17 csum_partial_copy_nocheck(): drop the last argument by Al Viro · 4 years, 6 months ago
  23. 6e41c58 unify generic instances of csum_partial_copy_nocheck() by Al Viro · 4 years, 5 months ago
  24. 8f28ca6 iomap: constify ioreadX() iomem argument (as in generic implementation) by Krzysztof Kozlowski · 4 years, 5 months ago
  25. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
  26. c0f6eda mm/alpha: use general page fault accounting by Peter Xu · 4 years, 5 months ago
  27. bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 5 months ago
  28. bd72866 alpha: fix annotation of io{read,write}{16,32}be() by Luc Van Oostenryck · 4 years, 5 months ago
  29. 428e297 uaccess: remove segment_eq by Christoph Hellwig · 4 years, 5 months ago
  30. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  31. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
  32. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  33. 2ed90db Merge tag 'dma-mapping-5.9' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 5 months ago
  34. 4f30a60 Merge tag 'close-range-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  35. 9ba2741 Merge tag 'fork-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 5 months ago
  36. 9ba19cc Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 5 months ago
  37. 7ca8cf5 locking/atomic: Move ATOMIC_INIT into linux/types.h by Herbert Xu · 4 years, 5 months ago
  38. bb7cdd3 alpha: Replace smp_read_barrier_depends() usage with smp_[r]mb() by Will Deacon · 5 years ago
  39. d646285 alpha: Override READ_ONCE() with barriered implementation by Will Deacon · 5 years ago
  40. 2f9237d dma-mapping: make support for dma ops optional by Christoph Hellwig · 4 years, 6 months ago
  41. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
  42. 140c818 arch: remove HAVE_COPY_THREAD_TLS by Christian Brauner · 4 years, 7 months ago
  43. 0fdfc53 alpha: switch to copy_thread_tls() by Christian Brauner · 4 years, 7 months ago
  44. 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
  45. 6adc19f Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 7 months ago
  46. a7f7f62 treewide: replace '---help---' in Kconfig files with 'help' by Masahiro Yamada · 4 years, 7 months ago
  47. 777747f alpha: Fix build around srm_sysrq_reboot_op by Joerg Roedel · 4 years, 7 months ago
  48. 7812193 alpha: c_next should increase position index by Matt Turner · 4 years, 7 months ago
  49. e66dd01 alpha: Replace sg++ with sg = sg_next(sg) by Xu Wang · 4 years, 7 months ago
  50. 54505a1 alpha: fix memory barriers so that they conform to the specification by Mikulas Patocka · 4 years, 7 months ago
  51. c0ebf71 alpha: remove unneeded semicolon in sys_eiger.c by Jason Yan · 4 years, 8 months ago
  52. a466a5c alpha: remove unneeded semicolon in osf_sys.c by Jason Yan · 4 years, 8 months ago
  53. 5f14596 alpha: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
  54. 5bea3044 alpha: fix rtc port ranges by Mikulas Patocka · 6 years ago
  55. 8b3ebda alpha: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  56. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  57. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  58. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  59. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  60. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  61. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  62. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  63. 8c49a90 alpha: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  64. 885f7f8 mm: rename flush_icache_user_range to flush_icache_user_page by Christoph Hellwig · 4 years, 7 months ago
  65. 43c74ca3 alpha: use asm-generic/cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
  66. 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 7 months ago
  67. 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  68. 3076020 alpha: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  69. fa3354e mm: free_area_init: use maximal zone PFNs rather than zone sizes by Mike Rapoport · 4 years, 7 months ago
  70. 3f08a30 mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP option by Mike Rapoport · 4 years, 7 months ago
  71. bce159d Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 7 months ago
  72. f359287 Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  73. 808b49d alpha: turn csum_partial_copy_from_user() into csum_and_copy_from_user() by Al Viro · 4 years, 10 months ago
  74. bc2bf33 exec: Remove recursion from search_binary_handler by Eric W. Biederman · 4 years, 7 months ago
  75. 8b72ca9 exec: Move the call of prepare_binprm into search_binary_handler by Eric W. Biederman · 4 years, 8 months ago
  76. f95850e alpha: constify sysrq_key_op by Emil Velikov · 4 years, 8 months ago
  77. 0f1c968 tty/sysrq: alpha: export and use __sysrq_get_key_op() by Emil Velikov · 4 years, 8 months ago
  78. c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
  79. e72e8bf floppy: split the base port from the register in I/O accesses by Willy Tarreau · 4 years, 9 months ago
  80. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  81. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  82. 06e85c7 asm-generic: fix unistd_32.h generation format by Michal Simek · 4 years, 9 months ago
  83. 6218d74 mm: remove dummy struct bootmem_data/bootmem_data_t by Waiman Long · 4 years, 9 months ago
  84. 86f26a7 Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 4 years, 9 months ago
  85. 0ad5b05 Merge tag 'char-misc-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 4 years, 9 months ago
  86. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  87. 79f51b7 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 4 years, 9 months ago
  88. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  89. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  90. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  91. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
  92. 2d38533 Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  93. 5799dac alpha: Fix nautilus PCI setup by Ivan Kokshaysky · 4 years, 10 months ago
  94. 82c849e alpha: Replace setup_irq() by request_irq() by afzal mohammed · 4 years, 9 months ago
  95. a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 4 years, 11 months ago
  96. d198b34f .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  97. f52ef24 rtc/alpha: remove legacy rtc driver by Arnd Bergmann · 4 years, 10 months ago
  98. 679b2ec scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabled by Diego Elio Pettenò · 4 years, 10 months ago
  99. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 4 years, 11 months ago
  100. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago