Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | drivers/net/appletalk/ltpc.c: replace init_module&cleanup_module with module_... | Jon Schindler | 2008-03-05 | 1 | -1/+2 | |
| * | | | | | | | bluetooth: CONWISE Technology based adapters with buggy SCO support (bugzilla... | SDiZ | 2008-03-05 | 1 | -0/+3 | |
| * | | | | | | | [PPPOL2TP]: Fix SMP issues in skb reorder queue handling | James Chapman | 2008-03-05 | 1 | -3/+8 | |
| * | | | | | | | [PPPOL2TP]: Make locking calls softirq-safe | James Chapman | 2008-03-05 | 1 | -29/+29 | |
| * | | | | | | | atm: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-05 | 3 | -10/+10 | |
| * | | | | | | | isdn: replace __inline with inline | Harvey Harrison | 2008-03-05 | 2 | -3/+3 | |
| * | | | | | | | net: replace __inline with inline | Harvey Harrison | 2008-03-05 | 1 | -1/+1 | |
| * | | | | | | | make s2io.c:init_tti() static | Adrian Bunk | 2008-03-05 | 1 | -1/+1 | |
| * | | | | | | | FIXED_PHY must depend on PHYLIB=y | Adrian Bunk | 2008-03-05 | 1 | -0/+1 | |
| * | | | | | | | fix drivers/net/atarilance.c compilation | Adrian Bunk | 2008-03-05 | 1 | -3/+2 | |
| * | | | | | | | ixgbe: fix typo in speed mesage | Emil Tantilov | 2008-03-05 | 1 | -1/+1 | |
| * | | | | | | | e100: Do suspend/shutdown like e1000 | Auke Kok | 2008-03-05 | 1 | -26/+3 | |
| * | | | | | | | ehea: Fix missing Kconfig dependency | Thomas Klein | 2008-03-05 | 1 | -1/+1 | |
| * | | | | | | | axnet_cs: change debugging level for "Too much work at interrupt" message. | Komuro | 2008-03-05 | 1 | -1/+1 | |
| * | | | | | | | mv643xx_eth: Define module alias for platform device | Martin Michlmayr | 2008-03-05 | 1 | -0/+1 | |
| * | | | | | | | de2104x: remove BUG_ON() when changing media type | Ondrej Zary | 2008-03-05 | 1 | -1/+2 | |
| * | | | | | | | dm9161: add configuration for MII/RMII | frederic Rodo | 2008-03-05 | 1 | -3/+14 | |
* | | | | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2008-03-12 | 3 | -2/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | i2c: chips subdirectory is deprecated | Jean Delvare | 2008-03-12 | 1 | -0/+7 | |
| * | | | | | | | | i2c: Keep client->driver and client->dev.driver in sync | Hans Verkuil | 2008-03-12 | 1 | -1/+5 | |
| * | | | | | | | | i2c-amd756: Fix off-by-one | Adrian Bunk | 2008-03-12 | 1 | -1/+1 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | PNP: disable PNP motherboard resources that overlap PCI BARs | Bjorn Helgaas | 2008-03-12 | 1 | -0/+73 | |
* | | | | | | | | PNP: revert Supermicro H8DCE motherboard quirk | Bjorn Helgaas | 2008-03-12 | 1 | -43/+0 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 2008-03-11 | 5 | -43/+55 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | RDMA/iwcm: Don't access a cm_id after dropping reference | Steve Wise | 2008-03-10 | 1 | -2/+3 | |
| * | | | | | | IB/iser: Handle iser_device allocation error gracefully | Arne Redlich | 2008-03-10 | 1 | -4/+9 | |
| * | | | | | | IB/iser: Fix list iteration bug | Arne Redlich | 2008-03-10 | 1 | -20/+16 | |
| * | | | | | | RDMA/cxgb3: Fix iwch_create_cq() off-by-one error | Jon Mason | 2008-03-09 | 1 | -1/+1 | |
| * | | | | | | RDMA/cxgb3: Return correct max_inline_data when creating a QP | Jon Mason | 2008-02-29 | 1 | -0/+3 | |
| * | | | | | | IB/fmr_pool: Flush all dirty FMRs from ib_fmr_pool_flush() | Pete Wyckoff | 2008-02-29 | 1 | -1/+16 | |
| * | | | | | | Revert "IB/fmr_pool: ib_fmr_pool_flush() should flush all dirty FMRs" | Pete Wyckoff | 2008-02-29 | 1 | -15/+6 | |
| * | | | | | | IB/cm: Flush workqueue when removing device | Sean Hefty | 2008-02-29 | 1 | -1/+2 | |
* | | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-03-10 | 9 | -28/+383 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [libata] Add support for the RB500 PATA CompactFlash | Florian Fainelli | 2008-03-10 | 3 | -0/+324 | |
| * | | | | | | | ahci: logical-bitwise and confusion in ahci_save_initial_config() | Roel Kluin | 2008-03-10 | 1 | -1/+1 | |
| * | | | | | | | libata: don't allow sysfs read access to force param | Tejun Heo | 2008-03-10 | 1 | -1/+2 | |
| * | | | | | | | ahci: add the Device IDs for nvidia MCP7B AHCI | peerchen | 2008-03-10 | 1 | -0/+12 | |
| * | | | | | | | libata-sff: handle controllers w/o ctl register | Tejun Heo | 2008-03-10 | 1 | -14/+22 | |
| * | | | | | | | libata: allow LLDs w/o any reset method | Tejun Heo | 2008-03-10 | 1 | -0/+10 | |
| * | | | | | | | ata: replace remaining __FUNCTION__ occurrences | Harvey Harrison | 2008-03-10 | 3 | -12/+12 | |
| | |_|_|_|_|/ | |/| | | | | | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-03-10 | 9 | -36/+127 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | USB: fix ehci unlink regressions | David Brownell | 2008-03-10 | 1 | -16/+46 | |
| * | | | | | | | USB: new ftdi_sio device id | Mirko Bordignon | 2008-03-10 | 2 | -0/+4 | |
| * | | | | | | | USB: fsl_usb2_udc: fix broken Kconfig | Li Yang | 2008-03-10 | 1 | -1/+1 | |
| * | | | | | | | USB: option: add novatel device ids | Dirk DeSchepper | 2008-03-10 | 1 | -13/+62 | |
| * | | | | | | | USB: cypress_m8: add UPS Powercom (0d9f:0002) | Dmitry Shapin | 2008-03-10 | 2 | -0/+6 | |
| * | | | | | | | USB: drivers/usb/storage/sddr55.c: fix uninitialized var warnings | Andrew Morton | 2008-03-10 | 1 | -2/+2 | |
| * | | | | | | | USB: fix usb-serial generic recursive lock | Pete Zaitcev | 2008-03-10 | 1 | -4/+6 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6 | Linus Torvalds | 2008-03-10 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | PCI Hotplug: Fix small mem leak in IBM Hot Plug Controller Driver | Jesper Juhl | 2008-03-10 | 1 | -0/+1 | |
| |/ / / / / / |