1. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  2. 123dbfe trim __ARCH_WANT_SYS_OLD_GETRLIMIT by Al Viro · 8 years ago
  3. 8298525 kill strlen_user() by Al Viro · 8 years ago
  4. ec022681 alpha: switch to RAW_COPY_USER by Al Viro · 8 years ago
  5. ca282f6 alpha: add a helper for emitting exception table entries by Al Viro · 8 years ago
  6. c9df602 alpha: kill the 'segment' argument of __access_ok() by Al Viro · 8 years ago
  7. d78d834 alpha: get rid of 'segment' argument of __{get,put}_user_check() by Al Viro · 8 years ago
  8. b5478c1 alpha: add asm/extable.h by Al Viro · 8 years ago
  9. 8525023 alpha: switch __copy_user() and __do_clean_user() to normal calling conventions by Al Viro · 8 years ago
  10. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  11. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  12. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  13. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  14. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  15. 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
  16. 35ca695 alpha: use generic current.h by Davidlohr Bueso · 8 years ago
  17. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  18. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  19. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  20. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  21. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  22. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  23. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  24. b26b5ef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  25. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  26. 085354f alpha: get rid of tail-zeroing in __copy_user() by Al Viro · 8 years ago
  27. 2561d30 alpha: fix copy_from_user() by Al Viro · 8 years ago
  28. 00fc0e0 alpha: move exports to actual definitions by Al Viro · 9 years ago
  29. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  30. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  31. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  32. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  34. fe14d2f locking/atomic, arch/alpha: Convert to _relaxed atomics by Peter Zijlstra · 9 years ago
  35. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  36. 1f51dee locking/atomic, arch/alpha: Implement atomic{,64}_fetch_{add,sub,and,andnot,or,xor}() by Peter Zijlstra · 9 years ago
  37. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 9 years ago
  38. d157bd8 locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() by Jason Low · 9 years ago
  39. 8ee62b1 locking/rwsem: Convert sem->count to 'atomic_long_t' by Jason Low · 9 years ago
  40. 1cb1e35 char/genrtc: remove alpha support by Arnd Bergmann · 9 years ago
  41. 7deb5ee locking/rwsem, alpha: Provide __down_write_killable() by Michal Hocko · 9 years ago
  42. e77986b alpha/extable: use generic search and sort routines by Ard Biesheuvel · 9 years ago
  43. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  44. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  45. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  46. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  47. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  48. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  49. ed07247 gpio: Remove unused asm/gpio.h files by Bjorn Helgaas · 9 years ago
  50. 5bd28338 PCI: Remove includes of empty asm-generic/pci-bridge.h by Bjorn Helgaas · 9 years ago
  51. 35373ab serial: Fix ASYNC_* => UPF_* flags misuse by Peter Hurley · 9 years ago
  52. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  53. a1a2ab2 Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  54. c753bf3 word-at-a-time.h: support zero_bytemask() on alpha and tile by Chris Metcalf · 9 years ago
  55. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  56. 969560d alpha: io: define ioremap_uc by Sudip Mukherjee · 9 years ago
  57. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  58. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  59. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  60. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  61. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  62. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  63. 8f8dcb3 alpha: select CONFIG_ARCH_USE_CMPXCHG_LOCKREF. by Matt Turner · 9 years ago
  64. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  65. 212d3be alpha: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  66. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  67. 8c7febe Merge tag 'tty-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 9 years ago
  68. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  69. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  70. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  71. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  72. 00fda16 Merge 4.1-rc7 into tty-next by Greg Kroah-Hartman · 10 years ago
  73. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 10 years ago
  74. 228fa85 alpha: Wire up all missing implemented syscalls by Chen Gang · 10 years ago
  75. ae6d78d alpha: Remove #include <uapi/asm/types.h> from <asm/types.h> by Geert Uytterhoeven · 11 years ago
  76. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
  77. a22e5f5 arch: Remove __ARCH_HAVE_CMPXCHG by Thomas Gleixner · 10 years ago
  78. 507224a serial: 8250: remove Kconfig indirection by Valentin Rothberg · 10 years ago
  79. 84be456 remove <asm/scatterlist.h> by Christoph Hellwig · 10 years ago
  80. 396ada6 alpha: forward declare struct pt_regs in processor.h by Richard Weinberger · 10 years ago
  81. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 10 years ago
  82. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  83. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  84. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  85. b816157 alpha: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  86. 4fb9bcc alpha: macro whitespace fixes by Michael S. Tsirkin · 10 years ago
  87. 1ab5786 alpha/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  88. 8a44971 arch: Cleanup read_barrier_depends() and comments by Alexander Duyck · 10 years ago
  89. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  90. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  91. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  92. 036c650 alpha: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  93. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  94. 0451623 Alpha: define syscall_get_arch() by Eric Paris · 11 years ago
  95. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  96. 9e36c63 alpha: io: implement relaxed accessor macros for writes by Will Deacon · 10 years ago
  97. 5691e44 alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls. by Michael Cree · 10 years ago
  98. b93c7b8 locking,arch,alpha: Fold atomic_ops by Peter Zijlstra · 11 years ago
  99. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 10 years ago
  100. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago