summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-12-08arc: [devboards] Add support of NFSv3 ACLAlexey Brodkin9-0/+9
2018-12-08ARC: change defconfig defaults to ARCv2Kevin Hilman7-2/+7
2018-12-08svm: Add mutex_lock to protect apic_access_page_done on AMD systemsWei Wang1-8/+11
2018-12-08mips: fix mips_get_syscall_arg o32 checkDmitry V. Levin1-1/+1
2018-12-08MIPS: ralink: Fix mt7620 nd_sd pinmuxMathias Kresin1-1/+1
2018-12-08x86/power/64: Use char arrays for asm function namesKees Cook2-6/+5
2018-12-05ARM: trusted_foundations: do not use naked functionStefan Agner1-5/+9
2018-12-05ARM: 8767/1: add support for building ARM kernel with clangStefan Agner1-1/+1
2018-12-05ARM: 8766/1: drop no-thumb-interwork in EABI modeStefan Agner1-1/+1
2018-12-05perf/x86/intel: Add generic branch tracing check to intel_pmu_has_bts()Jiri Olsa2-18/+12
2018-12-05perf/x86/intel: Move branch tracing setup to the Intel-specific source fileJiri Olsa2-21/+40
2018-12-05xtensa: fix coprocessor context offset definitionsMax Filippov1-8/+8
2018-12-05xtensa: enable coprocessors that are being flushedMax Filippov1-1/+4
2018-12-05KVM: X86: Fix scan ioapic use-before-initializationWanpeng Li1-1/+2
2018-12-05kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcbJim Mattson1-5/+15
2018-12-05kvm: mmu: Fix race in emulated page table writesJunaid Shahid1-18/+9
2018-12-01s390/mm: Check for valid vma before zapping in gmap_discardJanosch Frank1-0/+2
2018-12-01arm64: remove no-op -p linker flagGreg Hackmann1-1/+1
2018-12-01powerpc/numa: Suppress "VPHN is not supported" messagesSatheesh Rajendran1-1/+1
2018-12-01perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUsKan Liang1-1/+114
2018-12-01powerpc/io: Fix the IO workarounds code to work with RadixMichael Ellerman1-13/+7
2018-12-01KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILEScott Wood4-8/+27
2018-11-27s390/mm: Fix ERROR: "__node_distance" undefined!Justin M. Forbes1-0/+1
2018-11-27s390/vdso: add missing FORCE to build targetsVasily Gorbik2-6/+6
2018-11-27arm64: percpu: Initialize ret in the default caseNathan Chancellor1-0/+3
2018-11-27um: Give start_idle_thread() a return codeRichard Weinberger1-0/+5
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman1-51/+6
2018-11-23ARM: spectre-v1: mitigate user accessesRussell King2-0/+13
2018-11-23ARM: spectre-v1: use get_user() for __get_user()Russell King1-6/+11
2018-11-23ARM: use __inttype() in get_user()Russell King1-1/+8
2018-11-23ARM: oabi-compat: copy semops using __copy_from_user()Russell King1-3/+5
2018-11-23ARM: vfp: use __copy_from_user() when restoring VFP stateRussell King3-21/+17
2018-11-23ARM: signal: copy registers using __copy_from_user()Russell King1-17/+21
2018-11-23ARM: spectre-v1: fix syscall entryRussell King2-11/+32
2018-11-23ARM: spectre-v1: add array_index_mask_nospec() implementationRussell King1-0/+19
2018-11-23ARM: spectre-v1: add speculation barrier (csdb) macrosRussell King2-0/+21
2018-11-23ARM: KVM: report support for SMCCC_ARCH_WORKAROUND_1Russell King1-2/+12
2018-11-23ARM: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handlingRussell King1-1/+16
2018-11-23ARM: spectre-v2: KVM: invalidate icache on guest exit for Brahma B15Russell King1-0/+1
2018-11-23ARM: KVM: invalidate icache on guest exit for Cortex-A15Marc Zyngier2-0/+29
2018-11-23ARM: KVM: invalidate BTB on guest exit for Cortex-A12/A17Marc Zyngier3-5/+85
2018-11-23ARM: spectre-v2: warn about incorrect context switching functionsRussell King1-0/+15
2018-11-23ARM: spectre-v2: add firmware based hardeningRussell King2-0/+81
2018-11-23ARM: spectre-v2: harden user aborts in kernel spaceRussell King5-8/+94
2018-11-23ARM: spectre-v2: add Cortex A8 and A15 validation of the IBE bitRussell King3-3/+39
2018-11-23ARM: spectre-v2: harden branch predictor on context switchesRussell King3-35/+115
2018-11-23ARM: spectre: add Kconfig symbol for CPUs vulnerable to SpectreRussell King1-0/+4
2018-11-23ARM: bugs: add support for per-processor bug checkingRussell King3-1/+10
2018-11-23ARM: bugs: hook processor bug checking into SMP and suspend pathsRussell King4-0/+13
2018-11-23ARM: bugs: prepare processor bug infrastructureRussell King3-2/+12