1. 85e1ffb Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  2. 94bd8a0 Fix 'acccess_ok()' on alpha and SH by Linus Torvalds · 6 years ago
  3. d6e4b3e arch: remove redundant UAPI generic-y defines by Masahiro Yamada · 6 years ago
  4. d4ce545 arch: remove stale comments "UAPI Header export list" by Masahiro Yamada · 6 years ago
  5. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  6. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  7. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  8. f346b0b Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  9. b12a912 Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 6 years ago
  10. 6a0abce sh: include: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
  11. 507413a Merge tag 'asm-generic-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  12. 2b3c5a9 sh: generate uapi header and syscall table header files by Firoz Khan · 6 years ago
  13. 8a79633 sh: add __NR_syscalls along with NR_syscalls by Firoz Khan · 6 years ago
  14. 19f4859 sh: remove board_time_init() callback by Arnd Bergmann · 7 years ago
  15. 07df780 sh: remove unused rtc_sh_get/set_time infrastructure by Arnd Bergmann · 7 years ago
  16. b0495e4 sh: dreamcast: rtc: push down rtc class ops into driver by Arnd Bergmann · 7 years ago
  17. 915c9e1 arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.h by Mark Brown · 6 years ago
  18. de0d22e treewide: remove current_text_addr by Nick Desaulniers · 6 years ago
  19. 5bd4af3 Merge tag 'tty-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 6 years ago
  20. 544db75 hugetlb: introduce generic version of huge_ptep_get by Alexandre Ghiti · 6 years ago
  21. facf6d5 hugetlb: introduce generic version of huge_ptep_set_access_flags() by Alexandre Ghiti · 6 years ago
  22. 8e581d4 hugetlb: introduce generic version of huge_ptep_set_wrprotect() by Alexandre Ghiti · 6 years ago
  23. 78d6e4e hugetlb: introduce generic version of prepare_hugepage_range by Alexandre Ghiti · 6 years ago
  24. c4916a0 hugetlb: introduce generic version of huge_pte_wrprotect by Alexandre Ghiti · 6 years ago
  25. cae72ab hugetlb: introduce generic version of huge_pte_none() by Alexandre Ghiti · 6 years ago
  26. fe63222 hugetlb: introduce generic version of huge_ptep_clear_flush by Alexandre Ghiti · 6 years ago
  27. a4d8385 hugetlb: introduce generic version of huge_ptep_get_and_clear() by Alexandre Ghiti · 6 years ago
  28. cea685d hugetlb: introduce generic version of set_huge_pte_at() by Alexandre Ghiti · 6 years ago
  29. 1e5f50f hugetlb: introduce generic version of hugetlb_free_pgd_range by Alexandre Ghiti · 6 years ago
  30. ad8c0ea tty/serial_core: add ISO7816 infrastructure by Nicolas Ferre · 6 years ago
  31. caf6f9c asm-generic: Remove unneeded __ARCH_WANT_SYS_LLSEEK macro by Arnd Bergmann · 7 years ago
  32. 82b355d y2038: Remove newstat family from default syscall set by Arnd Bergmann · 7 years ago
  33. 8d00d0c sh: prefer _THIS_IP_ to current_text_addr by Nick Desaulniers · 6 years ago
  34. f66dc72 Merge tag 'dma-mapping-4.19' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  35. 8603596 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  36. 6fa1d28 sh: use generic dma_noncoherent_ops by Christoph Hellwig · 7 years ago
  37. a602915 sh: use dma_direct_ops for the CONFIG_DMA_COHERENT case by Christoph Hellwig · 7 years ago
  38. 47fcae0 sh: introduce a sh_cacheop_vaddr helper by Christoph Hellwig · 7 years ago
  39. b2fcb67 sh: simplify get_arch_dma_ops by Christoph Hellwig · 7 years ago
  40. cffbb3b perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse() by Frederic Weisbecker · 7 years ago
  41. 551624d perf/arch/sh: Implement hw_breakpoint_arch_parse() by Frederic Weisbecker · 7 years ago
  42. 9234428 perf/arch/sh: Remove "struct arch_hw_breakpoint::name" unused field by Frederic Weisbecker · 7 years ago
  43. 8e983ff perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace() by Frederic Weisbecker · 7 years ago
  44. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 7 years ago
  45. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 7 years ago
  46. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 7 years ago
  47. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 7 years ago
  48. 1c2672b locking/atomics/sh: Don't pull in all of <linux/bitops.h> in <asm/cmpxchg-xchg.h> by Will Deacon · 7 years ago
  49. 8a4b11a sh/kprobes: Remove jprobe implementation by Masami Hiramatsu · 7 years ago
  50. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  51. 2c4da1a sh: remove no-op macro VMLINUX_SYMBOL() by Masahiro Yamada · 7 years ago
  52. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  53. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  54. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  55. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  56. bc05aa6 arch/sh: add sh7786_mm_sel() function by Thomas Petazzoni · 7 years ago
  57. 9b7e30ab sh: fix futex FUTEX_OP_SET op on userspace addresses by Aurelien Jarno · 8 years ago
  58. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  59. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 7 years ago
  60. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  61. f9a531d SolutionEngine771x: add Ether TSU resource by Sergei Shtylyov · 7 years ago
  62. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  63. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  64. ece1578 arch/sh/include/asm/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  65. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  66. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  67. be2d877a PCI: Remove redundant pci_dev, pci_bus, resource declarations by Bjorn Helgaas · 7 years ago
  68. 137ed9f PCI: Remove redundant pcibios_set_master() declarations by Bjorn Helgaas · 7 years ago
  69. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  70. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  71. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  72. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  73. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  74. e0c6584 sh: make dma_cache_sync a no-op by Christoph Hellwig · 7 years ago
  75. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  76. 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
  77. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  78. d9d73e8 sh: sh7269: remove nonexistent GPIO_PH[0-7] to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  79. eae3df7e sh: sh7264: remove nonexistent GPIO_PH[0-7] to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  80. d8ce38f sh: sh7757: remove nonexistent GPIO_PT[JLNQ]7_RESV to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  81. b78412b sh: sh7722: remove nonexistent GPIO_PTQ7 to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  82. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  83. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  84. 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 7 years ago
  85. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  86. 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 8 years ago
  87. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  88. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  89. ae75d1a Merge tag 'tty-4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  90. 0a6109f Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  91. 325cdac debug: Fix WARN_ON_ONCE() for modules by Josh Poimboeuf · 8 years ago
  92. c632517 tty: Fix TIOCGPTPEER ioctl definition by Gleb Fotengauer-Malinovskiy · 8 years ago
  93. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  94. 80fc623 Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 8 years ago
  95. 2c8340e sh64: ascii armor the sh64 boot init stack canary by Rik van Riel · 8 years ago
  96. 579e145 sh: mark end of BUG() implementation as unreachable by Kees Cook · 8 years ago
  97. 89593123 sh: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  98. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  99. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  100. 9a715cd Merge tag 'tty-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago