Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | dz: don't panic() when request_irq() fails | Maciej W. Rozycki | 2008-02-07 | 1 | -5/+15 | |
* | | | | dz: always check if it is safe to console_putchar() | Maciej W. Rozycki | 2008-02-07 | 1 | -2/+2 | |
* | | | | dz.h: remove useless unused module junk | Maciej W. Rozycki | 2008-02-07 | 1 | -5/+0 | |
* | | | | drivers/edac/i3000: document type promotion | Jason Uhlenkott | 2008-02-07 | 1 | -0/+7 | |
* | | | | drivers/edac: i3000: missing init code | Hitoshi Mitake | 2008-02-07 | 1 | -0/+13 | |
* | | | | drivers/edac: mpc85xx: add static scope | Doug Thompson | 2008-02-07 | 1 | -1/+1 | |
* | | | | drivers/edac: i3000: 64bit build | Jason Uhlenkott | 2008-02-07 | 1 | -1/+1 | |
* | | | | drivers/edac: pci: broken parity regression | Bryan Boatright | 2008-02-07 | 1 | -4/+8 | |
* | | | | drivers-edac: add marvell mv64x60 driver | Dave Jiang | 2008-02-07 | 4 | -0/+977 | |
* | | | | drivers-edac: add freescale mpc85xx driver | Dave Jiang | 2008-02-07 | 4 | -0/+1213 | |
* | | | | drivers-edac: i3000 replace macros with functions | Jason Uhlenkott | 2008-02-07 | 1 | -15/+35 | |
* | | | | drivers-edac: i3000 code tidying | Jason Uhlenkott | 2008-02-07 | 1 | -97/+110 | |
* | | | | drivers-edac: add Cell MC driver | Benjamin Herrenschmidt | 2008-02-07 | 3 | -0/+266 | |
* | | | | drivers-edac: add Cell XDR memory types | Benjamin Herrenschmidt | 2008-02-07 | 2 | -1/+4 | |
* | | | | drivers-edac: use round_jiffies_relative | Anton Blanchard | 2008-02-07 | 2 | -3/+3 | |
* | | | | drivers-edac: turn on edac device error logging | Doug Thompson | 2008-02-07 | 1 | -0/+4 | |
* | | | | ASIC3 driver | Samuel Ortiz | 2008-02-07 | 3 | -0/+596 | |
* | | | | DS1WM: decouple host IRQ and INTR active state settings | Philipp Zabel | 2008-02-07 | 1 | -4/+5 | |
* | | | | power_supply: remove capacity_level from list of sysfs attributes | Thadeu Lima de Souza Cascardo | 2008-02-07 | 1 | -1/+0 | |
* | | | | Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/gi... | Linus Torvalds | 2008-02-06 | 4 | -135/+96 | |
|\ \ \ \ | ||||||
| * | | | | async_tx: replace 'int_en' with operation preparation flags | Dan Williams | 2008-02-06 | 2 | -12/+12 | |
| * | | | | async_tx: kill tx_set_src and tx_set_dest methods | Dan Williams | 2008-02-06 | 4 | -126/+87 | |
| * | | | | iop-adma: use LIST_HEAD instead of LIST_HEAD_INIT | Denis Cheng | 2008-02-06 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | scsi: megaraid: trivial drop duplicate mutex.h include | Daniel Walker | 2008-02-06 | 1 | -1/+0 | |
* | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-02-06 | 10 | -84/+412 | |
|\ \ \ \ | ||||||
| * | | | | ata_piix.c:piix_init_one() must be __devinit | Adrian Bunk | 2008-02-06 | 1 | -1/+2 | |
| * | | | | sata_via.c: Remove missleading comment. | Alejandro Riveira Fernández | 2008-02-06 | 1 | -2/+0 | |
| * | | | | libata-core: unblacklist HITACHI drives | David Milburn | 2008-02-06 | 1 | -2/+0 | |
| * | | | | sata_nv: fix ATAPI issues with memory over 4GB (v7) | Robert Hancock | 2008-02-06 | 1 | -13/+65 | |
| * | | | | ata: drivers/ata/sata_mv.c needs dmapool.h | Andrew Morton | 2008-02-06 | 1 | -0/+1 | |
| * | | | | libata: kill now unused n_iter and fix sata_fsl | James Bottomley | 2008-02-06 | 1 | -2/+2 | |
| * | | | | ahci: fix CAP.NP and PI handling | Tejun Heo | 2008-02-06 | 1 | -16/+19 | |
| * | | | | sata_mv: Support SoC controllers | Saeed Bishara | 2008-02-06 | 1 | -45/+320 | |
| * | | | | Rename: linux/pata_platform.h to linux/ata_platform.h | Jeff Garzik | 2008-02-06 | 3 | -3/+3 | |
| |/ / / | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-02-06 | 29 | -311/+555 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'upstream-davem' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-02-06 | 20 | -237/+391 | |
| |\ \ \ \ | ||||||
| | * | | | | virtio net: fix oops on interface-up | Christian Borntraeger | 2008-02-06 | 1 | -4/+6 | |
| | * | | | | Fix PHY Lib support for gianfar and ucc_geth | Andy Fleming | 2008-02-06 | 2 | -4/+4 | |
| | * | | | | forcedeth: preserve registers | Ayaz Abdulla | 2008-02-06 | 1 | -0/+14 | |
| | * | | | | forcedeth: phy status fix | Ayaz Abdulla | 2008-02-06 | 1 | -8/+8 | |
| | * | | | | forcedeth: restart tx/rx | Ayaz Abdulla | 2008-02-06 | 1 | -0/+19 | |
| | * | | | | Generic HDLC - use random_ether_addr() | Krzysztof Halasa | 2008-02-05 | 2 | -8/+4 | |
| | * | | | | Generic HDLC - remove now unneeded hdlc_device_desc | Krzysztof Halasa | 2008-02-05 | 7 | -28/+24 | |
| | * | | | | Generic HDLC - fix kernel panic | Krzysztof Halasa | 2008-02-05 | 1 | -20/+18 | |
| | * | | | | ixgbe: add real-time traffic counters | Ayyappan Veeraiyan | 2008-02-05 | 1 | -4/+11 | |
| | * | | | | ixgbe: fix several counter register errata | Ayyappan Veeraiyan | 2008-02-05 | 1 | -22/+31 | |
| | * | | | | ixgbe: properly return CHECKSUM_NONE, cleanup csum code | Ayyappan Veeraiyan | 2008-02-05 | 1 | -7/+22 | |
| | * | | | | ixgbe: Fix FW init/release, make this code a function | Ayyappan Veeraiyan | 2008-02-05 | 1 | -10/+28 | |
| | * | | | | ixgbe: Fix pause code for ethtool | Ayyappan Veeraiyan | 2008-02-05 | 1 | -5/+5 | |
| | * | | | | ixbge: Make ethtool code account for media types | Ayyappan Veeraiyan | 2008-02-05 | 1 | -16/+36 |