1. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  2. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
  3. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  4. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  5. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  6. aca21de Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  7. b87eaec nubus: Add expansion_type values for various Mac models by Finn Thain · 7 years ago
  8. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  9. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  10. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  11. c71d227 make kernel-side POLL... arch-independent by Al Viro · 7 years ago
  12. 8ced390 define __poll_t, annotate constants by Al Viro · 8 years ago
  13. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  14. 9e09d05 Merge tag 'm68k-for-v4.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  15. 92178fc m68k/mac: Add mutual exclusion for IOP interrupt polling by Finn Thain · 7 years ago
  16. 08fe92e m68k: coldfire: add dspi0 module support by Angelo Dureghello · 7 years ago
  17. 34fa9b2 m68k: move coldfire MMU initialization code by Greg Ungerer · 7 years ago
  18. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  19. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  20. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  21. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  22. 4c2b5e0 m68k: Add braces to __pmd(x) initializer to kill compiler warning by Geert Uytterhoeven · 7 years ago
  23. d1ce495 Merge tag 'm68k-for-v4.14-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  24. 07144be m68k: Restore symbol versions for symbols exported from assembly by Ben Hutchings · 7 years ago
  25. 9f42ef4 blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes by Geert Uytterhoeven · 7 years ago
  26. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  27. 5608e72 m68k: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 8 years ago
  28. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  29. 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
  30. 3170d8d kill {__,}{get,put}_user_unaligned() by Al Viro · 8 years ago
  31. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 8 years ago
  32. 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  33. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  34. 204a2be m68k: Remove ptrace_signal_deliver by Andreas Schwab · 8 years ago
  35. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 8 years ago
  36. 8298525 kill strlen_user() by Al Viro · 8 years ago
  37. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 8 years ago
  38. 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
  39. 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
  40. 29be02e m68k: switch to RAW_COPY_USER by Al Viro · 8 years ago
  41. 7cefa5a m68k: get rid of zeroing by Al Viro · 8 years ago
  42. 68acfdc m68k: switch to generic extable.h by Al Viro · 8 years ago
  43. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  44. e3b1ebd m68k: Wire up statx by Geert Uytterhoeven · 8 years ago
  45. 066def5 m68k/bitops: Correct signature of test_bit() by Geert Uytterhoeven · 8 years ago
  46. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  47. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  48. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  49. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  50. 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
  51. 849de0c m68k: replace gcc specific macros with ones from compiler.h by Gideon Israel Dsouza · 8 years ago
  52. 38705613 Merge tag 'powerpc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  53. 937b5b5 Merge tag 'm68k-for-v4.11-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  54. f0b914a m68k/include: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  55. 05b70ff m68k/mm: sun3 - Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  56. 4eee1e7 m68k/sun3x: Modernize printing of kernel messages by Geert Uytterhoeven · 8 years ago
  57. 16a1a66 m68k/mac: Clean up interrupt debug macros and printk statements by Finn Thain · 8 years ago
  58. f74faec m68k/mac: Replace via-maciisi driver with via-cuda driver by Finn Thain · 8 years ago
  59. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  60. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  61. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  62. 6cdf89b Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  63. 0261b5d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  64. 6f38751 Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 8 years ago
  65. 2d24b53 m68knommu: platform support for i2c devices on ColdFire SoC by Steven King · 11 years ago
  66. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  67. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  68. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  69. 7e251bb m68k: Fix ndelay() macro by Boris Brezillon · 8 years ago
  70. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  71. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  72. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  73. df720ac exceptions: detritus removal by Al Viro · 8 years ago
  74. aa5ac78 m68k: generalize uboot command line support by Greg Ungerer · 8 years ago
  75. 8cf4a97 m68k: generalize io memory region setup for ColdFire ACR registers by Greg Ungerer · 8 years ago
  76. f711606 m68k: move ColdFire _bootmem_alloc code by Greg Ungerer · 8 years ago
  77. cbd5b98 m68k: report correct FPU type on ColdFire MMU platforms by Greg Ungerer · 8 years ago
  78. 81d3335 m68k: set appropriate machine type for m5411x SoC platforms by Greg Ungerer · 8 years ago
  79. 36d050d m68knommu: fix IO write size in nettel pin set by Greg Ungerer · 8 years ago
  80. d13ffb5 m68k: move exports to definitions by Al Viro · 9 years ago
  81. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  82. 8e7106a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 8 years ago
  83. 002d2f0 m68k: enable binfmt_flat on systems with an MMU by Nicolas Pitre · 8 years ago
  84. 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
  85. f987e5a m68k: use same start_thread() on MMU and no-MMU by Greg Ungerer · 8 years ago
  86. 120c4d9 m68k: fix file path comment by Greg Ungerer · 8 years ago
  87. 89e6ffd m68k: fix bFLT executable running on MMU enabled systems by Greg Ungerer · 8 years ago
  88. 2321884 Merge tag 'm68k-for-v4.8-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 8 years ago
  89. 86a8280 m68k: Assorted spelling fixes by Andrea Gelmini · 9 years ago
  90. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 9 years ago
  91. 86a664d locking/atomic, arch/m68k: Remove comment by Peter Zijlstra · 9 years ago
  92. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  93. e39d88e locking/atomic, arch/m68k: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  94. 084b360 char/genrtc: remove m68k support by Arnd Bergmann · 9 years ago
  95. 7e0fb73 Merge branch 'hash' of git://ftp.sciencehorizons.net/linux by Linus Torvalds · 9 years ago
  96. 14c44b9 m68k: Add <asm/hash.h> by George Spelvin · 9 years ago
  97. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  98. 0eb2c80 m68k: Wire up preadv2 and pwritev2 by Geert Uytterhoeven · 9 years ago
  99. 11caf57 Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  100. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago