| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: add tcp_min_snd_mss sysctl | Eric Dumazet | 2019-06-17 | 1 | -0/+8 |
* | x86/speculation/mds: Improve CPU buffer clear documentation | Andy Lutomirski | 2019-06-11 | 1 | -32/+7 |
* | x86/speculation/mds: Revert CPU buffer clear on double fault exit | Andy Lutomirski | 2019-06-11 | 1 | -7/+0 |
* | x86/speculation/mds: Fix documentation typo | Josh Poimboeuf | 2019-05-16 | 1 | -1/+1 |
* | Documentation: Correct the possible MDS sysfs values | Tyler Hicks | 2019-05-16 | 1 | -16/+13 |
* | x86/mds: Add MDSUM variant to the MDS documentation | speck for Pawan Gupta | 2019-05-16 | 2 | -2/+8 |
* | x86/speculation/mds: Add 'mitigations=' support for MDS | Josh Poimboeuf | 2019-05-16 | 1 | -0/+1 |
* | x86/speculation: Support 'mitigations=' cmdline option | Josh Poimboeuf | 2019-05-16 | 1 | -5/+9 |
* | cpu/speculation: Add 'mitigations=' cmdline option | Josh Poimboeuf | 2019-05-16 | 1 | -0/+19 |
* | Documentation: Add MDS vulnerability documentation | Thomas Gleixner | 2019-05-16 | 2 | -0/+309 |
* | x86/speculation/mds: Add mitigation mode VMWERV | Thomas Gleixner | 2019-05-16 | 1 | -0/+27 |
* | x86/speculation/mds: Add sysfs reporting for MDS | Thomas Gleixner | 2019-05-16 | 1 | -0/+1 |
* | x86/speculation/l1tf: Document l1tf in sysfs | Ben Hutchings | 2019-05-16 | 1 | -0/+1 |
* | x86/speculation/mds: Add mitigation control for MDS | Thomas Gleixner | 2019-05-16 | 1 | -0/+22 |
* | x86/speculation/mds: Conditionally clear CPU buffers on idle entry | Thomas Gleixner | 2019-05-16 | 1 | -0/+42 |
* | x86/speculation/mds: Clear CPU buffers on exit to user | Thomas Gleixner | 2019-05-16 | 1 | -0/+52 |
* | x86/speculation/mds: Add mds_clear_cpu_buffers() | Thomas Gleixner | 2019-05-16 | 1 | -0/+99 |
* | x86/speculation: Provide IBPB always command line options | Thomas Gleixner | 2019-05-16 | 1 | -0/+12 |
* | x86/speculation: Add seccomp Spectre v2 user space protection mode | Thomas Gleixner | 2019-05-16 | 1 | -1/+8 |
* | x86/speculation: Enable prctl mode for spectre_v2_user | Thomas Gleixner | 2019-05-16 | 1 | -1/+6 |
* | x86/speculation: Add prctl() control for indirect branch speculation | Thomas Gleixner | 2019-05-16 | 1 | -0/+9 |
* | x86/speculation: Add command line control for indirect branch speculation | Thomas Gleixner | 2019-05-16 | 1 | -2/+30 |
* | USB: core: Fix bug caused by duplicate interface PM usage counter | Alan Stern | 2019-05-16 | 1 | -5/+9 |
* | Documentation: Add nospectre_v1 parameter | Diana Craciun | 2019-05-16 | 1 | -0/+4 |
* | powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot arg | Diana Craciun | 2019-05-16 | 1 | -1/+1 |
* | ipv4: set the tcp_min_rtt_wlen range from 0 to one day | ZhangXiaoxu | 2019-05-16 | 1 | -0/+1 |
* | ARM: 8833/1: Ensure that NEON code always compiles with Clang | Nathan Chancellor | 2019-04-27 | 1 | -2/+2 |
* | KVM: Reject device ioctls from processes other than the VM's creator | Sean Christopherson | 2019-04-03 | 1 | -5/+11 |
* | Documentation/network: reword kernel version reference | Mark Rustad | 2019-02-20 | 1 | -1/+1 |
* | inet: frags: break the 2GB limit for frags storage | Eric Dumazet | 2019-02-08 | 1 | -2/+2 |
* | inet: frags: use rhashtables for reassembly units | Eric Dumazet | 2019-02-08 | 1 | -5/+2 |
* | mm, proc: be more verbose about unstable VMA flags in /proc/<pid>/smaps | Michal Hocko | 2019-01-26 | 1 | -1/+3 |
* | selftests: Move networking/timestamping from Documentation | Shuah Khan | 2018-12-17 | 7 | -1231/+1 |
* | namei: allow restricted O_CREAT of FIFOs and regular files | Salvatore Mesoraca | 2018-12-01 | 1 | -0/+36 |
* | x86/fpu: Finish excising 'eagerfpu' | Andy Lutomirski | 2018-10-20 | 1 | -5/+0 |
* | ARM: dts: at91: add new compatibility string for macb on sama5d3 | Nicolas Ferre | 2018-10-20 | 1 | -0/+1 |
* | hwmon: (ina2xx) fix sysfs shunt resistor read access | Lothar Felten | 2018-10-10 | 1 | -1/+1 |
* | kbuild: verify that $DEPMOD is installed | Randy Dunlap | 2018-08-17 | 1 | -11/+6 |
* | Documentation/spec_ctrl: Do some minor cleanups | Borislav Petkov | 2018-07-25 | 1 | -12/+12 |
* | x86/speculation: Make "seccomp" the default mode for Speculative Store Bypass | Kees Cook | 2018-07-25 | 1 | -9/+17 |
* | prctl: Add force disable speculation | Thomas Gleixner | 2018-07-25 | 1 | -13/+21 |
* | x86/speculation: Add prctl for Speculative Store Bypass mitigation | Thomas Gleixner | 2018-07-25 | 1 | -1/+5 |
* | prctl: Add speculation control prctls | Thomas Gleixner | 2018-07-25 | 1 | -0/+86 |
* | x86/bugs: Provide boot parameters for the spec_store_bypass_disable mitigation | Konrad Rzeszutek Wilk | 2018-07-25 | 1 | -0/+33 |
* | x86/bugs: Expose /sys/../spec_store_bypass | Konrad Rzeszutek Wilk | 2018-07-25 | 1 | -0/+1 |
* | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2018-07-17 | 1 | -1/+1 |
* | lib/vsprintf: Remove atomic-unsafe support for %pCr | Geert Uytterhoeven | 2018-07-03 | 1 | -2/+1 |
* | netdev-FAQ: clarify DaveM's position for stable backports | Cong Wang | 2018-06-13 | 1 | -0/+9 |
* | dm thin: fix documentation relative to low water mark threshold | mulhern | 2018-05-30 | 1 | -3/+5 |
* | s390: introduce CPU alternatives | Vasily Gorbik | 2018-04-29 | 1 | -0/+3 |