summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-11-19Revert "powerpc/pseries/hotplug-cpu: Remove double free in error path"Zhang Xiaoxu
2020-11-19powerpc/64s/perf: perf interrupt does not have to get_user_pages to access us...Nicholas Piggin
2020-11-19powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.SYouling Tang
2020-11-19powerpc/feature: Fix CPU_FTRS_ALWAYS by removing CPU_FTRS_GENERIC_32Christophe Leroy
2020-11-19powerpc/mm: Update tlbiel loop on POWER10Aneesh Kumar K.V
2020-11-19powerpc: Avoid broken GCC __attribute__((optimize))Ard Biesheuvel
2020-11-19powerpc: sysdev: add missing iounmap() on error in mpic_msgr_probe()Qinglang Miao
2020-11-19powerpc/ps3: Drop unused DBG macroMichael Ellerman
2020-11-19powerpc/85xx: Fix declaration made after definitionMichael Ellerman
2020-11-19powerpc/mm: Move setting PTE specific flags to pfn_pmd()Aneesh Kumar K.V
2020-11-19powerpc/bitops: Fix possible undefined behaviour with fls() and fls64()Christophe Leroy
2020-11-19powerpc/64s: Convert some cpu_setup() and cpu_restore() functions to CJordan Niethe
2020-11-02powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe
2020-11-01Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-11-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-10-31KVM: vmx: remove unused variablePaolo Bonzini
2020-10-31KVM: VMX: eVMCS: make evmcs_sanitize_exec_ctrls() work againVitaly Kuznetsov
2020-10-30Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2020-10-30Merge tag 'arm-soc-fixes-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-10-30KVM: x86: Fix NULL dereference at kvm_msr_ignored_check()Takashi Iwai
2020-10-30KVM: x86: replace static const variables with macrosPaolo Bonzini
2020-10-30Merge tag 'kvmarm-fixes-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-10-30KVM: arm64: Handle Asymmetric AArch32 systemsQais Yousef
2020-10-30arm64: cpufeature: upgrade hyp caps to finalMark Rutland
2020-10-30arm64: cpufeature: reorder cpus_have_{const, final}_cap()Mark Rutland
2020-10-30KVM: arm64: Factor out is_{vhe,nvhe}_hyp_code()Mark Rutland
2020-10-30arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song
2020-10-30arm64/smp: Move rcu_cpu_starting() earlierQian Cai
2020-10-29KVM: arm64: Force PTE mapping on fault resulting in a device mappingSantosh Shukla
2020-10-29KVM: arm64: Use fallback mapping sizes for contiguous huge page sizesGavin Shan
2020-10-29KVM: arm64: Fix masks in stage2_pte_cacheable()Will Deacon
2020-10-29KVM: arm64: Fix AArch32 handling of DBGD{CCINT,SCRext} and DBGVCRMarc Zyngier
2020-10-29KVM: arm64: Allocate stage-2 pgd pages with GFP_KERNEL_ACCOUNTWill Deacon
2020-10-29KVM: arm64: Drop useless PAN setting on host EL1 to EL2 transitionMarc Zyngier
2020-10-29KVM: arm64: Remove leftover kern_hyp_va() in nVHE TLB invalidationMarc Zyngier
2020-10-29KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring
2020-10-29arm64: Add part number for Arm Cortex-A77Rob Herring
2020-10-28x86/kvm: Reserve KVM_FEATURE_MSI_EXT_DEST_IDDavid Woodhouse
2020-10-28Merge tag 'stm32-dt-for-v5.10-fixes-1' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2020-10-28ARM: dts: stm32: Describe Vin power supply on stm32mp157c-edx boardPascal Paillet
2020-10-28ARM: dts: stm32: Describe Vin power supply on stm32mp15xx-dkx boardPascal Paillet
2020-10-28arm64: efi: increase EFI PE/COFF header padding to 64 KBArd Biesheuvel
2020-10-28arm64: vmlinux.lds: account for spurious empty .igot.plt sectionsArd Biesheuvel
2020-10-28arm64: avoid -Woverride-init warningArnd Bergmann
2020-10-28KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd
2020-10-27x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra
2020-10-27x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra
2020-10-27x86/debug: Fix BTF handlingPeter Zijlstra
2020-10-27Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds