summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2023-01-011-1/+1
|\
| * perf/x86/amd: fix potential integer overflow on shift of a intColin Ian King2022-12-271-1/+1
* | Merge tag 'x86_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-013-25/+17
|\ \
| * | x86/kprobes: Fix optprobe optimization check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-20/+8
| * | x86/kprobes: Fix kprobes instruction boudary check with CONFIG_RETHUNKMasami Hiramatsu (Google)2022-12-271-3/+7
| * | x86/calldepth: Fix incorrect init section referencesArnd Bergmann2022-12-271-2/+2
| |/
* | Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini2022-12-2811-115/+164
|\ \ | |/ |/|
| * KVM: x86: fix deadlock for KVM_XEN_EVTCHN_RESETPaolo Bonzini2022-12-281-3/+27
| * KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse2022-12-271-7/+7
| * KVM: x86/xen: Simplify eventfd IOCTLsMichal Luczaj2022-12-271-7/+1
| * KVM: x86/xen: Fix SRCU/RCU usage in readers of evtchn_portsPaolo Bonzini2022-12-271-11/+18
| * KVM: x86/xen: Use kvm_read_guest_virt() instead of open-coding it badlyDavid Woodhouse2022-12-271-38/+18
| * KVM: x86/xen: Fix memory leak in kvm_xen_write_hypercall_page()Michal Luczaj2022-12-271-3/+4
| * kvm: x86/mmu: Remove duplicated "be split" in spte.hLai Jiangshan2022-12-271-1/+1
| * KVM: x86/mmu: Don't install TDP MMU SPTE if SP has unexpected levelSean Christopherson2022-12-231-1/+3
| * KVM: x86/mmu: Re-check under lock that TDP MMU SP hugepage is disallowedSean Christopherson2022-12-231-1/+2
| * KVM: x86/mmu: Map TDP MMU leaf SPTE iff target level is reachedSean Christopherson2022-12-231-3/+11
| * KVM: x86/mmu: Don't attempt to map leaf if target TDP MMU SPTE is frozenSean Christopherson2022-12-231-3/+3
| * KVM: nVMX: Don't stuff secondary execution control if it's not supportedSean Christopherson2022-12-231-0/+7
| * KVM: nVMX: Properly expose ENABLE_USR_WAIT_PAUSE control to L1Sean Christopherson2022-12-231-1/+2
| * KVM: nVMX: Document that ignoring memory failures for VMCLEAR is deliberateSean Christopherson2022-12-231-4/+13
| * KVM: x86: Sanity check inputs to kvm_handle_memory_failure()Sean Christopherson2022-12-231-0/+3
| * KVM: x86: Simplify kvm_apic_hw_enabledPeng Hao2022-12-231-2/+2
| * KVM: x86: hyper-v: Fix 'using uninitialized value' Coverity warningVitaly Kuznetsov2022-12-231-27/+36
| * KVM: x86: ioapic: Fix level-triggered EOI and userspace I/OAPIC reconfigure raceAdamos Ttofari2022-12-231-2/+3
| * KVM: x86/pmu: Prevent zero period event from being repeatedly releasedLike Xu2022-12-232-2/+4
* | treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)2022-12-251-1/+1
* | Merge tag 'mips_6.2_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/...Linus Torvalds2022-12-232-1/+5
|\ \
| * | MIPS: dts: bcm63268: Add missing properties to the TWD nodeFlorian Fainelli2022-12-211-0/+2
| * | MIPS: ralink: mt7621: avoid to init common ralink reset controllerSergio Paracuellos2022-12-211-1/+3
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-2111-44/+97
|\ \ \
| * | | RISC-V: KVM: Add ONE_REG interface for mvendorid, marchid, and mimpidAnup Patel2022-12-072-0/+30
| * | | RISC-V: KVM: Save mvendorid, marchid, and mimpid when creating VCPUAnup Patel2022-12-073-6/+16
| * | | RISC-V: Export sbi_get_mvendorid() and friendsAnup Patel2022-12-071-0/+3
| * | | RISC-V: KVM: Move sbi related struct and functions to kvm_vcpu_sbi.hAnup Patel2022-12-072-8/+8
| * | | RISC-V: KVM: Use switch-case in kvm_riscv_vcpu_set/get_reg()Anup Patel2022-12-071-14/+22
| * | | RISC-V: KVM: Remove redundant includes of asm/csr.hAnup Patel2022-12-075-5/+0
| * | | RISC-V: KVM: Remove redundant includes of asm/kvm_vcpu_timer.hAnup Patel2022-12-071-1/+0
| * | | RISC-V: KVM: Fix reg_val check in kvm_riscv_vcpu_set_reg_config()Anup Patel2022-12-071-4/+7
| * | | RISC-V: KVM: Simplify kvm_arch_prepare_memory_region()Christophe JAILLET2022-12-071-3/+1
| * | | RISC-V: KVM: Exit run-loop immediately if xfer_to_guest failsAnup Patel2022-12-071-2/+3
| * | | RISC-V: KVM: use vma_lookup() instead of find_vma_intersection()Bo Liu2022-12-071-1/+1
| * | | RISC-V: KVM: Add exit logic to main.cXiakaiPan2022-12-071-0/+6
* | | | Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2022-12-211-0/+33
|\ \ \ \
| * | | | arm64: dts: xilinx: zynqmp: Add RPU subsystem device nodeTanmay Shah2022-11-251-0/+33
* | | | | m68k: remove broken strcmp implementationLinus Torvalds2022-12-211-20/+0
* | | | | Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-12-213-1/+3
|\ \ \ \ \
| * | | | | prandom: remove prandom_u32_max()Jason A. Donenfeld2022-12-201-1/+1
| * | | | | random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2022-12-202-0/+2
* | | | | | Merge tag 'm68knommu-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-201-2/+1
|\ \ \ \ \ \