summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-07-22Linux 4.14.57v4.14.57Greg Kroah-Hartman
2018-07-22string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier
2018-07-22arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier
2018-07-22arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier
2018-07-22arm64: KVM: Add HYP per-cpu accessorsMarc Zyngier
2018-07-22arm64: ssbd: Add prctl interface for per-thread mitigationMarc Zyngier
2018-07-22arm64: ssbd: Introduce thread flag to control userspace mitigationMarc Zyngier
2018-07-22arm64: ssbd: Restore mitigation status on CPU resumeMarc Zyngier
2018-07-22arm64: ssbd: Skip apply_ssbd if not using dynamic mitigationMarc Zyngier
2018-07-22arm64: ssbd: Add global mitigation state accessorMarc Zyngier
2018-07-22arm64: Add 'ssbd' command-line optionMarc Zyngier
2018-07-22arm64: Add ARCH_WORKAROUND_2 probingMarc Zyngier
2018-07-22arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2Marc Zyngier
2018-07-22arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1Marc Zyngier
2018-07-22arm/arm64: smccc: Add SMCCC-specific return codesMarc Zyngier
2018-07-22KVM: arm64: Avoid storing the vcpu pointer on the stackChristoffer Dall
2018-07-22KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_stateMarc Zyngier
2018-07-22arm64: alternatives: Add dynamic patching featureMarc Zyngier
2018-07-22KVM: arm64: Stop save/restoring host tpidr_el1 on VHEJames Morse
2018-07-22arm64: alternatives: use tpidr_el2 on VHE hostsJames Morse
2018-07-22KVM: arm64: Change hyp_panic()s dependency on tpidr_el2James Morse
2018-07-22KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocationJames Morse
2018-07-22KVM: arm64: Store vcpu on the stack during __guest_enter()James Morse
2018-07-22net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.Tetsuo Handa
2018-07-22rds: avoid unenecessary cong_update in loop transportSantosh Shilimkar
2018-07-22bdi: Fix another oops in wb_workfn()Jan Kara
2018-07-22netfilter: ipv6: nf_defrag: drop skb dst before queueingFlorian Westphal
2018-07-22nsh: set mac len based on inner packetWillem de Bruijn
2018-07-22autofs: fix slab out of bounds read in getname_kernel()Tomas Bortoli
2018-07-22tls: Stricter error checking in zerocopy sendmsg pathDave Watson
2018-07-22KEYS: DNS: fix parsing multiple optionsEric Biggers
2018-07-22reiserfs: fix buffer overflow with long warning messagesEric Biggers
2018-07-22netfilter: ebtables: reject non-bridge targetsFlorian Westphal
2018-07-22PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()Dexuan Cui
2018-07-22block: do not use interruptible wait anywhereAlan Jenkins
2018-07-22mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionallyMasahiro Yamada
2018-07-22crypto: af_alg - Initialize sg_num_bytes in error code pathStephan Mueller
2018-07-22clocksource: Initialize cs->wd_listPeter Zijlstra
2018-07-22media: rc: oops in ir_timer_keyup after device unplugSean Young
2018-07-22xhci: Fix USB3 NULL pointer dereference at logical disconnect.Mathias Nyman
2018-07-22net: lan78xx: Fix race in tx pending skb size calculationStefan Wahren
2018-07-22rtlwifi: rtl8821ae: fix firmware is not ready to runPing-Ke Shih
2018-07-22rtlwifi: Fix kernel Oops "Fw download fail!!"Ping-Ke Shih
2018-07-22net: cxgb3_main: fix potential Spectre v1Gustavo A. R. Silva
2018-07-22VSOCK: fix loopback on big-endian systemsClaudio Imbrenda
2018-07-22vhost_net: validate sock before trying to put its fdJason Wang
2018-07-22tcp: prevent bogus FRTO undos with non-SACK flowsIlpo Järvinen
2018-07-22tcp: fix Fast Open key endiannessYuchung Cheng
2018-07-22strparser: Remove early eaten to fix full tcp receive buffer stallDoron Roberts-Kedes