1. cdfee56 driver core: initialize a default DMA mask for platform device by Christoph Hellwig · 5 years ago
  2. 1ee1119 sh: kernel: hw_breakpoint: Fix missing break in switch statement by Gustavo A. R. Silva · 5 years ago
  3. 54b1372 sh: kernel: disassemble: Mark expected switch fall-throughs by Gustavo A. R. Silva · 5 years ago
  4. d9c5252 treewide: add "WITH Linux-syscall-note" to SPDX tag of uapi headers by Masahiro Yamada · 5 years ago
  5. 80ec922 mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE by David Hildenbrand · 5 years ago
  6. 415bfd9 Merge tag 'for-linus-20190617' of git://git.sourceforge.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 5 years ago
  7. 57a8ec3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago
  8. b98cca4 mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault() by Anshuman Khandual · 5 years ago
  9. c309b6f Merge tag 'docs/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  10. 4f4cfa6 docs: admin-guide: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
  11. 330d481 docs: admin-guide: add kdump documentation into it by Mauro Carvalho Chehab · 6 years ago
  12. 1a271a6 arch: mark syscall number 435 reserved for clone3 by Christian Brauner · 5 years ago
  13. 5f26f11 Merge tag 'asm-generic-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 5 years ago
  14. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 5 years ago
  15. 67a929e mm: rename CONFIG_HAVE_GENERIC_GUP to CONFIG_HAVE_FAST_GUP by Christoph Hellwig · 5 years ago
  16. 3c9b9ac sh: use the generic get_user_pages_fast code by Christoph Hellwig · 5 years ago
  17. 2f85e7f sh: add the missing pud_page definition by Christoph Hellwig · 5 years ago
  18. 733f002 sh: prevent warnings when using iounmap by Sam Ravnborg · 5 years ago
  19. 4106154 sh: config: remove left-over BACKLIGHT_LCD_SUPPORT by Krzysztof Kozlowski · 5 years ago
  20. 38ce85f arch/sh/configs/sdk7786_defconfig: remove CONFIG_LOGFS by Kefeng Wang · 5 years ago
  21. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  22. 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
  23. 398364a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 5 years ago
  24. e9a83bd Merge tag 'docs-5.3' of git://git.lwn.net/linux by Linus Torvalds · 5 years ago
  25. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 5 years ago
  26. 045bd00 sh: don't use asm-generic/ptrace.h by Christoph Hellwig · 6 years ago
  27. 7615d9e arch: wire-up pidfd_open() by Christian Brauner · 6 years ago
  28. d302389 arch/sh: Check for kprobe trap number before trying to handle a kprobe trap by Michael Karcher · 6 years ago
  29. 6843d8a binfmt_flat: remove the persistent argument from flat_get_addr_from_rp by Christoph Hellwig · 6 years ago
  30. aef0f78 binfmt_flat: add a ARCH_HAS_BINFMT_FLAT option by Christoph Hellwig · 6 years ago
  31. bdd15a2 binfmt_flat: replace flat_argvp_envp_on_stack with a Kconfig variable by Christoph Hellwig · 6 years ago
  32. 1d52dca binfmt_flat: remove flat_old_ram_flag by Christoph Hellwig · 6 years ago
  33. 02da283 binfmt_flat: provide a default version of flat_get_relocate_addr by Christoph Hellwig · 6 years ago
  34. 2f3196d binfmt_flat: remove flat_set_persistent by Christoph Hellwig · 6 years ago
  35. 9ee24b2 binfmt_flat: remove flat_reloc_valid by Christoph Hellwig · 6 years ago
  36. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  38. a514862 net: sched: remove NET_CLS_IND config option by Jiri Pirko · 6 years ago
  39. d67297a docs: kdump: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  40. 7c04efc sh: configs: Remove useless UEVENT_HELPER_PATH by Krzysztof Kozlowski · 6 years ago
  41. 03eb2a0 sh: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  42. 860dbce Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux by Yoshinori Sato · 6 years ago
  43. c456cfc treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 211 by Thomas Gleixner · 6 years ago
  44. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  45. 351b682 signal: Explicitly call force_sig_fault on current by Eric W. Biederman · 6 years ago
  46. e165682 signal/sh: Remove tsk parameter from force_sig_info_fault by Eric W. Biederman · 6 years ago
  47. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  48. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  49. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  50. 9cc342f treewide: prefix header search paths with $(srctree)/ by Masahiro Yamada · 6 years ago
  51. 178aa03 sh: exclude vmlinux.scr from .gitignore pattern by Masahiro Yamada · 6 years ago
  52. 5b13f84 sh: vsyscall: drop unnecessary cc-ldoption by Nick Desaulniers · 6 years ago
  53. bf8a9a4 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  54. d8076bd uapi: Wire up the mount API syscalls on non-x86 arches [ver #2] by David Howells · 6 years ago
  55. b09e893 arch: remove <asm/sizes.h> and <asm-generic/sizes.h> by Masahiro Yamada · 6 years ago
  56. 87dfb31 treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h> by Masahiro Yamada · 6 years ago
  57. 350e88b mm: memblock: make keeping memblock memory opt-in rather than opt-out by Mike Rapoport · 6 years ago
  58. ac5c942 mm/memory_hotplug: make __remove_pages() and arch_remove_memory() never fail by David Hildenbrand · 6 years ago
  59. 940519f mm, memory_hotplug: provide a more generic restrictions for memory hotplug by Michal Hocko · 6 years ago
  60. 4eb0716 hugetlb: allow to free gigantic pages regardless of the configuration by Alexandre Ghiti · 6 years ago
  61. 8df995f mm: simplify MEMORY_ISOLATION && COMPACTION || CMA into CONTIG_ALLOC by Alexandre Ghiti · 6 years ago
  62. a861bbc sh: advertise gigantic page support by Alexandre Ghiti · 6 years ago
  63. 997aef6 init: provide a generic free_initmem implementation by Mike Rapoport · 6 years ago
  64. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  65. 73b0140 mm/gup: change GUP fast to use flags rather than a write 'bool' by Ira Weiny · 6 years ago
  66. e602b26 arch/sh/boards/mach-dreamcast/irq.c: Remove duplicate header by Sabyasachi Gupta · 6 years ago
  67. 4dbf09f Merge tag 'mtd/for-5.2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mtd/linux by Linus Torvalds · 6 years ago
  68. fe460a6 Merge tag 'pinctrl-v5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl by Linus Torvalds · 6 years ago
  69. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  70. 02aff8d Merge tag 'audit-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  71. 67a2422 Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  72. 9bff9df Merge tag 'spi-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 6 years ago
  73. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  74. 007dc78 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  75. 2c6a392 Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. 1c7cbd6 Merge tag 'nand/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/linux into mtd/next by Richard Weinberger · 6 years ago
  78. 2e5f081 Merge branch 'spi-5.2' into spi-next by Mark Brown · 6 years ago
  79. 8b44836 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  80. d286e13 Merge tag 'syscalls-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  81. 5c61ee2 Merge tag 'v5.1-rc6' into for-5.2/block by Jens Axboe · 6 years ago
  82. 1b49646 Fix allyesconfig output. by Yoshinori Sato · 6 years ago
  83. 0768e17 net: socket: implement 64-bit timestamps by Arnd Bergmann · 6 years ago
  84. 72c5af0 mtd: rawnand: Clarify Kconfig entry MTD_NAND by Miquel Raynal · 6 years ago
  85. 39036cd arch: add pidfd and io_uring syscalls everywhere by Arnd Bergmann · 6 years ago
  86. b01f6d3 sh/stacktrace: Remove the pointless ULONG_MAX marker by Thomas Gleixner · 6 years ago
  87. 54bbfe7 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  88. e9e8543 sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock() by Will Deacon · 6 years ago
  89. fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
  90. 72deb45 block: remove CONFIG_LBDAF by Christoph Hellwig · 6 years ago
  91. f654f0f Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  92. acaf892 sh: fix multiple function definition build errors by Randy Dunlap · 6 years ago
  93. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  94. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  95. 9fda669 spi: sh-msiof: Convert to use GPIO descriptors by Geert Uytterhoeven · 6 years ago
  96. 390a0c6 locking/rwsem: Remove rwsem-spinlock.c & use rwsem-xadd.c for all archs by Waiman Long · 6 years ago
  97. 46ad084 locking/rwsem: Remove arch specific rwsem files by Waiman Long · 6 years ago
  98. c5b27a8 sh/tlb: Convert SH to generic mmu_gather by Peter Zijlstra · 6 years ago
  99. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  100. 8440bb9 sh: sh7786: Add explicit I/O cast to sh7786_mm_sel() by Geert Uytterhoeven · 6 years ago