aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2022-06-29bpf: per-cgroup lsm flavorGravatar Stanislav Fomichev 1-8/+16
2022-06-21bpf, arm64: Keep tail call count across bpf2bpf callsGravatar Jakub Sitnicki 1-1/+8
2022-06-21bpf, x64: Add predicate for bpf2bpf with tailcalls support in JITGravatar Tony Ambardar 1-0/+6
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 3-17/+8
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 42-277/+688
2022-06-16Merge tag 'net-5.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+5
2022-06-14arm64: dts: rockchip: Add mt7531 dsa node to BPI-R2-Pro boardGravatar Frank Wunderlich 1-0/+48
2022-06-14ARM: dts: at91: ksz9477_evb: fix port/phy validationGravatar Oleksij Rempel 1-0/+5
2022-06-14bpf, arm: Remove unused function emit_a32_alu_r()Gravatar YueHaibing 1-16/+0
2022-06-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 23-201/+293
2022-06-14Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 8-39/+353
2022-06-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+6
2022-06-11Merge tag 'loongarch-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 11-36/+31
2022-06-10um: virt-pci: set device ready in probe()Gravatar Vincent Whitchurch 1-1/+6
2022-06-10Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 4-8/+24
2022-06-10arm64: Add kasan_hw_tags_enable() prototype to silence sparseGravatar Catalin Marinas 1-0/+6
2022-06-10Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 12-29/+21
2022-06-10arm64/sme: Fix EFI save/restoreGravatar Mark Brown 1-4/+14
2022-06-10arm64/fpsimd: Fix typo in commentGravatar Xiang wangx 1-1/+1
2022-06-10arm64/sysreg: Fix typo in Enum element regexGravatar Alejandro Tafalla 1-1/+1
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 11-21/+38
2022-06-09Merge tag 'net-5.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-0/+1
2022-06-09gcc-12: disable '-Warray-bounds' universally for nowGravatar Linus Torvalds 2-9/+2
2022-06-09KVM: x86: SVM: fix nested PAUSE filtering when L0 intercepts PAUSEGravatar Paolo Bonzini 2-20/+23
2022-06-09KVM: x86: SVM: drop preempt-safe wrappers for avic_vcpu_load/putGravatar Maxim Levitsky 3-27/+8
2022-06-09KVM: x86: disable preemption while updating apicv inhibitionGravatar Maxim Levitsky 1-0/+2
2022-06-09KVM: x86: SVM: fix avic_kick_target_vcpus_fastGravatar Maxim Levitsky 1-36/+69
2022-06-09KVM: x86: SVM: remove avic's broken code that updated APIC IDGravatar Maxim Levitsky 1-35/+0
2022-06-09KVM: x86: inhibit APICv/AVIC on changes to APIC ID or APIC baseGravatar Maxim Levitsky 4-6/+37
2022-06-09KVM: x86: document AVIC/APICv inhibit reasonsGravatar Maxim Levitsky 1-2/+57
2022-06-09KVM: x86/mmu: Set memory encryption "value", not "mask", in shadow PDPTRsGravatar Yuan Yao 1-1/+1
2022-06-09Merge tag 'kvmarm-fixes-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Paolo Bonzini 13-73/+95
2022-06-09Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Gravatar Paolo Bonzini 2871-41232/+93627
2022-06-09powerpc/32: Fix overread/overwrite of thread_struct via ptraceGravatar Michael Ellerman 2-6/+17
2022-06-09KVM: arm64: Drop stale commentGravatar Marc Zyngier 1-5/+0
2022-06-09KVM: arm64: Remove redundant hyp_assert_lock_held() assertionsGravatar Will Deacon 1-4/+0
2022-06-09KVM: arm64: Extend comment in has_vhe()Gravatar Will Deacon 1-0/+3
2022-06-09KVM: arm64: Ignore 'kvm-arm.mode=protected' when using VHEGravatar Will Deacon 2-10/+6
2022-06-09KVM: arm64: Handle all ID registers trapped for a protected VMGravatar Marc Zyngier 1-8/+34
2022-06-09KVM: arm64: Return error from kvm_arch_init_vm() on allocation failureGravatar Will Deacon 1-1/+3
2022-06-09RISC-V: KVM: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-06-08arm64/sme: Fix tests for 0b1111 value ID registersGravatar Mark Brown 1-2/+2
2022-06-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 12-37/+113
2022-06-08KVM: arm64: Warn if accessing timer pending state outside of vcpu contextGravatar Marc Zyngier 1-0/+3
2022-06-08KVM: arm64: Replace vgic_v3_uaccess_read_pending with vgic_uaccess_read_pendingGravatar Marc Zyngier 2-39/+22
2022-06-08KVM: x86: do not report a vCPU as preempted outside instruction boundariesGravatar Paolo Bonzini 4-0/+28
2022-06-08KVM: x86: do not set st->preempted when going back to user spaceGravatar Paolo Bonzini 2-14/+18
2022-06-08LoongArch: Remove MIPS comment about cycle counterGravatar Jason A. Donenfeld 1-7/+0
2022-06-08LoongArch: Fix copy_thread() build errorsGravatar Huacai Chen 1-6/+8
2022-06-08LoongArch: Fix the !CONFIG_SMP buildGravatar Huacai Chen 9-23/+23