summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'loongarch-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-10-2413-46/+71
|\
| * LoongArch: KVM: Mark hrtimer to expire in hard interrupt contextHuacai Chen2024-10-232-4/+5
| * LoongArch: Make KASAN usable for variable cpu_vabitsHuacai Chen2024-10-231-1/+1
| * LoongArch: Set initial pte entry with PAGE_GLOBAL for kernel spaceBibo Mao2024-10-214-28/+40
| * LoongArch: Don't crash in stack_top() for tasks without vDSOThomas Weißschuh2024-10-211-7/+9
| * LoongArch: Set correct size for vDSO code mappingHuacai Chen2024-10-211-4/+4
| * LoongArch: Enable IRQ if do_ale() triggered in irq-enabled contextHuacai Chen2024-10-211-0/+5
| * LoongArch: Get correct cores_per_package for SMT systemsHuacai Chen2024-10-212-1/+6
| * LoongArch: Use "Exception return address" to comment ERAYanteng Si2024-10-211-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-2118-77/+252
|\ \ | |/ |/|
| * Merge tag 'kvmarm-fixes-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-206-27/+49
| |\
| | * KVM: arm64: Ensure vgic_ready() is ordered against MMIO registrationOliver Upton2024-10-171-2/+11
| | * KVM: arm64: vgic: Don't check for vgic_ready() when setting NR_IRQSOliver Upton2024-10-171-1/+6
| | * KVM: arm64: Fix shift-out-of-bounds bugIlkka Koskinen2024-10-171-1/+1
| | * KVM: arm64: Shave a few bytes from the EL2 idmap codeMarc Zyngier2024-10-173-23/+31
| * | Merge tag 'kvmarm-fixes-6.12-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-209-32/+170
| |\|
| | * KVM: arm64: Don't eagerly teardown the vgic on init errorMarc Zyngier2024-10-112-3/+6
| | * KVM: arm64: Expose S1PIE to guestsMark Brown2024-10-081-1/+3
| | * KVM: arm64: nv: Clarify safety of allowing TLBI unmaps to rescheduleOliver Upton2024-10-081-0/+27
| | * KVM: arm64: nv: Punt stage-2 recycling to a vCPU requestOliver Upton2024-10-084-2/+37
| | * KVM: arm64: nv: Do not block when unmapping stage-2 if disallowedOliver Upton2024-10-085-15/+17
| | * KVM: arm64: nv: Keep reference on stage-2 MMU when scheduled outOliver Upton2024-10-081-3/+18
| | * KVM: arm64: Unregister redistributor for failed vCPU creationOliver Upton2024-10-081-1/+21
| | * Merge branch kvm-arm64/idregs-6.12 into kvmarm/fixesMarc Zyngier2024-10-082-8/+42
| | |\
| | | * KVM: arm64: Allow userspace to change ID_AA64PFR1_EL1Shaoqin Huang2024-08-251-1/+13
| | | * KVM: arm64: Use kvm_has_feat() to check if FEAT_SSBS is advertised to the guestShaoqin Huang2024-08-251-6/+6
| | | * KVM: arm64: Disable fields that KVM doesn't know how to handle in ID_AA64PFR1...Shaoqin Huang2024-08-251-0/+8
| | | * KVM: arm64: Make the exposed feature bits in AA64DFR0_EL1 writable from users...Shameer Kolothum2024-08-221-1/+15
| * | | RISCV: KVM: use raw_spinlock for critical section in imsicCyan Yang2024-10-201-4/+4
| * | | KVM: nSVM: Ignore nCR3[4:0] when loading PDPTEs from memorySean Christopherson2024-10-201-1/+5
| * | | KVM: VMX: reset the segment cache after segment init in vmx_vcpu_reset()Maxim Levitsky2024-10-201-3/+3
| * | | KVM: x86/mmu: Add lockdep assert to enforce safe usage of kvm_unmap_gfn_range()Sean Christopherson2024-10-201-0/+11
| * | | KVM: x86/mmu: Zap only SPs that shadow gPTEs when deleting memslotSean Christopherson2024-10-201-10/+6
| * | | x86/kvm: Override default caching mode for SEV-SNP and TDXKirill A. Shutemov2024-10-201-0/+4
* | | | Merge tag 'x86_urgent_for_v6.12_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-207-16/+47
|\ \ \ \
| * | | | x86/apic: Always explicitly disarm TSC-deadline timerZhang Rui2024-10-151-1/+13
| * | | | x86/CPU/AMD: Only apply Zenbleed fix for Zen2 during late microcode loadJohn Allen2024-10-111-1/+2
| * | | | x86/bugs: Use code segment selector for VERW operandPawan Gupta2024-10-091-1/+10
| * | | | x86/entry_32: Clear CPU buffers after register restore in NMI returnPawan Gupta2024-10-091-1/+2
| * | | | x86/entry_32: Do not clobber user EFLAGS.ZFPawan Gupta2024-10-091-1/+2
| * | | | x86/resctrl: Annotate get_mem_config() functions as __initNathan Chancellor2024-10-081-2/+2
| * | | | x86/resctrl: Avoid overflow in MB settings in bw_validate()Martin Kletzander2024-10-081-9/+14
| * | | | x86/amd_nb: Add new PCI ID for AMD family 1Ah model 20hRichard Gong2024-10-071-0/+2
* | | | | Merge tag 'rust-fixes-6.12-2' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-10-191-14/+12
|\ \ \ \ \
| * | | | | cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl2024-10-131-14/+12
| |/ / / /
* | | | | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-10-191-3/+5
|\ \ \ \ \
| * | | | | riscv, bpf: Make BPF_CMPXCHG fully orderedAndrea Parri2024-10-171-2/+2
| * | | | | riscv, bpf: Fix possible infinite tailcall when CONFIG_CFI_CLANG is enabledPu Lehui2024-10-101-1/+3
* | | | | | Merge tag 'powerpc-6.12-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-10-181-0/+1
|\ \ \ \ \ \
| * | | | | | powerpc/powernv: Free name on error in opal_event_init()Michael Ellerman2024-10-161-0/+1