summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | ACPI: Remove references to ACPI_STATE_S2 from acpi_pm_enterRafael J. Wysocki2007-07-241-5/+4
| | * | | ACPI: ignore _PSx method for hotplugable PCI devicesShaohua Li2007-07-221-0/+4
| | * | | ACPI: Use ACPI methods to select PCI device suspend stateShaohua Li2007-07-223-9/+25
| | * | | ACPI, PNP: hook ACPI D-state to PNP suspend/resumeShaohua Li2007-07-222-0/+19
| | * | | ACPI: Add acpi_pm_device_sleep_state helper routineShaohua Li2007-07-221-0/+75
| | * | | ACPI: Implement the set_target() callback from pm_opsRafael J. Wysocki2007-07-221-32/+52
| * | | | Pull kconfig into release branchLen Brown2007-07-256-55/+39
| |\ \ \ \
| | * | | | ACPI: Kconfig: remove CONFIG_ACPI_SLEEP from sourceLen Brown2007-07-255-13/+7
| | * | | | ACPI: Kconfig: always enable CONFIG_ACPI_SLEEP on X86Len Brown2007-07-241-17/+4
| | * | | | ACPI: Kconfig: fold /proc/acpi/sleep under CONFIG_ACPI_PROCFSLen Brown2007-07-243-20/+16
| | * | | | ACPI: Kconfig: CONFIG_ACPI_PROCFS now defaults to NLen Brown2007-07-241-10/+17
| | | |/ / | | |/| |
| * | | | ACPI: quiet ACPI Exceptions due to no _PTC or _TSSLen Brown2007-07-251-16/+37
| * | | | ACPI: asus-laptop: Fix failure exitsAl Viro2007-07-231-11/+21
| * | | | ACPI: fix oops due to typo in new throttling codeLuming Yu2007-07-231-2/+4
| |/ / /
* | | | m68knommu: fix workqueues in 68328 serial driverGreg Ungerer2007-07-251-6/+6
* | | | m68knommu: remove legacy power managament from 68328 serial driverGreg Ungerer2007-07-251-59/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi...Linus Torvalds2007-07-252-13/+33
|\ \ \ \
| * | | | KVM: disable writeback for 0x0f 0x01 instructions.Aurelien Jarno2007-07-251-0/+2
| * | | | KVM: Fix removal of nx capability from guest cpuidAvi Kivity2007-07-251-2/+2
| * | | | Revert "KVM: Avoid useless memory write when possible"Avi Kivity2007-07-251-4/+2
| * | | | KVM: Fix unlikely kvm_create vs decache_vcpus_on_cpu raceRusty Russell2007-07-251-3/+3
| * | | | KVM: Correctly handle writes crossing a page boundaryAvi Kivity2007-07-251-4/+24
* | | | | Cleanup non-arch xtime uses, use get_seconds() or current_kernel_time().john stultz2007-07-253-7/+8
|/ / / /
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-245-11/+120
|\ \ \ \
| * | | | pata_hpt37x: Fix 2.6.22 clock PLL regressionAlan Cox2007-07-241-7/+7
| * | | | pata_ali: Correct HP detectAlan Cox2007-07-241-1/+1
| * | | | ata_piix: fix suspend/resume for some TOSHIBA laptopsTejun Heo2007-07-241-2/+111
| * | | | PCI: export __pci_reenable_device()Tejun Heo2007-07-242-1/+1
| |/ / /
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-2418-309/+820
|\ \ \ \
| * | | | netdev: i82596 Ethernet needs <asm/cacheflush.h>Geert Uytterhoeven2007-07-241-0/+1
| * | | | forcedeth: mcp73 device additionAyaz Abdulla2007-07-241-0/+16
| * | | | atl1: make atl1_init_ring_ptrs staticChris Snook2007-07-241-1/+1
| * | | | eHEA: net_poll supportJan-Bernd Themann2007-07-242-2/+22
| * | | | drivers/net/acenic.c: fix check-after-useAdrian Bunk2007-07-241-6/+0
| * | | | defxx: Use __maybe_unused rather than a local hackMaciej W. Rozycki2007-07-241-9/+8
| * | | | Fix error checking in Vitesse IRQ configAndy Fleming2007-07-241-1/+1
| * | | | ps3: reduce allocation size of rx skb buffersMasakazu Mokuno2007-07-242-13/+44
| * | | | atl1: use kernel provided ethernet length constantsJay Cliburn2007-07-242-11/+7
| * | | | atl1: fix typo in dma_req_blockJay Cliburn2007-07-241-2/+2
| * | | | atl1: change cmb write thresholdJay Cliburn2007-07-241-1/+4
| * | | | atl1: fix typo in DMA engine setupJay Cliburn2007-07-241-2/+2
| * | | | atl1: change tpd_avail function nameJay Cliburn2007-07-241-2/+2
| * | | | ps3: fix rare issue that reenabling rx DMA failsMasakazu Mokuno2007-07-242-2/+8
| * | | | ps3: removed calling netif_poll_enable() in open()Masakazu Mokuno2007-07-241-1/+0
| * | | | ps3: use ethX as the name of irqMasakazu Mokuno2007-07-241-1/+1
| * | | | ps3: use net_device_stats of net_device structureMasakazu Mokuno2007-07-242-24/+8
| * | | | ps3: removed conditional ethtool supportMasakazu Mokuno2007-07-242-6/+0
| * | | | ps3: removed defines no longer usedMasakazu Mokuno2007-07-241-7/+0
| * | | | ps3: tx descriptor handling cleanupMasakazu Mokuno2007-07-241-53/+71
| * | | | ps3: some minor cleanupsMasakazu Mokuno2007-07-242-3/+3