summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/nfit
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * ACPI: NFIT: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-251-6/+6
* | Merge branch 'for-5.6/libnvdimm-fixes' into libnvdimm-for-nextDan Williams2020-04-022-4/+7
|\ \
| * | acpi/nfit: improve bounds checking for 'func'Dan Carpenter2020-02-282-4/+7
| |/
* / libnvdimm/region: Introduce NDD_LABELINGDan Williams2020-03-171-1/+3
|/
* libnvdimm: Move nvdimm_bus_attribute_group to device_typeDan Williams2019-11-191-1/+0
* libnvdimm: Move nvdimm_attribute_group to device_typeDan Williams2019-11-191-1/+0
* libnvdimm: Move nd_mapping_attribute_group to device_typeDan Williams2019-11-191-1/+0
* libnvdimm: Move nd_region_attribute_group to device_typeDan Williams2019-11-191-1/+0
* libnvdimm: Move nd_numa_attribute_group to device_typeDan Williams2019-11-191-1/+0
* libnvdimm: Move nd_device_attribute_group to device_typeDan Williams2019-11-171-2/+0
* ACPI: NFIT: Fix unlock on error in scrub_show()Dan Carpenter2019-10-221-1/+1
* libnvdimm/security: Introduce a 'frozen' attributeDan Williams2019-08-291-27/+32
* Merge tag 'libnvdimm-fixes-5.3-rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-07-272-14/+38
|\
| * driver-core, libnvdimm: Let device subsystems add local lockdep coverageDan Williams2019-07-182-14/+38
* | libnvdimm: nd_region flush callback supportPankaj Gupta2019-07-051-2/+2
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-053-27/+3
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* libnvdimm/security, acpi/nfit: unify zero-key for all security commandsDave Jiang2019-03-301-6/+4
* acpi/nfit: Always dump _DSM output payloadDan Williams2019-03-221-6/+6
* Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/n...Linus Torvalds2019-03-161-2/+6
|\
| * acpi/nfit, device-dax: Identify differentiated memory with a unique numa-nodeDan Williams2019-01-061-2/+6
* | Merge branch 'for-5.1/nfit/ars' into libnvdimm-for-nextDan Williams2019-03-112-24/+57
|\ \
| * | nfit/ars: Avoid stale ARS resultsDan Williams2019-02-202-1/+17
| * | nfit/ars: Allow root to busy-poll the ARS state machineDan Williams2019-02-202-0/+9
| * | nfit/ars: Introduce scrub_flagsDan Williams2019-02-202-15/+23
| * | nfit/ars: Remove ars_start_flagsDan Williams2019-02-202-6/+5
| * | nfit/ars: Attempt short-ARS even in the no_init_ars caseDan Williams2019-02-201-2/+3
| * | nfit/ars: Attempt a short-ARS whenever the ARS state is idle at bootDan Williams2019-02-131-1/+1
* | | Merge branch 'for-5.1/libnvdimm' into libnvdimm-for-nextDan Williams2019-03-112-28/+71
|\ \ \