summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | tools/testing/cxl: Mock the Inject Poison mailbox commandAlison Schofield2023-04-231-0/+77
| | * | | cxl/mem: Add debugfs attributes for poison inject and clearAlison Schofield2023-04-232-0/+63
| | * | | cxl/memdev: Trace inject and clear poison as cxl_poison eventsAlison Schofield2023-04-233-3/+22
| | * | | cxl/memdev: Warn of poison inject or clear to a mapped regionAlison Schofield2023-04-231-0/+59
| | * | | cxl/memdev: Add support for the Clear Poison mailbox commandAlison Schofield2023-04-232-0/+50
| | * | | cxl/memdev: Add support for the Inject Poison mailbox commandAlison Schofield2023-04-232-0/+62
| | * | | tools/testing/cxl: Mock support for Get Poison ListAlison Schofield2023-04-231-0/+42
| | * | | cxl/trace: Add an HPA to cxl_poison trace eventsAlison Schofield2023-04-232-2/+103
| | * | | cxl/region: Provide region info to the cxl_poison trace eventAlison Schofield2023-04-233-1/+141
| | * | | cxl/memdev: Add trigger_poison_list sysfs attributeAlison Schofield2023-04-234-1/+102
| | * | | cxl/trace: Add TRACE support for CXL media-error recordsAlison Schofield2023-04-233-1/+102
| | * | | cxl/mbox: Add GET_POISON_LIST mailbox commandAlison Schofield2023-04-232-0/+101
| | * | | cxl/mbox: Initialize the poison stateAlison Schofield2023-04-233-2/+117
| | * | | cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_allAlison Schofield2023-04-231-0/+6
| | * | | cxl/mbox: Deprecate poison commandsDan Williams2023-04-222-10/+30
| | |/ /
| * | | cxl/port: Fix port to pci device assumptions in read_cdat_data()Dan Williams2023-04-221-6/+7
| * | | cxl/pci: Rightsize CDAT response allocationLukas Wunner2023-04-181-17/+19
| * | | cxl/pci: Simplify CDAT retrieval error pathDave Jiang2023-04-181-11/+12
| * | | PCI/DOE: Relax restrictions on request and response sizeLukas Wunner2023-04-181-25/+49
| * | | PCI/DOE: Make mailbox creation API privateLukas Wunner2023-04-183-52/+4
| * | | cxl/pci: Use CDAT DOE mailbox created by PCI coreLukas Wunner2023-04-183-74/+5
| * | | PCI/DOE: Create mailboxes on device enumerationLukas Wunner2023-04-186-0/+91
| * | | PCI/DOE: Allow mailbox creation without devres managementLukas Wunner2023-04-181-37/+66
| * | | PCI/DOE: Deduplicate mailbox flushingLukas Wunner2023-04-181-6/+3
| * | | PCI/DOE: Make asynchronous API privateLukas Wunner2023-04-182-50/+43
| * | | cxl/pci: Use synchronous API for DOELukas Wunner2023-04-181-44/+22
| * | | PCI/DOE: Provide synchronous API and use it internallyLukas Wunner2023-04-182-16/+59
| |/ /
* | | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2023-04-3099-2436/+2784
|\ \ \
| * | | s390/stackleak: provide fast __stackleak_poison() implementationHeiko Carstens2023-04-201-0/+35
| * | | stackleak: allow to specify arch specific stackleak poison functionHeiko Carstens2023-04-201-4/+13
| * | | s390: select ARCH_USE_SYM_ANNOTATIONSHeiko Carstens2023-04-201-0/+1
| * | | s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc()Heiko Carstens2023-04-202-8/+54
| * | | s390: wire up memfd_secret system callHeiko Carstens2023-04-201-1/+1
| * | | s390/mm: enable ARCH_HAS_SET_DIRECT_MAPHeiko Carstens2023-04-203-0/+43
| * | | s390/mm: use BIT macro to generate SET_MEMORY bit masksHeiko Carstens2023-04-201-5/+13
| * | | s390/relocate_kernel: adjust indentationHeiko Carstens2023-04-191-42/+42
| * | | s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-9/+7
| * | | s390/entry: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-35/+34
| * | | s390/purgatory: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-192-51/+25
| * | | s390/kprobes: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| * | | s390/reipl: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-5/+5
| * | | s390/head64: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-4/+4
| * | | s390/earlypgm: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| * | | s390/mcount: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-6/+4
| * | | s390/crc32le: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-14/+16
| * | | s390/crc32be: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-8/+9
| * | | s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-23/+24
| * | | s390/amode31: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-44/+31
| * | | s390/lib: use SYM* macros instead of ENTRY(), etc.Heiko Carstens2023-04-191-2/+2
| * | | s390/kasan: remove override of mem*() functionsHeiko Carstens2023-04-192-21/+18