1. 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
  2. 2c4da1a sh: remove no-op macro VMLINUX_SYMBOL() by Masahiro Yamada · 7 years ago
  3. 3010a5e mm: introduce ARCH_HAS_PTE_SPECIAL by Laurent Dufour · 7 years ago
  4. 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
  5. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 7 years ago
  6. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  7. bc05aa6 arch/sh: add sh7786_mm_sel() function by Thomas Petazzoni · 7 years ago
  8. 9b7e30ab sh: fix futex FUTEX_OP_SET op on userspace addresses by Aurelien Jarno · 8 years ago
  9. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  10. 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
  11. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  12. f9a531d SolutionEngine771x: add Ether TSU resource by Sergei Shtylyov · 7 years ago
  13. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  14. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  15. ece1578 arch/sh/include/asm/topology.h: remove unused parent_node() macro by Dou Liyang · 7 years ago
  16. 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
  17. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  18. be2d877a PCI: Remove redundant pci_dev, pci_bus, resource declarations by Bjorn Helgaas · 7 years ago
  19. 137ed9f PCI: Remove redundant pcibios_set_master() declarations by Bjorn Helgaas · 7 years ago
  20. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  21. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  22. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  23. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  24. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 8 years ago
  25. e0c6584 sh: make dma_cache_sync a no-op by Christoph Hellwig · 8 years ago
  26. a4c1887 locking/arch: Remove dummy arch_{read,spin,write}_lock_flags() implementations by Will Deacon · 7 years ago
  27. 0160fb1 locking/arch: Remove dummy arch_{read,spin,write}_relax() implementations by Will Deacon · 7 years ago
  28. a8a217c locking/core: Remove {read,spin,write}_can_lock() by Will Deacon · 7 years ago
  29. d9d73e8 sh: sh7269: remove nonexistent GPIO_PH[0-7] to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  30. eae3df7e sh: sh7264: remove nonexistent GPIO_PH[0-7] to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  31. d8ce38f sh: sh7757: remove nonexistent GPIO_PT[JLNQ]7_RESV to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  32. b78412b sh: sh7722: remove nonexistent GPIO_PTQ7 to fix pinctrl registration by Geert Uytterhoeven · 7 years ago
  33. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  34. 5f82e71 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  35. 30d6e0a futex: Remove duplicated code and fix undefined behaviour by Jiri Slaby · 8 years ago
  36. 94edf6f Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 8 years ago
  37. 952111d arch: Remove spin_unlock_wait() arch-specific definitions by Paul E. McKenney · 8 years ago
  38. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 8 years ago
  39. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 8 years ago
  40. 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
  41. 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
  42. 325cdac debug: Fix WARN_ON_ONCE() for modules by Josh Poimboeuf · 8 years ago
  43. c632517 tty: Fix TIOCGPTPEER ioctl definition by Gleb Fotengauer-Malinovskiy · 8 years ago
  44. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  45. 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
  46. 2c8340e sh64: ascii armor the sh64 boot init stack canary by Rik van Riel · 8 years ago
  47. 579e145 sh: mark end of BUG() implementation as unreachable by Kees Cook · 8 years ago
  48. 89593123 sh: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  49. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  50. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 8 years ago
  51. 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
  52. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
  53. f2a80ae sh: remove DMA_ERROR_CODE by Christoph Hellwig · 8 years ago
  54. 54ebbfb tty: add TIOCGPTPEER ioctl by Aleksa Sarai · 8 years ago
  55. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  56. 8298525 kill strlen_user() by Al Viro · 8 years ago
  57. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  58. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  59. 3fb9268 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  60. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  61. adf7bde sh/PCI: Use generic pci_mmap_resource_range() by David Woodhouse · 8 years ago
  62. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  63. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  64. 19d4362 debug: Add _ONCE() logic to report_bug() by Peter Zijlstra · 8 years ago
  65. f98f48e sh: switch to RAW_COPY_USER by Al Viro · 8 years ago
  66. bcd541d sh: switch to extable.h by Al Viro · 8 years ago
  67. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  68. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  69. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  70. f780d89 sched/headers: Remove <asm/ptrace.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  71. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  72. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  73. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  74. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  75. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  76. d92280d sh: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 9 years ago
  77. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  78. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  79. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  80. 692a68c mm: remove the page size change check in tlb_remove_page by Aneesh Kumar K.V · 8 years ago
  81. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  82. b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
  83. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  84. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  85. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  86. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 9 years ago
  87. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  88. df720ac exceptions: detritus removal by Al Viro · 9 years ago
  89. 9bf6ffd locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP() by Peter Zijlstra · 9 years ago
  90. 6e05050 sh: fix copy_from_user() by Al Viro · 9 years ago
  91. c685238 sh64: failing __get_user() should zero by Al Viro · 9 years ago
  92. 1630e84 Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh by Linus Torvalds · 9 years ago
  93. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 9 years ago
  94. 74bdaa6 sh: system call wire up by Yoshinori Sato · 9 years ago
  95. 00b73d8 sh: add working futex atomic ops on userspace addresses for smp by Rich Felker · 9 years ago
  96. 2b47d54 sh: add J2 atomics using the cas.l instruction by Rich Felker · 9 years ago
  97. 834da1970 sh: add AT_HWCAP flag for J-Core cas.l instruction by Rich Felker · 9 years ago
  98. 5a846ab sh: add support for J-Core J2 processor by Rich Felker · 9 years ago
  99. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 9 years ago
  100. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 9 years ago