aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-08ACPI / SBS: Fix rare oops when removing modulesRonald Tschalär2-0/+3
2018-10-08ACPI / SBS: Fix GPE storm on recent MacBookPro'sRonald Tschalär1-2/+6
2018-10-04ACPI/PPTT: Handle architecturally unknown cache typesJeffrey Hugo1-20/+13
2018-10-04ACPICA: Never run _REG on system_memory and system_IOBob Moore5-9/+19
2018-10-04ACPICA: Split large interpreter fileBob Moore4-364/+381
2018-10-04ACPICA: Update for field unit accessBob Moore2-280/+435
2018-10-04ACPICA: Rename some of the Field Attribute definesBob Moore1-5/+5
2018-10-04ACPICA: Update for generic_serial_bus and attrib_raw_process_bytes protocolBob Moore1-9/+35
2018-10-04ACPI / PM: LPIT: Register sysfs attributes based on FADTRajneesh Bhardwaj1-0/+6
2018-10-04ACPI / processor: Fix the return value of acpi_processor_ids_walk()Dou Liyang1-3/+4
2018-10-02PCI / ACPI: Whitelist D3 for more PCIe hotplug portsMika Westerberg1-0/+3
2018-10-02ACPI / property: Allow multiple property compatible _DSD entriesMika Westerberg2-27/+69
2018-10-02x86/cpu: Sanitize FAM6_ATOM namingPeter Zijlstra2-2/+2
2018-09-30ACPI / LPSS: Resume BYT/CHT I2C controllers from resume_noirqHans de Goede1-4/+57
2018-09-30ACPI / LPSS: Add a device link from the GPU to the BYT I2C5 controllerHans de Goede1-0/+1
2018-09-30ACPI / LPSS: Add a device link from the GPU to the CHT I2C7 controllerHans de Goede1-0/+1
2018-09-30ACPI / LPSS: Make acpi_lpss_find_device() also find PCI devicesHans de Goede1-1/+8
2018-09-30ACPI / LPSS: Make hid_uid_match helper accept a NULL uid argumentHans de Goede1-1/+7
2018-09-30ACPI / LPSS: Make hid_uid_match helper take an acpi_device as first argumentHans de Goede1-7/+7
2018-09-27ACPI: Add Hygon Dhyana supportPu Wen2-0/+2
2018-09-18acpi:ipmi: Convert ipmi_user_t to struct ipmi_user *Corey Minyard1-2/+2
2018-09-17PCI/ACPI: Allow _OSC presence to be optional for PCISinan Kaya1-3/+11
2018-09-17PCI/ACPI: Correct error message for ASPM disablingSinan Kaya1-2/+3
2018-09-17ACPI / LPSS: Exclude I2C busses shared with PUNIT from pmc_atom_d3_maskHans de Goede1-2/+20
2018-09-10ACPI / PMIC: Convert drivers to use SPDX identifierAndy Shevchenko5-39/+8
2018-09-10ACPI / PMIC: Sort headers alphabeticallyAndy Shevchenko3-5/+5
2018-09-10ACPI / property: Switch to bitmap_zalloc()Andy Shevchenko1-2/+2
2018-09-10ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllersHans de Goede1-0/+2
2018-09-10ACPI / glue: Split dev_is_platform() out of module for wide useAndy Shevchenko1-1/+1
2018-09-10ACPI: custom_method: remove meaningless null check before debugfs_remove()zhong jiang1-2/+1
2018-09-08dma-mapping: remove dma_deconfigureChristoph Hellwig2-11/+1
2018-09-07Merge branch 'acpi-bus'Rafael J. Wysocki1-6/+7
2018-09-06ACPI / LPSS: Force LPSS quirks on bootZhang Rui1-1/+1
2018-09-06ACPI / bus: Only call dmi_check_system() on X86Jean Delvare1-6/+7
2018-08-25Merge tag 'libnvdimm-for-4.19_misc' of gitolite.kernel.org:pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-4/+21
2018-08-24Merge tag 'acpi-4.19-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-3/+3
2018-08-23Merge tag 'for-linus-4.19b-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2018-08-23ACPI: fix menuconfig presentation of ACPI submenuArnd Bergmann1-3/+3
2018-08-22Merge tag 'acpi-4.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds16-54/+252
2018-08-21Merge branch 'acpi-pmic'Rafael J. Wysocki1-2/+107
2018-08-20xen/ACPI: don't upload Px/Cx data for disabled processorsJan Beulich1-0/+1
2018-08-14Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-3/+5
2018-08-14ACPI / PMIC: CrystalCove: Extend PMOP support to support all possible fieldsHans de Goede1-2/+107
2018-08-14ACPICA: Clear status of all events when entering sleep statesRafael J. Wysocki1-8/+3
2018-08-14ACPICA: acpiexec: fix a small memory leak regressionBob Moore1-3/+2
2018-08-14ACPICA: Reference count: add additional debugging detailsErik Schmauss1-2/+5
2018-08-14ACPICA: acpi_exec: fixing -fi optionErik Schmauss4-9/+57
2018-08-14ACPICA: Debugger: Cleanup interface to the AML disassemblerBob Moore3-6/+22
2018-08-14ACPICA: AML Parser: skip opcodes that open a scope upon parse failureErik Schmauss1-6/+11
2018-08-14ACPICA: Utilities: split hex detection into smaller functionsErik Schmauss3-4/+26