| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: power management: remove noise on non-manageable hw | Pavel Machek | 2007-02-07 | 1 | -7/+8 |
* | PCI: cleanup MSI code | Satoru Takeuchi | 2007-02-07 | 2 | -6/+6 |
* | PCI: make isa_bridge Alpha-only | Adrian Bunk | 2007-02-07 | 4 | -12/+6 |
* | PCI: remove quirk_sis_96x_compatible() | Adrian Bunk | 2007-02-07 | 1 | -15/+0 |
* | PCI: Speed up the Intel SMBus unhiding quirk | Jean Delvare | 2007-02-07 | 1 | -13/+11 |
* | PCI Quirk: 1k I/O space IOBL_ADR fix on P64H2 | Daniel Yeisley | 2007-02-07 | 1 | -0/+25 |
* | shpchp: delete trailing whitespace | Kenji Kaneshige | 2007-02-07 | 3 | -28/+28 |
* | shpchp: remove DBG_XXX_ROUTINE | Kenji Kaneshige | 2007-02-07 | 1 | -136/+19 |
* | shpchp: remove CONFIG_HOTPLUG_PCI_SHPC_POLL_EVENT_MODE | Kenji Kaneshige | 2007-02-07 | 2 | -13/+0 |
* | PCIEHP: Add Electro Mechanical Interlock (EMI) support to the PCIE hotplug dr... | Kristen Carlson Accardi | 2007-02-07 | 3 | -0/+163 |
* | pciehp: fix wait command completion | Kenji Kaneshige | 2007-02-07 | 2 | -12/+16 |
* | pciehp: cleanup wait command completion | Kenji Kaneshige | 2007-02-07 | 4 | -193/+82 |
* | pciehp: remove unused pcie_cap_base | Kenji Kaneshige | 2007-02-07 | 1 | -7/+2 |
* | pciehp: cleanup pciehp.h | Kenji Kaneshige | 2007-02-07 | 3 | -67/+42 |
* | pciehp: cleanup register access | Kenji Kaneshige | 2007-02-07 | 1 | -137/+164 |
* | pciehp: remove unused pci_bus from struct controller | Kenji Kaneshige | 2007-02-07 | 2 | -13/+2 |
* | pciehp: remove unnecessary php_ctlr | Kenji Kaneshige | 2007-02-07 | 4 | -494/+120 |
* | pciehp: cleanup slot list | Kenji Kaneshige | 2007-02-07 | 2 | -27/+17 |
* | pciehp: cleanup init_slot() | Kenji Kaneshige | 2007-02-07 | 2 | -63/+37 |
* | PCI: mark pci_find_device() as __deprecated | Adrian Bunk | 2007-02-07 | 1 | -1/+1 |
* | PCI: remove pci_find_device_reverse() | Adrian Bunk | 2007-02-07 | 2 | -39/+0 |
* | PCI: quirks.c: cleanup | Adrian Bunk | 2007-02-07 | 2 | -29/+17 |
* | PCI: Use newly defined PCI channel offline routine | Linas Vepstas | 2007-02-07 | 2 | -2/+2 |
* | PCI: define inline for test of channel error state | Linas Vepstas | 2007-02-07 | 1 | -0/+5 |
* | PCI : Add selected_regions funcs | Hidetoshi Seto | 2007-02-07 | 2 | -17/+66 |
* | PCI : add extremely specialized __pci_reenable_device for default resume | Hidetoshi Seto | 2007-02-07 | 3 | -11/+34 |
* | PCI : Move pci_fixup_device and is_enabled (originally intended change) | Hidetoshi Seto | 2007-02-07 | 1 | -12/+12 |
* | PCI : remove too specialized __pci_enable_device for default resume | Hidetoshi Seto | 2007-02-07 | 3 | -25/+1 |
* | PCI: check szhi when sz is 0 when 64 bit iomem bigger than 4G | Yinghai Lu | 2007-02-07 | 1 | -13/+56 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2007-02-07 | 10 | -49/+92 |
|\ |
|
| * | JFS: Remove incorrect kgdb define | Dave Kleikamp | 2007-01-26 | 1 | -5/+0 |
| * | JFS: call io_schedule() instead of schedule() to avoid deadlock | Dave Kleikamp | 2007-01-17 | 3 | -3/+3 |
| * | JFS: Add lockdep annotations | Dave Kleikamp | 2007-01-09 | 5 | -41/+74 |
| * | JFS: Avoid BUG() on a damaged file system | Dave Kleikamp | 2007-01-09 | 1 | -0/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 2007-02-07 | 39 | -1119/+866 |
|\ \ |
|
| * | | [GFS2] make gfs2_writepages() static | Adrian Bunk | 2007-02-07 | 1 | -1/+2 |
| * | | [GFS2] Unlock page on prepare_write try lock failure | Steven Whitehouse | 2007-02-07 | 1 | -1/+3 |
| * | | [GFS2] nfsd readdirplus assertion failure | Wendy Cheng | 2007-02-06 | 1 | -5/+11 |
| * | | [DLM] fix softlockup in dlm_recv | Patrick Caulfield | 2007-02-05 | 1 | -6/+9 |
| * | | [DLM] zero new user lvbs | David Teigland | 2007-02-05 | 1 | -2/+2 |
| * | | [DLM/GFS2] indent help text | Randy Dunlap | 2007-02-05 | 2 | -31/+30 |
| * | | [GFS2] Fix unlink deadlocks | Russell Cattelan | 2007-02-05 | 2 | -53/+40 |
| * | | [GFS2] Put back semaphore to avoid umount problem | Steven Whitehouse | 2007-02-05 | 1 | -0/+6 |
| * | | [GFS2] more CURRENT_TIME_SEC | Eric Sandeen | 2007-02-05 | 1 | -4/+4 |
| * | | [GFS2/DLM] fix GFS2 circular dependency | Adrian Bunk | 2007-02-05 | 2 | -4/+2 |
| * | | [GFS2/DLM] use sysfs | Randy Dunlap | 2007-02-05 | 2 | -0/+2 |
| * | | [GFS2] make lock_dlm drop_count tunable in sysfs | David Teigland | 2007-02-05 | 3 | -10/+15 |
| * | | [GFS2] increase default lock limit | David Teigland | 2007-02-05 | 1 | -1/+1 |
| * | | [GFS2] Fix list corruption in lops.c | Steven Whitehouse | 2007-02-05 | 1 | -3/+11 |
| * | | [GFS2] Fix recursive locking attempt with NFS | Steven Whitehouse | 2007-02-05 | 2 | -9/+16 |