1. f386c3c m68knommu: mark mem init functions as __init by Greg Ungerer · 17 years ago
  2. 1d2842e m68knommu: mark setup_arch() as __init by Greg Ungerer · 17 years ago
  3. 65fde4c m68knommu: cleanup 68VZ328 init code by Greg Ungerer · 17 years ago
  4. f135370 m68knommu: cleanup 68EZ328 init code by Greg Ungerer · 17 years ago
  5. 7e6a3d4 m68knommu: cleanup 68360 startup code by Greg Ungerer · 17 years ago
  6. 8467571 m68knommu: cleanup 68328 timer code by Greg Ungerer · 17 years ago
  7. 0e298eb m68knommu: cleanup 68328 init code by Greg Ungerer · 17 years ago
  8. 33d56bc m68knommu: remove unused variables in setup.c by Greg Ungerer · 17 years ago
  9. 2f2c267 m68knommu: cleanup m68knommu timer code by Greg Ungerer · 17 years ago
  10. c48f484 m68knommu: fix make archclean by Greg Ungerer · 17 years ago
  11. 293dba4 m68knommu: remove use of undefined symbols in setup.c by Greg Ungerer · 17 years ago
  12. dbf18c8 m68knommu: fix syscall restart handling by Greg Ungerer · 17 years ago
  13. ada8d21 m68knommu: add make support for Savant/Rosie1 board by Wilson Callan · 17 years ago
  14. 775ecf8 m68knommu: no separate stack region to report at startup by Greg Ungerer · 17 years ago
  15. c1057c6 m68knommu: add config support for Savant/Rosie1 board by Wilson Callan · 17 years ago
  16. a65c1ec m68knommu: updated defconfig by Greg Ungerer · 17 years ago
  17. 151941a m68knommu: fix syscall tracing by Matt Waddel · 17 years ago
  18. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  19. 09caded Combine instrumentation menus in kernel/Kconfig.instrumentation by Mathieu Desnoyers · 17 years ago
  20. cba4fbb remove include/asm-*/ipc.h by Adrian Bunk · 17 years ago
  21. 222d394 kbuild: enable 'make AFLAGS=...' to add additional options to AS by Sam Ravnborg · 17 years ago
  22. 714055e kbuild: fix AFLAGS use in h8300 and m68knommu by Sam Ravnborg · 17 years ago
  23. a0f97e0 kbuild: enable 'make CFLAGS=...' to add additional options to CC by Sam Ravnborg · 17 years ago
  24. e845498 m68k(nommu): add missing syscalls by Geert Uytterhoeven · 17 years ago
  25. 405d296 m68knommu: include linux/fs.h for do_pipe() by Greg Ungerer · 17 years ago
  26. 07ef309 m68knommu: include linux/fs.h for getname() by Greg Ungerer · 17 years ago
  27. db00319 m68knommu: get rid of duplicate include by Jesper Juhl · 17 years ago
  28. be03e56 m68knommu: use setup_irq() in 68328 timer code by Greg Ungerer · 17 years ago
  29. 5c4525d m68knommu: use setup_irq() in ColdFire PIT timer by Greg Ungerer · 17 years ago
  30. 65fdef9 m68knommu: remove unused mach_trap_init by Greg Ungerer · 17 years ago
  31. c52a2cd m68knommu: use setup_irq() in ColdFire simple timer by Greg Ungerer · 17 years ago
  32. 374c3f5 m68knommu: remove use of colfire_trap_init by Greg Ungerer · 17 years ago
  33. aa1f1d1 m68knommu: use setup_irq() in 68360 timer code by Greg Ungerer · 17 years ago
  34. bc72450 m68knommu: make BOOTPARAM setup common by Greg Ungerer · 17 years ago
  35. 906a262 m68knommu: add configure support for Intec boards by Greg Ungerer · 17 years ago
  36. 7160a67 m68knommu: simplify ColdFire resume code by Greg Ungerer · 17 years ago
  37. 33e7a72 m68knommu: add build support for more Arcturus boards by Greg Ungerer · 17 years ago
  38. 85e026b m68knommu: need to include linux/device.h in dma.c by Greg Ungerer · 17 years ago
  39. 3699522 m68knommu: add configure support for more Arcturus boards by David Wu · 17 years ago
  40. 22982a5 m68knommu: reformat show_cpuinfo() by Greg Ungerer · 17 years ago
  41. 1014680 m68knommu: remove is_in_rom() function by Greg Ungerer · 17 years ago
  42. a4c8b91 m68knommu: start dump from exception stack by Greg Ungerer · 17 years ago
  43. 2502b667 m68knommu: generic irq handling by Greg Ungerer · 17 years ago
  44. f284ce7 PTRACE_POKEDATA consolidation by Alexey Dobriyan · 17 years ago
  45. 7664732 PTRACE_PEEKDATA consolidation by Alexey Dobriyan · 17 years ago
  46. bcdcd8e Report that kernel is tainted if there was an OOPS by Pavel Emelianov · 17 years ago
  47. 17d8725 m68knommu: remove old cache management cruft from mm code by Greg Ungerer · 17 years ago
  48. 2f75d10 m68knommu: remove cruft from setup code by Greg Ungerer · 17 years ago
  49. 45a82f5 m68knommu: use TRHEAD_SIZE instead of hard constant by Greg Ungerer · 17 years ago
  50. 4342f4a m68knommu: fix ColdFire timer off by 1 by Greg Ungerer · 17 years ago
  51. ca96725 all-archs: consolidate .data section definition in asm-generic by Sam Ravnborg · 17 years ago
  52. 7664709 all-archs: consolidate .text section definition in asm-generic by Sam Ravnborg · 17 years ago
  53. 0aa817f Slab allocators: define common size limitations by Christoph Lameter · 17 years ago
  54. 9a9136e2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  55. c9f4f06 wrap access to thread_info by Roman Zippel · 17 years ago
  56. 3dde6ad Fix trivial typos in Kconfig* files by David Sterba · 17 years ago
  57. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  58. 6473d16 PCI: Cleanup the includes of <linux/pci.h> by Jean Delvare · 17 years ago
  59. 5d6deb9 [PATCH] m68knommu: remove local_bh_count by Greg Ungerer · 17 years ago
  60. 1ed35e0 [PATCH] m68knommu: use irq_handler_t and rtc_time in prototypes by Greg Ungerer · 17 years ago
  61. 8668fb5 [PATCH] m68knommu: use irq_handler_t and remove regs arg for 68328 by Greg Ungerer · 17 years ago
  62. 1ea9acc [PATCH] m68knommu: use irq_handler_t for passing handler types in 68328 setup by Greg Ungerer · 17 years ago
  63. b032fde [PATCH] m68knommu: use irq_handler_t for passing handler types in 68360 setup by Greg Ungerer · 17 years ago
  64. 6168a70 [PATCH] Declare init_irq_proc before we use it. by Andrew Morton · 17 years ago
  65. d08df60 Various typo fixes. by Robert P. J. Day · 17 years ago
  66. f2a09e1 [PATCH] Dynamic kernel command-line: m68knommu by Alon Bar-Lev · 17 years ago
  67. 5ea8176 [PATCH] sort the devres mess out by Al Viro · 17 years ago
  68. b035b6d [PATCH] Consolidate default sched_clock() by Alexey Dobriyan · 17 years ago
  69. 67d3822 [PATCH] disable init/initramfs.c: architectures by Jean-Paul Saman · 17 years ago
  70. bf0059b [PATCH] M68KNOMMU: user ARRAY_SIZE macro when appropriate by Ahmed S. Darwish · 17 years ago
  71. 66701b1 [PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA by Christoph Lameter · 17 years ago
  72. eaefd5f [PATCH] m68knommu: use irq_handler_t for passing handler types by Greg Ungerer · 17 years ago
  73. c051b01 [PATCH] m68knommu: use irq_handler_t passing handler to clock init by Greg Ungerer · 17 years ago
  74. 459c6a9 [PATCH] m68knommu: use irq_handler_t passing handler to PIT init by Greg Ungerer · 17 years ago
  75. 56591b9 [PATCH] m68knommu: include unused sections in linker script by Greg Ungerer · 17 years ago
  76. 1f95e49 [PATCH] m68knommu: remove regs arg from coldfire timer interrupt by Greg Ungerer · 17 years ago
  77. f0d1b0b [PATCH] LOG2: Implement a general integer log2 facility in the kernel by David Howells · 18 years ago
  78. 4522d58 Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6 by Linus Torvalds · 18 years ago
  79. fd593d1 [PATCH] relocatable kernel: Kallsyms generate relocatable symbols by Eric W. Biederman · 18 years ago
  80. dcb1477 [PATCH] m68knommu: switch 68360 to using rtc_time by Greg Ungerer · 18 years ago
  81. deb77c8 [PATCH] m68knommu: fix timer register access on 523x ColdFire platforms by Greg Ungerer · 18 years ago
  82. d773c66 [PATCH] m68knommu: remove __rom_end from 68360 startup code by Greg Ungerer · 18 years ago
  83. 5529840 [PATCH] m68knommu: auto detect memory size on M5208EVB board by Michael Broughton · 18 years ago
  84. 1bddcc5 [PATCH] m68knommu: add SHM support by David Wu · 18 years ago
  85. 329237c [PATCH] m68knommu: add printk level for stack dump by Greg Ungerer · 18 years ago
  86. 19127e2 [PATCH] m68knommu: add printk level for oops dumps by Greg Ungerer · 18 years ago
  87. 1b9552a [PATCH] m68knommu: fix compile when CONFIG_BLK_DEV_INITRD=n by Adrian Bunk · 18 years ago
  88. 6869e94 [PATCH] m68knommu: formatting cleanup in Kconfig by Greg Ungerer · 18 years ago
  89. 59ed05a [NET]: M68Knommu checksum annotations and cleanups. by Al Viro · 18 years ago
  90. 3cb2fcc Fix misc Kconfig typos by Matt LaPlante · 18 years ago
  91. ace5f1d [PATCH] m68knommu: fix up for the irq_handler_t changes by Greg Ungerer · 18 years ago
  92. 61ce1ef [PATCH] vmlinux.lds: consolidate initcall sections by Andrew Morton · 18 years ago
  93. e0fafda [PATCH] m68knommu: sync syscalls with m68k by Geert Uytterhoeven · 18 years ago
  94. 038b0a6 Remove all inclusions of <linux/config.h> by Dave Jones · 18 years ago
  95. f30c226 fix file specification in comments by Uwe Zeisberger · 18 years ago
  96. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  97. 4b3f686 Attack of "the the"s in arch by Matt LaPlante · 18 years ago
  98. fe74290 [PATCH] provide kernel_execve on all architectures by Arnd Bergmann · 18 years ago
  99. 0437eb5 [PATCH] nsproxy: move init_nsproxy into kernel/nsproxy.c by Serge E. Hallyn · 18 years ago
  100. ab51601 [PATCH] namespaces: add nsproxy by Serge E. Hallyn · 18 years ago