1. c1d7e01 ipc: use Kconfig options for __ARCH_WANT_[COMPAT_]IPC_PARSE_VERSION by Will Deacon · 12 years ago
  2. 2c05b2c Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  3. 1525e06 m68k/apollo: Rename "timer" to "apollo_timer" by Geert Uytterhoeven · 12 years ago
  4. 9ff601a m68k: add IO access definitions to support PCI on ColdFire platforms by Greg Ungerer · 12 years ago
  5. 32be2ac m68k: add PCI bus support definitions for the ColdFire M54xx SoC family by Greg Ungerer · 12 years ago
  6. e93a6bb m68k: common PCI support definitions and code by Greg Ungerer · 13 years ago
  7. f3ff643 m68k: fix ColdFire clear cache operation by Greg Ungerer · 12 years ago
  8. 12ce4c1 m68knommu: Add clk definitions for m532x. by Steven King · 12 years ago
  9. fe66158 m68knommu: Add clk definitions for m520x. by Steven King · 12 years ago
  10. c785a3d m68knommu: Add rtc device for m5441x. by Steven King · 12 years ago
  11. 3223432 m68knommu: add definitions for the third interrupt controller on devices that don't have a third interrupt controller. by Steven King · 12 years ago
  12. bea8bcb m68knommu: Add support for the Coldfire m5441x. by Steven King · 12 years ago
  13. bdee4e2 m68knommu: use MCF_IRQ_PIT1 instead of MCFINT_VECBASE + MCFINT_PIT1 by Steven King · 12 years ago
  14. 04e037a m68knommu: Add support for the Coldfire 5251/5253 by Steven King · 12 years ago
  15. eac5794 m68knommu: refactor Coldfire GPIO not to require GPIOLIB, eliminate mcf_gpio_chips. by Steven King · 12 years ago
  16. 064bff1 net: add support for NS8390 based eth controllers on some ColdFire CPU boards by Greg Ungerer · 12 years ago
  17. 2c62488 m68knommu: move the badly named mcfne.h to a better mcf8390.h by Greg Ungerer · 12 years ago
  18. a8ab984 m68k: Remove never used asm/shm.h by Paul Bolle · 12 years ago
  19. e653614 m68k: Use asm-generic version of <asm/sections.h> by Geert Uytterhoeven · 12 years ago
  20. dc06105 m68k: Replace m68k-specific _[se]bss by generic __bss_{start,stop} by Geert Uytterhoeven · 12 years ago
  21. dffc583 m68k: Remove five unused headers by Paul Bolle · 12 years ago
  22. 6ddb990 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 12 years ago
  23. f75b0d0 m68knommu: m528x qspi definition fix by Steven King · 12 years ago
  24. 9f1f118 m68k: Introduce config option CPU_HAS_NO_UNALIGNED by Geert Uytterhoeven · 12 years ago
  25. 5df58f3 m68k: delay, muldi3 - Use CONFIG_CPU_HAS_NO_MULDIV64 by Geert Uytterhoeven · 12 years ago
  26. 2ef0d3e m68k: Use asm-generic version of <asm/types.h> by Geert Uytterhoeven · 12 years ago
  27. 2bbc89a m68k: Use Kbuild logic to import asm-generic headers by Geert Uytterhoeven · 12 years ago
  28. d8ce726 m68k: Use generic strncpy_from_user(), strlen_user(), and strnlen_user() by Geert Uytterhoeven · 12 years ago
  29. bb8ac18 bury __kernel_nlink_t, make internal nlink_t consistent by Al Viro · 12 years ago
  30. 07acfc2 Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 12 years ago
  31. f936991 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  32. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  33. a54f165 m68k: add TIF_NOTIFY_RESUME and handle it. by Al Viro · 12 years ago
  34. 06930b9 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  35. b2fb49b m68knommu: unaligned.h fix for M68000 core by Luis Alves · 12 years ago
  36. 1744bd9 m68knommu: reorganize the no-MMU cache flushing to match m68k by Greg Ungerer · 12 years ago
  37. f23c144 m68knommu: make duplicated ColdFire GPIO init code common for all by Greg Ungerer · 12 years ago
  38. c222f5f m68knommu: switch to GPIO init macros in ColdFire 528x init code by Greg Ungerer · 12 years ago
  39. c269d4e m68knommu: introduce macros to simplify ColdFire GPIO table initialization by Greg Ungerer · 12 years ago
  40. f106eac m68k: fix compiler warning by properly inlining flat_set_persistent() by Ezequiel Garcia · 12 years ago
  41. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 12 years ago
  42. c663600 m68k: Correct the Atari ALLOWINT definition by Mikael Pettersson · 12 years ago
  43. 5c3f968 m68k/video: Create <asm/vga.h> by Geert Uytterhoeven · 12 years ago
  44. f5db9c6 m68k: Make sure {read,write}s[bwl]() are always defined by Geert Uytterhoeven · 12 years ago
  45. 44883eb m68k/atari: Change VME irq numbers from unsigned long to unsigned int by Geert Uytterhoeven · 13 years ago
  46. 2712a64 m68k: Remove unused MAX_NOINT_IPL definition by Geert Uytterhoeven · 13 years ago
  47. 3b5d56b kvmclock: Add functions to check if the host has stopped the vm by Eric B Munson · 12 years ago
  48. 7224c0d m68k: include asm/cmpxchg.h in our m68k atomic.h by Greg Ungerer · 12 years ago
  49. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  50. 141124c Delete all instances of asm/system.h by David Howells · 12 years ago
  51. 803f691 Disintegrate asm/system.h for M68K by David Howells · 12 years ago
  52. 2501cf7 m68k: Fix xchg/cmpxchg to fail to link if given an inappropriate pointer by David Howells · 12 years ago
  53. b57cb72 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 12 years ago
  54. 645e533 m68knommu: make 528x CPU reset register addressing consistent by Greg Ungerer · 13 years ago
  55. 0b2a213 m68knommu: make 527x CPU reset register addressing consistent by Greg Ungerer · 13 years ago
  56. 320de7d m68knommu: make 523x CPU reset register addressing consistent by Greg Ungerer · 13 years ago
  57. ed8a279 m68knommu: make 532x QSPI platform addressing consistent by Greg Ungerer · 13 years ago
  58. 3b2039b m68knommu: make 528x QSPI platform addressing consistent by Greg Ungerer · 13 years ago
  59. 6c84a60 m68knommu: make 527x QSPI platform addressing consistent by Greg Ungerer · 13 years ago
  60. 2424f54 m68knommu: make 5249 QSPI platform addressing consistent by Greg Ungerer · 13 years ago
  61. 36d175a m68knommu: make 523x QSPI platform addressing consistent by Greg Ungerer · 13 years ago
  62. a4e2e2a m68knommu: make 520x QSPI platform addressing consistent by Greg Ungerer · 13 years ago
  63. 5046954 m68knommu: make 532x FEC platform addressing consistent by Greg Ungerer · 13 years ago
  64. 4f8f9fb m68knommu: make 528x FEC platform addressing consistent by Greg Ungerer · 13 years ago
  65. 308bfc1 m68knommu: make 527x FEC platform addressing consistent by Greg Ungerer · 13 years ago
  66. 9a11b493 m68knommu: make 5272 FEC platform addressing consistent by Greg Ungerer · 13 years ago
  67. 2163459 m68knommu: make 523x FEC platform addressing consistent by Greg Ungerer · 13 years ago
  68. d4e0837 m68knommu: make 520x FEC platform addressing consistent by Greg Ungerer · 13 years ago
  69. 55148f6 m68knommu: merge common ColdFire UART IRQ setup by Greg Ungerer · 13 years ago
  70. bbbeeaf m68knommu: make 54xx UART platform addressing consistent by Greg Ungerer · 13 years ago
  71. 69d23b6 m68knommu: make 5407 UART platform addressing consistent by Greg Ungerer · 13 years ago
  72. 35b7cf2 m68knommu: make 532x UART platform addressing consistent by Greg Ungerer · 13 years ago
  73. f8bb532 m68knommu: make 528x UART platform addressing consistent by Greg Ungerer · 13 years ago
  74. 909159f m68knommu: make 5307 UART platform addressing consistent by Greg Ungerer · 13 years ago
  75. 20e681f m68knommu: make 527x UART platform addressing consistent by Greg Ungerer · 13 years ago
  76. 023e055 m68knommu: make 5272 UART platform addressing consistent by Greg Ungerer · 13 years ago
  77. e8f69e5 m68knommu: make 5249 UART platform addressing consistent by Greg Ungerer · 13 years ago
  78. 13682af m68knommu: make 523x UART platform addressing consistent by Greg Ungerer · 13 years ago
  79. ffc203b m68knommu: make 520x UART platform addressing consistent by Greg Ungerer · 13 years ago
  80. 8400ca3 m68knommu: make 5206 UART platform addressing consistent by Greg Ungerer · 13 years ago
  81. 35aefb2 m68knommu: modify timer init code to make it consistent with m68k code by Greg Ungerer · 13 years ago
  82. 9517746 m68knommu: make persistent clock code consistent with m68k by Greg Ungerer · 13 years ago
  83. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  84. 3bdc0eb net: Add framework to allow sending packets with customized CRC. by Ben Greear · 13 years ago
  85. ef64a54 sock: Introduce the SO_PEEK_OFF sock option by Pavel Emelyanov · 13 years ago
  86. 08a655c m68k: Use generic posix_types.h by H. Peter Anvin · 13 years ago
  87. 57e0009 m68k: Add shared bit to Coldfire kernel page entries by Alexander Stein · 13 years ago
  88. 0dbfe8d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  89. aa55787 m68k/irq: Remove obsolete IRQ_FLG_* definitions by Geert Uytterhoeven · 13 years ago
  90. eb59c50 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  91. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  92. 356b954 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 13 years ago
  93. c774171 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu by Linus Torvalds · 13 years ago
  94. 84dfa98 consolidate a bunch of ipcbuf.h instances by Al Viro · 13 years ago
  95. 0583fcc consolidate umode_t declarations by Al Viro · 13 years ago
  96. 0a2796d m68k: add ColdFire FPU support for the V4e ColdFire CPUs by Greg Ungerer · 13 years ago
  97. 74d4799 m68k: create ColdFire MMU pgalloc code by Greg Ungerer · 13 years ago
  98. 066bf87 m68k: ColdFire V4e MMU paging init code and miss handler by Greg Ungerer · 13 years ago
  99. d49316e m68k: use ColdFire MMU read/write bit flags when ioremapping by Greg Ungerer · 13 years ago
  100. 83b73d6 m68k: ColdFire V4e MMU context support code by Greg Ungerer · 13 years ago