1. 4a22709 Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 2 months ago
  2. 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
  3. d3876ff Merge tag 'm68knommu-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 4 years, 2 months ago
  4. ecb8ac8 mm/madvise: introduce process_madvise() syscall: an external memory hinting API by Minchan Kim · 4 years, 3 months ago
  5. 3c53279 tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume() by Jens Axboe · 4 years, 3 months ago
  6. 5a32c34 Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 3 months ago
  7. 612e7a4 Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 3 months ago
  8. af9db1d Merge tag 'm68k-for-v5.10-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 4 years, 3 months ago
  9. 9f4df96 dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 3 months ago
  10. 0069674 m68knommu: fix sparse warnings in signal code by Greg Ungerer · 4 years, 4 months ago
  11. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
  12. 5661bcc m68k: Correct some typos in comments by Finn Thain · 4 years, 5 months ago
  13. c75e59e m68k: Use get_kernel_nofault() in show_registers() by Christoph Hellwig · 4 years, 6 months ago
  14. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  15. 2cd2e1a m68k: switch to kernel_clone() by Christian Brauner · 4 years, 5 months ago
  16. 88db0aa all arch: remove system call sys_sysctl by Xiaoming Ni · 4 years, 5 months ago
  17. ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 5 months ago
  18. 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
  19. 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
  20. 8c4e1c0 Merge tag 'm68k-for-v5.9-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 4 years, 5 months ago
  21. 5f5f294 m68k: Use sizeof_field() helper by Gustavo A. R. Silva · 4 years, 7 months ago
  22. 714acdb arch: rename copy_thread_tls() back to copy_thread() by Christian Brauner · 4 years, 7 months ago
  23. d63bd8c m68k: nommu: register start of the memory with memblock by Mike Rapoport · 4 years, 7 months ago
  24. 3af8588 fork: fold legacy_clone_args_valid() into _do_fork() by Christian Brauner · 4 years, 7 months ago
  25. 9b4feb6 arch: wire-up close_range() by Christian Brauner · 6 years ago
  26. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  27. 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  28. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  29. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  30. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  31. ce23c47 m68k: add show_stack_loglvl() by Dmitry Safonov · 4 years, 7 months ago
  32. c8ffd8b vfs: add faccessat2 syscall by Miklos Szeredi · 4 years, 8 months ago
  33. d198b34f .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  34. 97a3253 proc: convert everything to "struct proc_ops" by Alexey Dobriyan · 5 years ago
  35. 83fa805 Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  36. 6aee4ba Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  37. 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
  38. fddb5d4 open: introduce openat2(2) syscall by Aleksa Sarai · 5 years ago
  39. 143c2ce arch/m68k/setup: Drop dummy_con initialization by Arvind Sankar · 5 years ago
  40. 6aabc1f m68k: Implement copy_thread_tls() by Geert Uytterhoeven · 5 years ago
  41. 9a2cef0 arch: wire up pidfd_getfd syscall by Sargun Dhillon · 5 years ago
  42. e8bb2a2 m68k: Wire up clone3() syscall by Kars de Jong · 5 years ago
  43. 60e50f3 m68k: mm: use pgtable-nopXd instead of 4level-fixup by Mike Rapoport · 5 years ago
  44. 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
  45. 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
  46. de71566 m68k: Convert missed RODATA to RO_DATA by Kees Cook · 5 years ago
  47. c917404 vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA by Kees Cook · 5 years ago
  48. 93240b3 vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA by Kees Cook · 5 years ago
  49. 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
  50. 419e2f1 dma-mapping: remove arch_dma_mmap_pgprot by Christoph Hellwig · 5 years ago
  51. cdfee56 driver core: initialize a default DMA mask for platform device by Christoph Hellwig · 5 years ago
  52. 1a271a6 arch: mark syscall number 435 reserved for clone3 by Christian Brauner · 5 years ago
  53. 5450e8a Merge tag 'pidfd-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 5 years ago
  54. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  55. 278ecbf Merge tag 'm68k-for-v5.3-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 5 years ago
  56. 69878ef m68k: Implement arch_dma_prep_coherent() by Christoph Hellwig · 6 years ago
  57. 34dc63a m68k: Use the generic dma coherent remap allocator by Christoph Hellwig · 6 years ago
  58. 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
  59. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  60. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  61. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  62. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  63. d8076bd uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] by David Howells · 6 years ago
  64. 39036cd arch: add pidfd and io_uring syscalls everywhere by Arnd Bergmann · 6 years ago
  65. 45763bf Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  66. b1b988a Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  67. 48166e6 y2038: add 64-bit time_t syscalls to all 32-bit architectures by Arnd Bergmann · 6 years ago
  68. d33c577 y2038: rename old time and utime syscalls by Arnd Bergmann · 6 years ago
  69. 00bf25d y2038: use time32 syscall names on 32-bit by Arnd Bergmann · 6 years ago
  70. b41c51c arch: add pkey and rseq syscall numbers everywhere by Arnd Bergmann · 6 years ago
  71. 0d6040d arch: add split IPC system calls where needed by Arnd Bergmann · 6 years ago
  72. 09ac126 m68k: assign syscall number for seccomp by Arnd Bergmann · 6 years ago
  73. d3b41b6 m68k: Dispatch nvram_ops calls to Atari or Mac functions by Finn Thain · 6 years ago
  74. 35f61d7 m68k: Avoid VLA use in mangle_kernel_stack() by Geert Uytterhoeven · 6 years ago
  75. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  76. af7ddd8 Merge tag 'dma-mapping-4.21' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  77. e0783bb Merge tag 'm68k-for-v4.21-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  78. 1d51b4b Merge tag 'm68k-for-v4.20-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  79. 518a2f1 dma-mapping: zero memory returned from dma_alloc_* by Christoph Hellwig · 6 years ago
  80. bed1369 m68k: Fix memblock-related crashes by Geert Uytterhoeven · 6 years ago
  81. 005e13a m68k: Generate uapi header and syscall table header files by Firoz Khan · 6 years ago
  82. fd81414 m68k: Add system call table generation support by Firoz Khan · 6 years ago
  83. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  84. 673c790 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  85. 381fdd6 m68k: fix command-line parsing when passed from u-boot by Angelo Dureghello · 6 years ago
  86. 58c116f m68k/sun3: Remove is_medusa and m68k_pgtable_cachemode by Руслан Исаев · 6 years ago
  87. 1008a11 m68k: switch to MEMBLOCK + NO_BOOTMEM by Mike Rapoport · 7 years ago
  88. d7de1c3 m68k: Remove unused set_clock_mmss() helpers by Arnd Bergmann · 7 years ago
  89. 9eb8be6 m68k: Use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  90. 137f5ae Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  91. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  92. b12c8a70 m68k: Set default dma mask for platform devices by Finn Thain · 7 years ago
  93. 065f109 m68k: Use read_persistent_clock64() consistently by Arnd Bergmann · 7 years ago
  94. b65769f m68k: Fix off-by-one calendar month by Finn Thain · 7 years ago
  95. 4eee57d m68k: Fix style, spelling, and grammar in siginfo_build_tests() by Geert Uytterhoeven · 7 years ago
  96. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  97. 3c67075 signal/m68k: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  98. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  99. d66db9f Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  100. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago