summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.4-rc7' into perf/core, to pick up fixesIngo Molnar2019-11-1154-142/+260
|\
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-11-102-3/+3
| |\
| | * reset: fix reset_control_ops kerneldoc commentRandy Dunlap2019-10-281-1/+1
| | * reset: fix reset_control_get_exclusive kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| | * reset: fix reset_control_lookup kerneldoc commentPhilipp Zabel2019-10-241-1/+1
| * | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-11-101-7/+0
| |\ \
| | * | timekeeping/vsyscall: Update VDSO data unconditionallyHuacai Chen2019-11-041-7/+0
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-0817-22/+34
| |\ \ \
| | * | | net: fix data-race in neigh_event_send()Eric Dumazet2019-11-081-2/+2
| | * | | net/fq_impl: Switch to kvmalloc() for memory allocationToke Høiland-Jørgensen2019-11-081-2/+2
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-11-061-1/+2
| | |\ \ \
| | | * | | netfilter: nf_tables: Align nft_expr private data to 64-bitLukas Wunner2019-11-041-1/+2
| | | |/ /
| | * | | net/tls: add a TX lockJakub Kicinski2019-11-061-0/+5
| | * | | net: prevent load/store tearing on sk->sk_stampEric Dumazet2019-11-051-2/+2
| | * | | net/tls: fix sk_msg trim on fallback to copy modeJakub Kicinski2019-11-051-3/+6
| | * | | net: sched: prevent duplicate flower rules from tcf_proto destroy raceJohn Hurley2019-11-051-0/+4
| | * | | bonding: fix state transition issue in link monitoringJay Vosburgh2019-11-051-2/+1
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-051-2/+2
| | |\ \ \
| | | * | | bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}()Björn Töpel2019-10-311-2/+2
| | * | | | can: don't use deprecated license identifiersYegor Yefremov2019-11-058-8/+8
| | | |/ / | | |/| |
| * | | | Merge tag 'for-linus-2019-11-08' of git://git.kernel.dk/linux-blockLinus Torvalds2019-11-081-0/+1
| |\ \ \ \
| | * | | | nvme: change nvme_passthru_cmd64 to explicitly mark rsvdCharles Machalow2019-11-061-0/+1
| * | | | | Merge tag 'xarray-5.4' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2019-11-082-19/+1
| |\ \ \ \ \
| | * | | | | idr: Fix integer overflow in idr_for_each_entryMatthew Wilcox (Oracle)2019-11-031-1/+1
| | * | | | | radix tree: Remove radix_tree_iter_findMatthew Wilcox (Oracle)2019-11-011-18/+0
| * | | | | | Merge tag 'drm-fixes-2019-11-08' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-082-1/+15
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-misc-fixes-2019-11-07-1' of git://anongit.freedesktop.org/drm/...Dave Airlie2019-11-082-1/+15
| | |\ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | | * | | | | drm/shmem: Add docbook comments for drm_gem_shmem_object madvise fieldsRob Herring2019-11-061-0/+13
| | | * | | | | drm/atomic: fix self-refresh helpers crtc state dereferenceRob Clark2019-11-061-1/+2
| | | | |_|_|/ | | | |/| | |
| * | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-11-063-7/+23
| |\ \ \ \ \ \
| | * | | | | | mm: thp: handle page cache THP correctly in PageTransCompoundMapYang Shi2019-11-063-7/+23
| | |/ / / / /
| * | | | | | Merge tag 'for-linus-2019-11-05' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-11-051-0/+4
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | clone3: validate stack argumentsChristian Brauner2019-11-051-0/+4
| | | |_|/ / | | |/| | |
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-11-0121-79/+116
| |\ \ \ \ \
| | * | | | | net: increase SOMAXCONN to 4096Eric Dumazet2019-10-311-1/+1
| | * | | | | net: annotate lockless accesses to sk->sk_napi_idEric Dumazet2019-10-301-3/+3
| | * | | | | net: annotate accesses to sk->sk_incoming_cpuEric Dumazet2019-10-301-2/+2
| | * | | | | net/mlx5: Fix flow counter list auto bits structRoi Dayan2019-10-291-2/+1
| | * | | | | net: fix sk_page_frag() recursion from memory reclaimTejun Heo2019-10-282-3/+31
| | * | | | | net: add skb_queue_empty_lockless()Eric Dumazet2019-10-281-9/+24
| | | |_|_|/ | | |/| | |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-10-271-0/+1
| | |\ \ \ \
| | | * | | | ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet2019-10-241-0/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-10-261-1/+0
| | |\ \ \ \ \
| | | * | | | | bpf: Fix use after free in subprog's jited symbol removalDaniel Borkmann2019-10-221-1/+0
| | * | | | | | netns: fix GFP flags in rtnl_net_notifyid()Guillaume Nault2019-10-251-1/+1
| | * | | | | | net: hwbm: if CONFIG_NET_HWBM unset, make stub functions staticBen Dooks (Codethink)2019-10-251-3/+7
| | * | | | | | net: remove unnecessary variables and callbackTaehee Yoo2019-10-244-25/+0
| | * | | | | | vxlan: add adjacent link to limit depth levelTaehee Yoo2019-10-241-0/+1
| | * | | | | | net: core: add ignore flag to netdev_adjacent structureTaehee Yoo2019-10-241-0/+10
| | * | | | | | team: fix nested locking lockdep warningTaehee Yoo2019-10-241-0/+1