Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-22cxl/core/port: Fix NULL but dereferenced coccicheck errorWan Jiabing
2022-02-18cxl/port: Hold port reference until decoder releaseDan Williams
2022-02-18cxl/port: Fix endpoint refcount leakDan Williams
2022-02-12cxl/core: Fix cxl_device_lock() class detectionDan Williams
2022-02-12cxl/core/port: Fix unregister_port() lock assertionDan Williams
2022-02-09cxl/regs: Fix size of CXL Capability Header RegisterJonathan Cameron
2022-02-09cxl/core/port: Handle invalid decodersDan Williams
2022-02-09cxl/core/port: Fix / relax decoder target enumerationDan Williams
2022-02-09cxl/core/port: Add endpoint decodersBen Widawsky
2022-02-09cxl/core: Move target_list out of base decoder attributesDan Williams
2022-02-09cxl/mem: Add the cxl_mem driverBen Widawsky
2022-02-09cxl/core/port: Add switch port enumerationDan Williams
2022-02-09cxl/memdev: Add numa_node attributeDan Williams
2022-02-09cxl/pci: Emit device serial numberDan Williams
2022-02-09cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams
2022-02-09cxl/port: Add a driver for 'struct cxl_port' objectsBen Widawsky
2022-02-09cxl/core: Emit modalias for CXL devicesDan Williams
2022-02-09cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams
2022-02-09cxl/core: Generalize dport enumeration in the coreDan Williams
2022-02-09cxl/pci: Rename pci.h to cxlpci.hDan Williams
2022-02-09cxl/port: Up-level cxl_add_dport() locking requirements to the callerDan Williams
2022-02-09cxl/pmem: Introduce a find_cxl_root() helperDan Williams
2022-02-09cxl/port: Introduce cxl_port_to_pci_bus()Dan Williams
2022-02-09cxl/core/port: Use dedicated lock for decoder target listDan Williams
2022-02-09cxl: Prove CXL lockingDan Williams
2022-02-09cxl/core: Track port depthBen Widawsky
2022-02-09cxl/core/port: Make passthrough decoder init implicitBen Widawsky
2022-02-09cxl/core: Fix cxl_probe_component_regs() error messageDan Williams
2022-02-09cxl/core/port: Clarify decoder creationBen Widawsky
2022-02-09cxl/core: Convert decoder range to resourceBen Widawsky
2022-02-09cxl/decoder: Hide physical address information from non-rootDan Williams
2022-02-09cxl/core/port: Rename bus.c to port.cDan Williams
2022-02-09cxl/acpi: Map component registers for Root PortsBen Widawsky
2022-01-05cxl/core: Remove cxld_const_init in cxl_decoder_alloc()Nathan Chancellor
2021-11-15cxl/pmem: Fix module reload vs workqueue stateDan Williams
2021-11-15cxl/core: Convert to EXPORT_SYMBOL_NS_GPLDan Williams
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny
2021-11-15cxl/mbox: Remove bad commentIra Weiny
2021-09-22cxl/core: Split decoder setup into alloc + addDan Williams
2021-09-22tools/testing/cxl: Introduce a mock memory device + driverDan Williams
2021-09-22cxl/mbox: Move command definitions to common locationDan Williams
2021-09-22cxl/bus: Populate the target list at decoder createDan Williams
2021-09-21cxl/pmem: Add support for multiple nvdimm-bridge objectsDan Williams
2021-09-21cxl/mbox: Add exclusive kernel command supportDan Williams
2021-09-21cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAPDan Williams
2021-09-21cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the coreDan Williams
2021-09-21cxl/pci: Make 'struct cxl_mem' device type genericDan Williams
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-09-07cxl/registers: Fix Documentation warningDan Williams
2021-09-07cxl/pmem: Fix Documentation warningDan Williams