1. a7addce [PATCH] arch: use list_move() by Akinobu Mita · 18 years ago
  2. 200a3d3 [PATCH] m68k: convert VME irq code by Roman Zippel · 18 years ago
  3. ebba61d [PATCH] m68k: convert sun3 irq code by Roman Zippel · 18 years ago
  4. 77dda33 [PATCH] m68k: convert q40 irq code by Roman Zippel · 18 years ago
  5. 9c5f4af [PATCH] m68k: convert mac irq code by Roman Zippel · 18 years ago
  6. 35353bb [PATCH] m68k: convert hp300 irq code by Roman Zippel · 18 years ago
  7. 7340856 [PATCH] m68k: convert atari irq code by Roman Zippel · 18 years ago
  8. 0aa7810 [PATCH] m68k: convert apollo irq code by Roman Zippel · 18 years ago
  9. 74be8d0 [PATCH] m68k: convert amiga irq code by Roman Zippel · 18 years ago
  10. 68387c4 [PATCH] m68k: convert generic irq code to irq controller by Roman Zippel · 18 years ago
  11. b5dc784 [PATCH] m68k: introduce irq controller by Roman Zippel · 18 years ago
  12. 1d174cfb [PATCH] m68k: cleanup amiga irq numbering by Roman Zippel · 18 years ago
  13. 4facfde [PATCH] m68k: cleanup generic irq names by Roman Zippel · 18 years ago
  14. 92445ea [PATCH] m68k: separate handler for auto and user vector interrupt by Roman Zippel · 18 years ago
  15. f2325ec [PATCH] m68k: fix show_registers() by Roman Zippel · 18 years ago
  16. b035c96 [PATCH] m68k: Add the generic dma API functions by Roman Zippel · 18 years ago
  17. a7b1a1a [PATCH] m68k: fix __iounmap for 030 by Roman Zippel · 18 years ago
  18. d09042d [PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processes by Laurent MEYER · 18 years ago
  19. f1b5e52 [PATCH] m68k traps.c constraints by Al Viro · 18 years ago
  20. d94af93 [PATCH] m68k: clean up uaccess.h by Roman Zippel · 18 years ago
  21. 1a23989 [PATCH] m68k: m68k mac VIA2 fixes and cleanups by Finn Thain · 18 years ago
  22. 6d2f16a [PATCH] m68k: adjust to changed HARDIRQ_MASK by Roman Zippel · 18 years ago
  23. 2dcf15b [PATCH] m68k: use proper defines for zone initialization by Roman Zippel · 18 years ago
  24. cb7d390 [PATCH] m68k: print correct stack trace by Roman Zippel · 18 years ago
  25. 894b577 [PATCH] No arch-specific strpbrk implementations by Kyle McMartin · 18 years ago
  26. 0cb3463 [PATCH] unexport get_wchan by Adrian Bunk · 18 years ago
  27. 4f3a36a [PATCH] RTC: Remove some duplicate BCD definitions by Matt Mackall · 18 years ago
  28. ba1a5b3 [PATCH] bitops: m68k: use generic bitops by Akinobu Mita · 18 years ago
  29. 0b28002 [PATCH] more s/fucn/func/ typo fixes by Akinobu Mita · 18 years ago
  30. cdb0452 [PATCH] kill include/linux/platform.h, default_idle() cleanup by Adrian Bunk · 18 years ago
  31. b8e31ed [PATCH] m68k: rtc driver cleanup by Jean Delvare · 18 years ago
  32. 7835e98 [PATCH] remove set_page_count() outside mm/ by Nick Piggin · 18 years ago
  33. cead14d [PATCH] m68k: pm_power_off() breakage by Al Viro · 19 years ago
  34. 06027bd [PATCH] hrtimer: round up relative start time on low-res arches by Ingo Molnar · 18 years ago
  35. e00d82d [PATCH] Add wording to m68k .S files to help clarify license info by Matt Waddel · 18 years ago
  36. a2d823b [PATCH] m68k: console code in head.S needs framebuffer support built in by Al Viro · 19 years ago
  37. 54a5a6e [PATCH] m68k: fix reference to init_task in vmlinux-sun3.lds by Al Viro · 19 years ago
  38. a763be5 [PATCH] m68k: fix use of void foo(void) asm("bar") in traps.c by Al Viro · 19 years ago
  39. 6390743 [PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in drivers by Al Viro · 19 years ago
  40. 0c79358 [PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setup by Al Viro · 19 years ago
  41. a5d361f [PATCH] m68k: NULL noise removal by Al Viro · 19 years ago
  42. 6225d85 [PATCH] m68k: checksum __user annotations by Al Viro · 19 years ago
  43. 350c20a [PATCH] m68k: syscalls __user annotation by Al Viro · 19 years ago
  44. 1b7bb54 [PATCH] m68k: rtc __user annotations by Al Viro · 19 years ago
  45. 2382f77 [PATCH] m68k: signal __user annotations by Al Viro · 19 years ago
  46. ad9ec4f [PATCH] m68k: basic iomem annotations by Al Viro · 19 years ago
  47. 7f26333 [PATCH] m68k: broken constraints on mulu.l by Al Viro · 19 years ago
  48. 77add9f [PATCH] m68k: memory input should be an lvalue (mac/misc.c) by Al Viro · 19 years ago
  49. aa7e02f [PATCH] m68k: isa_{type,sex} should be exported by Al Viro · 19 years ago
  50. 3272244 [PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requests by Al Viro · 19 years ago
  51. b4290a2 [PATCH] m68k: namespace pollution fix (custom->amiga_custom) by Al Viro · 19 years ago
  52. 198a410 [PATCH] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT by Al Viro · 19 years ago
  53. 768595f [PATCH] m68k: task_stack_page() by Al Viro · 19 years ago
  54. a941564 [PATCH] capable/capability.h (arch/) by Randy Dunlap · 19 years ago
  55. df2e71f [PATCH] dump_thread() cleanup by akpm@osdl.org · 19 years ago
  56. e585e47 [PATCH] tiny: Make *[ug]id16 support optional by Matt Mackall · 19 years ago
  57. 3b66a1e [PATCH] m68k: convert thread flags to use bit fields by Roman Zippel · 19 years ago
  58. abd0375 [PATCH] m68k: m68k-specific thread_info changes by Al Viro · 19 years ago
  59. 5bfb5d6 [PATCH] sched: disable preempt in idle tasks by Nick Piggin · 19 years ago
  60. 28faa42 [PATCH] m68k: fix-up schedule_timeout() usage by Nishanth Aravamudan · 19 years ago
  61. 481bed4 [PATCH] consolidate sys_ptrace() by Christoph Hellwig · 19 years ago
  62. ecea8d1 [PATCH] jiffies_64 cleanup by Thomas Gleixner · 19 years ago
  63. dfb7dac [PATCH] unify sys_ptrace prototype by Christoph Hellwig · 19 years ago
  64. 872fec1 [PATCH] mm: init_mm without ptlock by Hugh Dickins · 19 years ago
  65. f9c98d0 [PATCH] mm: m68k kill stram swap by Hugh Dickins · 19 years ago
  66. 486a153 Merge master.kernel.org:/pub/scm/linux/kernel/git/sam/kbuild by Linus Torvalds · 19 years ago
  67. 8d06afa [PATCH] timer initialization cleanup: DEFINE_TIMER by Ingo Molnar · 19 years ago
  68. 0013a85 kbuild: m68k,parisc,ppc,ppc64,s390,xtensa use generic asm-offsets.h support by Sam Ravnborg · 19 years ago
  69. a08b6b7 [PATCH] Kconfig fix (BLK_DEV_FD dependencies) by viro@ZenIV.linux.org.uk · 19 years ago
  70. b149ee2 [PATCH] NTP: ntp-helper functions by john stultz · 19 years ago
  71. 573fc11 [PATCH] move m68k rtc drivers over to initcalls by Christoph Hellwig · 19 years ago
  72. 072dffd [PATCH] m68k: cleanup inline mem functions by Roman Zippel · 19 years ago
  73. 2855b97 [PATCH] m68k: move cache functions into separate file by Roman Zippel · 19 years ago
  74. 69f447c [PATCH] m68k: sys_ptrace cleanup by Roman Zippel · 19 years ago
  75. b3319f5 [PATCH] m68k: indent sys_ptrace by Roman Zippel · 19 years ago
  76. 6e34622 It wasn't just x86-64 that had hardcoded VM_FAULT_xxx numbers by Linus Torvalds · 19 years ago
  77. 59586e5 [PATCH] Don't export machine_restart, machine_halt, or machine_power_off. by Eric W. Biederman · 19 years ago
  78. d5950b4 [NET]: add a top-level Networking menu to *config by Sam Ravnborg · 19 years ago
  79. 3f22ab2 [PATCH] make each arch use mm/Kconfig by Dave Hansen · 19 years ago
  80. c3315ed [PATCH] M68k: Mark Sun-3 NCR5380 SCSI broken by Geert Uytterhoeven · 19 years ago
  81. 707f919 [PATCH] M68k: Update defconfigs by Geert Uytterhoeven · 19 years ago
  82. 7ed20e1 [PATCH] convert that currently tests _NSIG directly to use valid_signal() by Jesper Juhl · 19 years ago
  83. 865108d [PATCH] M68k: Update defconfigs for 2.6.12-rc2 by Geert Uytterhoeven · 19 years ago
  84. 4575ceb [PATCH] M68k: Update defconfigs for 2.6.11 by Geert Uytterhoeven · 19 years ago
  85. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago