summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/nfit
Commit message (Expand)AuthorAgeFilesLines
* ACPI: NFIT: Switch to use acpi_evaluate_dsm_typed()Andy Shevchenko2024-02-021-3/+2
* acpi/nfit: Use sysfs_emit() for all attributesDan Williams2024-01-031-22/+22
* ACPI: NFIT: Use cleanup.h helpers instead of devm_*()Michal Wilczynski2024-01-011-13/+8
* Merge branch 'acpi-bus'Rafael J. Wysocki2023-10-261-1/+1
|\
| * ACPI: bus: Add context argument to acpi_dev_install_notify_handler()Rafael J. Wysocki2023-10-061-1/+1
* | ACPI: NFIT: Install Notify() handler before getting NFIT tableXiang Chen2023-10-221-11/+11
* | ACPI: NFIT: Fix incorrect calculation of idt sizeYu Liao2023-09-251-1/+1
|/
* ACPI: NFIT: Remove unnecessary .remove callbackMichal Wilczynski2023-07-141-6/+0
* ACPI: NFIT: Install Notify() handler directlyMichal Wilczynski2023-07-141-9/+29
* ACPI: NFIT: Add declaration in a local headerArnd Bergmann2023-06-051-0/+2
* ACPICA: struct acpi_nfit_interleave: Replace 1-element array with flexible arrayKees Cook2023-04-061-1/+1
* ACPICA: actbl2: Replace 1-element arrays with flexible arraysKees Cook2023-04-061-2/+2
* ACPI: NFIT: fix a potential deadlock during NFIT teardownVishal Verma2023-01-251-1/+1
* Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2022-12-121-29/+1
|\
| * nvdimm/region: Move cache management to the region driverDan Williams2022-12-021-25/+0
| * memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso2022-11-141-23/+20
* | ACPI: make remove callback of ACPI driver voidDawei Li2022-11-231-2/+1
|/
* Merge tag 'cxl-for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2022-05-272-39/+15
|\
| * ACPI: NFIT: Drop nfit_device_lock()Dan Williams2022-04-282-39/+15
* | acpi/nfit: rely on mce->misc to determine poison granularityJane Chu2022-05-161-2/+2
|/
* nvdimm/region: Delete nd_blk_region infrastructureDan Williams2022-03-111-8/+3
* ACPI: NFIT: Remove block aperture supportDan Williams2022-03-112-382/+0
* ACPI: NFIT: Import GUID before useAndy Shevchenko2021-12-181-1/+3
* ACPI: NFIT: Use fallback node id when numa info in NFIT table is incorrectJia He2021-09-271-0/+12
* ACPI: NFIT: Fix support for virtual SPA rangesDan Williams2021-08-111-0/+3
* ACPI: NFIT: Fix support for variable 'SPA' structure sizeDan Williams2021-05-121-4/+11
* Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2021-04-271-1/+2
|\
| * treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-1/+2
* | ACPICA: ACPI 6.4: NFIT: add Location Cookie fieldBob Moore2021-04-071-1/+1
|/
* ACPI: NFIT: Fix flexible_array.cocci warningsDan Williams2021-01-111-47/+28
* ACPI: NFIT: Fix input validation of bus-familyDan Williams2020-11-231-1/+5
* ACPI/nfit: avoid accessing uninitialized memory in acpi_nfit_ctl()Zhen Lei2020-11-181-4/+5
* ACPI: Fix whitespace inconsistenciesMaximilian Luz2020-11-091-5/+5
* ACPI: NFIT: Fix comparison to '-ENXIO'Zhang Qilong2020-10-271-1/+1
* Merge branch 'acpi-numa'Rafael J. Wysocki2020-10-131-4/+2
|\
| * ACPI: Rename acpi_map_pxm_to_online_node() to pxm_to_online_node()Jonathan Cameron2020-09-241-2/+1
| * ACPI: Do not create new NUMA domains from ACPI static tables that are not SRATJonathan Cameron2020-09-241-2/+1
* | ACPI: NFIT: Use kobj_to_dev() insteadWang Qing2020-09-151-2/+2
|/
* Merge tag 'libnvdimm-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-08-114-42/+600
|\
| * ACPI: NFIT: Fix ARS zero-sized allocationDan Williams2020-08-031-3/+12
| * ACPI: NFIT: Add runtime firmware activate supportDan Williams2020-07-284-4/+436
| * tools/testing/nvdimm: Emulate firmware activation commandsDan Williams2020-07-251-0/+5
| * ACPI: NFIT: Define runtime firmware activation commandsDan Williams2020-07-253-29/+135
| * ACPI: NFIT: Move bus_dsm_mask out of generic nvdimm_bus_descriptorDan Williams2020-07-252-5/+5
| * libnvdimm: Validate command family indicesDan Williams2020-07-252-3/+9
* | ACPI: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-271-1/+1
|/
* Merge tag 'libnvdimm-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-131-1/+1
|\
| * libnvdimm: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko2020-04-221-1/+1
* | x86/mce: Fix all mce notifiers to update the mce->kflags bitmaskTony Luck2020-04-141-0/+1
|/
* Merge branch 'for-5.7/libnvdimm' into libnvdimm-for-nextDan Williams2020-04-021-6/+6
|\