summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-08-13vhost_net: use packet weight for rx handler, tooPaolo Abeni1-4/+8
2019-08-13vhost-net: set packet weight of tx polling to 2 * vq sizehaibinzhang(张海斌)1-1/+7
2019-08-13x86/speculation/swapgs: Exclude ATOMs from speculation through SWAPGSThomas Gleixner3-29/+32
2019-08-13x86/entry/64: Use JMP instead of JMPQJosh Poimboeuf1-1/+1
2019-08-13x86/speculation: Enable Spectre v1 swapgs mitigationsJosh Poimboeuf2-9/+111
2019-08-13x86/speculation: Prepare entry code for Spectre v1 swapgs mitigationsJosh Poimboeuf3-3/+49
2019-08-13x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2019-08-13x86/entry/64: Really create an error-entry-from-usermode code pathAndy Lutomirski1-12/+16
2019-08-13x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski1-5/+23
2019-08-13x86: cpufeatures: Renumber feature word 7Ben Hutchings1-18/+21
2019-08-13ufs: fix braino in ufs_get_inode_gid() for solaris UFS flavourAl Viro1-1/+1
2019-08-13packet: validate msg_namelen in send directlyWillem de Bruijn1-10/+14
2019-08-13packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn1-2/+11
2019-08-13l2ip: fix possible use-after-freeEric Dumazet1-4/+4
2019-08-13ipv6/flowlabel: wait rcu grace period before put_pid()Eric Dumazet1-7/+13
2019-08-13ipv6: invert flowlabel sharing check in process and user modeWillem de Bruijn1-2/+2
2019-08-13slip: make slhc_free() silently accept an error pointerLinus Torvalds1-1/+1
2019-08-13fs/proc/proc_sysctl.c: Fix a NULL pointer dereferenceYueHaibing1-2/+4
2019-08-13trace: Fix preempt_enable_no_resched() abusePeter Zijlstra1-1/+1
2019-08-13l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv()Eric Dumazet1-1/+1
2019-08-13sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-08-13usb: usbip: fix isoc packet num validation in get_pipeMalte Leip2-9/+10
2019-08-13USB: w1 ds2490: Fix bug caused by improper use of altsetting arrayAlan Stern1-3/+3
2019-08-13USB: yurex: Fix protection fault after device removalAlan Stern1-0/+1
2019-08-13net/rose: fix unbound loop in rose_loopback_timer()Eric Dumazet1-15/+19
2019-08-13cifs: do not attempt cifs operation on smb2+ rename errorFrank Sorenson1-0/+4
2019-08-13ceph: ensure d_name stability in ceph_dentry_hash()Jeff Layton1-1/+5
2019-08-13mac80211: don't attempt to rename ERR_PTR() debugfs dirsJohannes Berg1-1/+1
2019-08-13netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ONFlorian Westphal1-1/+2
2019-08-13team: fix possible recursive locking when add slavesHangbin Liu1-0/+6
2019-08-13USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern5-29/+15
2019-08-13mm/vmstat.c: fix /proc/vmstat format for CONFIG_DEBUG_TLBFLUSH=y CONFIG_SMP=nKonstantin Khlebnikov1-5/+0
2019-08-13x86/kprobes: Avoid kretprobe recursion bugMasami Hiramatsu1-2/+20
2019-08-13kprobes: Mark ftrace mcount handler functions nokprobeMasami Hiramatsu1-1/+4
2019-08-13x86/kprobes: Verify stack frame on kretprobeMasami Hiramatsu2-0/+27
2019-08-13tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-1/+3
2019-08-13ALSA: core: Fix card races between register and disconnectTakashi Iwai1-9/+9
2019-08-13sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-08-13CIFS: keep FileInfo handle live during oplock breakAurelien Aptel4-10/+53
2019-08-13cifs: fix handle leak in smb2_query_symlink()Ronnie Sahlberg1-0/+2
2019-08-13tools lib traceevent: Fix missing equality check for strcmpRikard Falkeborn1-1/+1
2019-08-13kvm: mmu: Fix overflow on kvm mmu page limit calculationBen Gardon4-16/+15
2019-08-13staging: comedi: vmk80xx: Fix possible double-free of ->usb_rx_bufIan Abbott1-3/+1
2019-08-13staging: comedi: vmk80xx: Fix use of uninitialized semaphoreIan Abbott1-2/+2
2019-08-13USB: core: Fix unterminated string returned by usb_string()Alan Stern1-1/+3
2019-08-13MIPS: scall64-o32: Fix indirect syscall number loadAurelien Jarno1-1/+1
2019-08-13x86/speculation: Prevent deadlock on ssb_state::lockThomas Gleixner1-2/+6
2019-08-13locking/lockdep: Add IRQs disabled/enabled assertion APIs: lockdep_assert_irq...Frederic Weisbecker1-0/+15
2019-08-13vxge: fix return of a free'd memblock on a failed dma mappingColin Ian King1-0/+1
2019-08-13rt2x00: do not increment sequence number while re-transmittingVijayakumar Durai3-17/+9