summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* KVM: vmx: remove unused variablePaolo Bonzini2020-10-311-2/+0
* KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov2020-10-313-5/+5
* KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai2020-10-301-4/+4
* KVM: x86: replace static const variables with macrosPaolo Bonzini2020-10-303-21/+21
* Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-10-3011-37/+96
|\
| * KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef2020-10-301-0/+19
| * arm64: cpufeature: upgrade hyp caps to finalMark Rutland2020-10-303-15/+24
| * arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland2020-10-301-8/+8
| * KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland2020-10-301-5/+16
| * KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla2020-10-291-0/+1
| * KVM: arm64: Use fallback mapping sizes for contiguous huge page sizesGavin Shan2020-10-291-7/+19
| * KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon2020-10-291-1/+1
| * KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier2020-10-292-3/+4
| * KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon2020-10-291-1/+1
| * KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier2020-10-291-2/+0
| * KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier2020-10-291-1/+0
| * KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier2020-10-291-7/+16
* | x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse2020-10-281-0/+1
* | treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-2567-104/+104
* | Merge branch 'parisc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-253-9/+87
|\ \
| * | parisc: Add wrapper syscalls to fix O_NONBLOCK flag usageHelge Deller2020-10-232-7/+78
| * | parisc: Improve error return codes when setting rtc timeHelge Deller2020-10-221-2/+9
* | | Merge tag 'for-linus-5.10b-rc1c-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-252-8/+13
|\ \ \
| * | | xen/events: only register debug interrupt for 2-level eventsJuergen Gross2020-10-232-8/+13
* | | | Merge tag 'dma-mapping-5.10-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-10-241-1/+1
|\ \ \ \
| * | | | ARM/sa1111: add a missing include of dma-map-ops.hChristoph Hellwig2020-10-201-1/+1
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-10-245-9/+6
|\ \ \ \ \
| * | | | | KVM: ioapic: break infinite recursion on lazy EOIVitaly Kuznetsov2020-10-241-4/+1
| * | | | | KVM: vmx: rename pi_init to avoid conflict with paridePaolo Bonzini2020-10-243-4/+4
| * | | | | KVM: x86/mmu: Avoid modulo operator on 64-bit value to fix i386 buildSean Christopherson2020-10-241-1/+1
* | | | | | Merge tag 'x86_seves_fixes_for_v5.10_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-10-245-16/+40
|\ \ \ \ \ \
| * | | | | | x86/boot/64: Explicitly map boot_params and command lineArvind Sankar2020-10-192-3/+23
| * | | | | | x86/head/64: Disable stack protection for head$(BITS).oArvind Sankar2020-10-191-0/+2
| * | | | | | x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar2020-10-193-14/+16
* | | | | | | Merge tag 'powerpc-5.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-2411-118/+179
|\ \ \ \ \ \ \
| * | | | | | | powerpc/pseries: Avoid using addr_to_pfn in real modeGanesh Goudar2020-10-221-49/+69
| * | | | | | | powerpc/uaccess: Don't use "m<>" constraint with GCC 4.9Christophe Leroy2020-10-222-2/+15
| * | | | | | | powerpc/eeh: Fix eeh_dev_check_failure() for PE#0Oliver O'Halloran2020-10-221-5/+0
| * | | | | | | powerpc/64s: Remove TM from Power10 featuresJordan Niethe2020-10-202-4/+11
| * | | | | | | powerpc: Fix undetected data corruption with P9N DD2.1 VSX CI load emulationMichael Neuling2020-10-201-1/+1
| * | | | | | | powerpc/powernv/dump: Handle multiple writes to ack attributeVasant Hegde2020-10-191-3/+8
| * | | | | | | powerpc/powernv/dump: Fix race while processing OPAL dumpVasant Hegde2020-10-191-12/+29
| * | | | | | | powerpc/smp: Use GFP_ATOMIC while allocating tmp maskSrikar Dronamraju2020-10-191-26/+31
| * | | | | | | powerpc/smp: Remove unnecessary variableSrikar Dronamraju2020-10-191-9/+4
| * | | | | | | powerpc/mce: Avoid nmi_enter/exit in real mode on pseries hashGanesh Goudar2020-10-161-4/+3
| * | | | | | | powerpc/opal_elog: Handle multiple writes to ack attributeAneesh Kumar K.V2020-10-161-3/+8
* | | | | | | | Merge tag 'riscv-for-linus-5.10-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-10-245-95/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | riscv: remove address space overrides using set_fs()Christoph Hellwig2020-10-044-34/+1
| * | | | | | | | riscv: implement __get_kernel_nofault and __put_user_nofaultChristoph Hellwig2020-10-041-0/+20
| * | | | | | | | riscv: refactor __get_user and __put_userChristoph Hellwig2020-10-041-42/+52