| Commit message (Expand) | Author | Age |
* | Move inclusion of <linux/compat.h> out of user scope in asm-x86_64/mtrr.h | David Woodhouse | 2006-05-21 |
* | Remove struct fddi_statistics from user view in <linux/if_fddi.h> | David Woodhouse | 2006-05-16 |
* | Move user-visible parts of drivers/s390/crypto/z90crypt.h to include/asm-s390 | David Woodhouse | 2006-05-08 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 | David Woodhouse | 2006-05-06 |
|\ |
|
| * | [TCP]: Fix snd_cwnd adjustments in tcp_highspeed.c | John Heffner | 2006-05-05 |
| * | [NETROM/ROSE]: Kill module init version kernel log messages. | Ralf Baechle | 2006-05-05 |
| * | [DCCP]: Fix sock_orphan dead lock | Herbert Xu | 2006-05-05 |
| * | [BRIDGE]: keep track of received multicast packets | Stephen Hemminger | 2006-05-05 |
| * | [SCTP]: Fix state table entries for chunks received in CLOSED state. | Sridhar Samudrala | 2006-05-05 |
| * | [SCTP]: Fix panic's when receiving fragmented SCTP control chunks. | Sridhar Samudrala | 2006-05-05 |
| * | [SCTP]: Prevent possible infinite recursion with multiple bundled DATA. | Vladislav Yasevich | 2006-05-05 |
| * | [SCTP]: Allow spillover of receive buffer to avoid deadlock. | Neil Horman | 2006-05-05 |
| * | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 2006-05-05 |
| |\ |
|
| | * | [BLOCK] Fix oops on removal of SD/MMC card | Russell King | 2006-05-05 |
| * | | [ARM] 3495/1: EABI: undefine removed syscalls, but... | Nicolas Pitre | 2006-05-05 |
| * | | [ARM] 3500/1: fix PXA27x DMA allocation priority | Nicolas Pitre | 2006-05-05 |
| * | | [ARM] 3499/1: Fix VFP FPSCR corruption for double exception case | George G. Davis | 2006-05-05 |
| * | | [ARM] 3496/1: more constants for asm-offsets.h | Uwe Zeisberger | 2006-05-05 |
| * | | [ARM] 3494/1: asm-arm/bug.h needs linux/stddef.h | Nicolas Pitre | 2006-05-05 |
| |/ |
|
| * | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 2006-05-04 |
| |\ |
|
| | * | [PATCH] powerpc: Use the ibm,pa-features property if available | Paul Mackerras | 2006-05-03 |
| | * | powerpc: Fix incorrect might_sleep in __get_user/__put_user on kernel addresses | Paul Mackerras | 2006-05-03 |
| | * | [PATCH] ppc32 CPM_UART: fixes and improvements | Vitaly Bordug | 2006-05-03 |
| | * | [PATCH] ppc32 CPM_UART: Fixed break send on SCC | Vitaly Bordug | 2006-05-03 |
| | * | [PATCH] powerpc/kprobes: fix singlestep out-of-line | Ananth N Mavinakayanahalli | 2006-05-03 |
| | * | [PATCH] powerpc/pseries: avoid crash in PCI code if mem system not up | Linas Vepstas | 2006-05-03 |
| * | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-05-04 |
| |\ \ |
|
| | * | | [ARM] 3490/1: i.MX: move uart resources to board files | Sascha Hauer | 2006-05-04 |
| | * | | [ARM] 3488/1: make icedcc_putc do the right thing | Uwe Zeisberger | 2006-05-02 |
| | * | | [ARM] 3487/1: IXP4xx: Support non-PCI systems | Deepak Saxena | 2006-04-30 |
| | * | | [ARM] 3486/1: Mark memory as clobbered by the ARM _syscallX() macros | Markus Gutschke | 2006-04-30 |
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-mmc | Linus Torvalds | 2006-05-04 |
| |\ \ \ |
|
| | * | | | [MMC] Move set_ios debugging into mmc.c | Russell King | 2006-05-04 |
| | * | | | [MMC] Correct mmc_request_done comments | Russell King | 2006-05-04 |
| | * | | | [MMC] PXA: reduce the number of lines PXAMCI debug uses | Russell King | 2006-05-02 |
| | * | | | [MMC] PXA and i.MX: don't avoid sending stop command on error | Russell King | 2006-05-02 |
| | * | | | [MMC] extend data timeout for writes | Russell King | 2006-05-02 |
| | * | | | [ARM] 3485/1: i.MX: MX1 SD/MMC fix of unintentional double start possibility | Pavel Pisa | 2006-04-30 |
| | |/ / |
|
| * | | | Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-05-04 |
| |\ \ \ |
|
| | * | | | [PATCH] compat_sys_vmsplice: one-off in UIO_MAXIOV check | Jens Axboe | 2006-05-04 |
| | * | | | [PATCH] splice: redo page lookup if add_to_page_cache() returns -EEXIST | Jens Axboe | 2006-05-04 |
| | * | | | [PATCH] splice: rename remaining info variables to pipe | Jens Axboe | 2006-05-04 |
| | * | | | [PATCH] splice: LRU fixups | Jens Axboe | 2006-05-04 |
| | * | | | [PATCH] splice: fix unlocking of page on error ->prepare_write() | Jens Axboe | 2006-05-04 |
| * | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-05-04 |
| |\ \ \ \ |
|
| | * | | | | [DECNET]: Fix level1 router hello | Patrick Caulfield | 2006-05-04 |
| | * | | | | [TCP]: Fix sock_orphan dead lock | Herbert Xu | 2006-05-04 |
| | * | | | | [ROSE]: Eleminate HZ from ROSE kernel interfaces | Ralf Baechle | 2006-05-04 |
| | * | | | | [NETROM]: Eleminate HZ from NET/ROM kernel interfaces | Ralf Baechle | 2006-05-04 |
| | * | | | | [AX.25]: Eleminate HZ from AX.25 kernel interfaces | Ralf Baechle | 2006-05-04 |