summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2018-05-24bpf: btf: Avoid variable length arrayMartin KaFai Lau-6/+5
2018-05-23bpf: btf: Rename btf_key_id and btf_value_id in bpf_map_infoMartin KaFai Lau-10/+10
2018-05-23bpf: btf: Remove unused bits from uapi/linux/btf.hMartin KaFai Lau-17/+35
2018-05-23bpf: btf: Check array->index_typeMartin KaFai Lau-24/+56
2018-05-23bpf: btf: Change how section is supported in btf_headerMartin KaFai Lau-51/+158
2018-05-23bpf: Expose check_uarg_tail_zero()Martin KaFai Lau-7/+7
2018-05-18bpf: allow sk_msg programs to read sock fieldsJohn Fastabend-0/+1
2018-05-18xsk: clean up SPDX headersBjörn Töpel-9/+0
2018-05-17bpf: sockmap, fix double-freeGustavo A. R. Silva-1/+0
2018-05-17bpf: sockmap, fix uninitialized variableGustavo A. R. Silva-1/+1
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-100/+797
2018-05-17bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend-1/+1
2018-05-17bpf: fix sock hashmap kmalloc warningYonghong Song-0/+6
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend-17/+492
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend-60/+88
2018-05-14bpf: enable stackmap with build_id in nmi contextSong Liu-6/+53
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-41/+67
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn-0/+1
2018-05-09bpf: xdp: allow offloads to store into rx_queue_indexJakub Kicinski-1/+1
2018-05-09bpf: btf: Add struct bpf_btf_infoMartin KaFai Lau-6/+37
2018-05-09bpf: btf: Introduce BTF IDMartin KaFai Lau-11/+121
2018-05-09bpf: btf: Avoid WARN_ON when CONFIG_REFCOUNT_FULL=yMartin KaFai Lau-1/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli-13/+0
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-214/+566
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+44
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-3/+3
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller-5/+14
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann-0/+2
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski-2/+2
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski-5/+5
2018-05-04bpf: export bpf_event_output()Jakub Kicinski-0/+1
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski-0/+2
2018-05-04bpf: offload: allow offloaded programs to use perf event arraysJakub Kicinski-2/+4
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-168/+144
2018-05-04bpf: add faked "ending" subprogJiong Wang-20/+14
2018-05-04bpf: centre subprog information fieldsJiong Wang-30/+32
2018-05-04bpf: unify main prog and subprogJiong Wang-26/+31
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-29/+77
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann-2/+8
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann-88/+32
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland-3/+6
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel-2/+248
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu-1/+1
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX-2/+2
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-27/+31