summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86: Expose syscall_work field in thread_infoGabriel Krisman Bertazi2020-11-161-0/+1
* Merge branch 'x86/entry' into core/entryThomas Gleixner2020-11-1613-43/+46
|\
| * x86: Wire up TIF_NOTIFY_SIGNALJens Axboe2020-10-291-0/+2
| * x86: Reclaim TIF_IA32 and TIF_X32Gabriel Krisman Bertazi2020-10-262-10/+0
| * x86/mm: Convert mmu context ia32_compat into a proper flags fieldGabriel Krisman Bertazi2020-10-264-10/+20
| * x86/elf: Use e_machine to check for x32/ia32 in setup_additional_pages()Gabriel Krisman Bertazi2020-10-262-4/+6
| * x86/elf: Use e_machine to select start_thread for x32Gabriel Krisman Bertazi2020-10-262-5/+5
| * x86/elf: Use e_machine to choose DLINFO in compatGabriel Krisman Bertazi2020-10-261-1/+1
| * x86/oprofile: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi2020-10-261-1/+1
| * x86/compat: Simplify compat syscall userspace allocationGabriel Krisman Bertazi2020-10-261-8/+7
| * perf/x86: Avoid TIF_IA32 when checking 64bit modeGabriel Krisman Bertazi2020-10-264-4/+4
* | x86/entry: Move nmi entry/exit into common codeThomas Gleixner2020-11-045-49/+13
* | Merge branch 'core/urgent' into core/entryThomas Gleixner2020-11-042600-65447/+67599
|\ \
| * \ Merge tag 'x86-urgent-2020-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-011-13/+30
| |\ \
| | * | x86/debug: Fix DR_STEP vs ptrace_get_debugreg(6)Peter Zijlstra2020-10-271-3/+6
| | * | x86/debug: Only clear/set ->virtual_dr6 for userspace #DBPeter Zijlstra2020-10-271-6/+6
| | * | x86/debug: Fix BTF handlingPeter Zijlstra2020-10-271-7/+21
| * | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-11-0119-69/+127
| |\ \ \
| | * | | 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
| | | |_|/ | | |/| |
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-10-3024-40/+90
| |\ \ \ \
| | * | | | arm64: Change .weak to SYM_FUNC_START_WEAK_PI for arch/arm64/lib/mem*.SFangrui Song2020-10-303-6/+3
| | * | | | arm64/smp: Move rcu_cpu_starting() earlierQian Cai2020-10-301-0/+1
| | * | | | arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2020-10-2912-15/+64
| | * | | | arm64: Add part number for Arm Cortex-A77Rob Herring2020-10-291-0/+2
| | * | | | arm64: efi: increase EFI PE/COFF header padding to 64 KBArd Biesheuvel2020-10-281-1/+1
| | * | | | arm64: vmlinux.lds: account for spurious empty .igot.plt sectionsArd Biesheuvel2020-10-281-1/+1
| | * | | | arm64: avoid -Woverride-init warningArnd Bergmann2020-10-282-3/+5
| | * | | | KVM: arm64: ARM_SMCCC_ARCH_WORKAROUND_1 doesn't return SMCCC_RET_NOT_REQUIREDStephen Boyd2020-10-282-3/+1
| | * | | | arm64: vdso32: Allow ld.lld to properly link the VDSONathan Chancellor2020-10-261-11/+12
| | |/ / /
| * | | | Merge tag 'arm-soc-fixes-v5.10-1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-3020-19/+135
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge tag 'stm32-dt-for-v5.10-fixes-1' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2020-10-282-0/+32
| | |\ \ \
| | | * | | ARM: dts: stm32: Describe Vin power supply on stm32mp157c-edx boardPascal Paillet2020-10-281-0/+15
| | | * | | ARM: dts: stm32: Describe Vin power supply on stm32mp15xx-dkx boardPascal Paillet2020-10-281-0/+17
| | | |/ /