summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland2024-03-261-2/+2
| | * | | riscv: mm: Fix prototype to avoid discarding constSamuel Holland2024-03-261-2/+2
| | |/ /
| * | | Merge tag 's390-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2024-04-057-58/+67
| |\ \ \
| | * | | s390/entry: align system call table on 8 bytesSumanth Korikkar2024-04-031-0/+1
| | * | | s390/pai: fix sampling event removal for PMU device driverThomas Richter2024-04-032-6/+14
| | * | | s390/preempt: mark all functions __always_inlineIlya Leoshkevich2024-04-031-18/+18
| | * | | s390/atomic: mark all functions __always_inlineIlya Leoshkevich2024-04-032-33/+33
| | * | | s390/mm: fix NULL pointer dereferenceHeiko Carstens2024-04-031-1/+1
| | | |/ | | |/|
| * | | x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson2024-04-042-0/+4
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-0445-208/+356
|\| | |
| * | | Merge tag 'net-6.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-04-044-15/+14
| |\ \ \
| | * \ \ Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-04-043-15/+12
| | |\ \ \
| | | * | | x86/bpf: Fix IP for relocating call depth accountingJoan Bruguera Micó2024-04-013-15/+12
| | | * | | x86/bpf: Fix IP after emitting call depth accountingUros Bizjak2024-04-011-1/+1
| | * | | | arm64: dts: qcom: sc7180-trogdor: mark bluetooth address as brokenJohan Hovold2024-03-291-0/+2
| | |/ / /
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2024-04-0314-90/+167
| |\ \ \ \
| | * \ \ \ Merge tag 'kvm-riscv-fixes-6.9-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2024-04-022-7/+32
| | |\ \ \ \
| | | * | | | RISC-V: KVM: Fix APLIC in_clrip[x] read emulationAnup Patel2024-03-261-3/+18
| | | * | | | RISC-V: KVM: Fix APLIC setipnum_le/be write emulationAnup Patel2024-03-251-3/+13
| | | * | | | RISC-V: KVM: Remove second semicolonColin Ian King2024-03-251-1/+1
| | | | |_|/ | | | |/| |
| | * | | | Merge tag 'kvmarm-fixes-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2024-04-02230-1955/+7146
| | |\ \ \ \
| | | * | | | KVM: arm64: Rationalise KVM banner outputMarc Zyngier2024-04-011-8/+5
| | | * | | | arm64: Fix early handling of FEAT_E2H0 not being implementedMarc Zyngier2024-04-011-13/+16
| | | * | | | KVM: arm64: Ensure target address is granule-aligned for range TLBIWill Deacon2024-04-011-4/+7
| | | * | | | KVM: arm64: Use TLBI_TTL_UNKNOWN in __kvm_tlb_flush_vmid_range()Will Deacon2024-04-012-2/+4
| | | * | | | KVM: arm64: Don't pass a TLBI level hint when zapping table entriesWill Deacon2024-04-011-5/+7
| | | * | | | KVM: arm64: Don't defer TLB invalidation when zapping table entriesWill Deacon2024-04-011-1/+3
| | | * | | | KVM: arm64: Fix out-of-IPA space translation fault handlingWujie Duan2024-03-261-1/+1
| | | |/ / /
| | * | | | Merge tag 'kvm-x86-pvunhalt-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-181-16/+26
| | |\ \ \ \
| | | * | | | KVM: x86: Use actual kvm_cpuid.base for clearing KVM_FEATURE_PV_UNHALTVitaly Kuznetsov2024-03-061-14/+17
| | | * | | | KVM: x86: Introduce __kvm_get_hypervisor_cpuid() helperVitaly Kuznetsov2024-03-061-3/+10
| | * | | | | KVM: SEV: fix compat ABI for KVM_MEMORY_ENCRYPT_OPPaolo Bonzini2024-03-181-0/+23
| | * | | | | Merge tag 'kvm-x86-asyncpf_abi-6.9' of https://github.com/kvm-x86/linux into ...Paolo Bonzini2024-03-182-6/+6
| | |\ \ \ \ \
| | | * | | | | x86/kvm: Use separate percpu variable to track the enabling of asyncpfXiaoyao Li2024-02-062-6/+6
| | | |/ / / /
| | * | | | | Merge tag 'kvm-x86-svm-6.9' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2024-03-182-29/+39
| | |\ \ \ \ \
| | | * | | | | KVM: SVM: Return -EINVAL instead of -EBUSY on attempt to re-init SEV/SEV-ESSean Christopherson2024-02-061-2/+1
| | | * | | | | KVM: SVM: Add support for allowing zero SEV ASIDsAshish Kalra2024-02-061-10/+19
| | | * | | | | KVM: SVM: Use unsigned integers when dealing with ASIDsSean Christopherson2024-02-062-13/+15
| | | * | | | | KVM: SVM: Set sev->asid in sev_asid_new() instead of overloading the returnSean Christopherson2024-02-061-5/+5
| | | |/ / / /
| * | | | | / x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)2024-04-031-1/+4
| | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'kbuild-fixes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-03-311-9/+9
| |\ \ \ \ \
| | * | | | | MIPS: move unselectable FIT_IMAGE_FDT_EPM5 out of the "System type" choiceMasahiro Yamada2024-03-271-9/+9
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'perf_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-03-317-16/+62
| |\ \ \ \ \
| | * | | | | perf/x86/amd/core: Define a proper ref-cycles event for Zen 4 and laterSandipan Das2024-03-261-0/+15
| | * | | | | perf/x86/amd/core: Update and fix stalled-cycles-* events for Zen 2 and laterSandipan Das2024-03-261-3/+17
| | * | | | | perf/x86/amd/lbr: Use freeze based on availabilitySandipan Das2024-03-254-8/+21
| | * | | | | x86/cpufeatures: Add new word for scattered featuresSandipan Das2024-03-254-5/+9
| | |/ / / /
| * | | | | Merge tag 'x86_urgent_for_v6.9_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-3115-63/+63
| |\ \ \ \ \
| | * | | | | x86/build: Use obj-y to descend into arch/x86/virt/Masahiro Yamada2024-03-303-4/+2
| | * | | | | x86/sev: Skip ROM range scans and validation for SEV-SNP guestsKevin Loughlin2024-03-268-31/+39