summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvdimm: Drop nd_device_lock()Dan Williams2022-04-2811-155/+66
* ACPI: NFIT: Drop nfit_device_lock()Dan Williams2022-04-282-39/+15
* nvdimm: Replace lockdep_mutex with local lock classesDan Williams2022-04-288-15/+37
* cxl: Drop cxl_device_lock()Dan Williams2022-04-286-126/+33
* cxl/acpi: Add root device lockdep validationDan Williams2022-04-283-1/+61
* cxl: Replace lockdep_mutex with local lock classesDan Williams2022-04-283-4/+18
* PCI/ACPI: negotiate CXL _OSCVishal Verma2022-04-283-22/+188
* PCI/ACPI: Prefer CXL _OSC instead of PCIe _OSC for CXL host bridgesDan Williams2022-04-283-14/+63
* PCI/ACPI: add a helper for retrieving _OSC Control DWORDsVishal Verma2022-04-283-2/+15
* cxl/mbox: fix logical vs bitwise typoDan Carpenter2022-04-281-1/+1
* cxl/mbox: Replace NULL check with IS_ERR() after vmemdup_user()Alison Schofield2022-04-231-1/+1
* cxl/mbox: Use type __u32 for mailbox payload sizesAlison Schofield2022-04-232-20/+22
* PM: CXL: Disable suspendDan Williams2022-04-2311-6/+79
* cxl/mem: Replace redundant debug message with a commentDan Williams2022-04-131-4/+10
* cxl/mem: Rename cxl_dvsec_decode_init() to cxl_hdm_decode_init()Dan Williams2022-04-132-7/+7
* cxl/pci: Make cxl_dvsec_ranges() failure not fatal to cxl_pciDan Williams2022-04-131-9/+18
* cxl/mem: Make cxl_dvsec_range() init failure fatalDan Williams2022-04-131-0/+3
* cxl/pci: Add debug for DVSEC range init failuresDan Williams2022-04-131-3/+10
* cxl/mem: Drop DVSEC vs EFI Memory Map sanity checkDan Williams2022-04-131-23/+1
* cxl/mbox: Use new return_code handlingDavidlohr Bueso2022-04-132-3/+3
* cxl/mbox: Improve handling of mbox_cmd hw return codesDavidlohr Bueso2022-04-133-3/+54
* cxl/pci: Use CXL_MBOX_SUCCESS to check against mbox_cmd return codeDavidlohr Bueso2022-04-131-2/+2
* cxl/mbox: Drop mbox_mutex commentDavidlohr Bueso2022-04-131-1/+1
* cxl/pmem: Remove CXL SET_PARTITION_INFO from exclusive_cmds listAlison Schofield2022-04-131-1/+0
* cxl/mbox: Block immediate mode in SET_PARTITION_INFO commandAlison Schofield2022-04-132-0/+48
* cxl/mbox: Move cxl_mem_command param to a local variableAlison Schofield2022-04-131-12/+8
* cxl/mbox: Make handle_mailbox_cmd_from_user() use a mbox paramAlison Schofield2022-04-131-27/+17
* cxl/mbox: Remove dependency on cxl_mem_command for a debug msgAlison Schofield2022-04-131-3/+14
* cxl/mbox: Construct a users cxl_mbox_cmd in the validation pathAlison Schofield2022-04-131-4/+17
* cxl/mbox: Move build of user mailbox cmd to a helper functionsAlison Schofield2022-04-131-25/+45
* cxl/mbox: Move raw command warning to raw command validationAlison Schofield2022-04-131-3/+2
* cxl/mbox: Move cxl_mem_command construction to helper funcsAlison Schofield2022-04-131-71/+76
* Linux 5.18-rc2v5.18-rc2Linus Torvalds2022-04-111-1/+1
* Merge tag 'tty-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-04-101-10/+10
|\
| * tty: serial: mpc52xx_uart: make rx/tx hooks return unsigned, part II.Jiri Slaby2022-04-041-10/+10
* | Merge tag 'staging-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-101-1/+1
|\ \
| * | staging: r8188eu: Fix PPPoE tag insertion on little endian systemsGuenter Roeck2022-04-041-1/+1
| |/
* | Merge tag 'driver-core-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-04-104-48/+4
|\ \
| * | kobject: kobj_type: remove default_attrsGreg Kroah-Hartman2022-04-053-46/+0
| * | powerpc/pseries/vas: use default_groups in kobj_typeGreg Kroah-Hartman2022-04-051-2/+4
| |/
* | Merge tag 'char-misc-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-04-101-8/+8
|\ \
| * | habanalabs: Fix test build failuresGuenter Roeck2022-04-041-8/+8
| |/
* | Merge tag 'powerpc-5.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-04-1015-35/+169
|\ \
| * | Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
| * | powerpc: Fix virt_addr_valid() for 64-bit Book3E & 32-bitKefeng Wang2022-04-071-1/+5
| * | KVM: PPC: Move kvmhv_on_pseries() into kvm_ppc.hMichael Ellerman2022-04-032-12/+12
| * | powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
| * | powerpc/64: Fix build failure with allyesconfig in book3s_64_entry.SChristophe Leroy2022-03-281-2/+8
| * | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-289-18/+142
| |\ \
| | * | KVM: PPC: Use KVM_CAP_PPC_AIL_MODE_3Nicholas Piggin2022-03-083-1/+31