summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-02-13Linux 4.14.19v4.14.19Greg Kroah-Hartman1-1/+1
2018-02-13Revert "x86/alternative: Print unadorned pointers"Greg Kroah-Hartman1-7/+7
2018-02-13scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter1-1/+3
2018-02-13kernel/exit.c: export abort() to modulesAndrew Morton4-3/+1
2018-02-13arch: define weak abort()Sudip Mukherjee1-0/+8
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu1-2/+4
2018-02-13media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan1-0/+4
2018-02-13media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTIONJesse Chan1-0/+3
2018-02-13soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet1-15/+20
2018-02-13ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau1-4/+7
2018-02-13tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell1-3/+3
2018-02-13rocker: fix possible null pointer dereference in rocker_router_fib_event_workJiri Pirko1-9/+9
2018-02-13net: ipv6: send unsolicited NA after DADDavid Ahern2-4/+31
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin3-5/+15
2018-02-13vhost_net: stop device during reset ownerJason Wang1-0/+1
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing1-0/+6
2018-02-13r8169: fix RTL8168EP take too long to complete driver initialization.Chunhao Lin1-2/+2
2018-02-13qmi_wwan: Add support for Quectel EP06Kristian Evensen1-0/+1
2018-02-13qlcnic: fix deadlock bugJunxiao Bi1-9/+9
2018-02-13net: igmp: add a missing rcu locking sectionEric Dumazet1-0/+4
2018-02-13ip6mr: fix stale iteratorNikolay Aleksandrov1-0/+1
2018-02-13kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada2-2/+7
2018-02-13.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada11-11/+2
2018-02-13.gitignore: sort normal pattern rules alphabeticallyMasahiro Yamada1-21/+21
2018-02-07Linux 4.14.18v4.14.18Greg Kroah-Hartman1-1/+1
2018-02-07fpga: region: release of_parse_phandle nodes after useIan Abbott1-3/+10
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior1-0/+2
2018-02-07KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed1-0/+88
2018-02-07KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed3-6/+110
2018-02-07KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed3-1/+17
2018-02-07KVM/x86: Add IBPB supportAshok Raj3-3/+116
2018-02-07KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed2-5/+4
2018-02-07x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny1-1/+1
2018-02-07x86/pti: Mark constant arrays as __initconstArnd Bergmann1-2/+2
2018-02-07x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed1-30/+56
2018-02-07x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse1-1/+8
2018-02-07x86/kvm: Update spectre-v1 mitigationDan Williams1-11/+9
2018-02-07KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini1-123/+147
2018-02-07x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf2-16/+0
2018-02-07x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen2-1/+34
2018-02-07x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse2-19/+29
2018-02-07x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King1-1/+1
2018-02-07x86/spectre: Report get_user mitigation for spectre_v1Dan Williams1-1/+1
2018-02-07nl80211: Sanitize array index in parse_txq_paramsDan Williams1-3/+6
2018-02-07vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams1-1/+4
2018-02-07x86/syscall: Sanitize syscall table de-references under speculationDan Williams1-1/+4
2018-02-07x86/get_user: Use pointer masking to limit speculationDan Williams1-0/+10
2018-02-07x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams4-14/+14
2018-02-07x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams1-4/+4
2018-02-07x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams1-0/+9