aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-23drivers: acpi: add dependency of EFI for arm64AKASHI Takahiro1-1/+1
2018-07-23ACPICA: AML Parser: ignore dispatcher error status during table loadSchmauss, Erik1-0/+26
2018-07-23ACPI: property: Use data node name and reg property for graphsSakari Ailus1-9/+42
2018-07-23ACPI: property: Allow direct graph endpoint referencesSakari Ailus1-2/+2
2018-07-23ACPI: property: Make the ACPI graph API privateSakari Ailus1-67/+16
2018-07-23ACPI: property: Allow making references to non-device nodesSakari Ailus1-18/+33
2018-07-23ACPI: Convert ACPI reference args to generic fwnode reference argsSakari Ailus1-24/+12
2018-07-20ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audioAlex Hung1-0/+8
2018-07-20Revert "ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530"Kai Heng Feng1-31/+7
2018-07-19ACPI / EC: Use ec_no_wakeup on more Thinkpad X1 Carbon 6th systemsRobin H. Johnson1-1/+1
2018-07-16Merge back ACPICA material for v4.19.Rafael J. Wysocki3-9/+0
2018-07-14acpi, nfit: Prefer _DSM over _LSR for namespace label readsDan Williams1-1/+11
2018-07-13Merge tag 'libnvdimm-fixes-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-11/+38
2018-07-11nfit: fix unchecked dereference in acpi_nfit_ctlDave Jiang1-2/+4
2018-07-11ACPI / PM: save NVS memory for ASUS 1025C laptopWilly Tarreau1-0/+8
2018-07-09ACPI / button: fix defined but not used warningRandy Dunlap1-1/+3
2018-07-09ACPICA: Revert "iASL compiler: allow compilation of externals with paths that refer to existing names"Erik Schmauss2-7/+0
2018-07-09ACPICA: Revert "iASL: change processing of external op namespace nodes for correctness"Erik Schmauss2-8/+6
2018-07-09ACPICA: Clear status of all events when entering S5Rafael J. Wysocki1-4/+11
2018-07-05acpi, nfit: Fix scrub idle detectionDan Williams2-11/+34
2018-07-05Merge branches 'acpi-tables' and 'acpica'Rafael J. Wysocki2-5/+11
2018-07-04ACPI / battery: Safe unregistering of hooksJouke Witteveen1-4/+5
2018-07-04ACPI / x86: enable touchscreen on Dell Venue Pro 7139Tristian Celestin1-3/+9
2018-07-04ACPI / PM: Default to s2idle in all machines supporting LP S0Tristian Celestin1-14/+8
2018-07-02ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is setSudeep Holla1-2/+8
2018-07-02ACPI / button: increment wakeup count only when notifiedRavi Chandra Sadineni1-6/+7
2018-06-30ACPICA: Drop leading newlines from error messagesRafael J. Wysocki1-3/+3
2018-06-30acpi/nfit: fix cmd_rc for acpi_nfit_ctl to always return a valueDave Jiang1-0/+2
2018-06-25acpi: Add helper for deactivating memory regionHeikki Krogerus1-0/+72
2018-06-21Merge branches 'acpi-soc' and 'acpi-processor'Rafael J. Wysocki1-7/+11
2018-06-18ACPI / EC: Use ec_no_wakeup on Thinkpad X1 Carbon 6thMika Westerberg1-0/+20
2018-06-14ACPI / LPSS: Avoid PM quirks on suspend and resume from S3Rafael J. Wysocki1-7/+11
2018-06-14Merge tag 'pwm/for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-0/+2
2018-06-13Merge tag 'acpi-4.18-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds10-13/+163
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook2-5/+6
2018-06-12treewide: kvmalloc() -> kvmalloc_array()Kees Cook1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook2-4/+4
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook4-7/+11
2018-06-10ACPICA: Recognize the _OSI string "Windows 2017.2"Mario Limonciello1-0/+1
2018-06-08Merge tag 'libnvdimm-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-11/+0
2018-06-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds4-1/+660
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+15
2018-06-06Merge tag 'edac_for_4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-9/+7
2018-06-06Merge branch 'pci/hotplug'Bjorn Helgaas1-2/+9
2018-06-06ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devicesHans de Goede1-0/+2
2018-06-06ACPICA: Interpreter: Begin deprecation of Unload operatorBob Moore1-0/+11
2018-06-06ACPICA: AML parser: attempt to continue loading table after errorErik Schmauss3-6/+85
2018-06-06ACPICA: Debugger: Reduce verbosity for module-level code errors.Bob Moore2-4/+31
2018-06-06ACPICA: AML Parser: Add debug option to dump parse treesBob Moore1-3/+31
2018-06-06ACPICA: Debugger: Add count of namespace nodes after namespace dumpBob Moore2-0/+4