-
for-3.663b96f7b · ·
PCI changes for the 3.6 merge window: Host bridge hotplug - Add MMCONFIG support for hot-added host bridges (Jiang Liu) Device hotplug - Move fixups from __init to __devinit (Sebastian Andrzej Siewior) - Call FINAL fixups for hot-added devices, too (Myron Stowe) - Factor out generic code for P2P bridge hot-add (Yinghai Lu) - Remove all functions in a slot, not just those with _EJx (Amos Kong) Dynamic resource management - Track bus number allocation (struct resource tree per domain) (Yinghai Lu) - Make P2P bridge 1K I/O windows work with resource reassignment (Bjorn Helgaas, Yinghai Lu) - Disable decoding while updating 64-bit BARs (Bjorn Helgaas) Power management - Add PCIe runtime D3cold support (Huang Ying) Virtualization - Add VFIO infrastructure (ACS, DMA source ID quirks) (Alex Williamson) - Add quirks for devices with broken INTx masking (Jan Kiszka) Miscellaneous - Fix some PCI Express capability version issues (Myron Stowe) - Factor out some arch code with a weak, generic, pcibios_setup() (Myron Stowe)
-
pm-post-3.5-rc7d9914cf6 · ·
Last-minute PM update for 3.5 This renames CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND to encourage future reuse of the capability in question in related cases.
-
iio-fixes-3.6bdcbc3c41 · ·
IIO fixes for elements queued for 3.6 merge window. 3 types of fix here. 1) Incorrect pointer casting via phys_addr_t which causes trouble on some architectures. 2) request_irq and free_irq dev_id parameters not matching. 3) Inconsistencies in client_data for some i2c devices (writing one pointer and expecting another later).
-
-
cpufreq-for-3.5-rc7c4686c71 · ·
cpufreq fix for 3.5-rc7 This fixes a regression preventing the ACPI cpufreq driver from loading on some systems where it worked previously without any problems.
-
pm-for-3.5-rc7dc332fdf · ·
Power management fix for 3.5-rc7 This removes ACPICA code that had been removed once from the kernel already by commit 2780cc4660e1 ([ACPI] Fix suspend/resume lockup issue by leaving Bus Master Arbitration enabled.), because it was known to cause systems to lock up during resume from suspend, but was re-introduced by mistake during the v3.4 merge window.
-
3.5-rc6
Tagging kernel.org 3.5-rc6
-
fixes-togreg_8_7_20127b762741 · ·
Mixed bag of IIO fixes. Quite a few cases of interrupt handlers returning errors and a few more specific bits and bobs. Most of these only effect fairly obscure error paths. The IRQF_ONESHOT one may cause trouble given the requests will now be rejected. Jonathan 8_7_2012
-
togreg_8_7_2012c732a24c · ·
Mixed back of updates and trivial examples fixes. Nothing terribly interesting in this one. 8 July 2012
-
regulator-3.5d92d95b6 · ·
regulator: Fix for 3.5 A smallish fix for a lock dependency issue which affects a bunch of Qualcomm boards that do unusually complicated things with their regulators, the API is unlikely to be called by any other system.