1. c6ec85c cris: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  2. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  3. 1b044f1 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  5. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  6. 10503bf get rid of unused __strncpy_from_user() instances by Al Viro · 8 years ago
  7. 8298525 kill strlen_user() by Al Viro · 8 years ago
  8. 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
  9. 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
  10. 3efdd5f cris/PCI: Use generic pci_mmap_resource_range() by David Woodhouse · 8 years ago
  11. 11df195 PCI: Move multiple declarations of pci_mmap_page_range() to <linux/pci.h> by David Woodhouse · 8 years ago
  12. 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
  13. 0c7e9a8 cris: switch to RAW_COPY_USER by Al Viro · 8 years ago
  14. b71f1bf cris: rename __copy_user_zeroing to __copy_user_in by Al Viro · 8 years ago
  15. 07f78b3 cris: don't rely upon __copy_user_zeroing() zeroing the tail by Al Viro · 8 years ago
  16. a8be344 cris: switch to generic extable.h by Al Viro · 9 years ago
  17. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  18. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  19. 444f02c uaccess: drop pointless ifdefs by Al Viro · 9 years ago
  20. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 9 years ago
  21. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 9 years ago
  22. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 9 years ago
  23. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  24. 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
  25. 8d4a017 cris: use generic current.h by Davidlohr Bueso · 8 years ago
  26. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 9 years ago
  27. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 9 years ago
  28. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 9 years ago
  29. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 9 years ago
  30. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 9 years ago
  31. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 9 years ago
  32. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 9 years ago
  33. 4c241d3 cris: use generic io.h by Niklas Cassel · 9 years ago
  34. eb47e029 cris: buggered copy_from_user/copy_to_user/clear_user by Al Viro · 9 years ago
  35. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
  36. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  37. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  38. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  39. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 10 years ago
  40. e20dd88 cris: convert to dma_map_ops by Christoph Hellwig · 10 years ago
  41. e301a08 CRIS: Drop code related to obsolete or unused kconfigs by Jesper Nilsson · 10 years ago
  42. ab28e96 CRIS v32: remove old GPIO and LEDs code by Rabin Vincent · 10 years ago
  43. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 10 years ago
  44. 7f0144e CRIS: fix switch_mm() lockdep splat by Rabin Vincent · 10 years ago
  45. aa6f4d2 CRIS: add STACKTRACE_SUPPORT by Rabin Vincent · 10 years ago
  46. 20ae247 CRIS: UAPI: use generic types.h by Rabin Vincent · 10 years ago
  47. 258a9ff CRIS: UAPI: use generic shmbuf.h by Rabin Vincent · 10 years ago
  48. 74d94ad CRIS: UAPI: use generic msgbuf.h by Rabin Vincent · 10 years ago
  49. 4526692 CRIS: UAPI: use generic socket.h by Rabin Vincent · 10 years ago
  50. 53789d2 CRIS: UAPI: use generic sembuf.h by Rabin Vincent · 10 years ago
  51. c823b97 CRIS: UAPI: use generic sockios.h by Rabin Vincent · 10 years ago
  52. 889d74a CRIS: UAPI: use generic auxvec.h by Rabin Vincent · 10 years ago
  53. 0c02fa2 CRIS: UAPI: use generic headers via Kbuild by Rabin Vincent · 10 years ago
  54. 2493d3e CRIS: UAPI: fix elf.h export by Rabin Vincent · 10 years ago
  55. 3a79a07 CRIS: don't make asm/elf.h depend on asm/user.h by Rabin Vincent · 10 years ago
  56. ee59843 CRIS: Wire up missing syscalls by Chen Gang · 10 years ago
  57. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 10 years ago
  58. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 10 years ago
  59. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 10 years ago
  60. 2ae416b mm: new mm hook framework by Laurent Dufour · 10 years ago
  61. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
  62. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 10 years ago
  63. 7f9f443 Merge tag 'cris-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/jesper/cris by Linus Torvalds · 10 years ago
  64. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 10 years ago
  65. d939b52 cris: fix integer overflow in ELF_ET_DYN_BASE by Andrey Ryabinin · 10 years ago
  66. 16428f9 CRIS: use generic headers via Kbuild by Rabin Vincent · 10 years ago
  67. f87a2f5 CRIS: use generic cmpxchg.h by Rabin Vincent · 10 years ago
  68. e7db8a3 CRIS: use generic atomic.h by Rabin Vincent · 10 years ago
  69. f647511 CRIS: use generic atomic bitops by Rabin Vincent · 10 years ago
  70. 47a8f6f CRIS: remove SMP code by Rabin Vincent · 10 years ago
  71. 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
  72. 9987c19 CRIS: Whitespace cleanup by Jesper Nilsson · 10 years ago
  73. 83f1588 CRIS: macro whitespace fixes in uaccess.h by Michael S. Tsirkin · 11 years ago
  74. 458e319 CRIS: uaccess: fix sparse errors by Michael S. Tsirkin · 11 years ago
  75. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  76. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  77. 103f3d9 cris: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  78. 6eb64b8 CRIS: Fix headers_install by Sam Ravnborg · 11 years ago
  79. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  80. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 11 years ago
  81. 62e8abf cris: io: implement dummy relaxed accessor macros for writes by Will Deacon · 12 years ago
  82. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 2088218 cris: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 11 years ago
  84. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 11 years ago
  85. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 11 years ago
  86. 7179e30 locking,arch,cris: Fold atomic_ops by Peter Zijlstra · 11 years ago
  87. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 11 years ago
  88. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 11 years ago
  89. f618776 sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALL by Fabian Frederick · 11 years ago
  90. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 11 years ago
  91. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 11 years ago
  92. 17b4021 arch,cris: Convert smp_mb__*() by Peter Zijlstra · 11 years ago
  93. a21e408 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  94. 462bf23 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  95. 073d822 arch: Remove stub cputime.h headers by Frederic Weisbecker · 11 years ago
  96. 0eb808e cris: convert ffs from an object-like macro to a function-like macro by Geert Uytterhoeven · 11 years ago
  97. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 12 years ago
  98. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 12 years ago
  99. 562e74f Merge tag 'cris-for-3.14' of git://jni.nu/cris by Linus Torvalds · 12 years ago
  100. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago