summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-08-03bpf: powerpc64: pad function address loads with NOPsSandipan Das1-11/+23
2018-08-03powerpc/8xx: fix invalid register expression in head_8xx.SChristophe Leroy1-1/+1
2018-08-03powerpc: Add __printf verification to prom_printfMathieu Malaterre1-56/+58
2018-08-03powerpc/powermac: Mark variable x as unusedMathieu Malaterre1-1/+3
2018-08-03powerpc/powermac: Add missing prototype for note_bootable_part()Mathieu Malaterre1-0/+1
2018-08-03powerpc/chrp/time: Make some functions static, add missing header includeMathieu Malaterre1-2/+4
2018-08-03powerpc/32: Add a missing include headerMathieu Malaterre1-0/+1
2018-08-03x86/microcode: Make the late update update_lock a raw lock for RTScott Wood1-3/+3
2018-08-03perf/x86/intel/uncore: Correct fixed counter index check for NHMKan Liang1-1/+1
2018-08-03perf/x86/intel/uncore: Correct fixed counter index check in generic codeKan Liang1-1/+1
2018-08-03powerpc/64s: Fix compiler store ordering to SLB shadow areaNicholas Piggin1-4/+4
2018-08-03powerpc/eeh: Fix use-after-release of EEH driverSam Bobroff1-12/+16
2018-08-03powerpc/64s: Add barrier_nospecMichal Suchanek1-0/+15
2018-08-03powerpc/lib: Adjust .balign inside string functions for PPC32Christophe Leroy2-3/+7
2018-08-03bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing1-5/+5
2018-08-03arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner1-1/+3
2018-08-03kvm, mm: account shadow page tables to kmemcgShakeel Butt1-1/+1
2018-07-28KVM: PPC: Check if IOMMU page is contained in the pinned physical pageAlexey Kardashevskiy4-7/+42
2018-07-28xen/PVH: Set up GS segment for stack canaryBoris Ostrovsky1-1/+25
2018-07-28MIPS: Fix off-by-one in pci_resource_to_user()Paul Burton1-1/+1
2018-07-28MIPS: ath79: fix register address in ath79_ddr_wb_flush()Felix Fietkau1-1/+1
2018-07-25powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)Gautham R. Shenoy1-0/+2
2018-07-25alpha: fix osf_wait4() breakageAl Viro1-4/+1
2018-07-25ARC: mm: allow mprotect to make stack mappings executableVineet Gupta1-1/+1
2018-07-25ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigsAlexey Brodkin12-12/+0
2018-07-25ARC: Fix CONFIG_SWAPAlexey Brodkin1-1/+1
2018-07-25ARCv2: [plat-hsdk]: Save accl reg pair by defaultVineet Gupta2-1/+3
2018-07-25x86/MCE: Remove min interval polling limitationDewet Thibaut1-3/+0
2018-07-25x86/events/intel/ds: Fix bts_interrupt_threshold alignmentHugh Dickins1-3/+5
2018-07-25x86/apm: Don't access __preempt_count with zeroed fsVille Syrjälä2-6/+5
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier3-0/+39
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2-1/+38
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier5-0/+73
2018-07-22arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier1-2/+25
2018-07-22arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier2-0/+109
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier2-0/+3
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier4-1/+26
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier2-0/+17
2018-07-22arm64: ssbd: Add global mitigation state accessorMarc Zyngier1-0/+10
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier2-16/+93
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier3-1/+80
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier2-4/+9
2018-07-22arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier2-0/+46
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall7-27/+48
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier2-0/+27
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier2-15/+69
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse3-11/+12
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse6-6/+49
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse4-12/+30
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse2-6/+10