aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-06-26[PATCH] arch: use list_move()Akinobu Mita2-8/+4
2006-06-25[PATCH] m68k: convert VME irq codeRoman Zippel9-499/+30
2006-06-25[PATCH] m68k: convert sun3 irq codeRoman Zippel3-196/+27
2006-06-25[PATCH] m68k: convert q40 irq codeRoman Zippel3-317/+169
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel7-397/+150
2006-06-25[PATCH] m68k: convert hp300 irq codeRoman Zippel5-194/+6
2006-06-25[PATCH] m68k: convert atari irq codeRoman Zippel2-247/+42
2006-06-25[PATCH] m68k: convert apollo irq codeRoman Zippel2-128/+33
2006-06-25[PATCH] m68k: convert amiga irq codeRoman Zippel4-440/+114
2006-06-25[PATCH] m68k: convert generic irq code to irq controllerRoman Zippel5-100/+163
2006-06-25[PATCH] m68k: introduce irq controllerRoman Zippel9-92/+127
2006-06-25[PATCH] m68k: cleanup amiga irq numberingRoman Zippel2-42/+43
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel2-4/+4
2006-06-25[PATCH] m68k: separate handler for auto and user vector interruptRoman Zippel4-108/+64
2006-06-25[PATCH] m68k: fix show_registers()Roman Zippel1-58/+68
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel3-3/+132
2006-06-25[PATCH] m68k: fix __iounmap for 030Roman Zippel1-2/+4
2006-06-23[PATCH] fix incorrect SA_ONSTACK behaviour for 64-bit processesLaurent MEYER1-1/+1
2006-06-23[PATCH] m68k traps.c constraintsAl Viro1-1/+1
2006-06-23[PATCH] m68k: clean up uaccess.hRoman Zippel2-2/+224
2006-06-23[PATCH] m68k: m68k mac VIA2 fixes and cleanupsFinn Thain3-29/+2
2006-06-23[PATCH] m68k: adjust to changed HARDIRQ_MASKRoman Zippel2-2/+8
2006-06-23[PATCH] m68k: use proper defines for zone initializationRoman Zippel2-9/+8
2006-06-23[PATCH] m68k: print correct stack traceRoman Zippel1-2/+4
2006-04-11[PATCH] No arch-specific strpbrk implementationsKyle McMartin1-1/+0
2006-03-31[PATCH] unexport get_wchanAdrian Bunk1-1/+0
2006-03-28[PATCH] RTC: Remove some duplicate BCD definitionsMatt Mackall1-3/+1
2006-03-26[PATCH] bitops: m68k: use generic bitopsAkinobu Mita1-0/+4
2006-03-26[PATCH] more s/fucn/func/ typo fixesAkinobu Mita1-1/+1
2006-03-24[PATCH] kill include/linux/platform.h, default_idle() cleanupAdrian Bunk1-1/+1
2006-03-23[PATCH] m68k: rtc driver cleanupJean Delvare1-3/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Nick Piggin3-3/+3
2006-02-18[PATCH] m68k: pm_power_off() breakageAl Viro1-0/+3
2006-02-14[PATCH] hrtimer: round up relative start time on low-res archesIngo Molnar1-0/+4
2006-02-11[PATCH] Add wording to m68k .S files to help clarify license infoMatt Waddel42-126/+84
2006-01-12[PATCH] m68k: console code in head.S needs framebuffer support built inAl Viro1-0/+2
2006-01-12[PATCH] m68k: fix reference to init_task in vmlinux-sun3.ldsAl Viro1-1/+1
2006-01-12[PATCH] m68k: fix use of void foo(void) asm("bar") in traps.cAl Viro1-19/+19
2006-01-12[PATCH] m68k: kill mach_floppy_setup, convert to proper __setup() in driversAl Viro4-27/+0
2006-01-12[PATCH] m68k: Moved initialisation of conswitchp from subarches to global arch setupAl Viro9-25/+4
2006-01-12[PATCH] m68k: NULL noise removalAl Viro1-2/+2
2006-01-12[PATCH] m68k: checksum __user annotationsAl Viro1-1/+1
2006-01-12[PATCH] m68k: syscalls __user annotationAl Viro1-23/+16
2006-01-12[PATCH] m68k: rtc __user annotationsAl Viro2-6/+6
2006-01-12[PATCH] m68k: signal __user annotationsAl Viro1-31/+31
2006-01-12[PATCH] m68k: basic iomem annotationsAl Viro1-6/+6
2006-01-12[PATCH] m68k: broken constraints on mulu.lAl Viro1-1/+1
2006-01-12[PATCH] m68k: memory input should be an lvalue (mac/misc.c)Al Viro1-1/+2
2006-01-12[PATCH] m68k: isa_{type,sex} should be exportedAl Viro1-0/+2
2006-01-12[PATCH] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requestsAl Viro1-105/+218