summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-10-17USB: rio500: Remove Rio 500 kernel driverBastien Nocera7-7/+0
2019-10-11arm64/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-2/+12
2019-10-11arm64: Use firmware to detect CPUs that are not affected by Spectre-v2Marc Zyngier1-9/+23
2019-10-11arm64: Force SSBS on context switchMarc Zyngier2-3/+40
2019-10-11arm64: ssbs: Don't treat CPUs with SSBS as unaffected by SSBWill Deacon1-4/+6
2019-10-11arm64: add sysfs vulnerability show for speculative store bypassJeremy Linton1-0/+42
2019-10-11arm64: add sysfs vulnerability show for spectre-v2Jeremy Linton1-1/+26
2019-10-11arm64: Always enable spectre-v2 vulnerability detectionJeremy Linton1-7/+8
2019-10-11arm64: Advertise mitigation of Spectre-v2, or lack thereofMarc Zyngier1-53/+56
2019-10-11arm64: Provide a command line to disable spectre_v2 mitigationJeremy Linton1-0/+13
2019-10-11arm64: Always enable ssb vulnerability detectionJeremy Linton2-8/+5
2019-10-11arm64: enable generic CPU vulnerabilites supportMian Yousaf Kaukab1-0/+1
2019-10-11arm64: add sysfs vulnerability show for meltdownJeremy Linton1-14/+44
2019-10-11arm64: Add sysfs vulnerability show for spectre-v1Mian Yousaf Kaukab1-0/+6
2019-10-11arm64: fix SSBS sanitizationMark Rutland1-7/+8
2019-10-11KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon2-0/+22
2019-10-11arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3Will Deacon8-2/+106
2019-10-11riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen1-1/+5
2019-10-11powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V5-9/+9
2019-10-11powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2-3/+14
2019-10-11KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson1-1/+1
2019-10-11KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VPCédric Le Goater1-8/+10
2019-10-11x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar1-0/+1
2019-10-11arm64: cpufeature: Detect SSBS and advertise to userspaceWill Deacon5-7/+33
2019-10-11MIPS: Treat Loongson Extensions as ASEsJiaxun Yang4-0/+30
2019-10-11powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V1-2/+28
2019-10-11powerpc/powernv/ioda: Fix race in TCE level allocationAlexey Kardashevskiy1-5/+13
2019-10-11powerpc/powernv: Restrict OPAL symbol map to only be readable by rootAndrew Donnellan1-4/+7
2019-10-11powerpc/mce: Schedule work from irq_workSantosh Sivaraj1-1/+10
2019-10-11powerpc/mce: Fix MCE handling for huge pagesBalbir Singh1-6/+13
2019-10-11KVM: nVMX: handle page fault in vmread fixJack Wang1-1/+1
2019-10-11KVM: X86: Fix userspace set invalid CR4Wanpeng Li1-17/+21
2019-10-11KVM: PPC: Book3S HV: Don't lose pending doorbell request on migration on P9Paul Mackerras1-1/+8
2019-10-11KVM: PPC: Book3S HV: Check for MMU ready on piggybacked virtual coresPaul Mackerras1-5/+10
2019-10-11KVM: PPC: Book3S HV: Fix race in re-enabling XIVE escalation interruptsPaul Mackerras1-13/+23
2019-10-11s390/topology: avoid firing events before kobjs are createdVasily Gorbik1-1/+2
2019-10-11KVM: s390: Test for bad access register and size at the start of S390_MEM_OPThomas Huth1-1/+1
2019-10-11s390/process: avoid potential reading of freed stackVasily Gorbik1-6/+16
2019-10-07arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-10-07arm: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-10-07mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-10-07arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+5
2019-10-07hypfs: Fix error number left in struct pointer memberDavid Howells1-4/+5
2019-10-07ARM: 8903/1: ensure that usable memory in bank 0 starts from a PMD-aligned ad...Mike Rapoport1-0/+16
2019-10-07ARM: 8875/1: Kconfig: default to AEABI w/ ClangNick Desaulniers1-2/+3
2019-10-07ARM: 8898/1: mm: Don't treat faults reported from cache maintenance as writesWill Deacon2-2/+3
2019-10-07MIPS: tlbex: Explicitly cast _PAGE_NO_EXEC to a booleanNathan Chancellor1-1/+1
2019-10-07MIPS: Ingenic: Disable broken BTB lookup optimization.Zhou Yanjie2-0/+11
2019-10-07powerpc: dump kernel log before carrying out fadump or kdumpGanesh Goudar1-0/+1
2019-10-07arm64: fix unreachable code issue with cmpxchgArnd Bergmann1-3/+3