summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-05-22s390/mm: convert to the generic get_user_pages_fast codeMartin Schwidefsky4-292/+14
2019-05-22s390/mm: make the pxd_offset functions more robustMartin Schwidefsky2-45/+55
2019-05-22powerpc/32s: fix flush_hash_pages() on SMPChristophe Leroy1-1/+2
2019-05-22xen/pvh: correctly setup the PV EFI interface for dom0Roger Pau Monne5-14/+18
2019-05-22xen/pvh: set xen_domain_type to HVM in xen_pvh_initRoger Pau Monne1-0/+1
2019-05-22KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson1-1/+1
2019-05-22KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson1-13/+24
2019-05-22Revert "KVM: nVMX: Expose RDPMC-exiting only when guest supports PMU"Sean Christopherson1-25/+0
2019-05-22ARM: dts: imx: Fix the AR803X phy-modeFabio Estevam13-13/+13
2019-05-22bpf, arm64: remove prefetch insn in xadd mappingDaniel Borkmann2-7/+0
2019-05-22crypto: arm64/aes-neonbs - don't access already-freed walk.ivEric Biggers1-0/+2
2019-05-22crypto: arm/aes-neonbs - don't access already-freed walk.ivEric Biggers1-0/+2
2019-05-22crypto: arm64/gcm-aes-ce - fix no-NEON fallback codeEric Biggers1-4/+6
2019-05-22crypto: x86/crct10dif-pcl - fix use via crypto_shash_digest()Eric Biggers1-8/+5
2019-05-22x86/MCE/AMD: Don't report L1 BTB MCA errors on some family 17h modelsYazen Ghannam3-13/+48
2019-05-22x86/MCE: Add an MCE-record filtering functionYazen Ghannam3-0/+11
2019-05-22sched/x86: Save [ER]FLAGS on context switchPeter Zijlstra5-0/+20
2019-05-22arm64: Save and restore OSDLR_EL1 across suspend/resumeJean-Philippe Brucker1-16/+18
2019-05-22arm64: Clear OSDLR_EL1 on CPU bootJean-Philippe Brucker1-0/+1
2019-05-22arm64: compat: Reduce address limitVincenzo Frascino1-0/+8
2019-05-22arm64: arch_timer: Ensure counter register reads occur with seqlock heldWill Deacon2-6/+42
2019-05-22arm64: mmap: Ensure file offset is treated as unsignedBoyang Zhou1-1/+1
2019-05-22ARM: exynos: Fix a leaked reference by adding missing of_node_putWen Yang2-0/+3
2019-05-22ARM: dts: exynos: Fix audio (microphone) routing on Odroid XU3Sylwester Nawrocki1-1/+1
2019-05-22ARM: dts: exynos: Fix audio routing on Odroid XU3Sylwester Nawrocki1-1/+2
2019-05-22ARM: dts: exynos: Fix interrupt for shared EINTs on Exynos5260Stuart Menefy1-1/+1
2019-05-22ARM: dts: qcom: ipq4019: enlarge PCIe BAR rangeChristian Lamparter1-2/+2
2019-05-22arm64: dts: rockchip: Disable DCMDs on RK3399's eMMC controller.Christoph Muellner1-0/+1
2019-05-22arm64: dts: rockchip: fix IO domain voltage setting of APIO5 on rockpro64Katsuhiro Suzuki1-1/+1
2019-05-22x86/speculation/mds: Revert CPU buffer clear on double fault exitAndy Lutomirski1-8/+0
2019-05-16powerpc/booke64: set RI in default MSRLaurentiu Tudor1-1/+1
2019-05-16powerpc/powernv/idle: Restore IAMR after idleRussell Currey1-0/+20
2019-05-16powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley1-0/+3
2019-05-14x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf1-2/+3
2019-05-14s390/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf1-1/+2
2019-05-14powerpc/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-4/+4
2019-05-14x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf2-3/+12
2019-05-14x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk1-1/+2
2019-05-14x86/speculation/mds: Fix commentBoris Ostrovsky1-1/+1
2019-05-14x86/speculation/mds: Add SMT warning messageJosh Poimboeuf1-0/+8
2019-05-14x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf1-3/+2
2019-05-14x86/speculation/mds: Add mds=full,nosmt cmdline optionJosh Poimboeuf1-0/+10
2019-05-14Documentation: Move L1TF to separate directoryThomas Gleixner2-3/+3
2019-05-14x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner2-6/+13
2019-05-14x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner1-0/+25
2019-05-14x86/speculation/mds: Add mitigation control for MDSThomas Gleixner2-0/+75
2019-05-14x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner4-0/+26
2019-05-14x86/kvm/vmx: Add MDS protection when L1D Flush is not activeThomas Gleixner2-0/+4
2019-05-14x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner5-0/+31
2019-05-14x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner1-0/+25