summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* fs/proc/kcore.c: allow translation of physical memory addressesAlexander Gordeev2024-10-091-0/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-10-069-42/+82
|\
| * Merge tag 'kvmarm-fixes-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2024-10-061400-19326/+55927
| |\
| | * KVM: arm64: Fix kvm_has_feat*() handling of negative featuresMarc Zyngier2024-10-031-12/+13
| | * KVM: arm64: Constrain the host to the maximum shared SVE VL with pKVMMark Brown2024-10-012-6/+8
| | * KVM: arm64: Fix __pkvm_init_vcpu cptr_el2 error pathVincent Donnefort2024-10-011-2/+4
| * | x86/reboot: emergency callbacks are now registered by common KVM codePaolo Bonzini2024-10-062-4/+4
| * | KVM: x86: leave kvm.ko out of the build if no vendor module is requestedPaolo Bonzini2024-10-062-4/+7
| * | KVM: x86/mmu: fix KVM_X86_QUIRK_SLOT_ZAP_ALL for shadow MMUPaolo Bonzini2024-10-041-14/+46
* | | Merge tag 'powerpc-6.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-10-061-1/+1
|\ \ \
| * | | powerpc/vdso: allow r30 in vDSO code generation of getrandomJason A. Donenfeld2024-09-301-1/+1
| | |/ | |/|
* | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-10-044-4/+10
|\ \ \
| * | | arm64: Subscribe Microsoft Azure Cobalt 100 to erratum 3194386Easwar Hariharan2024-10-041-0/+1
| * | | arm64: fix selection of HAVE_DYNAMIC_FTRACE_WITH_ARGSMark Rutland2024-10-011-3/+2
| * | | arm64: errata: Expand speculative SSBS workaround once moreMark Rutland2024-10-012-0/+4
| * | | arm64: cputype: Add Neoverse-N3 definitionsMark Rutland2024-10-011-0/+2
| * | | arm64: Force position-independent veneersMark Rutland2024-10-011-1/+1
| |/ /
* | | Merge tag 'riscv-for-linus-6.12-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-10-042-3/+7
|\ \ \
| * | | riscv: Fix kernel stack size when KASAN is enabledAlexandre Ghiti2024-10-012-3/+7
| |/ /
* | | Merge tag 'trace-v6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-10-041-0/+2
|\ \ \
| * | | x86/ftrace: Include <asm/ptrace.h>Sami Tolvanen2024-10-031-0/+2
| |/ /
* | | Merge tag 'rust-fixes-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-10-041-1/+17
|\ \ \
| * | | cfi: encode cfi normalized integers + kasan/gcov bug in KconfigAlice Ryhl2024-09-261-1/+17
* | | | move asm/unaligned.h to linux/unaligned.hAl Viro2024-10-0243-43/+43
* | | | arc: get rid of private asm/unaligned.hAl Viro2024-10-025-27/+19
* | | | parisc: get rid of private asm/unaligned.hAl Viro2024-10-024-11/+6
| |/ / |/| |
* | | x86: kvm: fix build errorLinus Torvalds2024-09-291-0/+2
* | | Merge tag 'x86-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-292-0/+11
|\ \ \
| * | | x86/cpu: Add two Intel CPU model numbersTony Luck2024-09-261-0/+5
| * | | x86/tdx: Fix "in-kernel MMIO" checkAlexey Gladkov (Intel)2024-09-261-0/+6
* | | | Merge tag 'locking-urgent-2024-09-29' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-09-292-6/+9
|\ \ \ \
| * \ \ \ Merge branch 'locking/core' into locking/urgent, to pick up pending commitsIngo Molnar2024-09-292-6/+9
| |\ \ \ \
| | * | | | locking/atomic/x86: Redeclare x86_32 arch_atomic64_{add,sub}() as voidUros Bizjak2024-07-171-4/+2
| | * | | | locking/atomic/x86: Introduce the read64_nonatomic macro to x86_32 with cx8Uros Bizjak2024-07-171-2/+7
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-09-2846-1071/+1368
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'kvm-x86-vmx-6.12' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-09-1712-37/+105
| |\ \ \ \ \
| | * | | | | KVM: VMX: Set PFERR_GUEST_{FINAL,PAGE}_MASK if and only if the GVA is validSean Christopherson2024-09-101-2/+3
| | * | | | | KVM: nVMX: Assert that vcpu->mutex is held when accessing secondary VMCSesSean Christopherson2024-09-101-0/+6
| | * | | | | KVM: nVMX: Explicitly invalidate posted_intr_nv if PI is disabled at VM-EnterSean Christopherson2024-09-102-2/+11
| | * | | | | KVM: x86: Fold kvm_get_apic_interrupt() into kvm_cpu_get_interrupt()Sean Christopherson2024-09-103-13/+5
| | * | | | | KVM: nVMX: Detect nested posted interrupt NV at nested VM-Exit injectionSean Christopherson2024-09-101-0/+14
| | * | | | | KVM: nVMX: Suppress external interrupt VM-Exit injection if there's no IRQSean Christopherson2024-09-101-1/+2
| | * | | | | KVM: nVMX: Get to-be-acknowledge IRQ for nested VM-Exit at injection siteSean Christopherson2024-09-103-10/+30
| | * | | | | KVM: x86: Move "ack" phase of local APIC IRQ delivery to separate APISean Christopherson2024-09-102-4/+14
| | * | | | | KVM: VMX: Also clear SGX EDECCSSA in KVM CPU caps when SGX is disabledKai Huang2024-09-101-0/+1
| | * | | | | KVM: VMX: hyper-v: Prevent impossible NULL pointer dereference in evmcs_load()Vitaly Kuznetsov2024-08-221-0/+8
| | * | | | | KVM: nVMX: Use vmx_segment_cache_clear() instead of open coded equivalentMaxim Levitsky2024-08-223-5/+7
| | * | | | | KVM: nVMX: Honor userspace MSR filter lists for nested VM-Enter/VM-ExitSean Christopherson2024-08-223-8/+12
| | * | | | | KVM: VMX: Do not account for temporary memory allocation in ECREATE emulationKai Huang2024-08-221-1/+1
| | * | | | | KVM: VMX: Modify the BUILD_BUG_ON_MSG of the 32-bit field in the vmcs_check16...Qiang Liu2024-08-221-1/+1