summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* bpf: enable stackmap with build_id in nmi contextSong Liu2018-05-141-6/+53
* bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski2018-05-091-1/+1
* bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2018-05-092-6/+37
* bpf: btf: Introduce BTF IDMartin KaFai Lau2018-05-092-11/+121
* bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau2018-05-091-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-0710-214/+566
|\
| * bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann2018-05-041-0/+2
| * bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski2018-05-041-2/+2
| * bpf: replace map pointer loads before calling into offloadsJakub Kicinski2018-05-041-5/+5
| * bpf: export bpf_event_output()Jakub Kicinski2018-05-041-0/+1
| * nfp: bpf: record offload neutral maps in the driverJakub Kicinski2018-05-041-0/+2
| * bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski2018-05-041-2/+4
| * bpf: add faked "ending" subprogJiong Wang2018-05-041-20/+14
| * bpf: centre subprog information fieldsJiong Wang2018-05-041-30/+32
| * bpf: unify main prog and subprogJiong Wang2018-05-041-26/+31
| * bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2018-05-032-88/+32
| * bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel2018-05-033-2/+248
| * bpf: remove tracepoints from bpf coreAlexei Starovoitov2018-04-303-35/+2
| * bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin2018-04-291-2/+0
| * bpf/verifier: improve register value range tracking with ARSHYonghong Song2018-04-292-0/+33
| * bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song2018-04-291-9/+2
| * bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song2018-04-291-0/+27
| * bpf: add bpf_get_stack helperYonghong Song2018-04-294-1/+140
| * bpf: change prototype for stack_map_get_build_id_offsetYonghong Song2018-04-291-8/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-0419-168/+144
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-033-29/+77
| |\
| | * bpf: sockmap, fix error handling in redirect failuresJohn Fastabend2018-05-021-16/+12
| | * bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend2018-05-021-4/+11
| | * bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend2018-05-021-2/+3
| * | Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-05-024-27/+31
| |\ \
| | * | tracepoint: Do not warn on ENOMEMMathieu Desnoyers2018-04-301-2/+2
| | * | tracing: Add field modifier parsing hist error for hist triggersTom Zanussi2018-04-261-0/+1
| | * | tracing: Add field parsing hist error for hist triggersTom Zanussi2018-04-261-0/+1
| | * | tracing: Restore proper field flag printing when displaying triggersTom Zanussi2018-04-261-0/+10
| | * | tracing: Remove igrab() iput() call from uprobes.cSong Liu2018-04-261-4/+3
| | * | tracing: Fix bad use of igrab in trace_uprobe.cSong Liu2018-04-261-21/+14
| * | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2018-04-299-90/+75
| |\ \ \
| | * | | Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-269-85/+70
| | * | | tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-04-261-5/+5
| * | | | Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-04-271-1/+2
| |\ \ \ \
| | * | | | module: Fix display of wrong module .text addressThomas Richter2018-04-181-1/+2
| * | | | | Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-04-271-19/+1
| |\ \ \ \ \
| | * | | | | staging: irda: remove remaining remants of irda code removalGreg Kroah-Hartman2018-04-161-19/+1
| | |/ / / /
| * | | | | Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-04-263-9/+9
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | tracing: Fix missing tab for hwlat_detector print formatPeter Xu2018-04-251-1/+1
| | * | | | kprobes: Fix random address output of blacklist fileThomas Richter2018-04-251-1/+1
| | * | | | tracing: Fix kernel crash while using empty filter with perfRavi Bangoria2018-04-251-7/+7
| | |/ / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-263-27/+18
|\ \ \ \ \
| * | | | | bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa2018-04-261-0/+1
| * | | | | bpf: allow map helpers access to map values directlyPaul Chaignon2018-04-241-17/+7