summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-252-4/+4
|\
| * macintosh: windfarm: Use unsigned type for 1-bit bitfieldsNathan Chancellor2023-02-162-4/+4
* | Merge tag 'cxl-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds2023-02-2535-552/+3089
|\ \
| * | dax/kmem: Fix leak of memory-hotplug resourcesDan Williams2023-02-172-3/+3
| * | Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2023-02-164-51/+67
| |\ \
| | * | cxl/mem: Add kdoc param for event log driver stateAlison Schofield2023-02-161-0/+1
| | * | cxl/trace: Add serial number to trace pointsIra Weiny2023-02-161-10/+18
| | * | cxl/trace: Add host output to trace pointsIra Weiny2023-02-161-10/+21
| | * | cxl/trace: Standardize device information outputIra Weiny2023-02-163-48/+44
| * | | Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextDan Williams2023-02-146-138/+231
| |\ \ \
| | * | | cxl/pci: Remove locked check for dvsec_range_allowed()Dave Jiang2023-02-141-2/+0
| | * | | cxl/hdm: Add emulation when HDM decoders are not committedDave Jiang2023-02-141-0/+29
| | * | | cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersDave Jiang2023-02-144-15/+57
| | * | | cxl/hdm: Emulate HDM decoder from DVSEC range registersDave Jiang2023-02-144-6/+37
| | * | | cxl/pci: Refactor cxl_hdm_decode_init()Dave Jiang2023-02-141-81/+54
| | * | | cxl/port: Export cxl_dvsec_rr_decode() to cxl_portDave Jiang2023-02-145-31/+36
| | * | | cxl/pci: Break out range register decoding from cxl_hdm_decode_init()Dave Jiang2023-02-141-24/+40
| * | | | Merge branch 'for-6.3/cxl' into cxl/nextDan Williams2023-02-142-8/+63
| |\ \ \ \
| | * | | | cxl: add RAS status unmasking for CXLDave Jiang2023-02-142-0/+66
| | * | | | cxl: remove unnecessary calling of pci_enable_pcie_error_reporting()Dave Jiang2023-02-141-11/+0
| * | | | | Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams2023-02-143-5/+4
| |\ \ \ \ \
| | * | | | | dax/hmem: build hmem device support as module if possibleArnd Bergmann2023-02-141-1/+1
| | * | | | | dax: cxl: add CXL_REGION dependencyArnd Bergmann2023-02-141-1/+1
| | * | | | | cxl: avoid returning uninitialized error codeArnd Bergmann2023-02-141-3/+2
| * | | | | | cxl/pmem: Fix nvdimm registration racesDan Williams2023-02-134-4/+22
| * | | | | | Merge branch 'for-6.3/cxl-ram-region' into cxl/nextDan Williams2023-02-1022-276/+1297
| |\| | | | |
| | * | | | | cxl/dax: Create dax devices for CXL RAM regionsDan Williams2023-02-109-4/+208
| | * | | | | dax: Assign RAM regions to memory-hotplug by defaultDan Williams2023-02-106-37/+46
| | * | | | | dax/hmem: Move hmem device registration to dax_hmem.koDan Williams2023-02-104-50/+150
| | * | | | | dax/hmem: Convey the dax range via memregion_info()Dan Williams2023-02-102-34/+17
| | * | | | | dax/hmem: Drop unnecessary dax_hmem_remove()Dan Williams2023-02-101-7/+0
| | * | | | | dax/hmem: Move HMAT and Soft reservation probe initcall levelDan Williams2023-02-103-3/+4
| | * | | | | tools/testing/cxl: Define a fixed volatile configuration to parseDan Williams2023-02-105-4/+9
| | * | | | | cxl/region: Add region autodiscoveryDan Williams2023-02-105-11/+580
| | * | | | | cxl/port: Split endpoint and switch port probeDan Williams2023-02-102-33/+47
| | * | | | | cxl/region: Enable CONFIG_CXL_REGION to be toggledDan Williams2023-02-101-1/+11
| | * | | | | kernel/range: Uplevel the cxl subsystem's range_contains() helperDan Williams2023-02-101-5/+0
| | * | | | | cxl/region: Move region-position validation to a helperDan Williams2023-02-101-43/+76
| | * | | | | cxl/region: Cleanup target list on attach errorDan Williams2023-02-101-0/+2
| | * | | | | cxl/region: Refactor attach_target() for autodiscoveryDan Williams2023-02-101-19/+28
| | * | | | | cxl/region: Add volatile region creation supportDan Williams2023-02-103-14/+72
| | * | | | | cxl/region: Validate region mode vs decoder modeDan Williams2023-02-101-0/+6
| | * | | | | cxl/region: Support empty uuids for non-pmem regionsDan Williams2023-02-101-2/+9
| | * | | | | cxl/region: Add a mode attribute for regionsDan Williams2023-02-103-11/+25
| | * | | | | cxl/memdev: Fix endpoint port removalDan Williams2023-02-103-26/+35
| * | | | | | Merge branch 'for-6.3/cxl' into cxl/nextDan Williams2023-02-103-4/+8
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | cxl/uapi: Tag commands from cxl_query_cmd()Ira Weiny2023-02-101-2/+7
| | * | | | | cxl/mem: Remove unused CXL_CMD_FLAG_NONE defineIra Weiny2023-02-101-1/+0
| | * | | | | cxl/mem: Correct full ID range allocationDavidlohr Bueso2023-02-091-1/+1
| * | | | | | Merge branch 'for-6.3/cxl-events' into cxl/nextDan Williams2023-02-076-1/+1141
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |