| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | [PATCH] Fix build breakage with CONFIG_X86_VSMP | Ravikiran Thirumalai | 2006-10-12 | 1 | -0/+1 |
* | | | [PATCH] fixing includes in alpha_ksyms.c | Al Viro | 2006-10-12 | 1 | -1/+1 |
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2006-10-12 | 32 | -1100/+249 |
|\ \ \ |
|
| * | | | sh: SH-4A UBC support | Ryusuke Sakato | 2006-10-12 | 2 | -0/+67 |
| * | | | sh: interrupt exception handling rework | Paul Mundt | 2006-10-12 | 4 | -721/+40 |
| * | | | sh: Default enable R7780RP IRQs. | Paul Mundt | 2006-10-12 | 1 | -1/+1 |
| * | | | sh: Zero-out coherent buffer in consistent_alloc(). | Paul Mundt | 2006-10-10 | 1 | -0/+1 |
| * | | | sh: Convert IPR-IRQ to IRQ chip. | Paul Mundt | 2006-10-06 | 1 | -75/+27 |
| * | | | sh: Convert INTC2 IRQ handler to irq_chip. | Paul Mundt | 2006-10-06 | 2 | -120/+32 |
| * | | | sh: Fix pr_debug statements for sh4 | Jamie Lenehan | 2006-10-06 | 1 | -2/+2 |
| * | | | sh: Convert r7780rp IRQ handler to IRQ chip. | Paul Mundt | 2006-10-06 | 1 | -83/+22 |
| * | | | sh: Updates for IRQ handler changes. | Paul Mundt | 2006-10-06 | 20 | -37/+46 |
| * | | | sh: Kill off timer_ops get_frequency(). | Paul Mundt | 2006-10-06 | 2 | -62/+2 |
| * | | | sh: First step at generic timeofday support. | Paul Mundt | 2006-10-06 | 3 | -0/+10 |
* | | | | [PATCH] ide-cd: one more missing REQ_TYPE_CMD_ATA check | Jens Axboe | 2006-10-12 | 1 | -1/+1 |
* | | | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Linus Torvalds | 2006-10-12 | 6 | -21/+14 |
|\ \ \ \ |
|
| * | | | | [PATCH] block layer: ioprio_best function fix | Vasily Tarasov | 2006-10-12 | 1 | -5/+0 |
| * | | | | [PATCH] ide-cd: fix breakage with internally queued commands | Jens Axboe | 2006-10-12 | 2 | -2/+4 |
| * | | | | [PATCH] block layer: elv_iosched_show should get elv_list_lock | Vasily Tarasov | 2006-10-12 | 1 | -2/+2 |
| * | | | | [PATCH] splice: fix pipe_to_file() ->prepare_write() error path | Jens Axboe | 2006-10-12 | 1 | -3/+3 |
| * | | | | [PATCH] block layer: elevator_find function cleanup | Vasily Tarasov | 2006-10-12 | 1 | -8/+5 |
| * | | | | [PATCH] elevator: elevator_type member not used | Jens Axboe | 2006-10-12 | 1 | -1/+0 |
| | |_|/
| |/| | |
|
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-10-12 | 43 | -219/+411 |
|\ \ \ \ |
|
| * | | | | [PKT_SCHED] sch_htb: use rb_first() cleanup | Akinbou Mita | 2006-10-12 | 1 | -3/+2 |
| * | | | | [RTNETLINK]: Fix use of wrong skb in do_getlink() | Patrick McHardy | 2006-10-12 | 1 | -1/+1 |
| * | | | | [DECNET]: Fix sfuzz hanging on 2.6.18 | Patrick McHardy | 2006-10-12 | 1 | -1/+3 |
| * | | | | [NET]: Do not memcmp() over pad bytes of struct flowi. | David S. Miller | 2006-10-12 | 2 | -6/+17 |
| * | | | | [NET]: Introduce protocol-specific destructor for time-wait sockets. | YOSHIFUJI Hideaki | 2006-10-12 | 2 | -0/+8 |
| * | | | | [NET]: Use typesafe inet_twsk() inline function instead of cast. | YOSHIFUJI Hideaki | 2006-10-11 | 4 | -21/+18 |
| * | | | | [NET]: Use hton{l,s}() for non-initializers. | YOSHIFUJI Hideaki | 2006-10-11 | 2 | -13/+22 |
| * | | | | [TCP]: Use TCPOLEN_TSTAMP_ALIGNED macro instead of magic number. | YOSHIFUJI Hideaki | 2006-10-11 | 2 | -2/+2 |
| * | | | | [IPV6]: Seperate sit driver to extra module (addrconf.c changes) | Joerg Roedel | 2006-10-11 | 1 | -2/+16 |
| * | | | | [IPV6]: Seperate sit driver to extra module | Joerg Roedel | 2006-10-11 | 4 | -3/+18 |
| * | | | | [NET]: File descriptor loss while receiving SCM_RIGHTS | Miklos Szeredi | 2006-10-11 | 2 | -4/+2 |
| * | | | | [SCTP]: Fix the RX queue size shown in /proc/net/sctp/assocs output. | Vlad Yasevich | 2006-10-11 | 1 | -1/+1 |
| * | | | | [SCTP]: Fix receive buffer accounting. | Vlad Yasevich | 2006-10-11 | 5 | -15/+49 |
| * | | | | SELinux: Bug fix in polidydb_destroy | Chad Sellers | 2006-10-11 | 1 | -0/+2 |
| * | | | | IPsec: fix handling of errors for socket policies | Venkat Yekkirala | 2006-10-11 | 1 | -8/+18 |
| * | | | | IPsec: correct semantics for SELinux policy matching | Venkat Yekkirala | 2006-10-11 | 10 | -49/+62 |
| * | | | | IPsec: propagate security module errors up from flow_cache_lookup | James Morris | 2006-10-11 | 3 | -30/+82 |
| * | | | | NetLabel: use SECINITSID_UNLABELED for a base SID | paul.moore@hp.com | 2006-10-11 | 1 | -20/+9 |
| * | | | | NetLabel: fix a cache race condition | paul.moore@hp.com | 2006-10-11 | 4 | -40/+79 |
| |/ / / |
|
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-10-12 | 6 | -26/+7 |
|\ \ \ \ |
|
| * | | | | [SPARC32]: Fix sparc32 modpost warnings. | Martin Habets | 2006-10-11 | 1 | -2/+2 |
| * | | | | [SPARC32]: Fix sparc32 modpost warnings with sunzilog | Martin Habets | 2006-10-11 | 3 | -23/+3 |
| * | | | | [SPARC32]: Mark srmmu_nocache_init as __init. | Martin Habets | 2006-10-11 | 1 | -1/+1 |
| * | | | | [SPARC32]: pcic.c needs asm/irq_regs.h | David S. Miller | 2006-10-11 | 1 | -0/+1 |
| |/ / / |
|
* | | | | [PATCH] x86_64 irq: Properly update vector_irq | Eric W. Biederman | 2006-10-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-10-11 | 9 | -85/+120 |
|\ \ \ |
|
| * | | | [MIPS] Pass NULL not 0 for pointer value. | Ralf Baechle | 2006-10-11 | 1 | -1/+1 |