summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-2/+8
2020-07-10KVM: MIPS: Fix build errors for 32bit kernelHuacai Chen1-0/+4
2020-07-10KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini2-2/+4
2020-07-10lockdep: Remove lockdep_hardirq{s_enabled,_context}() argumentPeter Zijlstra1-1/+1
2020-07-10arm: Break cyclic percpu includePeter Zijlstra2-5/+2
2020-07-10s390: Break cyclic percpu includePeter Zijlstra2-1/+1
2020-07-10powerpc64: Break asm/percpu.h vs spinlock_types.h dependencyPeter Zijlstra9-45/+60
2020-07-10sparc64: Fix asm/percpu.h build errorPeter Zijlstra2-0/+4
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra4-20/+51
2020-07-09riscv: Avoid kgdb.h including gdb_xml.h to solve unused-const-variable warningVincent Chen2-3/+4
2020-07-09kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen1-1/+0
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen1-5/+5
2020-07-09riscv: enable the Kconfig prompt of STRICT_KERNEL_RWXVincent Chen1-0/+2
2020-07-09Restore gcc check in mips asm/unroll.hCesar Eduardo Barros1-1/+2
2020-07-09arm64/alternatives: don't patch up internal branchesArd Biesheuvel1-14/+2
2020-07-09s390/mm: fix huge pte soft dirty copyingJanosch Frank1-1/+1
2020-07-09x86/entry/common: Make prepare_exit_to_usermode() staticThomas Gleixner1-1/+1
2020-07-09x86/entry: Mark check_user_regs() noinstrThomas Gleixner1-1/+1
2020-07-09x86/traps: Disable interrupts in exc_aligment_check()Thomas Gleixner1-0/+2
2020-07-09arm64: Add missing sentinel to erratum_1463225Florian Fainelli1-0/+1
2020-07-08arm64: kgdb: Fix single-step exception handling oopsWei Li1-1/+1
2020-07-08arm64: entry: Tidy up block comments and label numbersWill Deacon1-8/+14
2020-07-08arm64: Rework ARM_ERRATUM_1414080 handlingMarc Zyngier1-15/+19
2020-07-08arm64: arch_timer: Allow an workaround descriptor to disable compat vdsoMarc Zyngier1-0/+1
2020-07-08arm64: Introduce a way to disable the 32bit vdsoMarc Zyngier2-3/+12
2020-07-08arm64: entry: Fix the typo in the comment of el1_dbg()Kevin Hao1-1/+1
2020-07-08KVM: arm64: Fix definition of PAGE_HYP_DEVICEWill Deacon1-1/+1
2020-07-08Raise gcc version requirement to 4.9Linus Torvalds2-13/+3
2020-07-08powerpc/64s/exception: Fix 0x1500 interrupt handler crashNicholas Piggin1-1/+1
2020-07-08xtensa: simplify xtensa_pmu_irq_handlerXu Wang1-3/+1
2020-07-07Merge tag 'arc-5.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds7-27/+59
2020-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-29/+60
2020-07-06x86/entry: Rename idtentry_enter/exit_cond_rcu() to idtentry_enter/exit()Andy Lutomirski5-43/+53
2020-07-06Merge tag 's390-5.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds7-26/+105
2020-07-06Merge tag 'kvmarm-fixes-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2-5/+13
2020-07-06KVM: arm64: Stop clobbering x0 for HVC_SOFT_RESTARTAndrew Scull1-4/+7
2020-07-06KVM: arm64: PMU: Fix per-CPU access in preemptible contextMarc Zyngier1-1/+6
2020-07-05x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds1-10/+1
2020-07-05x86/entry/32: Fix XEN_PV build dependencyIngo Molnar1-2/+2
2020-07-05Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds12-64/+196
2020-07-05Merge tag 'mips_fixes_5.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-8/+11
2020-07-05MIPS: Do not use smp_processor_id() in preemptible codeXingxing Su1-3/+5
2020-07-05MIPS: Add missing EHB in mtc0 -> mfc0 sequence for DSPenHauke Mehrtens1-0/+1
2020-07-04Merge tag 'powerpc-5.8-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-3/+0
2020-07-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds5-17/+27
2020-07-04x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski1-1/+34
2020-07-04x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski3-12/+17
2020-07-04x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski4-25/+44
2020-07-04x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski1-0/+19
2020-07-04x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski1-9/+10