1. 8fdd36d Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  2. 6ada4e2 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  3. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  4. 5e2d059 Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  5. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  6. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  7. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  8. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  9. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  10. ebd7222 macintosh/via-pmu: Replace via-pmu68k driver with via-pmu driver by Finn Thain · 6 years ago
  11. 54c9907 macintosh/via-pmu68k: Don't load driver on unsupported hardware by Finn Thain · 6 years ago
  12. 58064e1 m68knommu: Fix typos in Coldfire 5272 DMA debug code by Geert Uytterhoeven · 6 years ago
  13. eec85fa m68k: coldfire: Normalize clk API by Geert Uytterhoeven · 6 years ago
  14. 71a8966 m68k/defconfig: Update defconfigs for v4.18-rc6 by Geert Uytterhoeven · 6 years ago
  15. 1008a11 m68k: switch to MEMBLOCK + NO_BOOTMEM by Mike Rapoport · 6 years ago
  16. 9e09221 m68k/page_no.h: force __va argument to be unsigned long by Mike Rapoport · 6 years ago
  17. 384052e m68k/bitops: convert __ffs to match generic declaration by Mike Rapoport · 6 years ago
  18. 781c4d6 m68k/io: Switch mmu variant to <asm-generic/io.h> by Geert Uytterhoeven · 6 years ago
  19. ab4d391 m68k/io: Move mem*io define guards to <asm/kmap.h> by Geert Uytterhoeven · 6 years ago
  20. e295066 m68k/io: Add missing ioremap define guards, fix typo by Geert Uytterhoeven · 6 years ago
  21. d7de1c3 m68k: Remove unused set_clock_mmss() helpers by Arnd Bergmann · 6 years ago
  22. 5b9bfb8 m68k: mac: Use time64_t in RTC handling by Arnd Bergmann · 6 years ago
  23. 9eb8be6 m68k: Use generic dma_noncoherent_ops by Christoph Hellwig · 6 years ago
  24. cf85d89 m68k/mac: Enable PDMA for PowerBook 500 series by Finn Thain · 6 years ago
  25. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  26. ecd6053 m68k: fix "bad page state" oops on ColdFire boot by Greg Ungerer · 6 years ago
  27. 9837559 atomics/treewide: Make unconditional inc/dec ops optional by Mark Rutland · 6 years ago
  28. 18cc181 atomics/treewide: Make test ops optional by Mark Rutland · 6 years ago
  29. eccc2da atomics/treewide: Make atomic_fetch_add_unless() optional by Mark Rutland · 6 years ago
  30. bfc18e3 atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() by Mark Rutland · 6 years ago
  31. 84038fd locking/atomics/m68k: Don't use <asm-generic/bitops/lock.h> by Will Deacon · 6 years ago
  32. eab733a Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  33. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  34. 137f5ae Merge tag 'm68k-for-v4.18-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 6 years ago
  35. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  36. e5a5946 Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
  37. b12c8a70 m68k: Set default dma mask for platform devices by Finn Thain · 6 years ago
  38. 082f55c m68k: fix ColdFire PCI config reads and writes by Greg Ungerer · 6 years ago
  39. 48074d2 m68k: introduce iomem() macro for __iomem conversions by Greg Ungerer · 6 years ago
  40. 4a2e130c m68k: allow ColdFire PCI bus on MMU and non-MMU configuration by Greg Ungerer · 6 years ago
  41. be39cbc m68k: fix ioremapping for internal ColdFire peripherals by Greg Ungerer · 6 years ago
  42. 4d53037 m68k: fix read/write multi-byte IO for PCI on ColdFire by Greg Ungerer · 6 years ago
  43. df8f77d m68k: don't redefine access functions if we have PCI by Greg Ungerer · 6 years ago
  44. de25cfc m68k: remove old ColdFire IO access support code by Greg Ungerer · 6 years ago
  45. dfbc5cb m68k: use io_no.h for MMU and non-MMU enabled ColdFire by Greg Ungerer · 6 years ago
  46. 927c28c m68k: setup PCI support code in io_no.h by Greg Ungerer · 6 years ago
  47. 9746882 m68k: group io mapping definitions and functions by Greg Ungerer · 6 years ago
  48. 4478048 m68k: rework raw access macros for the non-MMU case by Greg Ungerer · 6 years ago
  49. d97cf70 m68k: use asm-generic/io.h for non-MMU io access functions by Greg Ungerer · 6 years ago
  50. f8f3304 m68k: put definition guards around virt_to_phys and phys_to_virt by Greg Ungerer · 6 years ago
  51. fedc33e m68k: move *_relaxed macros into io_no.h and io_mm.h by Greg Ungerer · 6 years ago
  52. 3f90f9e m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap() by Michael Schmitz · 6 years ago
  53. 5bcf938 m68k/defconfig: Update defconfigs for v4.17-rc3 by Geert Uytterhoeven · 6 years ago
  54. 7124330 m68k/uaccess: Revive 64-bit get_user() by Geert Uytterhoeven · 6 years ago
  55. d8441ba m68k: Implement ndelay() as an inline function to force type checking/casting by Boris Brezillon · 6 years ago
  56. 065f109 m68k: Use read_persistent_clock64() consistently by Arnd Bergmann · 6 years ago
  57. b65769f m68k: Fix off-by-one calendar month by Finn Thain · 6 years ago
  58. 4eee57d m68k: Fix style, spelling, and grammar in siginfo_build_tests() by Geert Uytterhoeven · 6 years ago
  59. 3e2816c m68k/mac: Fix SWIM memory resource end address by Finn Thain · 6 years ago
  60. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  61. 325ef18 PCI: remove PCI_DMA_BUS_IS_PHYS by Christoph Hellwig · 6 years ago
  62. 3c67075 signal/m68k: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  63. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 6 years ago
  64. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 6 years ago
  65. 2025fef Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 6 years ago
  66. d66db9f Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  67. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  68. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  69. 4be3332 m68k: Verify the offsets in struct siginfo never change. by Eric W. Biederman · 6 years ago
  70. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  71. f61e643 m68k: set dma and coherent masks for platform FEC ethernets by Greg Ungerer · 6 years ago
  72. ecd6855 m68k/mac: Remove bogus "FIXME" comment by Finn Thain · 7 years ago
  73. 6df2afba m68k/mac: Enable RTC for 100-series PowerBooks by Finn Thain · 7 years ago
  74. 31b1c78 m68k/mac: Clean up whitespace and remove redundant parentheses by Finn Thain · 7 years ago
  75. 51fd627 m68k/defconfig: Update defconfigs for v4.16-rc5 by Geert Uytterhoeven · 7 years ago
  76. 6efe264 m68k/time: Stop validating rtc_time in .read_time by Alexandre Belloni · 7 years ago
  77. 3183333 m68k/mm: Stop printing the virtual memory layout by Geert Uytterhoeven · 7 years ago
  78. a64138e macintosh/via-pmu68k: Initialize PMU driver with setup_arch and arch_initcall by Finn Thain · 7 years ago
  79. a1eb1cd m68k/mac: Fix apparent race condition in Baboon interrupt dispatch by Finn Thain · 7 years ago
  80. e5f0d2e m68k/mac: Enable PDMA support for PowerBook 190 by Finn Thain · 7 years ago
  81. 43bf2e6 net/mac89x0: Convert to platform_driver by Finn Thain · 7 years ago
  82. 173a3ef bug.h: work around GCC PR82365 in BUG() by Arnd Bergmann · 7 years ago
  83. 7a163b2 unify {de,}mangle_poll(), get rid of kernel-side POLL... by Al Viro · 7 years ago
  84. 0ade34c lib: optimize cpumask_next_and() by Clement Courbet · 7 years ago
  85. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  86. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  87. 2382dc9 Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 7 years ago
  88. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  89. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  90. 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
  91. 7f55c73 firmware: Drop FIRMWARE_IN_KERNEL Kconfig option by Benjamin Gilbert · 7 years ago
  92. 5f74972 signal: Don't use structure initializers for struct siginfo by Eric W. Biederman · 7 years ago
  93. 317b749 m68k/mac: Fix race conditions in OSS interrupt dispatch by Finn Thain · 7 years ago
  94. b87eaec nubus: Add expansion_type values for various Mac models by Finn Thain · 7 years ago
  95. 955999c m68k/defconfig: Update defconfigs for v4.15-rc1 by Geert Uytterhoeven · 7 years ago
  96. 57bf5a8 dma-mapping: clear harmful GFP_* flags in common code by Christoph Hellwig · 7 years ago
  97. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  98. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  99. e9ef1fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  100. c895f6f bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type by Hendrik Brueckner · 7 years ago