summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errorsJames Morse2019-02-071-25/+22Star
| | * | | | | | ACPI / APEI: Generalise the estatus queue's notify codeJames Morse2019-02-071-22/+41
| | * | | | | | ACPI / APEI: Don't update struct ghes' flags in read/clear estatusJames Morse2019-02-071-5/+0Star
| | * | | | | | ACPI / APEI: Remove spurious GHES_TO_CLEAR checkJames Morse2019-02-071-3/+0Star
| | * | | | | | ACPI / APEI: Don't store CPER records physical address in struct ghesJames Morse2019-02-071-19/+27
| | * | | | | | ACPI / APEI: Make estatus pool allocation a static sizeJames Morse2019-02-072-44/+7Star
| | * | | | | | ACPI / APEI: Make hest.c manage the estatus memory poolJames Morse2019-02-072-28/+15Star
| | * | | | | | ACPI / APEI: Switch estatus pool to use vmalloc memoryJames Morse2019-02-071-15/+15
| | * | | | | | ACPI / APEI: Remove silent flag from ghes_read_estatus()James Morse2019-02-071-8/+7Star
| | * | | | | | ACPI / APEI: Don't wait to serialise with oops messages when panic()ingJames Morse2019-02-071-2/+0Star
| | * | | | | | ACPI: APEI: EINJ: Use DEFINE_DEBUGFS_ATTRIBUTE for debugfs filesYueHaibing2019-01-141-8/+9
| | * | | | | | ACPI / APEI: Fix parsing HEST that includes Deferred Machine Check subtableYazen Ghannam2019-01-141-0/+6
| | * | | | | | APEI / ERST: Switch to use new generic UUID APIAndy Shevchenko2019-01-141-15/+12Star
| | | |_|_|_|/ | | |/| | | |
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'acpi-tables', 'acpi-debug', 'acpi-ec' and 'acpi-dptf'Rafael J. Wysocki2019-03-0411-226/+183Star
| |\ \ \ \ \ \ \ \ \
| | | | | * | | | | | ACPI / DPTF: remove header search path to the parent directoryMasahiro Yamada2019-01-292-3/+1Star
| | | | | | |_|_|_|/ | | | | | |/| | | |
| | | | * | | | | | Revert "ACPI / EC: Remove old CLEAR_ON_RESUME quirk"Zhang Rui2019-02-011-0/+53
| | | | * | | | | | ACPI: EC: Simplify boot EC checks in acpi_ec_add()Rafael J. Wysocki2019-02-011-19/+10Star
| | | | * | | | | | ACPI: EC: Eliminate acpi_config_boot_ec()Rafael J. Wysocki2019-02-011-46/+8Star
| | | | * | | | | | ACPI: EC: Make acpi_ec_dsdt_probe() more straightforwardRafael J. Wysocki2019-02-011-2/+9
| | | | * | | | | | ACPI: EC: Make acpi_ec_ecdt_probe() more straightforwardRafael J. Wysocki2019-02-011-2/+10
| | | | * | | | | | ACPI: EC: Declare boot_ec as staticRafael J. Wysocki2019-02-011-1/+3
| | | | * | | | | | ACPI: EC: Clean up probing for early ECRafael J. Wysocki2019-01-292-29/+22Star
| | | | |/ / / / /
| | | * | | | | | ACPI: debug: Clean up acpi_aml_init()Rafael J. Wysocki2019-01-241-8/+7Star
| | | * | | | | | ACPI: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-01-224-111/+32Star
| | | | |_|_|_|/ | | | |/| | | |
| | * | | | | | ACPI/PPTT: Add acpi_pptt_warn_missing() to consolidate logsJohn Garry2019-02-071-4/+9
| | * | | | | | ACPI / tables: table override from built-in initrdShunyong Yang2019-01-142-2/+20
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'acpica'Rafael J. Wysocki2019-03-04156-641/+523Star
| |\ \ \ \ \ \
| | * | | | | | ACPI/ACPICA: Trivial: fix spelling mistakes and fix whitespace formattingErik Schmauss2019-02-2423-46/+47
| | * | | | | | ACPICA: ACPI 6.3: add Error Disconnect Recover Notification valueErik Schmauss2019-02-241-3/+5
| | * | | | | | ACPICA: ACPI 6.3: add PCC operation region support for AML interpreterErik Schmauss2019-02-244-0/+80
| | * | | | | | ACPICA: ACPI 6.3: Adding predefined methods _NBS, _NCH, _NIC, _NIH, and _NIGErik Schmauss2019-02-181-0/+15
| | * | | | | | ACPICA: Update/clarify messages for control method failuresBob Moore2019-02-183-10/+11
| | * | | | | | ACPICA: Debugger: Fix possible fault with the "test objects" commandBob Moore2019-02-182-67/+100
| | * | | | | | ACPICA: Interpreter: Emit warning for creation of a zero-length op regionBob Moore2019-02-181-0/+11
| | * | | | | | ACPICA: Remove legacy module-level code supportErik Schmauss2019-02-184-281/+22Star
| | * | | | | | ACPICA: Get rid of acpi_sleep_dispatch()Christoph Hellwig2019-02-071-78/+18Star
| | * | | | | | ACPICA: All acpica: Update copyrights to 2019Bob Moore2019-01-15142-143/+143
| | * | | | | | ACPICA: acpiexec: Add option to dump extra info for memory leaksBob Moore2019-01-153-5/+18
| | * | | | | | ACPICA: Convert more ACPI errors to firmware errorsBob Moore2019-01-153-11/+56
| | |/ / / / /
| * | | | / / ACPI / bus: Respect PRP0001 when retrieving device match dataAndy Shevchenko2019-02-271-0/+14
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-03-041-0/+42
|\ \ \ \ \ \
| * \ \ \ \ \ Merge back earlier cpufreq material for v5.1.Rafael J. Wysocki2019-02-241-0/+42
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | ACPI / CPPC: Add a helper to get desired performanceXiongfeng Wang2019-02-181-0/+42
| | |/ / / /
* | | | | | Merge branches 'pm-cpuidle' and 'powercap'Rafael J. Wysocki2019-03-041-0/+7
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | ACPI / processor: Set P_LVL{2,3} idle state descriptionsYazen Ghannam2019-02-181-0/+7
| | |_|/ / | |/| | |
* / | | | ACPI: Set debug output flags independent of ACPICAErik Schmauss2019-02-071-0/+3
|/ / / /
* | | | acpi/nfit: Fix command-supported detectionDan Williams2019-01-211-14/+40
* | | | acpi/nfit: Block function zero DSMsDan Williams2019-01-211-0/+7
* | | | libnvdimm/security: Require nvdimm_security_setup_events() to succeedDan Williams2019-01-211-5/+0Star
| |/ / |/| |
* | | Merge tag 'libnvdimm-fixes-5.0-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-01-192-17/+11Star
|\ \ \