1. 3e4e28c mmap locking API: convert mmap_sem API comments by Michel Lespinasse · 4 years, 7 months ago
  2. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  3. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  4. e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 7 months ago
  5. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  6. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  7. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  8. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  9. 20da1e8 xtensa: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  10. 47fb702 xtensa: add loglvl to show_trace() by Dmitry Safonov · 4 years, 7 months ago
  11. 70cd344 xtensa: implement flush_icache_user_range by Christoph Hellwig · 4 years, 7 months ago
  12. 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 7 months ago
  13. d8c2583 arch/kmap: don't hard code kmap_prot values by Ira Weiny · 4 years, 7 months ago
  14. abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
  15. 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 7 months ago
  16. e23c459 arch/kunmap: remove duplicate kunmap implementations by Ira Weiny · 4 years, 7 months ago
  17. 525aaf9 arch/kmap: remove redundant arch specific kmaps by Ira Weiny · 4 years, 7 months ago
  18. 2159687 arch/xtensa: move kmap build bug out of the way by Ira Weiny · 4 years, 7 months ago
  19. 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 7 months ago
  20. ee01c4d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  21. da50c57 xtensa: simplify detection of memory zone boundaries by Mike Rapoport · 4 years, 7 months ago
  22. 38696e3 Merge tag 'xtensa-20200603' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 7 months ago
  23. 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
  24. 4b01285 Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  25. d341659 xtensa: switch to providing csum_and_copy_from_user() by Al Viro · 4 years, 11 months ago
  26. 3ead2f9 xtensa: Fix spelling/grammar in comment by Chris Packham · 4 years, 8 months ago
  27. 2adf5352 xtensa: add missing __user annotations to asm/uaccess.h by Max Filippov · 4 years, 8 months ago
  28. 9afcc71 xtensa: fix error paths in __get_user_{check,size} by Max Filippov · 4 years, 8 months ago
  29. c22f907 xtensa: fix type conversion in __get_user_size by Max Filippov · 4 years, 8 months ago
  30. 3ac4a61 xtensa: add missing __user annotations to __{get,put}_user_check by Max Filippov · 4 years, 8 months ago
  31. c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
  32. 62d0fd5 arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h> by Masahiro Yamada · 4 years, 9 months ago
  33. 5b8b9d0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
  34. 9539303 Merge tag 'xtensa-20200410' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 4 years, 9 months ago
  35. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  36. c62da0c mm/vma: define a default value for VM_DATA_DEFAULT_FLAGS by Anshuman Khandual · 4 years, 9 months ago
  37. 06e85c7 asm-generic: fix unistd_32.h generation format by Michal Simek · 4 years, 9 months ago
  38. 6f43bae Merge tag 'dma-mapping-5.7' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
  39. 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
  40. 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 4 years, 9 months ago
  41. dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 4 years, 9 months ago
  42. 4ef8732 mm: introduce fault_signal_pending() by Peter Xu · 4 years, 9 months ago
  43. 630f289 asm-generic: make more kernel-space headers mandatory by Masahiro Yamada · 4 years, 9 months ago
  44. 4b9fd8a Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
  45. 70cbddb arch/xtensa: fix grammar in Kconfig help text by Hu Haowen · 4 years, 9 months ago
  46. a08971e futex: arch_futex_atomic_op_inuser() calling conventions change by Al Viro · 5 years ago
  47. 3d745ea block: simplify queue allocation by Christoph Hellwig · 4 years, 10 months ago
  48. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  49. fa7e224 dma-direct: make uncached_kernel_address more general by Christoph Hellwig · 4 years, 11 months ago
  50. 4f8232b dma-direct: remove the cached_kernel_address hook by Christoph Hellwig · 4 years, 11 months ago
  51. 44d92b2 xtensa: remove meaningless export ccflags-y by Masahiro Yamada · 4 years, 10 months ago
  52. 9806048 xtensa: replace setup_irq() by request_irq() by afzal mohammed · 4 years, 10 months ago
  53. 9b7fa28 Merge tag 'xtensa-20200206' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 5 years ago
  54. c74c0fd xtensa: ISS: improve simcall assembly by Max Filippov · 5 years ago
  55. 5e4417f xtensa: reorganize vectors placement by Max Filippov · 5 years ago
  56. 4f17664 xtensa: separate SMP and XIP support by Max Filippov · 5 years ago
  57. 50722f0 xtensa: move fast exception handlers close to vectors by Max Filippov · 5 years ago
  58. 153b5c5 Merge tag 'microblaze-v5.6-rc1' of git://git.monstr.eu/linux-2.6-microblaze by Linus Torvalds · 5 years ago
  59. def3f7c asm-generic: Make dma-contiguous.h a mandatory include/asm header by Michal Simek · 5 years ago
  60. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  61. 58bc6c6 arch/xtensa: fix Kconfig typos for HAVE_SMP by Randy Dunlap · 5 years ago
  62. a922b15 xtensa: clean up optional XCHAL_* definitions by Max Filippov · 5 years ago
  63. 5b78791 xtensa: drop unused function fast_coprocessor_double by Max Filippov · 5 years ago
  64. 64716b9 xtensa: drop empty platform_* functions from platforms by Max Filippov · 5 years ago
  65. e725331 xtensa: clean up platform headers by Max Filippov · 5 years ago
  66. 7da04e4 xtensa: drop set_except_vector declaration by Max Filippov · 5 years ago
  67. 079a883 xtensa: configs: Cleanup old Kconfig IO scheduler options by Krzysztof Kozlowski · 5 years ago
  68. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  69. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  70. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  71. ca9b5b6 Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 5 years ago
  72. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  73. c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  74. 634cd4b Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  75. 8b56177 Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  76. a786810 Merge tag 'v5.5-rc7' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  77. b3f7e3f Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  78. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  79. fec6388 arch/xtensa/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  80. 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
  81. c346b94 xtensa: Implement copy_thread_tls by Amanieu d'Antras · 5 years ago
  82. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  83. 37e86e0 xtensa: ISS: avoid struct timeval by Arnd Bergmann · 5 years ago
  84. 1091670 scripts/sorttable: Rename 'sortextable' to 'sorttable' by Shile Zhang · 5 years ago
  85. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  86. 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
  87. 6c5260d sched/rt, xtensa: Use CONFIG_PREEMPTION by Thomas Gleixner · 5 years ago
  88. 0fb9dc2 arch: sembuf.h: make uapi asm/sembuf.h self-contained by Masahiro Yamada · 5 years ago
  89. 9ef0e00 arch: msgbuf.h: make uapi asm/msgbuf.h self-contained by Masahiro Yamada · 5 years ago
  90. 5b00967 arch: ipcbuf.h: make uapi asm/ipcbuf.h self-contained by Masahiro Yamada · 5 years ago
  91. 4d7048f Merge tag 'xtensa-20191201' of git://github.com/jcmvbkbc/linux-xtensa by Linus Torvalds · 5 years ago
  92. ad0b314 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  93. 9d9043f xtensa: clean up system_call/xtensa_rt_sigreturn interaction by Max Filippov · 5 years ago
  94. 02ce94c xtensa: fix system_call interaction with ptrace by Max Filippov · 5 years ago
  95. ba9c1d6 xtensa: rearrange syscall tracing by Max Filippov · 5 years ago
  96. 81b6b96 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux; tag 'dma-mapping-5.5' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  97. a308a71 Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap by Linus Torvalds · 5 years ago
  98. c2d9aa3 xtensa: fix syscall_set_return_value by Max Filippov · 5 years ago
  99. d80a505 xtensa: drop unneeded headers from coprocessor.S by Max Filippov · 5 years ago
  100. 8b5d7e5 xtensa: entry: Remove unneeded need_resched() loop by Valentin Schneider · 5 years ago