Age | Commit message (Expand) | Author | Files | Lines |
2012-11-21 | ACPI / driver core: Introduce struct acpi_dev_node and related macros | Rafael J. Wysocki | 1 | -8/+8 |
2012-11-21 | ACPI: Allow ACPI handles of devices to be initialized in advance | Rafael J. Wysocki | 1 | -10/+34 |
2012-11-15 | driver core / ACPI: Move ACPI support to core device and driver types | Mika Westerberg | 1 | -8/+6 |
2012-10-23 | ACPI: Fix memory leak in acpi_bind_one() | Jesper Juhl | 1 | -0/+1 |
2012-09-21 | ACPI: Allow ACPI binding with USB-3.0 hub | Lan Tianyu | 1 | -49/+86 |
2012-07-25 | drivers/acpi/glue: revert accidental license-related 6b66d95895c bits | Jeff Garzik | 1 | -2/+2 |
2012-06-29 | libata: bind the Linux device tree to the ACPI device tree | Matthew Garrett | 1 | -2/+2 |
2012-05-12 | ACPI: Add stubs for (un)register_acpi_bus_type | Matthew Garrett | 1 | -0/+2 |
2011-11-01 | acpi: add export.h to files using THIS_MODULE/EXPORT_SYMBOL | Paul Gortmaker | 1 | -0/+1 |
2011-01-07 | ACPI / PM: Drop special ACPI wakeup flags | Rafael J. Wysocki | 1 | -4/+1 |
2010-07-27 | ACPI: Add the check of ADR flag in course of finding ACPI handle for PCI device | Zhao Yakui | 1 | -1/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2010-01-28 | ACPI: replace acpi_integer by u64 | Lin Ming | 1 | -2/+2 |
2009-11-25 | ACPICA: Add post-order callback to acpi_walk_namespace | Lin Ming | 1 | -1/+1 |
2009-09-19 | Merge branch 'acpica' into release | Len Brown | 1 | -5/+3 |
2009-08-29 | ACPI: Move definition of PREFIX from acpi_bus.h to internal..h | Len Brown | 1 | -0/+2 |
2009-08-27 | ACPICA: Fix several acpi_attach_data problems | Bob Moore | 1 | -1/+1 |
2009-08-27 | ACPICA: Major update for acpi_get_object_info external interface | Bob Moore | 1 | -4/+2 |
2009-06-18 | ACPI: kill acpi_get_physical_pci_device() | Alexander Chiang | 1 | -40/+0 |
2009-03-27 | ACPI: call init_acpi_device_notify() explicitly rather than as initcall | Bjorn Helgaas | 1 | -5/+1 |
2009-02-07 | ACPI: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -4/+4 |
2008-11-08 | ACPI: video: Ignore devices that aren't present in hardware | Thomas Renninger | 1 | -0/+40 |
2008-10-15 | rtc-cmos: move wake setup from ACPI glue into RTC driver | Bjorn Helgaas | 1 | -112/+0 |
2008-10-12 | Fix RTC wakealarm sysfs interface breakage. | Linus Torvalds | 1 | -2/+1 |
2008-10-04 | ACPI: Make /proc/acpi/wakeup interface handle PCI devices (again) | Rafael J. Wysocki | 1 | -1/+4 |
2008-07-22 | driver core: fix a lot of printk usages of bus_id | Greg Kroah-Hartman | 1 | -4/+2 |
2008-07-21 | APCI: revert another duplicated patch | Thomas Gleixner | 1 | -3/+0 |
2008-07-17 | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb... | Linus Torvalds | 1 | -0/+2 |
2008-07-17 | ACPI: don't walk tables if ACPI was disabled | Vegard Nossum | 1 | -0/+3 |
2008-07-08 | PCI ACPI: Rework PCI handling of wake-up | Rafael J. Wysocki | 1 | -0/+2 |
2008-06-26 | ACPI: don't walk tables if ACPI was disabled | Vegard Nossum | 1 | -0/+3 |
2008-06-12 | ACPI: Disable Fixed_RTC event when installing RTC handler | Zhao Yakui | 1 | -0/+6 |
2008-02-23 | ACPI: crosslink ACPI and "real" device nodes | David Brownell | 1 | -0/+20 |
2008-02-07 | ACPI: misc cleanups | Adrian Bunk | 1 | -4/+0 |
2007-07-22 | ACPI: fix empty macros found by -Wextra | Dave Jones | 1 | -1/+1 |
2007-05-08 | workaround rtc-related acpi table bugs | David Brownell | 1 | -2/+9 |
2007-05-08 | ACPI wakeup hooks for rtc-cmos | David Brownell | 1 | -1/+36 |
2007-02-16 | ACPI: remove non-PNPACPI version of get_rtc_dev() | Len Brown | 1 | -27/+0 |
2007-02-09 | ACPI: updates rtc-cmos device platform_data | David Brownell | 1 | -0/+89 |
2007-01-17 | ACPI: Optimize acpi_get_pci_rootbridge_handle() to boot faster | Justin Chen | 1 | -123/+0 |
2006-12-16 | Pull style into test branch | Len Brown | 1 | -2/+2 |
2006-12-16 | Pull trivial into test branch | Len Brown | 1 | -1/+5 |
2006-12-02 | ACPI: Change ACPI to use dev_archdata instead of firmware_data | Benjamin Herrenschmidt | 1 | -9/+11 |
2006-10-27 | ACPI: optimize pci_rootbridge search | Chen, Justin | 1 | -1/+5 |
2006-10-14 | ACPI: Remove unnecessary from/to-void* and to-void casts in drivers/acpi | Jan Engelhardt | 1 | -2/+2 |
2006-06-30 | ACPI: delete acpi_os_free(), use kfree() directly | Len Brown | 1 | -4/+4 |
2005-12-10 | [ACPI] ACPICA 20050930 | Bob Moore | 1 | -4/+4 |
2005-12-07 | Pull release into acpica branch | Len Brown | 1 | -4/+5 |
2005-11-11 | [PATCH] pciehp: clean-up how we request control of hotplug hardware | rajesh.shah@intel.com | 1 | -0/+1 |
2005-10-20 | [PATCH] `unaligned access' in acpi get_root_bridge_busnr() | Peter Chubb | 1 | -4/+4 |