summaryrefslogtreecommitdiffstats
path: root/virt (unfollow)
Commit message (Expand)AuthorFilesLines
2023-08-04misc: bcm_vk: Fix potential deadlock on &vk->ctx_lockChengfeng Ye2-8/+8
2023-08-04pcmcia : make PCMCIA depend on HAS_IOMEMBaoquan He1-0/+1
2023-08-04misc: open-dice: make OPEN_DICE depend on HAS_IOMEMBaoquan He1-0/+1
2023-08-04char: xillybus: make XILLYBUS_OF depend on HAS_IOMEMBaoquan He1-1/+1
2023-08-04misc: hi6421-spmi-pmic: Remove redundant dev_err()Ruan Jinjie1-3/+1
2023-08-04misc: Explicitly include correct DT includesRob Herring9-7/+10
2023-08-04misc: tps6594-esm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04misc: tps6594-pfsm: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-04misc: xilinx_tmr_manager: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-04misc/xilinx_sdfec: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-08-04misc: atmel-ssc: Use devm_platform_get_and_ioremap_resource()Yangtao Li1-2/+1
2023-08-04misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX EEPROM...Kumaravel Thiagarajan1-0/+140
2023-08-04misc: microchip: pci1xxxx: Add support to read and write into PCI1XXXX OTP vi...Kumaravel Thiagarajan4-1/+307
2023-08-04dyndbg: add source filename to prefixThomas Weißschuh3-3/+10
2023-08-04dyndbg: increase PREFIX_SIZE to 128Thomas Weißschuh1-1/+1
2023-08-04dyndbg: constify opt_arrayThomas Weißschuh1-1/+1
2023-08-04binderfs: Drop unused #include <linux/radix-tree.h>Uwe Kleine-König1-1/+0
2023-08-04android: Remove error checking for debugfs_create_dir()Wang Ming1-11/+9
2023-07-30Linux 6.5-rc4v6.5-rc4Linus Torvalds1-1/+1
2023-07-30mei: gsc: add module descriptionTomas Winkler1-0/+1
2023-07-30mei: pxp: Keep a const qualifier when calling mei_cldev_send()Christophe JAILLET1-2/+1
2023-07-30char: Explicitly include correct DT includesRob Herring2-2/+2
2023-07-30MAINTAINERS: Add drivers/firmware/google/ entryBrian Norris1-0/+9
2023-07-30firmware: stratix10-svc: Fix an NULL vs IS_ERR() bug in probeWang Ming1-1/+1
2023-07-30mei: obtain firmware version only on gsc.Alexander Usyskin3-3/+12
2023-07-30mei: bus: enable asynchronous suspend.Alexander Usyskin1-0/+1
2023-07-30mei: log firmware status on hw_start failure.Alexander Usyskin1-1/+4
2023-07-30x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap1-6/+0
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim64-75/+63
2023-07-29KVM: selftests: Expand x86's sregs test to cover illegal CR0 valuesSean Christopherson1-31/+39
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson1-4/+9
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson5-20/+52
2023-07-29Revert "debugfs, coccinelle: check for obsolete DEFINE_SIMPLE_ATTRIBUTE() usage"Sean Christopherson1-68/+0
2023-07-29KVM: selftests: Verify stats fd is usable after VM fd has been closedSean Christopherson1-2/+8
2023-07-29KVM: selftests: Verify stats fd can be dup()'d and readSean Christopherson1-1/+7
2023-07-29KVM: selftests: Verify userspace can create "redundant" binary stats filesSean Christopherson1-2/+23
2023-07-29KVM: selftests: Explicitly free vcpus array in binary stats testSean Christopherson1-0/+1
2023-07-29KVM: selftests: Clean up stats fd in common stats_test() helperSean Christopherson1-18/+4
2023-07-29KVM: selftests: Use pread() to read binary stats headerSean Christopherson2-4/+8
2023-07-29KVM: Grab a reference to KVM for VM and vCPU stats file descriptorsSean Christopherson1-0/+24
2023-07-29selftests/rseq: Play nice with binaries statically linked against glibc 2.35+Sean Christopherson1-6/+22
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson1-8/+2
2023-07-29KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson1-0/+4
2023-07-29KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson1-2/+1
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson3-9/+26
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu1-1/+1
2023-07-29KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao1-1/+2
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky1-3/+7
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky1-1/+4
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky1-7/+13