1. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  2. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  3. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  4. f73337f cris: use dma-direct by Christoph Hellwig · 7 years ago
  5. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  6. 7066d74 cris: Make THREAD_SIZE available to vmlinux.lds by David Howells · 7 years ago
  7. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  8. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  9. 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
  10. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  11. 7b30aa1 PCI: Remove unused declarations by Bjorn Helgaas · 7 years ago
  12. be2d877a PCI: Remove redundant pci_dev, pci_bus, resource declarations by Bjorn Helgaas · 7 years ago
  13. 137ed9f PCI: Remove redundant pcibios_set_master() declarations by Bjorn Helgaas · 7 years ago
  14. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  15. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  16. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  17. c6ec85c cris: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
  18. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  19. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  20. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  21. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 7 years ago
  22. 10503bf get rid of unused __strncpy_from_user() instances by Al Viro · 8 years ago
  23. 8298525 kill strlen_user() by Al Viro · 8 years ago
  24. 3e18c63 arch/include: remove empty Kbuild files by Nicolas Dichtel · 8 years ago
  25. 61562f9 uapi: export all arch specifics directories by Nicolas Dichtel · 8 years ago
  26. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  27. 857f864 Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  28. 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 · 7 years ago
  29. 3efdd5f cris/PCI: Use generic pci_mmap_resource_range() by David Woodhouse · 8 years ago
  30. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  31. 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
  32. 0c7e9a8 cris: switch to RAW_COPY_USER by Al Viro · 8 years ago
  33. b71f1bf cris: rename __copy_user_zeroing to __copy_user_in by Al Viro · 8 years ago
  34. de09be3 cris: get rid of zeroing by Al Viro · 8 years ago
  35. c831394 cris: get rid of zeroing in __asm_copy_from_user_N for N > 4 by Al Viro · 8 years ago
  36. 07f78b3 cris: don't rely upon __copy_user_zeroing() zeroing the tail by Al Viro · 8 years ago
  37. a8be344 cris: switch to generic extable.h by Al Viro · 8 years ago
  38. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  39. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  40. 444f02c uaccess: drop pointless ifdefs by Al Viro · 8 years ago
  41. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  42. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  43. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  44. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  45. 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
  46. 8d4a017 cris: use generic current.h by Davidlohr Bueso · 8 years ago
  47. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  48. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  49. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  50. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  51. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  52. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  53. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  54. e1ae7ed Fix typo by Andrea Gelmini · 8 years ago
  55. 60a7a19 Fix typo by Andrea Gelmini · 8 years ago
  56. 4c241d3 cris: use generic io.h by Niklas Cassel · 8 years ago
  57. eb47e029 cris: buggered copy_from_user/copy_to_user/clear_user by Al Viro · 8 years ago
  58. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  59. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  60. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  61. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  62. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  63. e20dd88 cris: convert to dma_map_ops by Christoph Hellwig · 9 years ago
  64. e301a08 CRIS: Drop code related to obsolete or unused kconfigs by Jesper Nilsson · 9 years ago
  65. ab28e96 CRIS v32: remove old GPIO and LEDs code by Rabin Vincent · 9 years ago
  66. df90c33 CRIS v32: increase NR_IRQS by Rabin Vincent · 9 years ago
  67. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  68. 7f0144e CRIS: fix switch_mm() lockdep splat by Rabin Vincent · 10 years ago
  69. aa6f4d2 CRIS: add STACKTRACE_SUPPORT by Rabin Vincent · 9 years ago
  70. 20ae247 CRIS: UAPI: use generic types.h by Rabin Vincent · 10 years ago
  71. 258a9ff CRIS: UAPI: use generic shmbuf.h by Rabin Vincent · 10 years ago
  72. 74d94ad CRIS: UAPI: use generic msgbuf.h by Rabin Vincent · 10 years ago
  73. 4526692 CRIS: UAPI: use generic socket.h by Rabin Vincent · 10 years ago
  74. 53789d2 CRIS: UAPI: use generic sembuf.h by Rabin Vincent · 10 years ago
  75. c823b97 CRIS: UAPI: use generic sockios.h by Rabin Vincent · 10 years ago
  76. 889d74a CRIS: UAPI: use generic auxvec.h by Rabin Vincent · 10 years ago
  77. 0c02fa2 CRIS: UAPI: use generic headers via Kbuild by Rabin Vincent · 10 years ago
  78. 2493d3e CRIS: UAPI: fix elf.h export by Rabin Vincent · 10 years ago
  79. 3a79a07 CRIS: don't make asm/elf.h depend on asm/user.h by Rabin Vincent · 9 years ago
  80. 835e417 CRIS: UAPI: fix ptrace.h by Rabin Vincent · 10 years ago
  81. ee59843 CRIS: Wire up missing syscalls by Chen Gang · 9 years ago
  82. 98a725a CRISv32: add unreachable() to BUG() by Rabin Vincent · 9 years ago
  83. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  84. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 9 years ago
  85. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  86. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  87. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  88. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 9 years ago
  89. 7f9f443 Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 9 years ago
  90. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 10 years ago
  91. d939b52 cris: fix integer overflow in ELF_ET_DYN_BASE by Andrey Ryabinin · 10 years ago
  92. 16428f9 CRIS: use generic headers via Kbuild by Rabin Vincent · 10 years ago
  93. f87a2f5 CRIS: use generic cmpxchg.h by Rabin Vincent · 10 years ago
  94. e7db8a3 CRIS: use generic atomic.h by Rabin Vincent · 10 years ago
  95. f647511 CRIS: use generic atomic bitops by Rabin Vincent · 10 years ago
  96. 3c2165f CRISv10: remove redundant macros from system.h by Rabin Vincent · 10 years ago
  97. 47a8f6f CRIS: remove SMP code by Rabin Vincent · 10 years ago
  98. 06aca92 CRISv32: don't enable irqs in INIT_THREAD by Rabin Vincent · 10 years ago
  99. 1fa185e Merge tag 'cris-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 10 years ago
  100. 9987c19 CRIS: Whitespace cleanup by Jesper Nilsson · 10 years ago