summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2023-01-24Merge branch 'kvm-v6.2-rc4-fixes' into HEADPaolo Bonzini
2023-01-11KVM: x86/xen: Avoid deadlock by adding kvm->arch.xen.xen_lock leaf node lockDavid Woodhouse
2023-01-11KVM: x86/xen: Fix potential deadlock in kvm_xen_update_runstate_guest()David Woodhouse
2023-01-11KVM: x86/xen: Fix lockdep warning on "recursive" gpc lockingDavid Woodhouse
2023-01-11Merge tag 'kvmarm-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2023-01-09KVM: x86: Do not return host topology information from KVM_GET_SUPPORTED_CPUIDPaolo Bonzini
2023-01-09KVM: nSVM: clarify recalc_intercepts() wrt CR8Paolo Bonzini
2023-01-08Merge tag 'powerpc-6.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-01-07Merge tag 'devicetree-fixes-for-6.2-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-01-06Merge tag 'tif-notify-signal-2023-01-06' of git://git.kernel.dk/linuxLinus Torvalds
2023-01-06Merge tag 'riscv-for-linus-6.2-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-06Merge tag 'perf-urgent-2023-01-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-01-06Merge tag 'v6.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-01-05riscv: uaccess: fix type of 0 variable on error in get_user()Ben Dooks
2023-01-05riscv, kprobes: Stricter c.jr/c.jalr decodingBjörn Töpel
2023-01-05Merge branch kvm-arm64/s1ptw-write-fault into kvmarm-master/fixesMarc Zyngier
2023-01-05Merge branch kvm-arm64/pmu-fixes-6.2 into kvmarm-master/fixesMarc Zyngier
2023-01-05KVM: arm64: vgic: Add Apple M2 cpus to the list of broken SEIS implementationsMarc Zyngier
2023-01-06powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman
2023-01-06powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman
2023-01-06powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman
2023-01-04perf/x86/rapl: Add support for Intel Emerald RapidsZhang Rui
2023-01-04perf/x86/rapl: Add support for Intel Meteor LakeZhang Rui
2023-01-04ARM: renumber bits related to _TIF_WORK_MASKJens Axboe
2023-01-04x86/bugs: Flush IBP in ib_prctl_set()Rodrigo Branco
2023-01-03of/fdt: run soc memory setup when early_init_dt_scan_memory failsAndreas Rammhold
2023-01-03perf/x86/rapl: Treat Tigerlake like IcelakeChris Wilson
2023-01-03x86/insn: Avoid namespace clash by separating instruction decoder MMIO type f...Jason A. Donenfeld
2023-01-03x86/asm: Fix an assembler warning with current binutilsMikulas Patocka
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier
2023-01-03KVM: arm64: Fix S1PTW handling on RO memslotsMarc Zyngier
2023-01-02x86/kexec: Fix double-free of elf header bufferTakashi Iwai
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-01Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-12-30crypto: arm64/sm4 - fix possible crash with CFI enabledTianjia Zhang
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson
2022-12-29KVM: Disable CPU hotplug during hardware enabling/disablingChao Gao
2022-12-29KVM: Rename and move CPUHP_AP_KVM_STARTING to ONLINE sectionChao Gao
2022-12-29KVM: x86: Do compatibility checks when onlining CPUChao Gao
2022-12-29KVM: x86: Move CPU compat checks hook to kvm_x86_ops (from kvm_x86_init_ops)Sean Christopherson
2022-12-29KVM: SVM: Check for SVM support in CPU compatibility checksSean Christopherson
2022-12-29KVM: VMX: Shuffle support checks and hardware enabling code aroundSean Christopherson
2022-12-29KVM: x86: Do VMX/SVM support checks directly in vendor codeSean Christopherson
2022-12-29KVM: VMX: Use current CPU's info to perform "disabled by BIOS?" checksSean Christopherson
2022-12-29KVM: x86: Unify pr_fmt to use module name for all KVM modulesSean Christopherson
2022-12-29KVM: x86: Use KBUILD_MODNAME to specify vendor module nameSean Christopherson
2022-12-29KVM: Drop kvm_arch_check_processor_compat() hookSean Christopherson
2022-12-29KVM: x86: Do CPU compatibility checks in x86 codeSean Christopherson
2022-12-29KVM: VMX: Make VMCS configuration/capabilities structs read-only after initSean Christopherson