| Commit message (Expand) | Author | Age | Files | Lines |
* | PCI: add generic pci_enable_resources() | Bjorn Helgaas | 2008-04-20 | 2 | -0/+44 |
* | PCI: add PCI Express ASPM support | Shaohua Li | 2008-04-20 | 10 | -0/+921 |
* | PCI: remove "pci=routeirq" noise from dmesg | Bjorn Helgaas | 2008-04-20 | 1 | -2/+1 |
* | PCI: Include PCI domain in PCI bus names on x86/x86_64 | Gary Hade | 2008-04-20 | 2 | -5/+7 |
* | PCI: #if 0 pci_cleanup_aer_correct_error_status() | Adrian Bunk | 2008-04-20 | 2 | -6/+2 |
* | PCI: pcie AER: don't check _OSC when acpi is disabled | Yinghai Lu | 2008-04-20 | 1 | -0/+3 |
* | PCI: remove global list of PCI devices | Greg Kroah-Hartman | 2008-04-20 | 4 | -49/+1 |
* | PCI: remove parisc consumer of the pci global_list | James Bottomley | 2008-04-20 | 1 | -1/+0 |
* | PCI: remove pcibios_fixup_ghosts() | Greg Kroah-Hartman | 2008-04-20 | 2 | -107/+0 |
* | PCI: add is_added flag to struct pci_dev | Greg Kroah-Hartman | 2008-04-20 | 5 | -17/+10 |
* | PCI: make no_pci_devices() use the pci_bus_type list | Greg Kroah-Hartman | 2008-04-20 | 1 | -3/+14 |
* | PCI: remove initial bios sort of PCI devices on x86 | Greg Kroah-Hartman | 2008-04-20 | 8 | -94/+0 |
* | PCI Hotplug: the ibm driver is not dependant on PCI_LEGACY | Greg Kroah-Hartman | 2008-04-20 | 1 | -1/+1 |
* | PCI Hotplug: make cpcihp driver use modern apis | Greg Kroah-Hartman | 2008-04-20 | 2 | -2/+8 |
* | PCI: clean up search.c a lot | Greg Kroah-Hartman | 2008-04-20 | 2 | -139/+114 |
* | PCI: remove pci_get_device_reverse | Greg Kroah-Hartman | 2008-04-20 | 2 | -51/+0 |
* | PCI: remove pci_get_device_reverse from calgary driver | Greg Kroah-Hartman | 2008-04-20 | 1 | -2/+1 |
* | PCI: remove pci_find_present | Greg Kroah-Hartman | 2008-04-20 | 2 | -22/+15 |
* | PCI: #if 0 pci_assign_resource_fixed() | Adrian Bunk | 2008-04-20 | 2 | -2/+1 |
* | PCI: doc/pci: create Documentation/PCI/ and move files into it | Randy Dunlap | 2008-04-20 | 7 | -20/+22 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2008-04-18 | 18 | -335/+503 |
|\ |
|
| * | security: fix up documentation for security_module_enable | James Morris | 2008-04-19 | 1 | -1/+1 |
| * | Security: Introduce security= boot parameter | Ahmed S. Darwish | 2008-04-19 | 8 | -4/+83 |
| * | Audit: Final renamings and cleanup | Ahmed S. Darwish | 2008-04-19 | 4 | -28/+93 |
| * | SELinux: use new audit hooks, remove redundant exports | Ahmed S. Darwish | 2008-04-19 | 5 | -108/+71 |
| * | Audit: internally use the new LSM audit hooks | Ahmed S. Darwish | 2008-04-19 | 3 | -55/+22 |
| * | LSM/Audit: Introduce generic Audit LSM hooks | Ahmed S. Darwish | 2008-04-19 | 3 | -1/+127 |
| * | SELinux: remove redundant exports | Ahmed S. Darwish | 2008-04-19 | 2 | -104/+0 |
| * | Netlink: Use generic LSM hook | Ahmed S. Darwish | 2008-04-19 | 1 | -2/+1 |
| * | Audit: use new LSM hooks instead of SELinux exports | Ahmed S. Darwish | 2008-04-19 | 3 | -37/+43 |
| * | SELinux: setup new inode/ipc getsecid hooks | Ahmed S. Darwish | 2008-04-19 | 1 | -2/+17 |
| * | LSM: Introduce inode_getsecid and ipc_getsecid hooks | Ahmed S. Darwish | 2008-04-19 | 3 | -2/+54 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | 2008-04-18 | 944 | -119960/+82686 |
|\ \
| |/
|/| |
|
| * | [NET]: Fix and allocate less memory for ->priv'less netdevices | Alexey Dobriyan | 2008-04-18 | 1 | -6/+9 |
| * | [IPV6]: Fix dangling references on error in fib6_add(). | David S. Miller | 2008-04-18 | 1 | -0/+4 |
| * | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2008-04-17 | 346 | -5833/+8374 |
| |\ |
|
| * | | [NETLABEL]: Fix NULL deref in netlbl_unlabel_staticlist_gen() if ifindex not ... | Jesper Juhl | 2008-04-17 | 1 | -0/+4 |
| * | | [PKT_SCHED]: Fix datalen check in tcf_simp_init(). | Patrick McHardy | 2008-04-17 | 1 | -1/+1 |
| * | | [INET]: Uninline the __inet_inherit_port call. | Pavel Emelyanov | 2008-04-17 | 2 | -13/+17 |
| * | | [INET]: Drop the inet_inherit_port() call. | Pavel Emelyanov | 2008-04-17 | 3 | -9/+2 |
| * | | SCTP: Initialize partial_bytes_acked to 0, when all of the data is acked. | Gui Jianfeng | 2008-04-17 | 1 | -0/+2 |
| * | | Merge branch 'upstream-net26' of master.kernel.org:/pub/scm/linux/kernel/git/... | David S. Miller | 2008-04-17 | 70 | -3929/+3375 |
| |\ \ |
|
| | * | | [netdrvr] forcedeth: internal simplifications; changelog removal | Jeff Garzik | 2008-04-17 | 1 | -160/+74 |
| | * | | phylib: factor out get_phy_id from within get_phy_device | Paul Gortmaker | 2008-04-17 | 2 | -9/+30 |
| | * | | PHY: add BCM5464 support to broadcom PHY driver | Paul Gortmaker | 2008-04-17 | 1 | -0/+20 |
| | * | | cxgb3: Fix __must_check warning with dev_dbg. | Dan Noe | 2008-04-17 | 1 | -2/+2 |
| | * | | tc35815: Statistics cleanup | Atsushi Nemoto | 2008-04-17 | 1 | -1/+2 |
| | * | | natsemi: fix MMIO for PPC 44x platforms | Sergei Shtylyov | 2008-04-17 | 1 | -4/+6 |
| | * | | e1000: convert uint16_t style integers to u16 | Joe Perches | 2008-04-16 | 5 | -1128/+1128 |
| | * | | ixgb: convert uint16_t style integers to u16 | Joe Perches | 2008-04-16 | 7 | -302/+302 |