index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
swapfile.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-06
cxl/pci: Remove endian confusion
Dan Williams
1
-4
/
+3
2022-12-06
cxl/pci: Add some type-safety to the AER trace points
Dan Williams
2
-10
/
+10
2022-12-06
cxl/security: Drop security command ioctl uapi
Dan Williams
2
-23
/
+0
2022-12-06
cxl/mbox: Add variable output size validation for internal commands
Dan Williams
2
-9
/
+16
2022-12-06
cxl/mbox: Enable cxl_mbox_send_cmd() users to validate output size
Dan Williams
4
-62
/
+126
2022-12-06
cxl/security: Fix Get Security State output payload endian handling
Dan Williams
1
-1
/
+5
2022-12-06
cxl: update names for interleave ways conversion macros
Dave Jiang
4
-16
/
+16
2022-12-06
cxl: update names for interleave granularity conversion macros
Dave Jiang
4
-14
/
+15
2022-12-06
cxl/acpi: Warn about an invalid CHBCR in an existing CHBS entry
Robert Richter
1
-1
/
+2
2022-12-05
tools/testing/cxl: Require cache invalidation bypass
Dan Williams
1
-0
/
+2
2022-12-05
cxl/acpi: Fail decoder add if CXIMS for HBIG is missing
Alison Schofield
1
-0
/
+5
2022-12-05
cxl/region: Fix spelling mistake "memergion" -> "memregion"
Colin Ian King
1
-1
/
+1
2022-12-05
cxl/regs: Fix sparse warning
Dan Williams
1
-1
/
+1
2022-12-05
cxl/acpi: Set ACPI's CXL _OSC to indicate RCD mode support
Terry Bowman
1
-0
/
+1
2022-12-05
tools/testing/cxl: Add an RCH topology
Dan Williams
2
-11
/
+176
2022-12-05
cxl/port: Add RCD endpoint port enumeration
Dan Williams
4
-8
/
+44
2022-12-05
cxl/mem: Move devm_cxl_add_endpoint() from cxl_core to cxl_mem
Dan Williams
5
-49
/
+47
2022-12-04
tools/testing/cxl: Add XOR Math support to cxl_test
Alison Schofield
1
-3
/
+115
2022-12-04
cxl/acpi: Support CXL XOR Interleave Math (CXIMS)
Alison Schofield
3
-8
/
+149
2022-12-03
cxl/pci: Add callback to log AER correctable error
Dave Jiang
1
-0
/
+20
2022-12-03
PCI/AER: Add optional logging callback for correctable error
Dave Jiang
3
-1
/
+17
2022-12-03
cxl/pci: Add (hopeful) error handling support
Dan Williams
4
-0
/
+141
2022-12-03
cxl/pci: add tracepoint events for CXL RAS
Dave Jiang
2
-0
/
+114
2022-12-03
cxl/pci: Find and map the RAS Capability Structure
Dan Williams
3
-0
/
+34
2022-12-03
cxl/pci: Prepare for mapping RAS Capability Structure
Dan Williams
3
-12
/
+31
2022-12-03
cxl/port: Limit the port driver to just the HDM Decoder Capability
Dan Williams
1
-14
/
+18
2022-12-03
cxl/core/regs: Make cxl_map_{component, device}_regs() device generic
Dan Williams
6
-56
/
+37
2022-12-03
cxl/pci: Kill cxl_map_regs()
Dan Williams
1
-22
/
+1
2022-12-03
cxl/pci: Cleanup cxl_map_device_regs()
Dan Williams
1
-31
/
+20
2022-12-03
cxl/pci: Cleanup repeated code in cxl_probe_regs() helpers
Dan Williams
1
-20
/
+26
2022-12-03
cxl/acpi: Extract component registers of restricted hosts from RCRB
Robert Richter
8
-11
/
+207
2022-12-03
cxl/region: Manage CPU caches relative to DPA invalidation events
Dan Williams
4
-14
/
+57
2022-12-03
nvdimm/region: Move cache management to the region driver
Dan Williams
5
-26
/
+71
2022-12-03
cxl/pmem: Enforce keyctl ABI for PMEM security
Dan Williams
1
-0
/
+10
2022-12-03
cxl/region: Fix missing probe failure
Dan Williams
1
-0
/
+3
2022-12-03
cxl: add dimm_id support for __nvdimm_create()
Dave Jiang
3
-1
/
+12
2022-12-03
cxl/ACPI: Register CXL host ports by bridge device
Robert Richter
1
-18
/
+20
2022-12-03
tools/testing/cxl: Make mock CEDT parsing more robust
Dan Williams
2
-4
/
+10
2022-12-03
cxl/acpi: Move rescan to the workqueue
Dan Williams
3
-5
/
+34
2022-12-03
cxl/pmem: Remove the cxl_pmem_wq and related infrastructure
Dan Williams
3
-181
/
+1
2022-12-03
cxl/pmem: Refactor nvdimm device registration, delete the workqueue
Dan Williams
8
-108
/
+181
2022-12-03
cxl/region: Drop redundant pmem region release handling
Dan Williams
3
-93
/
+0
2022-12-02
cxl/acpi: Simplify cxl_nvdimm_bridge probing
Dan Williams
2
-0
/
+10
2022-12-01
libnvdimm: Introduce CONFIG_NVDIMM_SECURITY_TEST flag
Dave Jiang
5
-32
/
+24
2022-12-01
cxl/pmem: add provider name to cxl pmem dimm attribute group
Dave Jiang
2
-0
/
+18
2022-12-01
tools/testing/cxl: add mechanism to lock mem device for testing
Dave Jiang
1
-4
/
+44
2022-12-01
cxl/pmem: add id attribute to CXL based nvdimm
Dave Jiang
2
-1
/
+33
2022-12-01
nvdimm/cxl/pmem: Add support for master passphrase disable security command
Dave Jiang
3
-10
/
+46
2022-12-01
tools/testing/cxl: Add "passphrase secure erase" opcode support
Dave Jiang
1
-0
/
+102
2022-12-01
cxl/pmem: Add "Passphrase Secure Erase" security command support
Dave Jiang
4
-0
/
+39
[next]