summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-01-12csky: remove unused including <linux/version.h>Tian Tao1-1/+0
2021-01-12csky: Fix a size determination in gpr_get()Zhenzhong Duan1-1/+1
2021-01-12csky: Reconstruct VDSO frameworkGuo Ren13-89/+269
2021-01-12csky: mm: abort uaccess retries upon fatal signalGuo Ren1-1/+4
2021-01-12csky: Sync riscv mm/fault.c for easy maintenanceGuo Ren2-155/+189
2021-01-12csky: Fixup do_page_fault parent irq statusGuo Ren2-1/+5
2021-01-12csky: Add faulthandler_disabled() checkGuo Ren1-2/+2
2021-01-12csky: Fixup update_mmu_cache called with user io mappingGuo Ren1-0/+3
2021-01-12csky: Fixup FAULT_FLAG_XXX param for handle_mm_faultGuo Ren1-2/+21
2021-01-12csky: Add show_tlb for CPU_CK860 debugGuo Ren1-0/+121
2021-01-12csky: Fix TLB maintenance synchronization problemGuo Ren5-16/+69
2021-01-12csky: Add kmemleak supportGuo Ren1-0/+1
2021-01-12csky: Remove prologue of page fault handler in entry.SGuo Ren4-131/+48
2021-01-12csky: Fixup PTE global for 2.5:1.5 virtual memoryGuo Ren2-2/+8
2021-01-12csky: Cleanup asm/spinlock.hGuo Ren3-178/+1
2021-01-12csky: Fixup asm/cmpxchg.h with correct ordering barrierGuo Ren1-10/+17
2021-01-12csky: Fixup futex SMP implementationGuo Ren2-0/+122
2021-01-12csky: Fixup barrier designGuo Ren1-22/+60
2021-01-12csky: Remove custom asm/atomic.h implementationGuo Ren1-212/+0
2021-01-12csky: Fixup show_regs doesn't contain regs->uspGuo Ren1-2/+3
2021-01-12csky: Fixup perf probe failedGuo Ren1-1/+1
2021-01-12csky: Add memory layout 2.5G(user):1.5G(kernel)Guo Ren19-51/+113
2021-01-10Merge tag 'arc-5.11-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-1/+3
2021-01-10Merge tag 'powerpc-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-1/+10
2021-01-10Merge tag 'x86_urgent_for_v5.11_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-73/+63
2021-01-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds30-212/+292
2021-01-09Merge tag 'arm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-8/+23
2021-01-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds10-18/+27
2021-01-09ARC: [hsdk]: Enable FPU_SAVE_RESTOREVineet Gupta1-0/+1
2021-01-08Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+1
2021-01-08ARM: picoxcell: fix missing interrupt-parent propertiesArnd Bergmann1-0/+4
2021-01-08KVM: x86: __kvm_vcpu_halt can be staticPaolo Bonzini1-1/+1
2021-01-08Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini17-115/+114
2021-01-08x86/resctrl: Don't move a task to the same resource groupFenghua Yu1-0/+7
2021-01-08x86/resctrl: Use an IPI instead of task_work_add() to update PQR_ASSOC MSRFenghua Yu1-69/+43
2021-01-08KVM: SVM: Add support for booting APs in an SEV-ES guestTom Lendacky7-6/+61
2021-01-08KVM: nSVM: cancel KVM_REQ_GET_NESTED_STATE_PAGES on nested vmexitMaxim Levitsky3-1/+8
2021-01-08KVM: nSVM: mark vmcb as dirty when forcingly leaving the guest modeMaxim Levitsky1-0/+1
2021-01-08KVM: nSVM: correctly restore nested_run_pending on migrationMaxim Levitsky1-0/+4
2021-01-08KVM: x86/mmu: Clarify TDP MMU page list invariantsBen Gardon1-2/+14
2021-01-08KVM: x86/mmu: Ensure TDP MMU roots are freed after yieldBen Gardon1-56/+48
2021-01-08KVM: x86: change in pv_eoi_get_pending() to make code more readableStephen Zhang1-1/+1
2021-01-08KVM: x86: fix shift out of bounds reported by UBSANPaolo Bonzini1-1/+1
2021-01-08KVM/SVM: Remove leftover __svm_vcpu_run prototype from svm.cUros Bizjak1-2/+0
2021-01-08KVM: SVM: Add register operand to vmsave call in sev_es_vcpu_loadNathan Chancellor1-1/+1
2021-01-08Merge branch 'kvm-master' into kvm-nextPaolo Bonzini231-924/+1522
2021-01-08KVM: x86/mmu: Optimize not-present/MMIO SPTE check in get_mmio_spte()Sean Christopherson1-7/+13
2021-01-08KVM: x86/mmu: Use raw level to index into MMIO walks' sptes arraySean Christopherson2-9/+8
2021-01-08KVM: x86/mmu: Get root level from walkers when retrieving MMIO SPTESean Christopherson3-11/+13
2021-01-08KVM: x86/mmu: Use -1 to flag an undefined spte in get_mmio_spte()Sean Christopherson2-2/+7