summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-07-22MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()Paul Burton1-1/+28
2018-07-22MIPS: Call dump_stack() from show_regs()Paul Burton2-2/+3
2018-07-22x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>H. Peter Anvin1-0/+59
2018-07-19x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski1-3/+4
2018-07-17uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()Oleg Nesterov1-1/+1
2018-07-17x86/cpufeature: Add helper macro for mask check macrosDave Hansen1-40/+50
2018-07-17x86/cpufeature: Make sure DISABLED/REQUIRED macros are updatedDave Hansen3-2/+8
2018-07-17x86/cpufeature: Update cpufeaure macrosDave Hansen3-2/+6
2018-07-17x86/cpufeature, x86/mm/pkeys: Fix broken compile-time disabling of pkeysDave Hansen2-9/+9
2018-07-17x86/cpu: Add detection of AMD RAS CapabilitiesYazen Ghannam3-4/+14
2018-07-17x86/mm/pkeys: Fix mismerge of protection keys CPUID bitsDave Hansen2-4/+4
2018-07-17x86/cpufeature, x86/mm/pkeys: Add protection keys related CPUID definitionsDave Hansen5-21/+63
2018-07-17x86/cpufeature: Speed up cpu_feature_enabled()Borislav Petkov1-2/+1
2018-07-17x86/boot: Simplify kernel load address alignment checkAlexander Kuleshov1-3/+1
2018-07-17x86/vdso: Use static_cpu_has()Borislav Petkov1-1/+1
2018-07-17x86/alternatives: Discard dynamic check after initBrian Gerst2-13/+12
2018-07-17x86/alternatives: Add an auxilary sectionBorislav Petkov1-0/+11
2018-07-17x86/cpufeature: Get rid of the non-asm goto variantBorislav Petkov1-44/+5
2018-07-17x86/cpufeature: Replace the old static_cpu_has() with safe variantBorislav Petkov6-122/+18
2018-07-17x86/cpufeature: Carve out X86_FEATURE_*Borislav Petkov50-337/+345
2018-07-17x86/headers: Don't include asm/processor.h in asm/atomic.hAndi Kleen2-2/+0
2018-07-17x86/fpu: Get rid of xstate_fault()Borislav Petkov1-53/+52
2018-07-17x86/fpu: Add an XSTATE_OP() macroBorislav Petkov1-37/+31
2018-07-17x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2-1/+12
2018-07-17x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov4-28/+45
2018-07-17x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov3-42/+37
2018-07-17MIPS: Fix ioremap() RAM checkPaul Burton1-12/+25
2018-07-11x86/mce: Fix incorrect "Machine check from unknown source" messageTony Luck1-8/+18
2018-07-11x86/mce: Detect local MCEs properlyYazen Ghannam1-13/+20
2018-07-11s390: Correct register corruption in critical section cleanupChristian Borntraeger1-2/+2
2018-07-11ARM: dts: imx6q: Use correct SDMA script for SPI5 coreSean Nyekjaer1-1/+1
2018-07-11kprobes/x86: Do not modify singlestep buffer while resumingMasami Hiramatsu1-22/+20
2018-07-11x86/boot: Fix early command-line parsing when matching at endDave Hansen1-10/+24
2018-07-03MIPS: io: Add barrier after register read in inX()Huacai Chen1-0/+2
2018-07-03MIPS: BCM47XX: Enable 74K Core ExternalSync for PCIe erratumTokunori Ikegami2-0/+9
2018-07-03ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct sizeDavid Rivshin1-1/+1
2018-07-03powerpc/fadump: Unregister fadump on kexec down path.Mahesh Salgaonkar1-0/+3
2018-07-03powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling1-2/+2
2018-07-03powerpc/ptrace: Fix setting 512B aligned breakpoints with PTRACE_SET_DEBUGREGMichael Neuling1-0/+1
2018-07-03powerpc/mm/hash: Add missing isync prior to kernel stack SLB switchAneesh Kumar K.V1-0/+1
2018-07-03mips: ftrace: fix static function graph tracingMatthias Schiffer1-15/+12
2018-07-03signal/xtensa: Consistenly use SIGBUS in do_unaligned_userEric W. Biederman1-1/+1
2018-07-03m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()Michael Schmitz1-1/+2
2018-07-03x86/spectre_v1: Disable compiler optimizations over array_index_mask_nospec()Dan Williams1-1/+1
2018-06-16kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor accessPaolo Bonzini3-12/+24
2018-06-16KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-28/+38
2018-06-16KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-16x86/crypto, x86/fpu: Remove X86_FEATURE_EAGER_FPU #ifdef from the crc32c codeAndy Lutomirski1-5/+0
2018-06-16x86/fpu: Fix math emulation in eager fpu modeAndy Lutomirski3-3/+3
2018-06-16x86/fpu: Fix FNSAVE usage in eagerfpu modeAndy Lutomirski1-3/+15