1. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  2. 174ddfd Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  3. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 8 years ago
  4. 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
  5. ac4691f hexagon: switch to RAW_COPY_USER by Al Viro · 8 years ago
  6. a60a9fb hexagon/time: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 8 years ago
  7. 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
  8. aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
  9. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  10. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  11. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  12. 68e21be sched/headers: Move task->mm handling methods to <linux/sched/mm.h> by Ingo Molnar · 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. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  15. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  16. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  17. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  18. f1f1007 mm: add new mmgrab() helper by Vegard Nossum · 8 years ago
  19. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  20. 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
  21. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  22. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  23. 1e8fb9c hexagon: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  24. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  25. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  26. a5a1d1c clocksource: Use a plain u64 instead of cycle_t by Thomas Gleixner · 8 years ago
  27. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  28. b8a346d arch/hexagon: Add option to skip DMA sync as a part of mapping by Alexander Duyck · 8 years ago
  29. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  30. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  31. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  32. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  33. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  34. f35c1e0 hexagon: fix strncpy_from_user() error return by Al Viro · 8 years ago
  35. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  36. bd721ea treewide: replace obsolete _refok by __ref by Fabian Frederick · 8 years ago
  37. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  38. 1cd04d2 Merge tag 'gpio-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  39. dcddffd mm: do not pass mm_struct into handle_mm_fault by Kirill A. Shutemov · 8 years ago
  40. 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
  41. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  42. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  43. 4be7dd3 locking/atomic, arch/hexagon: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  44. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 8 years ago
  45. d4f80b8 hexagon: update TODO list by Linus Walleij · 9 years ago
  46. d04f90f Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 8 years ago
  47. 6904817 vdso: make arch_setup_additional_pages wait for mmap_sem for write killable by Michal Hocko · 8 years ago
  48. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 8 years ago
  49. b0da6d4 asm-generic: Drop renameat syscall from default list by James Hogan · 8 years ago
  50. 238034e hexagon: Fix misspellings in comments. by Adam Buchbinder · 9 years ago
  51. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  52. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  53. fc6d73d arch/hotplug: Call into idle with a proper state by Thomas Gleixner · 9 years ago
  54. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  55. 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  56. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago
  57. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  58. 33e247c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  59. 0cdf5a4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 9 years ago
  60. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  61. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  62. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  63. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  64. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  65. 02cc2cc Revert "Hexagon: fix signal.c compile error" by Mike Frysinger · 10 years ago
  66. d70e22d hexagon/time: Migrate to new 'set-state' interface by Viresh Kumar · 9 years ago
  67. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  68. 610f7ba hexagon: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  69. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  70. a6e2f02 Make asm/word-at-a-time.h available on all architectures by Chris Metcalf · 9 years ago
  71. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  72. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  73. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  74. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  75. b3c395ef mm/uaccess, mm/fault: Clarify that uaccess may only sleep if pagefaults are enabled by David Hildenbrand · 9 years ago
  76. a22e5f5 arch: Remove __ARCH_HAVE_CMPXCHG by Thomas Gleixner · 9 years ago
  77. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  78. fa41b1c arch: Remove exec_domain from remaining archs by Richard Weinberger · 10 years ago
  79. a555ad4 whack-a-mole: no need to set_fs(USER_DS) in {start,flush}_thread() by Al Viro · 10 years ago
  80. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  81. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  82. d99f95e hexagon: drop _PAGE_FILE and pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  83. 5be95b7 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rkuo/linux-hexagon-kernel by Linus Torvalds · 10 years ago
  84. 8914d7e Hexagon: fix signal delivery for debug traps by Richard Kuo · 10 years ago
  85. ea0f1b9 Hexagon: set ARCH_DMA_MINALIGN by Richard Kuo · 11 years ago
  86. f6b708c Hexagon: fix alignment of init_task in RW_DATA_SECTION by Richard Kuo · 11 years ago
  87. cb84c2b hexagon: Fix build failures in linux-next by Guenter Roeck · 10 years ago
  88. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  89. 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
  90. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  91. e356030 flush_icache_range: export symbol to fix build errors by Pranith Kumar · 10 years ago
  92. 50f853e locking,arch,hexagon: Fold atomic_ops by Peter Zijlstra · 11 years ago
  93. 63b12bd Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  94. 158c129 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  95. 8bc77aa hexagon: Use sigsp() by Richard Weinberger · 11 years ago
  96. ac44362 hexagon: Use get_signal() signal_setup_done() by Richard Weinberger · 11 years ago
  97. e7fda6c Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  98. 24e4a8c ktime: Kill non-scalar ktime_t implementation for 2038 by John Stultz · 10 years ago
  99. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  100. 847db92 hexagon: update reference, kerneltrap.org no longer works by Pranith Kumar · 10 years ago