summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* sh: prevent warnings when using iounmapSam Ravnborg2019-07-311-1/+5
* powerpc/eeh: Handle hugepages in ioremap spaceOliver O'Halloran2019-07-311-3/+12
* powerpc/boot: add {get, put}_unaligned_be32 to xz_config.hMasahiro Yamada2019-07-311-0/+20
* powerpc/irq: Don't WARN continuously in arch_local_irq_restore()Michael Ellerman2019-07-311-3/+3
* KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-312-22/+23
* arm64: assembler: Switch ESB-instruction with a vanilla nop if !ARM64_HAS_RASJames Morse2019-07-311-0/+4
* powerpc/mm: Handle page table allocation failuresAneesh Kumar K.V2019-07-311-0/+8
* powerpc/mm: mark more tlb functions as __always_inlineMasahiro Yamada2019-07-312-17/+17
* powerpc/4xx/uic: clear pending interrupt after irq type/pol changeChristian Lamparter2019-07-311-0/+1
* powerpc: silence a -Wcast-function-type warning in dawr_write_file_boolMathieu Malaterre2019-07-311-1/+6
* um: Silence lockdep complaint about mmap_semJohannes Berg2019-07-311-1/+1
* powerpc/rtas: retry when cpu offline races with suspend/migrationNathan Lynch2019-07-311-4/+3
* powerpc/xmon: Fix disabling tracing while in xmonNaveen N. Rao2019-07-311-2/+4
* powerpc/cacheflush: fix variable set but not usedQian Cai2019-07-311-2/+5
* powerpc/pci/of: Fix OF flags parsing for 64bit BARsAlexey Kardashevskiy2019-07-311-0/+2
* kvm: vmx: segment limit check: use access lengthEugene Korenevsky2019-07-313-14/+19
* KVM: nVMX: Intercept VMWRITEs to GUEST_{CS,SS}_AR_BYTESSean Christopherson2019-07-312-2/+17
* kvm: vmx: fix limit checking in get_vmx_mem_address()Eugene Korenevsky2019-07-311-1/+1
* powerpc/pseries/mobility: prevent cpu hotplug during DT updateNathan Lynch2019-07-311-0/+9
* Revert "kvm: x86: Use task structs fpu field for user"Paolo Bonzini2019-07-282-5/+6
* KVM: nVMX: Clear pending KVM_REQ_GET_VMCS12_PAGES when leaving nestedJan Kiszka2019-07-281-0/+2
* KVM: nVMX: do not use dangling shadow VMCS after guest resetPaolo Bonzini2019-07-281-1/+7
* MIPS: lb60: Fix pin mappingsPaul Cercueil2019-07-281-8/+8
* powerpc/pseries: Fix oops in hotplug memory notifierNathan Lynch2019-07-261-0/+3
* powerpc/pseries: Fix xive=off command lineGreg Kurz2019-07-262-2/+66
* powerpc/powernv: Fix stale iommu table base after VFIOAlexey Kardashevskiy2019-07-261-0/+10
* powerpc/powernv/idle: Fix restore of SPRN_LDBAR for POWER9 stop state.Athira Rajeev2019-07-261-1/+1
* powerpc/powernv/npu: Fix reference leakGreg Kurz2019-07-261-1/+14
* powerpc/watchpoint: Restore NV GPRs while returning from exceptionRavi Bangoria2019-07-261-2/+7
* powerpc/mm/32s: fix condition that is always trueAndreas Schwab2019-07-261-1/+1
* powerpc/32s: fix suspend/resume when IBATs 4-7 are usedChristophe Leroy2019-07-262-13/+128
* parisc: Fix kernel panic due invalid values in IAOQ0 or IAOQ1Helge Deller2019-07-261-10/+18
* parisc: Avoid kernel panic triggered by invalid kprobeHelge Deller2019-07-261-0/+3
* parisc: Ensure userspace privilege for ptraced processes in regset functionsHelge Deller2019-07-261-1/+2
* mm/nvdimm: add is_ioremap_addr and use that to check ioremap addressAneesh Kumar K.V2019-07-261-0/+14
* x86/stacktrace: Prevent infinite loop in arch_stack_walk_user()Eiichi Tsukata2019-07-261-5/+3
* perf/x86/amd/uncore: Set the thread mask for F17h L3 PMCsKim Phillips2019-07-261-4/+11
* perf/x86/amd/uncore: Do not set 'ThreadMask' and 'SliceMask' for non-L3 PMCsKim Phillips2019-07-261-1/+1
* perf/x86/intel: Fix spurious NMI on fixed counterKan Liang2019-07-261-5/+3
* x86/boot: Fix memory leak in default_get_smp_config()David Rientjes2019-07-261-6/+4
* x86/hyper-v: Zero out the VP ASSIST PAGE on allocationDexuan Cui2019-07-261-2/+11
* ARM: dts: gemini: Set DIR-685 SPI CS as active lowLinus Walleij2019-07-261-1/+1
* arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-07-269-83/+123
* arm64: irqflags: Add condition flags to inline asm clobber listJulien Thierry2019-07-261-2/+2
* arm64: tegra: Fix AGIC register rangeJon Hunter2019-07-261-1/+1
* KVM: x86/vPMU: refine kvm_pmu err msg when event creation failedLike Xu2019-07-261-2/+2
* KVM: PPC: Book3S HV: Fix CR0 setting in TM emulationMichael Neuling2019-07-261-3/+3
* KVM: PPC: Book3S HV: Clear pending decrementer exceptions on nested guest entrySuraj Jitindar Singh2019-07-261-2/+9
* KVM: PPC: Book3S HV: Signed extend decrementer value if not using large decre...Suraj Jitindar Singh2019-07-261-0/+2
* KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li2019-07-261-2/+8