summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}Wang YanQing2018-06-051-5/+5
* bpf, arm32: correct check_imm24Wang YanQing2018-06-051-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-2639-195/+1301
|\
| * Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-05-255-31/+83
| |\
| | * arm64: Make sure permission updates happen for pmd/pudLaura Abbott2018-05-241-6/+10
| | * arm64: fault: Don't leak data in ESR context for user fault on kernel VAPeter Maydell2018-05-221-0/+51
| | * arm64: export tishift functions to modulesJason A. Donenfeld2018-05-212-13/+10
| | * arm64: lse: Add early clobbers to some input/output asm operandsWill Deacon2018-05-211-12/+12
| * | Merge tag 'powerpc-4.17-7' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-05-252-0/+7
| |\ \
| | * | powerpc/64s: Clear PCR on bootMichael Neuling2018-05-182-0/+7
| * | | Revert "mm/cma: manage the memory of the CMA area by using the ZONE_MOVABLE"Joonsoo Kim2018-05-241-15/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2018-05-235-45/+15
| |\ \ \
| | * | | alpha: io: reorder barriers to guarantee writeX() and iowriteX() ordering #2Sinan Kaya2018-05-221-7/+7
| | * | | alpha: simplify get_arch_dma_opsChristoph Hellwig2018-05-222-5/+3
| | * | | alpha: use dma_direct_ops for jensenChristoph Hellwig2018-05-223-33/+5
| * | | | powerpc/64s: Add support for a store forwarding barrier at kernel entry/exitNicholas Piggin2018-05-219-2/+356
| * | | | Merge branch 'speck-v20' of git://git.kernel.org/pub/scm/linux/kernel/git/tip...Linus Torvalds2018-05-2117-102/+839
| |\ \ \ \
| | * | | | x86/bugs: Rename SSBD_NO to SSB_NOKonrad Rzeszutek Wilk2018-05-182-2/+2
| | * | | | KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBDTom Lendacky2018-05-176-18/+50
| | * | | | x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFGThomas Gleixner2018-05-172-0/+36
| | * | | | x86/bugs: Rework spec_ctrl base and mask logicThomas Gleixner2018-05-171-7/+19
| | * | | | x86/bugs: Remove x86_spec_ctrl_set()Thomas Gleixner2018-05-172-13/+2
| | * | | | x86/bugs: Expose x86_spec_ctrl_base directlyThomas Gleixner2018-05-173-24/+6
| | * | | | x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}Borislav Petkov2018-05-172-49/+44
| | * | | | x86/speculation: Rework speculative_store_bypass_update()Thomas Gleixner2018-05-173-4/+9
| | * | | | x86/speculation: Add virtualized speculative store bypass disable supportTom Lendacky2018-05-174-2/+18
| | * | | | x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRLThomas Gleixner2018-05-174-9/+35
| | * | | | x86/speculation: Handle HT correctly on AMDThomas Gleixner2018-05-173-6/+130
| | * | | | x86/cpufeatures: Add FEATURE_ZENThomas Gleixner2018-05-172-0/+2
| | * | | | x86/cpufeatures: Disentangle SSBD enumerationThomas Gleixner2018-05-176-16/+14
| | * | | | x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRSThomas Gleixner2018-05-174-9/+20
| | * | | | x86/speculation: Use synthetic bits for IBRS/IBPB/STIBPBorislav Petkov2018-05-175-23/+26
| | * | | | KVM: SVM: Move spec control call after restore of GSThomas Gleixner2018-05-171-12/+12
| | * | | | x86/cpu: Make alternative_msr_write work for 32-bit codeJim Mattson2018-05-141-2/+2
| | * | | | x86/bugs: Fix the parameters alignment and missing voidKonrad Rzeszutek Wilk2018-05-121-2/+2
| | * | | | x86/bugs: Make cpu_show_common() staticJiri Kosina2018-05-101-1/+1
| | * | | | x86/bugs: Fix __ssb_select_mitigation() return typeJiri Kosina2018-05-101-1/+1
| | * | | | x86/bugs: Rename _RDS to _SSBDKonrad Rzeszutek Wilk2018-05-0911-51/+51
| | * | | | x86/speculation: Make "seccomp" the default mode for Speculative Store BypassKees Cook2018-05-052-9/+24
| | * | | | seccomp: Move speculation migitation control to arch codeThomas Gleixner2018-05-051-11/+18
| | * | | | prctl: Add force disable speculationThomas Gleixner2018-05-051-10/+25
| | * | | | x86/bugs: Make boot modes __ro_after_initKees Cook2018-05-051-2/+3
| | * | | | nospec: Allow getting/setting on non-current taskKees Cook2018-05-031-11/+16
| | * | | | x86/speculation: Add prctl for Speculative Store Bypass mitigationThomas Gleixner2018-05-032-10/+74
| | * | | | x86/process: Allow runtime control of Speculative Store BypassThomas Gleixner2018-05-035-7/+65
| | * | | | x86/speculation: Create spec-ctrl.h to avoid include hellThomas Gleixner2018-05-036-18/+25
| | * | | | x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guestKonrad Rzeszutek Wilk2018-05-032-4/+6
| | * | | | x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requestedKonrad Rzeszutek Wilk2018-05-035-1/+61
| | * | | | x86/bugs: Whitelist allowed SPEC_CTRL MSR valuesKonrad Rzeszutek Wilk2018-05-031-2/+9
| | * | | | x86/bugs/intel: Set proper CPU features and setup RDSKonrad Rzeszutek Wilk2018-05-035-6/+43