summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-07-048-152/+612
|\
| * bpf: fix precision trackingAlexei Starovoitov2019-07-031-14/+107
| * devmap: Allow map lookups from eBPFToke Høiland-Jørgensen2019-06-292-5/+7
| * devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-292-117/+95
| * xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen2019-06-291-2/+1
| * bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-274-0/+369
| * bpf: fix cgroup bpf release synchronizationRoman Gushchin2019-06-271-1/+18
| * bpf: fix compiler warning with CONFIG_MODULES=nYonghong Song2019-06-261-13/+14
| * xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-251-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-40/+18
|\ \ | |/ |/|
| * copy_process(): don't use ksys_close() on cleanupsAl Viro2019-06-271-28/+18
| * fork: don't check parent_tidptr with CLONE_PIDFDDmitry V. Levin2019-06-241-12/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2212-42/+12
|\|
| * Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2112-42/+12
| |\
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-193-12/+3
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner2019-06-194-16/+4
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 248Thomas Gleixner2019-06-191-2/+1
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner2019-06-194-12/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-204-71/+734
|\ \ \
| * | | bpf: precise scalar_value trackingAlexei Starovoitov2019-06-191-11/+480
| * | | bpf: fix callees pruning callersAlexei Starovoitov2019-06-191-5/+6
| * | | bpf: introduce bounded loopsAlexei Starovoitov2019-06-191-12/+131
| * | | bpf: extend is_branch_taken to registersAlexei Starovoitov2019-06-191-15/+19
| * | | bpf: track spill/fill of constantsAlexei Starovoitov2019-06-191-25/+65
| * | | bpf: silence warning messages in coreValdis Klētnieks2019-06-121-0/+1
| * | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-102-2/+31
| * | | bpf: remove redundant assignment to errColin Ian King2019-06-042-2/+2
* | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1750-302/+385
|\ \ \ \ | | |/ / | |/| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-177-46/+137
| |\ \ \ | | |_|/ | |/| |
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-153-20/+98
| | |\ \
| | | * | bpf: fix nested bpf tracepoints with per-cpu dataMatt Mullins2019-06-151-16/+84
| | | * | bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-06-151-0/+4
| | | * | bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-06-151-0/+1
| | | * | bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-06-151-2/+2
| | | * | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-2/+7
| | * | | sysctl: define proc_do_static_key()Eric Dumazet2019-06-142-22/+23
| | |/ /
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-4/+16
| | |\ \
| | | * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-062-4/+16
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2019-06-161-2/+3
| |\ \ \ \
| | * | | | timekeeping: Repair ktime_get_coarse*() granularityThomas Gleixner2019-06-141-2/+3
| * | | | | Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-06-155-14/+35
| |\ \ \ \ \
| | * | | | | ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper()Wei Li2019-06-141-2/+5
| | * | | | | module: Fix livepatch/ftrace module text permissions raceJosh Poimboeuf2019-06-142-1/+15
| | * | | | | tracing/uprobe: Fix obsolete comment on trace_uprobe_create()Eiichi Tsukata2019-06-141-2/+0
| | * | | | | tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create()Eiichi Tsukata2019-06-141-3/+10
| | * | | | | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
| | * | | | | tracing: avoid build warning with HAVE_NOP_MCOUNTVasily Gorbik2019-06-141-3/+2
| | * | | | | tracing: Fix out-of-range read in trace_stack_print()Eiichi Tsukata2019-06-141-1/+1
| * | | | | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-143-32/+91
| |\ \ \ \ \ \