summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-13Linux 4.14.19v4.14.19Greg Kroah-Hartman
2018-02-13Revert "x86/alternative: Print unadorned pointers"Greg Kroah-Hartman
2018-02-13scsi: storvsc: missing error code in storvsc_probe()Dan Carpenter
2018-02-13kernel/exit.c: export abort() to modulesAndrew Morton
2018-02-13arch: define weak abort()Sudip Mukherjee
2018-02-13crypto: tcrypt - fix S/G table for test_aead_speed()Robert Baronescu
2018-02-13media: soc_camera: soc_scale_crop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSEJesse Chan
2018-02-13media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTIONJesse Chan
2018-02-13soreuseport: fix mem leak in reuseport_add_sock()Eric Dumazet
2018-02-13ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6onlyMartin KaFai Lau
2018-02-13tcp_bbr: fix pacing_gain to always be unity when using lt_bwNeal Cardwell
2018-02-13rocker: fix possible null pointer dereference in rocker_router_fib_event_workJiri Pirko
2018-02-13net: ipv6: send unsolicited NA after DADDavid Ahern
2018-02-13Revert "defer call to mem_cgroup_sk_alloc()"Roman Gushchin
2018-02-13vhost_net: stop device during reset ownerJason Wang
2018-02-13tcp: release sk_frag.page in tcp_disconnectLi RongQing
2018-02-13r8169: fix RTL8168EP take too long to complete driver initialization.Chunhao Lin
2018-02-13qmi_wwan: Add support for Quectel EP06Kristian Evensen
2018-02-13qlcnic: fix deadlock bugJunxiao Bi
2018-02-13net: igmp: add a missing rcu locking sectionEric Dumazet
2018-02-13ip6mr: fix stale iteratorNikolay Aleksandrov
2018-02-13kbuild: rpm-pkg: keep spec file until make mrproperMasahiro Yamada
2018-02-13.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada
2018-02-13.gitignore: sort normal pattern rules alphabeticallyMasahiro Yamada
2018-02-07Linux 4.14.18v4.14.18Greg Kroah-Hartman
2018-02-07fpga: region: release of_parse_phandle nodes after useIan Abbott
2018-02-07serial: core: mark port as initialized after successful IRQ changeSebastian Andrzej Siewior
2018-02-07KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-07KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRLKarimAllah Ahmed
2018-02-07KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIESKarimAllah Ahmed
2018-02-07KVM/x86: Add IBPB supportAshok Raj
2018-02-07KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDXKarimAllah Ahmed
2018-02-07x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALLDarren Kenny
2018-02-07x86/pti: Mark constant arrays as __initconstArnd Bergmann
2018-02-07x86/spectre: Simplify spectre_v2 command line parsingKarimAllah Ahmed
2018-02-07x86/retpoline: Avoid retpolines for built-in __init functionsDavid Woodhouse
2018-02-07x86/kvm: Update spectre-v1 mitigationDan Williams
2018-02-07KVM: VMX: make MSR bitmaps per-VCPUPaolo Bonzini
2018-02-07x86/paravirt: Remove 'noreplace-paravirt' cmdline optionJosh Poimboeuf
2018-02-07x86/speculation: Use Indirect Branch Prediction Barrier in context switchTim Chen
2018-02-07x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on IntelDavid Woodhouse
2018-02-07x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"Colin Ian King
2018-02-07x86/spectre: Report get_user mitigation for spectre_v1Dan Williams
2018-02-07nl80211: Sanitize array index in parse_txq_paramsDan Williams
2018-02-07vfs, fdtable: Prevent bounds-check bypass via speculative executionDan Williams
2018-02-07x86/syscall: Sanitize syscall table de-references under speculationDan Williams
2018-02-07x86/get_user: Use pointer masking to limit speculationDan Williams
2018-02-07x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospecDan Williams
2018-02-07x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}Dan Williams
2018-02-07x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospecDan Williams