summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreqLinus Torvalds2007-07-128-107/+216
|\
| * [CPUFREQ] Fix sysfs_create_file return value handlingTobias Klauser2007-06-211-3/+6
| * [CPUFREQ] ondemand: fix tickless accounting and software coordination bugVenki Pallipadi2007-06-211-7/+18
| * [CPUFREQ] ondemand: add a check to avoid negative load calculationVenki Pallipadi2007-06-211-2/+3
| * [CPUFREQ] Keep userspace governor quiet when it is not being usedVenki Pallipadi2007-06-211-3/+20
| * [CPUFREQ] Longhaul - Proper register accessRafał Bilski2007-06-211-6/+6
| * [CPUFREQ] Kconfig powernow-k8 driver should depend on ACPI P-States driverJoshua Hoblitt2007-06-061-3/+10
| * [CPUFREQ] Longhaul - Replace ACPI functions with direct I/ORafał Bilski2007-06-061-7/+16
| * [CPUFREQ] Longhaul - Remove duplicate multipliersRafał Bilski2007-05-291-6/+6
| * [CPUFREQ] Longhaul - Embedded "conservative"Rafał Bilski2007-05-291-49/+96
| * [CPUFREQ] acpi-cpufreq: Proper ReadModifyWrite of PERF_CTL MSRVenki Pallipadi2007-05-291-8/+5
| * [CPUFREQ] check return value of sysfs_create_fileThomas Renninger2007-05-291-5/+10
| * [CPUFREQ] Longhaul - Check ACPI "BM DMA in progress" bitRafał Bilski2007-05-291-0/+18
| * [CPUFREQ] Longhaul - Move old_ratio to correct placeRafał Bilski2007-05-291-1/+1
| * [CPUFREQ] Longhaul - VT8237 supportRafał Bilski2007-05-291-0/+4
| * [CPUFREQ] Longhaul - Use all kinds of supportRafał Bilski2007-05-291-22/+11
| * [CPUFREQ] powernow-k8: clarify number of cores.Dave Jones2007-05-181-2/+3
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2007-07-122-5/+4
|\ \
| * | [AGPGART] Hand off AGP maintainence.Dave Jones2007-07-092-5/+4
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2007-07-1217-77/+203
|\ \ \
| * | | [IA64] Support multiple CPUs going through OS_MCARuss Anderson2007-07-113-19/+54
| * | | [IA64] silence GCC ia64 unused variable warningsJes Sorensen2007-07-114-4/+5
| * | | [IA64] prevent MCA when performing MMIO mmap to PCI config spaceAlex Chiang2007-07-113-12/+48
| * | | [IA64] add sn_register_pmi_handler oemcallDean Nelson2007-07-111-0/+20
| * | | [IA64] Stop bit for brl instructionChristian Kandeler2007-07-091-0/+1
| * | | [IA64] SN: Correct ROM resource length for BIOS copyJohn Keller2007-07-094-41/+70
| * | | [IA64] Don't set psr.ic and psr.i simultaneouslyTony Luck2007-07-091-1/+5
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2007-07-12172-1401/+760
|\ \ \ \
| * | | | PCI: Only build PCI syscalls on architectures that want themMatthew Wilcox2007-07-118-11/+26
| * | | | PCI: limit pci_get_bus_and_slot to domain 0Randy Dunlap2007-07-111-2/+5
| * | | | PCI: hotplug: acpiphp: avoid acpiphp "cannot get bridge info" PCI hotplug fai...Gary Hade2007-07-111-2/+46
| * | | | PCI: hotplug: acpiphp: remove hot plug parameter write to PCI host bridgeGary Hade2007-07-111-0/+3
| * | | | PCI: hotplug: acpiphp: fix slot poweroff problem on systems without _PS3Gary Hade2007-07-113-2/+7
| * | | | PCI: hotplug: pciehp: wait for 1 second after power off slotKenji Kaneshige2007-07-111-0/+12
| * | | | PCI: pci_set_power_state(): check for PM capabilities earlierAndrew Lunn2007-07-111-7/+7
| * | | | PCI: cpci_hotplug: Convert to use the kthread APIScott Murray2007-07-111-45/+21
| * | | | PCI: add pci_try_set_mwiRandy Dunlap2007-07-1111-18/+38
| * | | | PCI: pcie: remove SPIN_LOCK_UNLOCKEDMilind Arun Choudhary2007-07-111-1/+1
| * | | | PCI: ROUND_UP macro cleanup in drivers/pciMilind Arun Choudhary2007-07-112-7/+3
| * | | | PCI: remove pci_dac_dma_... APIsJan Beulich2007-07-1124-464/+7
| * | | | PCI: pci-x-pci-express-read-control-interfaces cleanupsAndrew Morton2007-07-112-6/+4
| * | | | PCI: Fix typo in include/linux/pci.hRolf Eike Beer2007-07-111-1/+1
| * | | | PCI: pci_ids, remove double or more empty linesJiri Slaby2007-07-111-48/+0
| * | | | PCI: pci_ids, add atheros and 3com_2 vendorsJiri Slaby2007-07-111-0/+4
| * | | | PCI: pci_ids, reorder some entriesJiri Slaby2007-07-111-8/+8
| * | | | PCI: i386: traps, change VENDOR to DEVICEJiri Slaby2007-07-112-3/+3
| * | | | PCI: ATM: lanai, change VENDOR to DEVICEJiri Slaby2007-07-112-12/+6
| * | | | PCI: Change all drivers to use pci_device->revisionAuke Kok2007-07-1194-459/+190
| * | | | PCI: read revision ID by defaultAuke Kok2007-07-114-0/+5
| * | | | PCI: remove useless pci driver methodDavid Brownell2007-07-118-64/+0
OpenPOWER on IntegriCloud