summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-07-13net: Don't copy pfmemalloc flag in __copy_skb_header()Stefano Brivio1-5/+5
2018-07-11Merge branch 'for-4.18-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+24
2018-07-11Merge tag 'char-misc-4.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2018-07-11drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()Al Viro1-0/+1
2018-07-10rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers1-50/+0
2018-07-10rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers1-8/+19
2018-07-10rseq: uapi: Update uapi commentsMathieu Desnoyers1-33/+36
2018-07-10rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers1-3/+3
2018-07-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2018-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-2/+8
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-2/+0
2018-07-09blk-rq-qos: refactor out common elements of blk-wbtJosef Bacik1-2/+2
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo2-1/+23
2018-07-09blkcg: add generic throttling mechanismJosef Bacik4-0/+112
2018-07-09swap,blkcg: issue swap io with the appropriate contextTejun Heo1-0/+7
2018-07-09blk: introduce REQ_SWAPJosef Bacik2-2/+3
2018-07-09blk-cgroup: allow controllers to output their own statsJosef Bacik1-0/+3
2018-07-09block: introduce bio_issue_as_root_blkgJosef Bacik1-0/+16
2018-07-09block: add bi_blkg to the bio for cgroupsJosef Bacik2-1/+2
2018-07-09blk-mq: dequeue request one by one from sw queue if hctx is busyMing Lei1-1/+2
2018-07-09blk-mq: remove synchronize_rcu() from blk_mq_del_queue_tag_set()Ming Lei1-2/+0
2018-07-09blk-mq: introduce new lock for protecting hctx->dispatch_waitMing Lei1-0/+1
2018-07-09block: Make struct request_queue smaller for CONFIG_BLK_DEV_ZONED=nBart Van Assche1-0/+6
2018-07-09block: Inline blk_queue_nr_zones()Bart Van Assche1-5/+0
2018-07-09block: Remove bdev_nr_zones()Bart Van Assche1-9/+0
2018-07-09include/uapi/linux/blkzoned.h: Remove a superfluous __packed directiveBart Van Assche1-1/+1
2018-07-09bpf: include errno.h from bpf-cgroup.hRoman Gushchin1-0/+1
2018-07-08Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-7/+22
2018-07-08Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+1
2018-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-3/+11
2018-07-08xdp: XDP_REDIRECT should check IFF_UP and MTUToshiaki Makita1-3/+3
2018-07-08bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend1-0/+4
2018-07-07uio: change to use the mutex lock instead of the spin lockXiubo Li1-1/+1
2018-07-07net/sched: act_tunnel_key: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-07-07net/sched: act_csum: fix NULL dereference when 'goto chain' is usedDavide Caratti1-1/+0
2018-07-07net: bridge: fix br_vlan_get_{pvid,info} return valuesArnd Bergmann1-2/+2
2018-07-06Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-21/+19
2018-07-06netfilter: nf_tables: place all set backends in one single modulePablo Neira Ayuso1-0/+6
2018-07-06netfilter: nf_tproxy: fix possible non-linear access to transport headerMáté Eckl1-2/+2
2018-07-06Merge tag 'trace-v4.18-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2018-07-05ipv6: make ipv6_renew_options() interrupt/kernel safePaul Moore1-8/+1
2018-07-04net/ipv6: Revert attempt to simplify route replace and appendDavid Ahern1-0/+6
2018-07-04net: phy: marvell: change default m88e1510 LED configurationWang Dongsheng1-0/+2
2018-07-04ftrace: Nuke clear_ftrace_functionYisheng Xie1-2/+0
2018-07-03compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers1-7/+22
2018-07-03kthread, sched/core: Fix kthread_parkme() (again...)Peter Zijlstra2-2/+1
2018-07-03xsk: fix potential race in SKB TX completion codeMagnus Karlsson1-0/+4
2018-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-57/+97
2018-07-02ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOSHans de Goede1-0/+1
2018-07-02net: fix use-after-free in GRO with ESPSabrina Dubroca1-0/+20