| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Remove final references to deprecated "MAP_ANON" page protection flag | Robert P. J. Day | 2007-02-11 | 1 | -1/+0 |
* | [PATCH] FD_ZERO build fix | Andrew Morton | 2007-01-11 | 1 | -1/+1 |
* | [PATCH] Optimize D-cache alias handling on fork | Ralf Baechle | 2006-12-13 | 1 | -0/+2 |
* | [PATCH] Xtensa: Add ktermios and minor filename fix | Chris Zankel | 2006-12-13 | 2 | -1/+11 |
* | [PATCH] xtensa: fix system call interface | Chris Zankel | 2006-12-10 | 6 | -312/+736 |
* | [PATCH] xtensa: remove extra header files | Chris Zankel | 2006-12-10 | 41 | -6128/+1070 |
* | [PATCH] xtensa: fix irq and misc fixes | Chris Zankel | 2006-12-10 | 5 | -27/+8 |
* | [PATCH] Pass struct dev pointer to dma_cache_sync() | Ralf Baechle | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] Add struct dev pointer to dma_is_consistent() | Ralf Baechle | 2006-12-07 | 1 | -1/+1 |
* | [PATCH] remove kernel syscalls | Arnd Bergmann | 2006-12-07 | 1 | -184/+0 |
* | [NET]: XTENSA checksum annotations and cleanups. | Al Viro | 2006-12-02 | 1 | -38/+26 |
* | Driver core: add dev_archdata to struct device | Benjamin Herrenschmidt | 2006-12-01 | 1 | -0/+7 |
* | fix file specification in comments | Uwe Zeisberger | 2006-10-03 | 7 | -7/+7 |
* | [PATCH] remove remaining errno and __KERNEL_SYSCALLS__ references | Arnd Bergmann | 2006-10-02 | 1 | -5/+0 |
* | [PATCH] ntp: cleanup defines and comments | Roman Zippel | 2006-10-01 | 1 | -3/+0 |
* | [PATCH] Standardize pxx_page macros | Dave McCracken | 2006-09-26 | 1 | -2/+2 |
* | [PATCH] remove set_wmb - arch removal | Steven Rostedt | 2006-07-14 | 1 | -1/+0 |
* | [PATCH] Make cpu_relax() imply barrier() on all arches | Chase Venters | 2006-07-12 | 1 | -1/+2 |
* | 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] lockdep: remove RWSEM_DEBUG remnants | Ingo Molnar | 2006-07-03 | 1 | -17/+1 |
* | | [PATCH] irq-flags: XTENSA: Use the new IRQF_ constants | Thomas Gleixner | 2006-07-02 | 1 | -15/+0 |
* | | [AF_UNIX]: Datagram getpeersec | Catherine Zhang | 2006-06-29 | 1 | -0/+1 |
* | | [PATCH] genirq: add ->retrigger() irq op to consolidate hw_irq_resend() | Ingo Molnar | 2006-06-29 | 1 | -4/+0 |
* | | [PATCH] xtensa: remove verify_area macros | Jesper Juhl | 2006-06-23 | 3 | -37/+7 |
* | | [PATCH] vgacon: make VGA_MAP_MEM take size, remove extra use | Bjorn Helgaas | 2006-06-22 | 1 | -1/+1 |
|/ |
|
* | Remove unneeded _syscallX macros from user view in asm-*/unistd.h | David Woodhouse | 2006-04-29 | 1 | -18/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-04-29 | 1 | -1/+1 |
|\ |
|
| * | [PATCH] request_irq(): remove warnings from irq probing | Andrew Morton | 2006-04-28 | 1 | -1/+1 |
* | | Don't include linux/config.h from anywhere else in include/ | David Woodhouse | 2006-04-26 | 13 | -13/+0 |
|/ |
|
* | [PATCH] xtensa: Fix TIOCGICOUNT macro | Chris Zankel | 2006-04-20 | 1 | -1/+1 |
* | [PATCH] Remove unused prepare_to_switch macro | Hirokazu Takata | 2006-04-11 | 1 | -2/+0 |
* | [PATCH] unify pfn_to_page: xtensa pfn_to_page | KAMEZAWA Hiroyuki | 2006-03-27 | 1 | -4/+2 |
* | [PATCH] bitops: xtensa: use generic bitops | Akinobu Mita | 2006-03-26 | 1 | -332/+8 |
* | [PATCH] bitops: use non atomic operations for minix_*_bit() and ext2_*_bit() | Akinobu Mita | 2006-03-26 | 1 | -3/+3 |
* | [PATCH] POLLRDHUP/EPOLLRDHUP handling for half-closed devices notifications | Davide Libenzi | 2006-03-25 | 1 | -0/+1 |
* | [PATCH] add asm-generic/mman.h | Michael S. Tsirkin | 2006-02-15 | 1 | -10/+12 |
* | [PATCH] madvise MADV_DONTFORK/MADV_DOFORK | Michael S. Tsirkin | 2006-02-14 | 1 | -0/+2 |
* | [PATCH] xtensa: add asm/futex.h | Alexey Dobriyan | 2006-02-01 | 1 | -0/+1 |
* | [PATCH] death of get_thread_info/put_thread_info | Al Viro | 2006-01-12 | 1 | -2/+0 |
* | [PATCH] xtensa: task_pt_regs(), task_stack_page() | Al Viro | 2006-01-12 | 2 | -5/+5 |
* | [PATCH] Generic ioctl.h | Brian Gerst | 2006-01-10 | 1 | -83/+1 |
* | [PATCH] mutex subsystem, add default include/asm-*/mutex.h files | Arjan van de Ven | 2006-01-09 | 1 | -0/+9 |
* | [PATCH] mutex subsystem, add atomic_xchg() to all arches | Ingo Molnar | 2006-01-09 | 1 | -0/+1 |
* | [PATCH] atomic_long_t & include/asm-generic/atomic.h V2 | Christoph Lameter | 2006-01-06 | 1 | -0/+1 |
* | [PATCH] madvise(MADV_REMOVE): remove pages from tmpfs shm backing store | Badari Pulavarty | 2006-01-06 | 1 | -0/+1 |
* | [FLS64]: generic version | Stephen Hemminger | 2006-01-03 | 1 | -0/+1 |
* | [PATCH] atomic: inc_not_zero | Nick Piggin | 2005-11-13 | 1 | -0/+19 |
* | [PATCH] atomic: cmpxchg | Nick Piggin | 2005-11-13 | 1 | -0/+1 |
* | [PATCH] fix remaining missing includes | Tim Schmielau | 2005-11-07 | 2 | -0/+5 |