Age | Commit message (Expand) | Author |
2022-05-20 | cxl/port: Enable HDM Capability after validating DVSEC Ranges | Dan Williams |
2022-05-19 | cxl/port: Reuse 'struct cxl_hdm' context for hdm init | Dan Williams |
2022-05-19 | cxl/port: Move endpoint HDM Decoder Capability init to port driver | Dan Williams |
2022-05-19 | cxl/pci: Drop @info argument to cxl_hdm_decode_init() | Dan Williams |
2022-05-19 | cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init() | Dan Williams |
2022-05-19 | cxl/mem: Skip range enumeration if mem_enable clear | Dan Williams |
2022-05-19 | cxl/mem: Consolidate CXL DVSEC Range enumeration in the core | Dan Williams |
2022-05-19 | cxl/pci: Move cxl_await_media_ready() to the core | Dan Williams |
2022-05-19 | cxl/mem: Validate port connectivity before dvsec ranges | Dan Williams |
2022-05-19 | cxl/mem: Fix cxl_mem_probe() error exit | Dan Williams |
2022-05-19 | cxl/pci: Drop wait_for_valid() from cxl_await_media_ready() | Dan Williams |
2022-05-19 | cxl/pci: Consolidate wait_for_media() and wait_for_media_ready() | Dan Williams |
2022-05-19 | cxl/mem: Drop mem_enabled check from wait_for_media() | Dan Williams |
2022-04-28 | cxl: Drop cxl_device_lock() | Dan Williams |
2022-04-28 | cxl/acpi: Add root device lockdep validation | Dan Williams |
2022-04-28 | cxl: Replace lockdep_mutex with local lock classes | Dan Williams |
2022-04-28 | cxl/mbox: fix logical vs bitwise typo | Dan Carpenter |
2022-04-22 | cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user() | Alison Schofield |
2022-04-22 | cxl/mbox: Use type __u32 for mailbox payload sizes | Alison Schofield |
2022-04-22 | PM: CXL: Disable suspend | Dan Williams |
2022-04-12 | cxl/mem: Replace redundant debug message with a comment | Dan Williams |
2022-04-12 | cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init() | Dan Williams |
2022-04-12 | cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pci | Dan Williams |
2022-04-12 | cxl/mem: Make cxl_dvsec_range() init failure fatal | Dan Williams |
2022-04-12 | cxl/pci: Add debug for DVSEC range init failures | Dan Williams |
2022-04-12 | cxl/mem: Drop DVSEC vs EFI Memory Map sanity check | Dan Williams |
2022-04-12 | cxl/mbox: Use new return_code handling | Davidlohr Bueso |
2022-04-12 | cxl/mbox: Improve handling of mbox_cmd hw return codes | Davidlohr Bueso |
2022-04-12 | cxl/pci: Use CXL_MBOX_SUCCESS to check against mbox_cmd return code | Davidlohr Bueso |
2022-04-12 | cxl/mbox: Drop mbox_mutex comment | Davidlohr Bueso |
2022-04-12 | cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds list | Alison Schofield |
2022-04-12 | cxl/mbox: Block immediate mode in SET_PARTITION_INFO command | Alison Schofield |
2022-04-12 | cxl/mbox: Move cxl_mem_command param to a local variable | Alison Schofield |
2022-04-12 | cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param | Alison Schofield |
2022-04-12 | cxl/mbox: Remove dependency on cxl_mem_command for a debug msg | Alison Schofield |
2022-04-12 | cxl/mbox: Construct a users cxl_mbox_cmd in the validation path | Alison Schofield |
2022-04-12 | cxl/mbox: Move build of user mailbox cmd to a helper functions | Alison Schofield |
2022-04-12 | cxl/mbox: Move raw command warning to raw command validation | Alison Schofield |
2022-04-12 | cxl/mbox: Move cxl_mem_command construction to helper funcs | Alison Schofield |
2022-04-08 | cxl/pci: Drop shadowed variable | Dan Williams |
2022-03-22 | cxl/core/port: Fix NULL but dereferenced coccicheck error | Wan Jiabing |
2022-02-17 | cxl/port: Hold port reference until decoder release | Dan Williams |
2022-02-17 | cxl/port: Fix endpoint refcount leak | Dan Williams |
2022-02-11 | cxl/core: Fix cxl_device_lock() class detection | Dan Williams |
2022-02-11 | cxl/core/port: Fix unregister_port() lock assertion | Dan Williams |
2022-02-08 | cxl/regs: Fix size of CXL Capability Header Register | Jonathan Cameron |
2022-02-08 | cxl/core/port: Handle invalid decoders | Dan Williams |
2022-02-08 | cxl/core/port: Fix / relax decoder target enumeration | Dan Williams |
2022-02-08 | cxl/core/port: Add endpoint decoders | Ben Widawsky |
2022-02-08 | cxl/core: Move target_list out of base decoder attributes | Dan Williams |