summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-07-04Merge tag 'v5.1.16' into dev-5.1dev-5.1Joel Stanley76-293/+829
2019-07-03Linux 5.1.16v5.1.16Greg Kroah-Hartman1-1/+1
2019-07-03arm64: insn: Fix ldadd instruction encodingJean-Philippe Brucker1-1/+1
2019-07-03tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-07-03fanotify: update connector fsid cache on add markAmir Goldstein3-4/+18
2019-07-03RDMA: Directly cast the sockaddr union to sockaddrJason Gunthorpe3-14/+12
2019-07-03futex: Update comments and docs about return values of arch futex codeWill Deacon2-4/+7
2019-07-03bpf, arm64: use more scalable stadd over ldxr / stxr loop in xaddDaniel Borkmann4-9/+71
2019-07-03arm64: futex: Avoid copying out uninitialised stack in failed cmpxchg()Will Deacon1-1/+3
2019-07-03bpf: udp: ipv6: Avoid running reuseport's bpf_prog from __udp6_lib_errMartin KaFai Lau1-1/+1
2019-07-03bpf: udp: Avoid calling reuseport's bpf_prog from udp_groMartin KaFai Lau2-2/+6
2019-07-03bpf: fix unconnected udp hooksDaniel Borkmann7-4/+36
2019-07-03bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins1-16/+84
2019-07-03bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2-5/+45
2019-07-03bpf: simplify definition of BPF_FIB_LOOKUP related flagsMartynas Pumputis1-2/+2
2019-07-03net: aquantia: fix vlans not working over bridged networkDmitry Bogdanov4-8/+23
2019-07-03tun: wake up waitqueues after IFF_UP is setFei Li1-10/+9
2019-07-03tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-07-03tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-07-03team: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-03sctp: change to hold sk after auth shkey is created successfullyXin Long1-4/+4
2019-07-03net/tls: fix page double free on TX cleanupDirk van der Merwe2-16/+2
2019-07-03net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii1-8/+14
2019-07-03net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-07-03net: remove duplicate fetch in sock_getsockoptJingYi Hou1-3/+0
2019-07-03net/packet: fix memory leak in packet_set_ring()Eric Dumazet1-1/+2
2019-07-03ipv4: Use return value of inet_iif() for __raw_v4_lookup in the while loopStephen Suryaputra1-1/+1
2019-07-03bonding: Always enable vlan tx offloadYueHaibing1-1/+1
2019-07-03af_packet: Block execution of tasks waiting for transmit to complete in AF_PA...Neil Horman2-3/+18
2019-07-03irqchip/mips-gic: Use the correct local interrupt map registersPaul Burton2-2/+32
2019-07-03SUNRPC: Fix up calculation of client message lengthTrond Myklebust1-8/+8
2019-07-03cpu/speculation: Warn on unsupported mitigations= parameterGeert Uytterhoeven1-0/+3
2019-07-03NFS/flexfiles: Use the correct TCP timeout for flexfiles I/OTrond Myklebust1-1/+1
2019-07-03efi/memreserve: deal with memreserve entries in unmapped memoryArd Biesheuvel1-2/+10
2019-07-03mm: fix page cache convergence regressionJohannes Weiner3-3/+12
2019-07-03x86/resctrl: Prevent possible overrun during bitmap operationsReinette Chatre1-19/+16
2019-07-03x86/microcode: Fix the microcode load on CPU hotplug for realThomas Gleixner1-5/+10
2019-07-03x86/speculation: Allow guests to use SSBD even if host does notAlejandro Jimenez1-1/+10
2019-07-03scsi: vmw_pscsi: Fix use-after-free in pvscsi_queue_lck()Jan Kara1-2/+4
2019-07-03io_uring: ensure req->file is cleared on allocationJens Axboe1-3/+2
2019-07-03dm log writes: make sure super sector log updates are written in orderzhangyi (F)1-2/+21
2019-07-03dm init: fix incorrect uses of kstrndup()Gen Zhang1-3/+3
2019-07-03mm, swap: fix THP swap outHuang Ying1-5/+2
2019-07-03mm/page_idle.c: fix oops because end_pfn is larger than max_pfnColin Ian King1-2/+2
2019-07-03mm: hugetlb: soft-offline: dissolve_free_huge_page() return zero on !PageHugeNaoya Horiguchi2-13/+21
2019-07-03mm: soft-offline: return -EBUSY if set_hwpoison_free_buddy_page() failsNaoya Horiguchi1-0/+2
2019-07-03drm/i915: Skip modeset for cdclk changes if possibleVille Syrjälä4-34/+163
2019-07-03drm/i915: Remove redundant store of logical CDCLK stateImre Deak1-2/+0
2019-07-03drm/i915: Save the old CDCLK atomic stateImre Deak3-2/+23
2019-07-03drm/i915: Force 2*96 MHz cdclk on glk/cnl when audio power is enabledVille Syrjälä5-24/+83