| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] sun3_ioremap() prototype | Al Viro | 2006-10-15 | 1 | -1/+2 |
* | [PATCH] m68k uaccess __user annotations | Al Viro | 2006-10-11 | 1 | -8/+8 |
* | [PATCH] m68k: more syscall updates | Geert Uytterhoeven | 2006-10-09 | 1 | -1/+25 |
* | [PATCH] m68k: syscall updates | Geert Uytterhoeven | 2006-10-09 | 1 | -1/+6 |
* | IRQ: Use the new typedef for interrupt handler function pointers | David Howells | 2006-10-09 | 3 | -3/+3 |
* | [PATCH] m68k/kernel/dma.c assumes !MMU_SUN3 | Al Viro | 2006-10-08 | 1 | -0/+5 |
* | [PATCH] missing forward declaration of pt_regs (asm-m68k/signal.h) | Al Viro | 2006-10-08 | 1 | -0/+1 |
* | [PATCH] m68k pt_regs fixes, part 2 | Al Viro | 2006-10-08 | 1 | -0/+1 |
* | [PATCH] m68k pt_regs fixes | Al Viro | 2006-10-07 | 7 | -22/+19 |
* | [PATCH] m68k: dma_alloc_coherent() has gfp_t as the last argument | Al Viro | 2006-10-06 | 1 | -1/+1 |
* | [PATCH] m68k: fix NBPG define | Roman Zippel | 2006-10-06 | 1 | -1/+1 |
* | [PATCH] m68k: small system.h cleanup | Roman Zippel | 2006-10-06 | 1 | -3/+3 |
* | [PATCH] m68k: cleanup string functions | Roman Zippel | 2006-10-06 | 1 | -110/+88 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 1 | -1/+1 |
* | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 2006-10-02 | 1 | -6/+0 |
* | [PATCH] consistently use MAX_ERRNO in __syscall_return | Randy Dunlap | 2006-09-27 | 1 | -2/+3 |
* | [PATCH] Standardize pxx_page macros | Dave McCracken | 2006-09-26 | 1 | -0/+1 |
* | [PATCH] Fix 'make headers_check' on ia64 | Geert Uytterhoeven | 2006-09-19 | 1 | -4/+4 |
* | [SPARC]: Kill prom_getname, unused and not implemented properly. | David S. Miller | 2006-07-21 | 1 | -5/+0 |
* | [PATCH] remove set_wmb - arch removal | Steven Rostedt | 2006-07-14 | 1 | -1/+0 |
* | Merge git://git.infradead.org/hdrinstall-2.6 | Linus Torvalds | 2006-07-04 | 1 | -0/+1 |
|\ |
|
| * | Add empty Kbuild files for 'make headers_install' in remaining arches. | David Woodhouse | 2006-06-18 | 1 | -0/+1 |
* | | [PATCH] irq-flags: M68K: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 4 | -7/+6 |
* | | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 2006-06-29 | 1 | -0/+1 |
* | | [PATCH] m68k: convert VME irq code | Roman Zippel | 2006-06-25 | 3 | -56/+58 |
* | | [PATCH] m68k: convert sun3 irq code | Roman Zippel | 2006-06-25 | 1 | -17/+5 |
* | | [PATCH] m68k: convert mac irq code | Roman Zippel | 2006-06-25 | 3 | -18/+5 |
* | | [PATCH] m68k: convert apollo irq code | Roman Zippel | 2006-06-25 | 1 | -0/+4 |
* | | [PATCH] m68k: convert amiga irq code | Roman Zippel | 2006-06-25 | 1 | -5/+3 |
* | | [PATCH] m68k: convert generic irq code to irq controller | Roman Zippel | 2006-06-25 | 3 | -48/+25 |
* | | [PATCH] m68k: introduce irq controller | Roman Zippel | 2006-06-25 | 2 | -7/+20 |
* | | [PATCH] m68k: cleanup amiga irq numbering | Roman Zippel | 2006-06-25 | 1 | -55/+37 |
* | | [PATCH] m68k: cleanup generic irq names | Roman Zippel | 2006-06-25 | 3 | -34/+10 |
* | | [PATCH] m68k: separate handler for auto and user vector interrupt | Roman Zippel | 2006-06-25 | 1 | -0/+7 |
* | | [PATCH] m68k: dma API addition | Roman Zippel | 2006-06-25 | 1 | -0/+28 |
* | | [PATCH] m68k: Add the generic dma API functions | Roman Zippel | 2006-06-25 | 2 | -10/+61 |
* | | [PATCH] m68k: small flush_icache() cleanup | Roman Zippel | 2006-06-25 | 1 | -20/+20 |
* | | [PATCH] m68k: fix constraints of the signal functions and some cleanup | Roman Zippel | 2006-06-25 | 1 | -5/+14 |
* | | [PATCH] m68k: fix uaccess.h for gcc-3.x | Roman Zippel | 2006-06-25 | 1 | -107/+127 |
* | | [PATCH] adjust handle_IRR_event() return type | Jan Beulich | 2006-06-23 | 1 | -4/+0 |
* | | [PATCH] m68k: clean up uaccess.h | Roman Zippel | 2006-06-23 | 1 | -813/+271 |
* | | [PATCH] m68k: use c99 initializer | Roman Zippel | 2006-06-23 | 1 | -4/+4 |
* | | [PATCH] m68k: cleanup unistd.h | Roman Zippel | 2006-06-23 | 1 | -39/+0 |
|/ |
|
* | Remove unneeded _syscallX macros from user view in asm-*/unistd.h | David Woodhouse | 2006-04-29 | 1 | -3/+4 |
* | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 28 | -28/+0 |
* | [PATCH] m68k: fix undefined reference to generic_find_next_zero_le_bit | Akinobu Mita | 2006-03-26 | 1 | -2/+52 |
* | [PATCH] bitops: m68k: use generic bitops | Akinobu Mita | 2006-03-26 | 1 | -81/+5 |
* | [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() | Akinobu Mita | 2006-03-26 | 1 | -5/+5 |
* | [PATCH] 2TB files: st_blocks is invalid when calling stat64 | Takashi Sato | 2006-03-26 | 1 | -2/+1 |
* | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 2006-03-25 | 1 | -0/+1 |