summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-15bpf: enable stackmap with build_id in nmi contextSong Liu1-6/+53
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski1-1/+1
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau2-6/+37
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau2-11/+121
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau1-1/+1
2018-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-214/+566
2018-05-05bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann1-0/+2
2018-05-05bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-05-05bpf: replace map pointer loads before calling into offloadsJakub Kicinski1-5/+5
2018-05-05bpf: export bpf_event_output()Jakub Kicinski1-0/+1
2018-05-05nfp: bpf: record offload neutral maps in the driverJakub Kicinski1-0/+2
2018-05-05bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski1-2/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller19-168/+144
2018-05-04bpf: add faked "ending" subprogJiong Wang1-20/+14
2018-05-04bpf: centre subprog information fieldsJiong Wang1-30/+32
2018-05-04bpf: unify main prog and subprogJiong Wang1-26/+31
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-29/+77
2018-05-04bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2-88/+32
2018-05-04bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel3-2/+248
2018-05-03Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-27/+31
2018-05-03bpf: sockmap, fix error handling in redirect failuresJohn Fastabend1-16/+12
2018-05-03bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend1-4/+11
2018-05-03bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend1-2/+3
2018-04-30tracepoint: Do not warn on ENOMEMMathieu Desnoyers1-2/+2
2018-04-30bpf: remove tracepoints from bpf coreAlexei Starovoitov3-35/+2
2018-04-29bpf: Allow bpf_current_task_under_cgroup in interruptTeng Qin1-2/+0
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-90/+75
2018-04-29bpf/verifier: improve register value range tracking with ARSHYonghong Song2-0/+33
2018-04-29bpf: remove never-hit branches in verifier adjust_scalar_min_max_valsYonghong Song1-9/+2
2018-04-29bpf/verifier: refine retval R0 state for bpf_get_stack helperYonghong Song1-0/+27
2018-04-29bpf: add bpf_get_stack helperYonghong Song4-1/+140
2018-04-29bpf: change prototype for stack_map_get_build_id_offsetYonghong Song1-8/+5
2018-04-27Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+2
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-19/+1
2018-04-27tracing: Add field modifier parsing hist error for hist triggersTom Zanussi1-0/+1
2018-04-27tracing: Add field parsing hist error for hist triggersTom Zanussi1-0/+1
2018-04-27tracing: Restore proper field flag printing when displaying triggersTom Zanussi1-0/+10
2018-04-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller3-27/+18
2018-04-27Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-9/+9
2018-04-26bpf: Add gpl_compatible flag to struct bpf_prog_infoJiri Olsa1-0/+1
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu1-4/+3
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu1-21/+14
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner9-85/+70
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner1-5/+5
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+51
2018-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-7/+51
2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu1-1/+1
2018-04-25kprobes: Fix random address output of blacklist fileThomas Richter1-1/+1
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria1-7/+7
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-57/+76