| Commit message (Expand) | Author | Age |
* | [SCSI] iscsi bugfixes: reduce memory allocations | Mike Christie | 2006-07-28 |
* | [SCSI] iscsi bugfixes: fix oops when iser is flushing io | Mike Christie | 2006-07-28 |
* | [SCSI] iscsi bugfixes: fix abort handling | Mike Christie | 2006-07-28 |
* | [SCSI] iscsi bugfixes: fix r2t handling | Mike Christie | 2006-07-28 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2006-07-26 |
|\ |
|
| * | [SPARC]: Fix SA_STATIC_ALLOC value. | David S. Miller | 2006-07-25 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-07-26 |
|\ \ |
|
| * | | [NETFILTER]: bridge netfilter: add deferred output hooks to feature-removal-s... | Patrick McHardy | 2006-07-25 |
| |/ |
|
* / | [PATCH] Reorganize the cpufreq cpu hotplug locking to not be totally bizare | Arjan van de Ven | 2006-07-26 |
|/ |
|
* | [NET]: Correct dev_alloc_skb kerneldoc | Christoph Hellwig | 2006-07-24 |
* | [NET]: Remove CONFIG_HAVE_ARCH_DEV_ALLOC_SKB | Christoph Hellwig | 2006-07-24 |
* | [PKT_SCHED]: Fix regression in PSCHED_TADD{,2}. | Guillaume Chazarain | 2006-07-24 |
* | IB/mad: Validate MADs for spec compliance | Sean Hefty | 2006-07-24 |
* | cpu hotplug: simplify and hopefully fix locking | Linus Torvalds | 2006-07-23 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-07-21 |
|\ |
|
| * | [NET]: Fix reversed error test in netif_tx_trylock | Herbert Xu | 2006-07-21 |
| * | [I/OAT]: net/core/user_dma.c should #include <net/netdma.h> | Adrian Bunk | 2006-07-21 |
| * | [SCTP]: ADDIP: Don't use an address as source until it is ASCONF-ACKed | Sridhar Samudrala | 2006-07-21 |
| * | [SCTP]: Verify all the paths to a peer via heartbeat before using them. | Sridhar Samudrala | 2006-07-21 |
* | | [SPARC]: Kill prom_getname, unused and not implemented properly. | David S. Miller | 2006-07-21 |
* | | [SPARC64]: Fix more of_device layer IRQ bugs, and correct PROMREG_MAX. | David S. Miller | 2006-07-21 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 2006-07-21 |
|\ |
|
| * | [SCSI] scsi_transport_sas: add expander backlink | James Bottomley | 2006-07-12 |
| * | [SCSI] hide EH backup data outside the scsi_cmnd | Christoph Hellwig | 2006-07-09 |
| * | [SCSI] scsi_transport_sas: add unindexed ports | James Bottomley | 2006-07-09 |
* | | [S390] get_clock inline assembly. | Andreas Krebbel | 2006-07-17 |
* | | [S390] Fix gcc warning about unused return values. | Heiko Carstens | 2006-07-17 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-07-15 |
|\ \ |
|
| * | | [VLAN]: __vlan_hwaccel_rx can use the faster ether_compare_addr | Stephen Hemminger | 2006-07-14 |
* | | | [PATCH] remove set_wmb - arch removal | Steven Rostedt | 2006-07-15 |
* | | | [PATCH] per-task delay accounting taskstats interface: control exit data thro... | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] per-task delay accounting: avoid send without listeners | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] delay accounting taskstats interface send tgid once | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: /proc export of aggregated block I/O delays | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: delay accounting usage of taskstats interface | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: taskstats interface | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: utilities for genetlink usage | Balbir Singh | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: cpu delay collection via schedstats | Chandra Seetharaman | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: sync block I/O and swapin delay collection | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] per-task-delay-accounting: setup | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] list_is_last utility | Shailabh Nagar | 2006-07-15 |
* | | | [PATCH] mbxfb: Add framebuffer driver for the Intel 2700G | Mike Rapoport | 2006-07-15 |
* | | | [PATCH] symlink nesting level change | Al Viro | 2006-07-15 |
* | | | [PATCH] gpio: drop vtable members .gpio_set_high .gpio_set_low gpio_set is en... | Jim Cromie | 2006-07-15 |
* | | | [PATCH] RTC subsystem, Add ISL1208 support | Herbert Valerio Riedel | 2006-07-15 |
* | | | [PATCH] hdrinstall: remove asm/io.h from user visibility | David Woodhouse | 2006-07-15 |
* | | | [PATCH] hdrinstall: remove asm/atomic.h from user visibility | David Woodhouse | 2006-07-15 |
* | | | [PATCH] hdrinstall: remove asm/irq.h from user visibility | David Woodhouse | 2006-07-15 |
* | | | [PATCH] remove kernel/kthread.c:kthread_stop_sem() | Adrian Bunk | 2006-07-15 |
* | | | [PATCH] null-terminate over-long /proc/kallsyms symbols | Andreas Gruenbacher | 2006-07-15 |