Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-05-12KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson
2022-05-12KVM: x86/mmu: Add RET_PF_CONTINUE to eliminate bool+int* "returns"Sean Christopherson
2022-05-12KVM: x86/mmu: Drop exec/NX check from "page fault can be fast"Sean Christopherson
2022-05-12KVM: x86/mmu: Don't attempt fast page fault just because EPT is in useSean Christopherson
2022-05-12KVM: VMX: clean up pi_wakeup_handlerLi RongQing
2022-05-12KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky
2022-05-12arm64: Enable repeat tlbi workaround on KRYO4XX gold CPUsShreyas K K
2022-05-12arm64: cpufeature: remove duplicate ID_AA64ISAR2_EL1 entryKristina Martsenko
2022-05-11KVM: PPC: Book3S PR: Enable MSR_DR for switch_mmu_context()Alexander Graf
2022-05-10arm64: vdso: fix makefile dependency on vdso.soJoey Gouly
2022-05-10KVM: arm64: pkvm: Don't mask already zeroed FEAT_SVEOliver Upton
2022-05-10KVM: arm64: pkvm: Drop unnecessary FP/SIMD trap handlerOliver Upton
2022-05-10arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear mapMike Rapoport
2022-05-08Merge tag 'for-5.18/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-08Merge tag 'powerpc-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2022-05-08Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-05-08Revert "parisc: Increase parisc_cache_flush_threshold setting"Helge Deller
2022-05-08parisc: Mark cr16 clock unstable on all SMP machinesHelge Deller
2022-05-08parisc: Fix typos in commentsJulia Lawall
2022-05-08parisc: Change MAX_ADDRESS to become unsigned long longHelge Deller
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller
2022-05-08parisc: Re-enable GENERIC_CPU_DEVICES for !SMPHelge Deller
2022-05-08parisc: Update 32- and 64-bit defconfigsHelge Deller
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller
2022-05-08Revert "parisc: Fix patch code locking and flushing"Helge Deller
2022-05-08Revert "parisc: Mark sched_clock unstable only if clocks are not syncronized"Helge Deller
2022-05-08Revert "parisc: Mark cr16 CPU clocksource unstable on all SMP machines"Helge Deller
2022-05-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-05-06Merge tag 'riscv-for-linus-5.18-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-05-06KVM: VMX: Exit to userspace if vCPU has injected exception and invalid stateSean Christopherson
2022-05-06KVM: SEV: Mark nested locking of vcpu->lockPeter Gonda
2022-05-06KVM: arm64: nvhe: Eliminate kernel-doc warningsRandy Dunlap
2022-05-06KVM: arm64: Avoid unnecessary absolute addressing via literalsArd Biesheuvel
2022-05-06powerpc/papr_scm: Fix buffer overflow issue with CONFIG_FORTIFY_SOURCEKajol Jain
2022-05-05Merge tag 's390-5.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2022-05-05Merge tag 'mips-fixes_5.18_1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-05-05x86/fpu: Prevent FPU state corruptionThomas Gleixner
2022-05-04KVM: arm64: Print emulated register table name when it is unsortedAlexandru Elisei
2022-05-04KVM: arm64: Don't BUG_ON() if emulated register table is unsortedAlexandru Elisei
2022-05-04KVM: arm64: vgic-v3: Advertise GICR_CTLR.{IR, CES} as a new GICD_IIDR revisionMarc Zyngier
2022-05-04KVM: arm64: vgic-v3: Implement MMIO-based LPI invalidationMarc Zyngier
2022-05-04KVM: arm64: vgic-v3: Expose GICR_CTLR.RWP when disabling LPIsMarc Zyngier
2022-05-04powerpc/vdso: Fix incorrect CFI in gettimeofday.SMichael Ellerman
2022-05-04powerpc/pseries/vas: Use QoS credits from the userspaceHaren Myneni
2022-05-04Merge branch kvm-arm64/aarch32-idreg-trap into kvmarm-master/nextMarc Zyngier
2022-05-04Merge branch kvm-arm64/hyp-stack-guard into kvmarm-master/nextMarc Zyngier
2022-05-04Merge branch kvm-arm64/wfxt into kvmarm-master/nextMarc Zyngier
2022-05-04Merge remote-tracking branch 'arm64/for-next/sme' into kvmarm-master/nextMarc Zyngier
2022-05-04KVM: arm64: Implement PSCI SYSTEM_SUSPENDOliver Upton
2022-05-04KVM: arm64: Add support for userspace to suspend a vCPUOliver Upton