Age | Commit message (Expand) | Author | Files | Lines |
2012-10-04 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -4/+4 |
2012-10-03 | Merge tag 'pm-for-3.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 3 | -19/+59 |
2012-10-03 | Merge branch 'drm-next-3.7' of git://people.freedesktop.org/~agd5f/linux into... | Dave Airlie | 1 | -4/+4 |
2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2 | -77/+68 |
2012-09-29 | efi: Fix the ACPI BGRT driver for images located in EFI boot services memory | Josh Triplett | 2 | -69/+11 |
2012-09-25 | Merge branch 'pci/taku-acpi-pci-host-bridge-v3' into next | Bjorn Helgaas | 2 | -77/+68 |
2012-09-25 | PCI/ACPI: Use acpi_driver_data() rather than searching acpi_pci_roots | Taku Izumi | 1 | -5/+8 |
2012-09-25 | PCI/ACPI: Protect acpi_pci_roots list with mutex | Taku Izumi | 1 | -9/+18 |
2012-09-25 | PCI/ACPI: Use acpi_pci_root info rather than looking it up again | Taku Izumi | 1 | -30/+5 |
2012-09-25 | PCI/ACPI: Pass acpi_pci_root to acpi_pci_drivers' add/remove interface | Taku Izumi | 2 | -9/+10 |
2012-09-25 | PCI/ACPI: Protect acpi_pci_drivers list with mutex | Taku Izumi | 1 | -17/+19 |
2012-09-25 | PCI/ACPI: Notify acpi_pci_drivers when hot-plugging PCI root bridges | Jiang Liu | 1 | -0/+11 |
2012-09-25 | PCI/ACPI: Use normal list for struct acpi_pci_driver | Jiang Liu | 1 | -13/+3 |
2012-09-24 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -8/+24 |
2012-09-20 | ACPI video: allow events handlers to veto the keypress | Luca Tettamanti | 1 | -4/+4 |
2012-09-18 | cpuidle / ACPI : move cpuidle_device field out of the acpi_processor_power st... | Daniel Lezcano | 1 | -8/+24 |
2012-09-17 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -0/+30 |
2012-09-17 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2 | -11/+5 |
2012-09-16 | ACPI / processor: remove pointless variable initialization | Daniel Lezcano | 1 | -2/+0 |
2012-09-16 | ACPI / processor: remove unused function parameter | Daniel Lezcano | 2 | -7/+5 |
2012-09-14 | ACPI / PM: Use KERN_DEBUG when no power resources are found | Aaron Lu | 1 | -1/+1 |
2012-09-14 | ACPI / PM: Fix resource_lock dead lock in acpi_power_on_device | Lin Ming | 1 | -11/+23 |
2012-09-14 | ACPI / PM: Infer parent power state from child if unknown, v2 | Rafael J. Wysocki | 1 | -0/+10 |
2012-09-10 | ACPI: Add fixups for AMD P-state figures | Matthew Garrett | 1 | -0/+30 |
2012-09-05 | cpuidle / ACPI : remove power from acpi_processor_cx structure | Daniel Lezcano | 1 | -2/+0 |
2012-08-22 | Merge branch 'drm-fixes-3.6' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 1 | -0/+1 |
2012-08-20 | ACPI: export symbol acpi_get_table_with_size | Alex Deucher | 1 | -0/+1 |
2012-08-12 | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 7 | -0/+24 |
2012-08-10 | ACPI / PM: Fix unused function warnings for CONFIG_PM_SLEEP | Rafael J. Wysocki | 7 | -0/+24 |
2012-08-03 | Merge branches 'delete-gts-bfs', 'misc', 'novell-bugzilla-757888-numa' and 'o... | Len Brown | 16 | -127/+177 |
2012-08-03 | ACPI processor: Fix tick_broadcast_mask online/offline regression | Feng Tang | 1 | -1/+1 |
2012-08-03 | ACPI: Only count valid srat memory structures | Thomas Renninger | 1 | -3/+5 |
2012-08-03 | ACPI: Untangle a return statement for better readability | Thomas Renninger | 1 | -2/+4 |
2012-07-31 | ACPI / PCI: Do not try to acquire _OSC control if that is hopeless | Rafael J. Wysocki | 1 | -2/+9 |
2012-07-31 | ACPI: delete _GTS/_BFS support | Len Brown | 5 | -115/+31 |
2012-07-30 | Merge branch 'linux-next' of git://cavan.codon.org.uk/platform-drivers-x86 | Linus Torvalds | 1 | -2/+58 |
2012-07-28 | acpi/video_detect: blacklist samsung x360 | Corentin Chary | 1 | -0/+29 |
2012-07-28 | acpi: add a way to promote/demote vendor backlight drivers | Corentin Chary | 1 | -2/+29 |
2012-07-27 | ACPI: replace strlen("string") with sizeof("string") -1 | Len Brown | 1 | -2/+2 |
2012-07-27 | ACPI / PM: Fix build warning in sleep.c for CONFIG_ACPI_SLEEP unset | Rafael J. Wysocki | 1 | -1/+1 |
2012-07-27 | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/... | Linus Torvalds | 135 | -1627/+2113 |
2012-07-26 | Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid... | Len Brown | 140 | -1662/+2181 |
2012-07-25 | Merge branch 'master' [vanilla Linus master] into libata-dev.git/upstream | Jeff Garzik | 21 | -123/+135 |
2012-07-25 | drivers/acpi/glue: revert accidental license-related 6b66d95895c bits | Jeff Garzik | 1 | -2/+2 |
2012-07-25 | Thermal: Documentation update | Zhang Rui | 1 | -4/+2 |
2012-07-25 | Thermal: Make Thermal trip points writeable | Durgadoss R | 1 | -2/+2 |
2012-07-25 | Merge tag 'for-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds | 2 | -5/+21 |
2012-07-24 | ACPI/AC: prevent OOPS on some boxes due to missing check power_supply_registe... | Lan Tianyu | 1 | -1/+3 |
2012-07-19 | Merge branch 'pm-acpi' | Rafael J. Wysocki | 10 | -63/+70 |
2012-07-19 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 2 | -45/+1 |