summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ACPI: PM: Add acpi_[un]register_wakeup_handler()Hans de Goede2020-04-044-0/+91
* Merge tag 'pnp-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-03-303-2/+4
|\
| * MAINTAINERS: Add linux-acpi list to PNPCorentin Labbe2020-03-191-0/+1
| * rtc: cmos: remove useless cast for driver_nameCorentin Labbe2020-03-171-1/+1
| * PNP: constify driver nameCorentin Labbe2020-03-171-1/+1
| * PNP: add missing include/linux/pnp.h to MAINTAINERSCorentin Labbe2020-03-041-0/+1
* | Merge tag 'acpi-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2020-03-3029-260/+298
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-ec', 'acpi-fan' and 'acpi-pci'Rafael J. Wysocki2020-03-304-193/+143
| |\ \ \ \
| | | | * | ACPI: PCI: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-141-1/+1
| | | * | | ACPI: fan: Use scnprintf() for avoiding potential buffer overflowTakashi Iwai2020-03-141-10/+10
| | | |/ /
| | * | | ACPI: EC: Eliminate EC_FLAGS_QUERY_HANDSHAKERafael J. Wysocki2020-03-141-32/+3
| | * | | ACPI: EC: Do not clear boot_ec_is_ecdt in acpi_ec_add()Rafael J. Wysocki2020-03-141-2/+4
| | * | | ACPI: EC: Simplify acpi_ec_ecdt_start() and acpi_ec_init()Rafael J. Wysocki2020-03-142-56/+37
| | * | | ACPI: EC: Consolidate event handler installation codeRafael J. Wysocki2020-03-141-53/+61
| | * | | ACPI: EC: Use fast path in acpi_ec_add() for DSDT boot ECRafael J. Wysocki2020-03-021-1/+2
| | * | | ACPI: EC: Simplify acpi_ec_add()Rafael J. Wysocki2020-03-021-9/+7
| | * | | ACPI: EC: Drop AE_NOT_FOUND special case from ec_install_handlers()Rafael J. Wysocki2020-02-271-13/+2
| | * | | ACPI: EC: Avoid passing redundant argument to functionsRafael J. Wysocki2020-02-271-13/+8
| | * | | ACPI: EC: Avoid printing confusing messages in acpi_ec_setup()Rafael J. Wysocki2020-02-271-5/+10
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-------. \ \ \ Merge branches 'acpi-button', 'acpi-battery', 'acpi-osl', 'acpi-video' and 'a...Rafael J. Wysocki2020-03-3011-44/+111
| |\ \ \ \ \ \ \ \
| | | | | | * | | | ACPI: list_for_each_safe() -> list_for_each_entry_safe()chenqiwu2020-03-042-23/+15
| | | | | | | |_|/ | | | | | | |/| |
| | | | | * / | | ACPI: video: remove redundant assignments to variable resultColin Ian King2020-03-041-1/+1
| | | | | |/ / /
| | | | * / / / ACPI: OSL: Add missing __acquires/__releases annotationsJules Irenge2020-03-041-0/+2
| | | | |/ / /
| | | * | | | ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entryHans de Goede2020-03-041-5/+5
| | | * | | | ACPI / AC: Cleanup DMI quirk tableHans de Goede2020-03-041-12/+13
| | | |/ / /
| | * | | | ACPI: Add new tiny-power-button driver to directly signal initJosh Triplett2020-02-133-0/+71
| | * | | | ACPI: button: move HIDs to acpi/button.hJosh Triplett2020-02-132-3/+4
| * | | | | Merge branch 'acpica'Rafael J. Wysocki2020-03-3010-19/+29
| |\ \ \ \ \
| | * | | | | ACPICA: Update version to 20200214Bob Moore2020-03-301-1/+1
| | * | | | | ACPICA: Fix a couple of typosBob Moore2020-02-162-2/+2
| | * | | | | ACPICA: use acpi_size instead of u32 for prefix_path_lengthSven Barth2020-02-161-1/+1
| | * | | | | ACPICA: cast length arguement to acpi_ns_build_normalized_path() as u32Sven Barth2020-02-161-2/+2
| | * | | | | ACPICA: cast the result of the pointer difference to u32Sven Barth2020-02-161-1/+1
| | * | | | | ACPICA: Table Manager: Update comments in a function headerBob Moore2020-02-161-6/+6
| | * | | | | ACPICA: Enable sleep button on ACPI legacy wakeAnchal Agarwal2020-02-161-0/+12
| | * | | | | ACPICA: Fix a comment "enable" fixed events -> "disable" all fixed events.Bob Moore2020-02-161-1/+1
| | * | | | | ACPICA: ASL-ASL+ converter: make root file a parameter for cv_init_file_treeErik Kaneda2020-02-162-3/+3
| | * | | | | ACPICA: ASL-ASL+ converter: remove function parameters from cv_init_file_tree()Erik Kaneda2020-02-162-5/+3
| * | | | | | acpi/x86: ignore unspecified bit positions in the ACPI global lock fieldJan Engelhardt2020-03-141-1/+1
| * | | | | | acpi/x86: add a kernel parameter to disable ACPI BGRTAlex Hung2020-03-142-1/+12
| * | | | | | x86/acpi: make "asmlinkage" part first thing in the function definitionAlexey Dobriyan2020-03-142-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'pm-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2020-03-3079-1573/+1564
|\ \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'pm-devfreq', 'powercap' and 'pm-docs'Rafael J. Wysocki2020-03-3019-552/+551
| |\ \ \ \ \ \ \ \
| | | | * | | | | | docs: cpu-freq: convert cpufreq-stats.txt to ReSTMauro Carvalho Chehab2020-03-062-55/+65
| | | | * | | | | | docs: cpu-freq: convert cpu-drivers.txt to ReSTMauro Carvalho Chehab2020-03-062-66/+64
| | | | * | | | | | docs: cpu-freq: convert core.txt to ReSTMauro Carvalho Chehab2020-03-062-32/+35
| | | | * | | | | | docs: cpu-freq: convert index.txt to ReSTMauro Carvalho Chehab2020-03-063-56/+36
| | | | * | | | | | docs: cpufreq: fix a broken referenceMauro Carvalho Chehab2020-03-051-1/+1
| | | | * | | | | | Documentation: cpufreq: Move legacy driver documentationRafael J. Wysocki2020-03-025-264/+275
| | | | | |_|_|/ / | | | | |/| | | |
| | | * / | | | | powercap: idle_inject: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-041-1/+1
| | | |/ / / / /