summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-10-17x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan2-3/+3
2019-10-17arm64/sve: Fix wrong free for task->thread.sve_stateMasayoshi Mizuma1-17/+15
2019-10-17arm64: topology: Use PPTT to determine if PE is a threadJeremy Linton1-4/+15
2019-10-17MIPS: elf_hwcap: Export userspace ASEsJiaxun Yang2-0/+44
2019-10-17MIPS: Disable Loongson MMI instructions for kernel buildPaul Burton2-0/+5
2019-10-17USB: rio500: Remove Rio 500 kernel driverBastien Nocera7-7/+0
2019-10-11riscv: Avoid interrupts being erroneously enabled in handle_exception()Vincent Chen1-1/+5
2019-10-11KVM: nVMX: Fix consistency check on injected exception error codeSean Christopherson1-1/+1
2019-10-11x86/purgatory: Disable the stackleak GCC plugin for the purgatoryArvind Sankar1-0/+1
2019-10-11DTS: ARM: gta04: introduce legacy spi-cs-high to make display work againH. Nikolaus Schaller1-0/+1
2019-10-11libnvdimm/altmap: Track namespace boundaries in altmapAneesh Kumar K.V1-1/+16
2019-10-11MIPS: Treat Loongson Extensions as ASEsJiaxun Yang4-0/+30
2019-10-11powerpc/mm: Fixup tlbie vs mtpidr/mtlpidr ordering issue on POWER9Aneesh Kumar K.V5-22/+134
2019-10-11powerpc/mm: Fix an Oops in kasan_mmu_init()Christophe Leroy1-1/+14
2019-10-11powerpc/mm: Add a helper to select PAGE_KERNEL_RO or PAGE_READONLYChristophe Leroy1-8/+13
2019-10-11powerpc/book3s64/radix: Rename CPU_FTR_P9_TLBIE_BUG feature flagAneesh Kumar K.V5-9/+9
2019-10-11powerpc/book3s64/mm: Don't do tlbie fixup for some hardware revisionsAneesh Kumar K.V1-2/+28
2019-10-11powerpc/kasan: Fix shadow area set up for modules.Christophe Leroy1-1/+1
2019-10-11powerpc/kasan: Fix parallel loading of modules.Christophe Leroy1-2/+19
2019-10-11powerpc/powernv/ioda: Fix race in TCE level allocationAlexey Kardashevskiy1-5/+13
2019-10-11powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy2-3/+14
2019-10-11powerpc/powernv: Restrict OPAL symbol map to only be readable by rootAndrew Donnellan1-4/+7
2019-10-11powerpc/ptdump: Fix addresses display on PPC32Christophe Leroy1-1/+1
2019-10-11powerpc/32s: Fix boot failure with DEBUG_PAGEALLOC without KASAN.Christophe Leroy2-0/+11
2019-10-11powerpc/603: Fix handling of the DIRTY flagChristophe Leroy1-2/+2
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-11powerpc/xive: Implement get_irqchip_state method for XIVE to fix shutdown racePaul Mackerras5-23/+108
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-11KVM: PPC: Book3S HV: Don't push XIVE context when not using XIVE devicePaul Mackerras3-1/+15
2019-10-11KVM: PPC: Book3S HV: XIVE: Free escalation interrupts before disabling the VPCédric Le Goater2-13/+17
2019-10-11KVM: PPC: Book3S: Enable XIVE native capability only if OPAL has required fun...Paul Mackerras6-4/+21
2019-10-11KVM: s390: fix __insn32_query() inline assemblyHeiko Carstens1-3/+3
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-07KVM: hyperv: Fix Direct Synthetic timers assert an interrupt w/o lapic_in_kernelWanpeng Li1-2/+10
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: 8905/1: Emit __gnu_mcount_nc when using Clang 10.0.0 or newerNathan Chancellor2-1/+5
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/atomic: Fix smp_mb__{before,after}_atomic()Peter Zijlstra4-29/+45