index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2022-05-20
cxl/port: Enable HDM Capability after validating DVSEC Ranges
Dan Williams
1
-15
/
+152
2022-05-19
cxl/port: Reuse 'struct cxl_hdm' context for hdm init
Dan Williams
1
-29
/
+10
2022-05-19
cxl/pci: Drop @info argument to cxl_hdm_decode_init()
Dan Williams
1
-8
/
+7
2022-05-19
cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()
Dan Williams
1
-7
/
+75
2022-05-19
cxl/mem: Skip range enumeration if mem_enable clear
Dan Williams
1
-0
/
+2
2022-05-19
cxl/mem: Consolidate CXL DVSEC Range enumeration in the core
Dan Williams
1
-0
/
+129
2022-05-19
cxl/pci: Move cxl_await_media_ready() to the core
Dan Williams
1
-0
/
+48
2022-04-28
cxl: Drop cxl_device_lock()
Dan Williams
2
-34
/
+25
2022-04-28
cxl: Replace lockdep_mutex with local lock classes
Dan Williams
3
-4
/
+18
2022-04-28
cxl/mbox: fix logical vs bitwise typo
Dan Carpenter
1
-1
/
+1
2022-04-22
cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()
Alison Schofield
1
-1
/
+1
2022-04-22
cxl/mbox: Use type __u32 for mailbox payload sizes
Alison Schofield
1
-13
/
+15
2022-04-22
PM: CXL: Disable suspend
Dan Williams
2
-0
/
+25
2022-04-12
cxl/mbox: Use new return_code handling
Davidlohr Bueso
1
-2
/
+1
2022-04-12
cxl/mbox: Improve handling of mbox_cmd hw return codes
Davidlohr Bueso
1
-1
/
+1
2022-04-12
cxl/mbox: Drop mbox_mutex comment
Davidlohr Bueso
1
-1
/
+1
2022-04-12
cxl/mbox: Block immediate mode in SET_PARTITION_INFO command
Alison Schofield
1
-0
/
+41
2022-04-12
cxl/mbox: Move cxl_mem_command param to a local variable
Alison Schofield
1
-12
/
+8
2022-04-12
cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox param
Alison Schofield
1
-27
/
+17
2022-04-12
cxl/mbox: Remove dependency on cxl_mem_command for a debug msg
Alison Schofield
1
-3
/
+14
2022-04-12
cxl/mbox: Construct a users cxl_mbox_cmd in the validation path
Alison Schofield
1
-4
/
+17
2022-04-12
cxl/mbox: Move build of user mailbox cmd to a helper functions
Alison Schofield
1
-25
/
+45
2022-04-12
cxl/mbox: Move raw command warning to raw command validation
Alison Schofield
1
-3
/
+2
2022-04-12
cxl/mbox: Move cxl_mem_command construction to helper funcs
Alison Schofield
1
-71
/
+76
2022-03-22
cxl/core/port: Fix NULL but dereferenced coccicheck error
Wan Jiabing
1
-1
/
+4
2022-02-17
cxl/port: Hold port reference until decoder release
Dan Williams
1
-0
/
+4
2022-02-17
cxl/port: Fix endpoint refcount leak
Dan Williams
1
-1
/
+2
2022-02-11
cxl/core: Fix cxl_device_lock() class detection
Dan Williams
1
-1
/
+1
2022-02-11
cxl/core/port: Fix unregister_port() lock assertion
Dan Williams
1
-4
/
+20
2022-02-08
cxl/regs: Fix size of CXL Capability Header Register
Jonathan Cameron
1
-2
/
+2
2022-02-08
cxl/core/port: Handle invalid decoders
Dan Williams
1
-6
/
+30
2022-02-08
cxl/core/port: Fix / relax decoder target enumeration
Dan Williams
1
-1
/
+4
2022-02-08
cxl/core/port: Add endpoint decoders
Ben Widawsky
2
-8
/
+63
2022-02-08
cxl/core: Move target_list out of base decoder attributes
Dan Williams
1
-1
/
+2
2022-02-08
cxl/mem: Add the cxl_mem driver
Ben Widawsky
2
-4
/
+117
2022-02-08
cxl/core/port: Add switch port enumeration
Dan Williams
1
-9
/
+418
2022-02-08
cxl/memdev: Add numa_node attribute
Dan Williams
1
-0
/
+17
2022-02-08
cxl/pci: Emit device serial number
Dan Williams
1
-0
/
+11
2022-02-08
cxl/core/port: Remove @host argument for dport + decoder enumeration
Dan Williams
3
-14
/
+14
2022-02-08
cxl/port: Add a driver for 'struct cxl_port' objects
Ben Widawsky
2
-4
/
+32
2022-02-08
cxl/core: Emit modalias for CXL devices
Dan Williams
1
-9
/
+17
2022-02-08
cxl/core/hdm: Add CXL standard decoder enumeration to the core
Dan Williams
5
-15
/
+298
2022-02-08
cxl/core: Generalize dport enumeration in the core
Dan Williams
3
-39
/
+154
2022-02-08
cxl/pci: Rename pci.h to cxlpci.h
Dan Williams
1
-1
/
+1
2022-02-08
cxl/port: Up-level cxl_add_dport() locking requirements to the caller
Dan Williams
1
-2
/
+1
2022-02-08
cxl/pmem: Introduce a find_cxl_root() helper
Dan Williams
2
-4
/
+59
2022-02-08
cxl/port: Introduce cxl_port_to_pci_bus()
Dan Williams
1
-0
/
+37
2022-02-08
cxl/core/port: Use dedicated lock for decoder target list
Dan Williams
1
-7
/
+23
2022-02-08
cxl: Prove CXL locking
Dan Williams
2
-13
/
+38
2022-02-08
cxl/core: Track port depth
Ben Widawsky
1
-0
/
+2
[next]