aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-m68k (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-12-07[PATCH] remove kernel syscallsArnd Bergmann1-97/+0
2006-12-02[NET]: M68K checksum annotations and cleanups.Al Viro1-24/+22
2006-12-01Driver core: add dev_archdata to struct deviceBenjamin Herrenschmidt1-0/+7
2006-10-15[PATCH] sun3_ioremap() prototypeAl Viro1-1/+2
2006-10-11[PATCH] m68k uaccess __user annotationsAl Viro1-8/+8
2006-10-09[PATCH] m68k: more syscall updatesGeert Uytterhoeven1-1/+25
2006-10-09[PATCH] m68k: syscall updatesGeert Uytterhoeven1-1/+6
2006-10-09IRQ: Use the new typedef for interrupt handler function pointersDavid Howells3-3/+3
2006-10-08[PATCH] m68k/kernel/dma.c assumes !MMU_SUN3Al Viro1-0/+5
2006-10-08[PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h)Al Viro1-0/+1
2006-10-08[PATCH] m68k pt_regs fixes, part 2Al Viro1-0/+1
2006-10-07[PATCH] m68k pt_regs fixesAl Viro7-22/+19
2006-10-06[PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argumentAl Viro1-1/+1
2006-10-06[PATCH] m68k: fix NBPG defineRoman Zippel1-1/+1
2006-10-06[PATCH] m68k: small system.h cleanupRoman Zippel1-3/+3
2006-10-06[PATCH] m68k: cleanup string functionsRoman Zippel1-110/+88
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1
2006-10-02[PATCH] remove remaining errno and __KERNEL_SYSCALLS__ referencesArnd Bergmann1-6/+0
2006-09-27[PATCH] consistently use MAX_ERRNO in __syscall_returnRandy Dunlap1-2/+3
2006-09-26[PATCH] Standardize pxx_page macrosDave McCracken1-0/+1
2006-09-19[PATCH] Fix 'make headers_check' on ia64Geert Uytterhoeven1-4/+4
2006-07-21[SPARC]: Kill prom_getname, unused and not implemented properly.David S. Miller1-5/+0
2006-07-14[PATCH] remove set_wmb - arch removalSteven Rostedt1-1/+0
2006-07-04Merge git://git.infradead.org/hdrinstall-2.6Linus Torvalds1-0/+1
2006-07-02[PATCH] irq-flags: M68K: Use the new IRQF_ constantsThomas Gleixner4-7/+6
2006-06-29[AF_UNIX]: Datagram getpeersecCatherine Zhang1-0/+1
2006-06-25[PATCH] m68k: convert VME irq codeRoman Zippel3-56/+58
2006-06-25[PATCH] m68k: convert sun3 irq codeRoman Zippel1-17/+5
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel3-18/+5
2006-06-25[PATCH] m68k: convert apollo irq codeRoman Zippel1-0/+4
2006-06-25[PATCH] m68k: convert amiga irq codeRoman Zippel1-5/+3
2006-06-25[PATCH] m68k: convert generic irq code to irq controllerRoman Zippel3-48/+25
2006-06-25[PATCH] m68k: introduce irq controllerRoman Zippel2-7/+20
2006-06-25[PATCH] m68k: cleanup amiga irq numberingRoman Zippel1-55/+37
2006-06-25[PATCH] m68k: cleanup generic irq namesRoman Zippel3-34/+10
2006-06-25[PATCH] m68k: separate handler for auto and user vector interruptRoman Zippel1-0/+7
2006-06-25[PATCH] m68k: dma API additionRoman Zippel1-0/+28
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel2-10/+61
2006-06-25[PATCH] m68k: small flush_icache() cleanupRoman Zippel1-20/+20
2006-06-25[PATCH] m68k: fix constraints of the signal functions and some cleanupRoman Zippel1-5/+14
2006-06-25[PATCH] m68k: fix uaccess.h for gcc-3.xRoman Zippel1-107/+127
2006-06-23[PATCH] adjust handle_IRR_event() return typeJan Beulich1-4/+0
2006-06-23[PATCH] m68k: clean up uaccess.hRoman Zippel1-813/+271
2006-06-23[PATCH] m68k: use c99 initializerRoman Zippel1-4/+4
2006-06-23[PATCH] m68k: cleanup unistd.hRoman Zippel1-39/+0
2006-06-18Add empty Kbuild files for 'make headers_install' in remaining arches.David Woodhouse1-0/+1
2006-04-29Remove unneeded _syscallX macros from user view in asm-*/unistd.hDavid Woodhouse1-3/+4
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse28-28/+0
2006-03-26[PATCH] m68k: fix undefined reference to generic_find_next_zero_le_bitAkinobu Mita1-2/+52
2006-03-26[PATCH] bitops: m68k: use generic bitopsAkinobu Mita1-81/+5