summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-20Linux 3.16.69v3.16.69Ben Hutchings
2019-06-20tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()Eric Dumazet
2019-06-20tcp: add tcp_min_snd_mss sysctlEric Dumazet
2019-06-20tcp: tcp_fragment() should apply sane memory limitsEric Dumazet
2019-06-20tcp: limit payload size of sacked skbsEric Dumazet
2019-06-20Bluetooth: hidp: fix buffer overflowYoung Xiao
2019-06-20ext4: zero out the unused memory region in the extent tree blockSriram Rajagopalan
2019-06-20scsi: megaraid_sas: return error when create DMA pool failedJason Yan
2019-06-20drivers/virt/fsl_hypervisor.c: prevent integer overflow in ioctlDan Carpenter
2019-06-20mm/mincore.c: make mincore() more conservativeJiri Kosina
2019-06-20mm: introduce vma_is_anonymous(vma) helperOleg Nesterov
2019-05-22Linux 3.16.68v3.16.68Ben Hutchings
2019-05-22x86/bugs: Change L1TF mitigation string to match upstreamBen Hutchings
2019-05-22x86/cpu/bugs: Use __initconst for 'const' init dataAndi Kleen
2019-05-22x86/speculation/mds: Fix documentation typoJosh Poimboeuf
2019-05-22Documentation: Correct the possible MDS sysfs valuesTyler Hicks
2019-05-22x86/mds: Add MDSUM variant to the MDS documentationspeck for Pawan Gupta
2019-05-22x86/speculation/mds: Add 'mitigations=' support for MDSJosh Poimboeuf
2019-05-22x86/speculation: Support 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-22cpu/speculation: Add 'mitigations=' cmdline optionJosh Poimboeuf
2019-05-22x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations offKonrad Rzeszutek Wilk
2019-05-22x86/speculation/mds: Fix commentBoris Ostrovsky
2019-05-22x86/speculation/mds: Add SMT warning messageJosh Poimboeuf
2019-05-22x86/speculation: Move arch_smt_update() call to after mitigation decisionsJosh Poimboeuf
2019-05-22Documentation: Add MDS vulnerability documentationThomas Gleixner
2019-05-22Documentation: Move L1TF to separate directoryThomas Gleixner
2019-05-22x86/speculation/mds: Add mitigation mode VMWERVThomas Gleixner
2019-05-22x86/speculation/mds: Add sysfs reporting for MDSThomas Gleixner
2019-05-22x86/speculation/l1tf: Document l1tf in sysfsBen Hutchings
2019-05-22x86/speculation/mds: Add mitigation control for MDSThomas Gleixner
2019-05-22x86/speculation/mds: Conditionally clear CPU buffers on idle entryThomas Gleixner
2019-05-22x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner
2019-05-22x86/speculation/mds: Add mds_clear_cpu_buffers()Thomas Gleixner
2019-05-22x86/kvm: Expose X86_FEATURE_MD_CLEAR to guestsAndi Kleen
2019-05-22x86/speculation/mds: Add BUG_MSBDS_ONLYThomas Gleixner
2019-05-22x86/speculation/mds: Add basic bug infrastructure for MDSAndi Kleen
2019-05-22x86/speculation: Consolidate CPU whitelistsThomas Gleixner
2019-05-22x86/msr-index: Cleanup bit definesThomas Gleixner
2019-05-22kvm: x86: Report STIBP on GET_SUPPORTED_CPUIDEduardo Habkost
2019-05-22x86/speculation: Provide IBPB always command line optionsThomas Gleixner
2019-05-22x86/speculation: Add seccomp Spectre v2 user space protection modeThomas Gleixner
2019-05-22x86/speculation: Enable prctl mode for spectre_v2_userThomas Gleixner
2019-05-22x86/speculation: Add prctl() control for indirect branch speculationThomas Gleixner
2019-05-22x86/speculation: Prevent stale SPEC_CTRL msr contentThomas Gleixner
2019-05-22x86/speculation: Prepare arch_smt_update() for PRCTL modeThomas Gleixner
2019-05-22x86/speculation: Split out TIF updateThomas Gleixner
2019-05-22x86/speculation: Prepare for conditional IBPB in switch_mm()Thomas Gleixner
2019-05-22x86/speculation: Avoid __switch_to_xtra() callsThomas Gleixner
2019-05-22x86/process: Consolidate and simplify switch_to_xtra() codeThomas Gleixner
2019-05-22x86/speculation: Prepare for per task indirect branch speculation controlTim Chen