1. 43bf2e6 net/mac89x0: Convert to platform_driver by Finn Thain · 6 years ago
  2. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 6 years ago
  3. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 6 years ago
  4. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 6 years ago
  5. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  6. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  7. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  8. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  9. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  10. aca21de Merge tag 'm68k-for-v4.16-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  11. 7f55c73 firmware: Drop FIRMWARE_IN_KERNEL Kconfig option by Benjamin Gilbert · 7 years ago
  12. 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
  13. 317b749 m68k/mac: Fix race conditions in OSS interrupt dispatch by Finn Thain · 7 years ago
  14. b87eaec nubus: Add expansion_type values for various Mac models by Finn Thain · 7 years ago
  15. 955999c m68k/defconfig: Update defconfigs for v4.15-rc1 by Geert Uytterhoeven · 7 years ago
  16. 57bf5a8 dma-mapping: clear harmful GFP_* flags in common code by Christoph Hellwig · 7 years ago
  17. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  18. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  19. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  20. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago
  21. 65323ee m68k/defconfig: fix stmark2 broken local compilation by Angelo Dureghello · 7 years ago
  22. 969de09 m68k: add missing SOFTIRQENTRY_TEXT linker section by Greg Ungerer · 7 years ago
  23. c71d227 make kernel-side POLL... arch-independent by Al Viro · 7 years ago
  24. 8ced390 define __poll_t, annotate constants by Al Viro · 7 years ago
  25. 54b8a23 m68k/macboing: Fix missed timer callback assignment by Kees Cook · 7 years ago
  26. 24ed960 treewide: Switch DEFINE_TIMER callbacks to struct timer_list * by Kees Cook · 7 years ago
  27. e37e0ee Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  28. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  29. 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
  30. 5e387199 m68k/defconfig: Update defconfigs for v4.14-rc7 by Geert Uytterhoeven · 7 years ago
  31. 92178fc m68k/mac: Add mutual exclusion for IOP interrupt polling by Finn Thain · 7 years ago
  32. 8ee90c5 m68k/mac: Disentangle VIA/RBV and NuBus initialization by Finn Thain · 7 years ago
  33. 7a0bb44 m68k/mac: Disentangle VIA and OSS initialization by Finn Thain · 7 years ago
  34. 0e37a23 m68k/mac: More printk modernization by Finn Thain · 7 years ago
  35. c8b61d5 m68k: add Sysam stmark2 open board support by Angelo Dureghello · 7 years ago
  36. 08fe92e m68k: coldfire: add dspi0 module support by Angelo Dureghello · 7 years ago
  37. 375bc91 m68k: pull mach_beep in setup.c by Alexandre Belloni · 7 years ago
  38. b47c7b6 m68k: allow ColdFire m5441x parts to run with MMU enabled by Greg Ungerer · 8 years ago
  39. f55ab8f m68k: fix ColdFire node shift size calculation by Greg Ungerer · 7 years ago
  40. 34fa9b2 m68k: move coldfire MMU initialization code by Greg Ungerer · 7 years ago
  41. e2be04c License cleanup: add SPDX license identifier to uapi header files with a license by Greg Kroah-Hartman · 7 years ago
  42. 6f52b16 License cleanup: add SPDX license identifier to uapi header files with no license by Greg Kroah-Hartman · 7 years ago
  43. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  44. c9eb617 dma-mapping: turn dma_cache_sync into a dma_map_ops method by Christoph Hellwig · 7 years ago
  45. 1d27e3e timer: Remove expires and data arguments from DEFINE_TIMER by Kees Cook · 7 years ago
  46. 64414e5 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 7 years ago
  47. 4c2b5e0 m68k: Add braces to __pmd(x) initializer to kill compiler warning by Geert Uytterhoeven · 7 years ago
  48. fbf4432 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  49. 4c97a0c arch: define CPU_BIG_ENDIAN for all fixed big endian archs by Babu Moger · 7 years ago
  50. 0d519f2 Merge tag 'pci-v4.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  51. 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
  52. 8a19434 m68knommu: remove dead code by Alexandre Belloni · 7 years ago
  53. 94b2822 m68k: allow NULL clock for clk_get_rate by Jonas Gorski · 7 years ago
  54. 558d5ad m68k/mac: Avoid soft-lockup warning after mach_power_off by Finn Thain · 7 years ago
  55. 41e93a3 m68k/mac: Don't hang waiting for Cuda power-down command by Finn Thain · 7 years ago
  56. 07144be m68k: Restore symbol versions for symbols exported from assembly by Ben Hutchings · 7 years ago
  57. 883e384 m68k/defconfig: Update defconfigs for v4.13-rc1 by Geert Uytterhoeven · 7 years ago
  58. 19cc4c8 m68k/PCI: Replace pci_fixup_irqs() call with host bridge IRQ mapping hooks by Lorenzo Pieralisi · 7 years ago
  59. 9f42ef4 blackfin, m68k: Fix flat_set_persistent() for unsigned long to u32 changes by Geert Uytterhoeven · 7 years ago
  60. 89cbec7 Merge branch 'work.uaccess-unaligned' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  61. 80fc623 Merge tag 'kbuild-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  62. 9d8a9ae m68k: coldfire: move inline before return type by Joe Perches · 7 years ago
  63. a018817 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 7 years ago
  64. 5608e72 m68k: move generic-y of exported headers to uapi/asm/Kbuild by Masahiro Yamada · 7 years ago
  65. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  66. f72e24a Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  67. 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
  68. 3170d8d2 kill {__,}{get,put}_user_unaligned() by Al Viro · 7 years ago
  69. 468138d binfmt_flat: flat_{get,put}_addr_from_rp() should be able to fail by Al Viro · 7 years ago
  70. 241e5e6 Merge tag 'm68k-for-v4.13-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  71. 07c75d7 drivers: dma-mapping: allow dma_common_mmap() for NOMMU by Vladimir Murzin · 7 years ago
  72. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 7 years ago
  73. 354b638 m68k: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  74. 204a2be m68k: Remove ptrace_signal_deliver by Andreas Schwab · 7 years ago
  75. 6bc51cb signal: Remove non-uapi <asm/siginfo.h> by Christoph Hellwig · 7 years ago
  76. 8298525 kill strlen_user() by Al Viro · 7 years ago
  77. 1072734 m68k/defconfig: Update defconfigs for v4.12-rc1 by Geert Uytterhoeven · 7 years ago
  78. fcc8487 uapi: export all headers under uapi directories by Nicolas Dichtel · 7 years ago
  79. ad61dd3 scripts/spelling.txt: add regsiter -> register spelling mistake by Stephen Boyd · 7 years ago
  80. ceb198b Merge tag 'm68k-for-v4.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 7 years ago
  81. 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
  82. 701cac6 CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional now by Al Viro · 7 years ago
  83. 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
  84. af23250 m68k/mac: Clarify IOP message alloc/free confusion by Finn Thain · 7 years ago
  85. a9373f4 m68k/mac: Adopt platform_device_register_simple() by Finn Thain · 7 years ago
  86. 889121b m68k/mac: Modernize printing of kernel messages by Geert Uytterhoeven · 7 years ago
  87. 4629a17 m68k/mac: IOP - Modernize printing of kernel messages by Geert Uytterhoeven · 7 years ago
  88. 33ae7a9 m68k/coldfire/pit: Set ->min_delta_ticks and ->max_delta_ticks by Nicolai Stange · 7 years ago
  89. 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 · 7 years ago
  90. 29be02e m68k: switch to RAW_COPY_USER by Al Viro · 7 years ago
  91. 7cefa5a m68k: get rid of zeroing by Al Viro · 7 years ago
  92. 68acfdc m68k: switch to generic extable.h by Al Viro · 8 years ago
  93. db68ce1 new helper: uaccess_kernel() by Al Viro · 7 years ago
  94. e3b1ebd m68k: Wire up statx by Geert Uytterhoeven · 7 years ago
  95. 3820ed4 m68k/defconfig: Update defconfigs for v4.11-rc1 by Geert Uytterhoeven · 7 years ago
  96. 066def5 m68k/bitops: Correct signature of test_bit() by Geert Uytterhoeven · 8 years ago
  97. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  98. 5e6039d uaccess: move VERIFY_{READ,WRITE} definitions to linux/uaccess.h by Al Viro · 8 years ago
  99. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 7 years ago
  100. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 7 years ago