aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-29arm64: Move SSBD prctl() handler alongside other spectre mitigation codeGravatar Will Deacon 3-130/+119
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Gravatar Will Deacon 3-3/+3
2020-09-29arm64: Treat SSBS as a non-strict system featureGravatar Will Deacon 1-3/+3
2020-09-29arm64: Group start_thread() functions togetherGravatar Will Deacon 1-12/+12
2020-09-29KVM: arm64: Set CSV2 for guests on hardware unaffected by Spectre-v2Gravatar Marc Zyngier 1-0/+3
2020-09-29arm64: Rewrite Spectre-v2 mitigation codeGravatar Will Deacon 8-264/+327
2020-09-29arm64: Introduce separate file for spectre mitigations and reportingGravatar Will Deacon 3-7/+33
2020-09-29arm64: Rename ARM64_HARDEN_BRANCH_PREDICTOR to ARM64_SPECTRE_V2Gravatar Will Deacon 4-17/+16
2020-09-29KVM: arm64: Simplify install_bp_hardening_cb()Gravatar Will Deacon 1-20/+7
2020-09-29KVM: arm64: Replace CONFIG_KVM_INDIRECT_VECTORS with CONFIG_RANDOMIZE_BASEGravatar Will Deacon 6-9/+6
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsGravatar Will Deacon 11-80/+4
2020-09-29arm64: Run ARCH_WORKAROUND_2 enabling code on all CPUsGravatar Marc Zyngier 1-0/+7
2020-09-21arm64: Run ARCH_WORKAROUND_1 enabling code on all CPUsGravatar Marc Zyngier 1-0/+8
2020-09-21arm64: Make use of ARCH_WORKAROUND_1 even when KVM is not enabledGravatar Marc Zyngier 1-2/+5
2020-08-30Linux 5.9-rc3v5.9-rc3Gravatar Linus Torvalds 1-1/+1
2020-08-30Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-13/+19
2020-08-30Merge tag 'x86-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 4-13/+45
2020-08-30Merge tag 'irq-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 23-394/+534
2020-08-30Merge tag 'sched-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2020-08-30Merge tag 'locking-urgent-2020-08-30' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 19-122/+123
2020-08-30Merge tag '5.9-rc2-smb-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 2-1/+16
2020-08-30Merge tag 'powerpc-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 22-30/+144
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 26-169/+423
2020-08-30Merge tag 'edac_urgent_for_v5.9_rc3' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-4/+6
2020-08-30Merge tag 'dma-mapping-5.9-2' of git://git.infradead.org/users/hch/dma-mappingGravatar Linus Torvalds 1-1/+1
2020-08-30genirq/matrix: Deal with the sillyness of for_each_cpu() on UPGravatar Thomas Gleixner 1-0/+7
2020-08-29Merge tag 'fallthrough-fixes-5.9-rc3' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 4-8/+7
2020-08-29fsldma: fix very broken 32-bit ppc ioread64 functionalityGravatar Linus Torvalds 1-6/+6
2020-08-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 5-22/+4
2020-08-29Merge tag 's390-5.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 2-14/+15
2020-08-29Merge tag 'for-linus-5.9-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-11/+21
2020-08-29Merge tag 'hwmon-for-v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 4-18/+25
2020-08-28Merge tag 'block-5.9-2020-08-28' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 3-4/+9
2020-08-28Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 2-44/+76
2020-08-28Merge tag 'devprop-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-4/+8
2020-08-28Merge tag 'acpi-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Gravatar Linus Torvalds 2-6/+21
2020-08-28Merge tag 'pm-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 5-15/+22
2020-08-28Merge branch 'acpi-mm'Gravatar Rafael J. Wysocki 1-4/+19
2020-08-28Merge branch 'pm-cpufreq'Gravatar Rafael J. Wysocki 4-9/+12
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 12-41/+172
2020-08-28kernel.h: Silence sparse warning in lower_32_bitsGravatar Herbert Xu 1-1/+1
2020-08-28Merge tag 'writeback_for_v5.9-rc3' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 5-63/+67
2020-08-28Merge tag 'gfs2-v5.9-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-0/+32
2020-08-28Merge tag 'ceph-for-5.9-rc3' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 9-81/+79
2020-08-28cifs: fix check of tcon dfs in smb1Gravatar Paulo Alcantara 2-1/+16
2020-08-28Merge tag 'mfd-fixes-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Gravatar Linus Torvalds 1-6/+6
2020-08-28Merge tag 'drm-fixes-2020-08-28' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 43-169/+310
2020-08-28KVM: arm64: Set HCR_EL2.PTW to prevent AT taking synchronous exceptionGravatar James Morse 1-1/+2
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsGravatar James Morse 3-8/+42
2020-08-28KVM: arm64: Add kvm_extable for vaxorcism codeGravatar James Morse 8-26/+108