aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-04ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki1-25/+1
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki1-26/+13
2013-03-04ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0Chen Gang1-1/+1
2013-03-04ACPI / processor: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-04ACPI / Sleep: Avoid interleaved message on errorsJoe Perches1-5/+11
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-13/+10
2013-02-28Merge branch 'linux_next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds1-50/+21
2013-02-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-02-25Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-33/+95
2013-02-25Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds7-123/+200
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-2/+2
2013-02-25ghes: add the needed hooks for EDAC error reportMauro Carvalho Chehab1-5/+19
2013-02-25ACPI: Overriding ACPI tables via initrd only works with an initrd and on X86Thomas Renninger1-1/+2
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-10/+13
2013-02-23cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang1-0/+2
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen1-2/+6
2013-02-23Merge branch 'acpi-pm' into fixesRafael J. Wysocki3-29/+94
2013-02-23ACPI / PM: Take unusual configurations of power resources into accountRafael J. Wysocki3-29/+94
2013-02-23Merge branch 'acpi-cleanup' into fixesRafael J. Wysocki1-4/+1
2013-02-23ACPI / APEI: Fix crash in apei_hest_parse() for acpi=offRafael J. Wysocki1-4/+1
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-6/+3
2013-02-21ghes: move structures/enum to a header fileMauro Carvalho Chehab1-45/+2
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds201-5778/+6358
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+16
2013-02-19Merge branch 'pci/yinghai-root-bus-hotplug' into nextBjorn Helgaas2-86/+34
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxRafael J. Wysocki1-35/+14
2013-02-18Merge branch 'misc' into releaseLen Brown1-1/+0
2013-02-16PCI/ACPI: Don't cache _PRT, and don't associate them with bus numbersYinghai Lu2-86/+34
2013-02-15Merge branch 'pci/jiang-pci_slot-kconfig' into nextBjorn Helgaas4-16/+8
2013-02-15ACPI / PCI: Make pci_slot built-in only, not a moduleJiang Liu4-16/+8
2013-02-15Merge branch 'pm-assorted'Rafael J. Wysocki1-1/+1
2013-02-15Merge branch 'acpi-assorted'Rafael J. Wysocki7-29/+34
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki22-365/+390
2013-02-13ACPI / hotplug: Fix concurrency issues and memory leaksRafael J. Wysocki5-54/+126
2013-02-13ACPI / scan: Full transition to D3cold in acpi_device_unregister()Rafael J. Wysocki1-9/+4
2013-02-13ACPI / scan: Make acpi_bus_hot_remove_device() acquire the scan lockRafael J. Wysocki1-14/+17
2013-02-13ACPI: Drop the container.h header fileRafael J. Wysocki1-1/+0
2013-02-13ACPI / scan: Make container driver use struct acpi_scan_handlerRafael J. Wysocki4-132/+43
2013-02-13ACPI / scan: Remove useless #ifndef from acpi_eject_store()Rafael J. Wysocki1-2/+0
2013-02-13ACPI: Unbind ACPI drv when probe failedToshi Kani1-0/+2
2013-02-13ACPI: sysfs eject support for ACPI scan handlersToshi Kani1-1/+1
2013-02-13ACPI / scan: Follow priorities of IDs when matching scan handlersRafael J. Wysocki1-12/+28
2013-02-13ACPI / PCI: pci_slot: replace printk(KERN_xxx) with pr_xxx()Jiang Liu1-4/+3
2013-02-11Merge branch 'acpi-lpss'Rafael J. Wysocki5-13/+204
2013-02-11Merge branch 'acpi-pm'Rafael J. Wysocki8-867/+1072
2013-02-11Merge branch 'acpica'Rafael J. Wysocki166-4043/+4518
2013-02-11Merge branch 'acpi-scan'Rafael J. Wysocki11-498/+198
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-1/+0
2013-02-09ACPI: enable ACPI SCI during suspendZhang Rui1-1/+1
2013-02-08ACPI / idle: remove usage of the statedataDaniel Lezcano1-12/+7