summaryrefslogtreecommitdiffstats
path: root/drivers/acpi
Commit message (Expand)AuthorAgeFilesLines
* libnvdimm, nfit: handle unarmed dimms, mark namespaces read-onlyDan Williams2015-06-262-0/+34
* tools/testing/nvdimm: libnvdimm unit test infrastructureDan Williams2015-06-262-4/+14
* libnvdimm, nfit, nd_blk: driver for BLK-mode access persistent memoryRoss Zwisler2015-06-262-14/+484
* nd_btt: atomic sector updatesVishal Verma2015-06-261-0/+1
* libnvdimm, nfit: add interleave-set state-tracking infrastructureDan Williams2015-06-241-2/+91
* libnvdimm: support for legacy (non-aliasing) nvdimmsDan Williams2015-06-241-0/+1
* libnvdimm, nfit: regions (block-data-window, persistent memory, volatile memory)Dan Williams2015-06-241-1/+147
* libnvdimm, nvdimm: dimm driver and base libnvdimm device-driver infrastructureDan Williams2015-06-241-3/+10
* libnvdimm: control (ioctl) messages for nvdimm_bus and nvdimm devicesDan Williams2015-06-243-2/+229
* libnvdimm, nfit: dimm/memory-devicesDan Williams2015-06-242-1/+161
* libnvdimm: control character device and nvdimm_bus sysfs attributesDan Williams2015-06-242-0/+34
* libnvdimm, nfit: initial libnvdimm infrastructure and NFIT supportDan Williams2015-06-244-0/+586
* ACPICA: ACPI 6.0: Add support for NFIT table.Bob Moore2015-05-221-2/+2
* ACPICA: acpi_help: Add option to display all known/supported ACPI tables.Bob Moore2015-05-221-0/+5
* ACPICA: iASL/disassembler - fix possible fault for -e option.Bob Moore2015-05-223-4/+13
* ACPICA: Hardware: Fix a resource leak issue in acpi_hw_build_pci_list().Lv Zheng2015-05-221-5/+4
* ACPICA: Dispatcher: Fix a resource leak issue in acpi_ds_auto_serialize_metho...Lv Zheng2015-05-221-3/+2
* ACPICA: iASL: Enhance detection of non-ascii or corrupted input files.Bob Moore2015-05-222-6/+3
* ACPICA: Parser: Move a couple externals to the proper header.Bob Moore2015-05-222-3/+3
* ACPICA: ACPI 6.0: Add support for new predefined names.Bob Moore2015-05-224-4/+66
* Revert "ACPICA: Permanently set _REV to the value '2'."Rafael J. Wysocki2015-05-131-10/+3
*---. Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki2015-05-073-1/+25
|\ \ \
| | | * ACPI / PNP: add two IDs to list for PNPACPI device enumerationWitold Szczeponik2015-05-041-0/+2
| * | | ACPI / SBS: Add 5 us delay to fix SBS hangs on MacBookChris Bainbridge2015-04-301-0/+22
| | |/ | |/|
| * | ACPI / SBS: Enable battery manager when presentChris Bainbridge2015-04-291-1/+1
| |/
* | x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu2015-04-301-1/+1
|/
* Merge tag 'pm+acpi-4.1-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-04-262-7/+34
|\
| *---. Merge branches 'acpi-dock', 'acpi-ec' and 'acpi-scan'Rafael J. Wysocki2015-04-242-7/+34
| |\ \ \
| | | | * ACPI / scan: Add a scan handler for PRP0001Rafael J. Wysocki2015-04-241-5/+28
| | | | * ACPI / scan: Annotate physical_node_lock in acpi_scan_is_offline()Rafael J. Wysocki2015-04-241-1/+5
| | | * | ACPI / EC: fix NULL pointer dereference in acpi_ec_remove_query_handler()Chris Bainbridge2015-04-221-1/+1
| | |/ / | |/| |
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-04-249-37/+213
|\ \ \ \ | |/ / / |/| | |
| * | | ACPI: move arm64 GSI IRQ model to generic GSI IRQ layerLorenzo Pieralisi2015-03-263-0/+109
| * | | ARM64 / ACPI: Enable ARM64 in KconfigGraeme Gregory2015-03-261-1/+2
| * | | ARM64 / ACPI: Introduce ACPI_IRQ_MODEL_GIC and register device's gsiHanjun Guo2015-03-261-0/+3
| * | | ACPI / processor: Make it possible to get CPU hardware ID via GICCHanjun Guo2015-03-261-0/+30
| * | | ACPI / processor: Introduce phys_cpuid_t for CPU hardware IDCatalin Marinas2015-03-262-18/+19
| * | | ACPI / table: Print GIC information when MADT is parsedHanjun Guo2015-03-251-0/+22
| * | | ACPI / sleep: Introduce CONFIG_ACPI_SYSTEM_POWER_STATES_SUPPORTGraeme Gregory2015-03-253-1/+9
| * | | ACPI: add arm64 to the platforms that use ioremapGraeme Gregory2015-03-251-3/+3
| * | | ACPI / table: Use pr_debug() instead of pr_info() for MADT table scanningHanjun Guo2015-03-251-14/+16
* | | | Merge tag 'acpica-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-1737-346/+326
|\ \ \ \ | |_|/ / |/| | |
| * | | ACPICA: Store GPE register enable masks upfrontRafael J. Wysocki2015-04-152-9/+7
| * | | ACPICA: Fix a couple issues with the local printf module.Lv Zheng2015-04-141-5/+8
| * | | ACPICA: Add "//" before ascii output of buffers.Bob Moore2015-04-141-0/+8
| * | | ACPICA: Remove unused internal AML opcode.Bob Moore2015-04-141-1/+0
| * | | ACPICA: Permanently set _REV to the value '2'.Bob Moore2015-04-141-3/+10
| * | | ACPICA: Add "Windows 2015" string to _OSI support.Bob Moore2015-04-141-0/+1
| * | | ACPICA: Add infrastructure for External() opcode.Bob Moore2015-04-147-4/+35
| * | | ACPICA: iASL: Enhancement for constant folding.Bob Moore2015-04-141-5/+0
OpenPOWER on IntegriCloud