| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | tools/testing/cxl: Mock the Inject Poison mailbox command | Alison Schofield | 2023-04-23 | 1 | -0/+77 |
| | * | | | cxl/mem: Add debugfs attributes for poison inject and clear | Alison Schofield | 2023-04-23 | 2 | -0/+63 |
| | * | | | cxl/memdev: Trace inject and clear poison as cxl_poison events | Alison Schofield | 2023-04-23 | 3 | -3/+22 |
| | * | | | cxl/memdev: Warn of poison inject or clear to a mapped region | Alison Schofield | 2023-04-23 | 1 | -0/+59 |
| | * | | | cxl/memdev: Add support for the Clear Poison mailbox command | Alison Schofield | 2023-04-23 | 2 | -0/+50 |
| | * | | | cxl/memdev: Add support for the Inject Poison mailbox command | Alison Schofield | 2023-04-23 | 2 | -0/+62 |
| | * | | | tools/testing/cxl: Mock support for Get Poison List | Alison Schofield | 2023-04-23 | 1 | -0/+42 |
| | * | | | cxl/trace: Add an HPA to cxl_poison trace events | Alison Schofield | 2023-04-23 | 2 | -2/+103 |
| | * | | | cxl/region: Provide region info to the cxl_poison trace event | Alison Schofield | 2023-04-23 | 3 | -1/+141 |
| | * | | | cxl/memdev: Add trigger_poison_list sysfs attribute | Alison Schofield | 2023-04-23 | 4 | -1/+102 |
| | * | | | cxl/trace: Add TRACE support for CXL media-error records | Alison Schofield | 2023-04-23 | 3 | -1/+102 |
| | * | | | cxl/mbox: Add GET_POISON_LIST mailbox command | Alison Schofield | 2023-04-23 | 2 | -0/+101 |
| | * | | | cxl/mbox: Initialize the poison state | Alison Schofield | 2023-04-23 | 3 | -2/+117 |
| | * | | | cxl/mbox: Restrict poison cmds to debugfs cxl_raw_allow_all | Alison Schofield | 2023-04-23 | 1 | -0/+6 |
| | * | | | cxl/mbox: Deprecate poison commands | Dan Williams | 2023-04-22 | 2 | -10/+30 |
| | |/ / |
|
| * | | | cxl/port: Fix port to pci device assumptions in read_cdat_data() | Dan Williams | 2023-04-22 | 1 | -6/+7 |
| * | | | cxl/pci: Rightsize CDAT response allocation | Lukas Wunner | 2023-04-18 | 1 | -17/+19 |
| * | | | cxl/pci: Simplify CDAT retrieval error path | Dave Jiang | 2023-04-18 | 1 | -11/+12 |
| * | | | PCI/DOE: Relax restrictions on request and response size | Lukas Wunner | 2023-04-18 | 1 | -25/+49 |
| * | | | PCI/DOE: Make mailbox creation API private | Lukas Wunner | 2023-04-18 | 3 | -52/+4 |
| * | | | cxl/pci: Use CDAT DOE mailbox created by PCI core | Lukas Wunner | 2023-04-18 | 3 | -74/+5 |
| * | | | PCI/DOE: Create mailboxes on device enumeration | Lukas Wunner | 2023-04-18 | 6 | -0/+91 |
| * | | | PCI/DOE: Allow mailbox creation without devres management | Lukas Wunner | 2023-04-18 | 1 | -37/+66 |
| * | | | PCI/DOE: Deduplicate mailbox flushing | Lukas Wunner | 2023-04-18 | 1 | -6/+3 |
| * | | | PCI/DOE: Make asynchronous API private | Lukas Wunner | 2023-04-18 | 2 | -50/+43 |
| * | | | cxl/pci: Use synchronous API for DOE | Lukas Wunner | 2023-04-18 | 1 | -44/+22 |
| * | | | PCI/DOE: Provide synchronous API and use it internally | Lukas Wunner | 2023-04-18 | 2 | -16/+59 |
| |/ / |
|
* | | | Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 2023-04-30 | 99 | -2436/+2784 |
|\ \ \ |
|
| * | | | s390/stackleak: provide fast __stackleak_poison() implementation | Heiko Carstens | 2023-04-20 | 1 | -0/+35 |
| * | | | stackleak: allow to specify arch specific stackleak poison function | Heiko Carstens | 2023-04-20 | 1 | -4/+13 |
| * | | | s390: select ARCH_USE_SYM_ANNOTATIONS | Heiko Carstens | 2023-04-20 | 1 | -0/+1 |
| * | | | s390/mm: use VM_FLUSH_RESET_PERMS in module_alloc() | Heiko Carstens | 2023-04-20 | 2 | -8/+54 |
| * | | | s390: wire up memfd_secret system call | Heiko Carstens | 2023-04-20 | 1 | -1/+1 |
| * | | | s390/mm: enable ARCH_HAS_SET_DIRECT_MAP | Heiko Carstens | 2023-04-20 | 3 | -0/+43 |
| * | | | s390/mm: use BIT macro to generate SET_MEMORY bit masks | Heiko Carstens | 2023-04-20 | 1 | -5/+13 |
| * | | | s390/relocate_kernel: adjust indentation | Heiko Carstens | 2023-04-19 | 1 | -42/+42 |
| * | | | s390/relocate_kernel: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -9/+7 |
| * | | | s390/entry: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -35/+34 |
| * | | | s390/purgatory: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 2 | -51/+25 |
| * | | | s390/kprobes: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -2/+2 |
| * | | | s390/reipl: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -5/+5 |
| * | | | s390/head64: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -4/+4 |
| * | | | s390/earlypgm: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -2/+2 |
| * | | | s390/mcount: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -6/+4 |
| * | | | s390/crc32le: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -14/+16 |
| * | | | s390/crc32be: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -8/+9 |
| * | | | s390/crypto,chacha: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -23/+24 |
| * | | | s390/amode31: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -44/+31 |
| * | | | s390/lib: use SYM* macros instead of ENTRY(), etc. | Heiko Carstens | 2023-04-19 | 1 | -2/+2 |
| * | | | s390/kasan: remove override of mem*() functions | Heiko Carstens | 2023-04-19 | 2 | -21/+18 |