aboutsummaryrefslogtreecommitdiffstats
path: root/arch/m68k/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-09-11m68k(nommu): add missing syscallsGeert Uytterhoeven1-0/+10
2007-09-10Fix spurious syscall tracing after PTRACE_DETACH + PTRACE_ATTACHRoland McGrath1-1/+0
2007-08-22m68k: Dont include RODATA into text segmentRoman Zippel1-2/+2
2007-08-22m68k: Remove unnecessary m68k_memoffset export and initRoman Zippel1-2/+0
2007-07-29Remove fs.h from mm.hAlexey Dobriyan2-0/+2
2007-07-22take declarations of enable_irq() et.al. to linux/interrupt.hAl Viro1-0/+4
2007-07-20m68k: missing __initAl Viro1-1/+1
2007-07-20m68k: missing exportsAl Viro1-0/+1
2007-07-20m68k: use .text.headAl Viro4-3/+4
2007-07-17PTRACE_POKEDATA consolidationAlexey Dobriyan1-2/+1
2007-07-17PTRACE_PEEKDATA consolidationAlexey Dobriyan1-4/+1
2007-07-17Report that kernel is tainted if there was an OOPSPavel Emelianov1-0/+1
2007-05-31m68k: discontinuous memory supportRoman Zippel2-29/+11
2007-05-31m68k: runtime patching infrastructureRoman Zippel5-3/+45
2007-05-19all-archs: consolidate .data section definition in asm-genericSam Ravnborg2-2/+2
2007-05-19all-archs: consolidate .text section definition in asm-genericSam Ravnborg2-2/+2
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-05-07SPIN_LOCK_UNLOCKED cleanup in arch/m68kMilind Arun Choudhary1-2/+2
2007-05-04m68k: Mac II ADB fixesFinn Thain1-0/+10
2007-05-04m68k: early parameter supportRoman Zippel1-38/+1
2007-05-04m68k: reformat various m68k filesRoman Zippel3-186/+189
2007-02-19[PATCH] Declare init_irq_proc before we use it.Andrew Morton1-0/+1
2007-02-12[PATCH] Dynamic kernel command-line: m68kAlon Bar-Lev1-1/+1
2007-02-11[PATCH] sort the devres mess outAl Viro1-1/+3
2007-02-11[PATCH] Consolidate default sched_clock()Alexey Dobriyan1-9/+0
2007-02-11[PATCH] disable init/initramfs.c: architecturesJean-Paul Saman2-0/+4
2007-02-11[PATCH] M68K: user ARRAY_SIZE macro when appropriateAhmed S. Darwish2-3/+3
2006-12-09[PATCH] Sun3: General updatesSam Creasey2-11/+1
2006-10-29[PATCH] m68k: consolidate initcall sectionsGeert Uytterhoeven2-14/+2
2006-10-11[PATCH] clean m68k ksymsAl Viro3-51/+18
2006-10-11[PATCH] misc m68k __user annotationsAl Viro2-7/+7
2006-10-09[PATCH] m68k/Atari: Interrupt updatesGeert Uytterhoeven1-0/+1
2006-10-09[PATCH] m68k: more syscall updatesGeert Uytterhoeven1-0/+24
2006-10-09[PATCH] m68k: syscall updatesGeert Uytterhoeven1-0/+5
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells2-2/+2
2006-10-08[PATCH] m68k/kernel/dma.c assumes !MMU_SUN3Al Viro1-1/+2
2006-10-07[PATCH] m68k pt_regs fixesAl Viro4-12/+21
2006-10-06[PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argumentAl Viro1-2/+2
2006-10-06[PATCH] m68k: cleanup string functionsRoman Zippel1-4/+0
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones1-1/+0
2006-10-02[PATCH] provide kernel_execve on all architecturesArnd Bergmann1-0/+16
2006-10-01[PATCH] kill wall_jiffiesAtsushi Nemoto1-13/+3
2006-09-29[PATCH] simplify update_times (avoid jiffies/jiffies_64 aliasing problem)Atsushi Nemoto1-1/+1
2006-07-02[PATCH] irq-flags: M68K: Use the new IRQF_ constantsThomas Gleixner1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel11-11/+0
2006-06-25[PATCH] m68k: convert q40 irq codeRoman Zippel1-10/+1
2006-06-25[PATCH] m68k: convert generic irq code to irq controllerRoman Zippel5-100/+163
2006-06-25[PATCH] m68k: introduce irq controllerRoman Zippel1-48/+123
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel1-2/+2
2006-06-25[PATCH] m68k: separate handler for auto and user vector interruptRoman Zippel3-102/+58