aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-41/+67
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringSteven Rostedt (VMware)1-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldJann Horn1-0/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentJuri Lelli1-13/+0
2018-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-214/+566
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-19/+44
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+3
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+14
2018-05-04bpf, xskmap: fix crash in xsk_map_alloc error path handlingDaniel Borkmann1-0/+2
2018-05-04bpf: fix references to free_bpf_prog_info() in commentsJakub Kicinski1-2/+2
2018-05-04bpf: replace map pointer loads before calling into offloadsJakub Kicinski1-5/+5
2018-05-04bpf: export bpf_event_output()Jakub Kicinski1-0/+1
2018-05-04nfp: bpf: record offload neutral maps in the driverJakub Kicinski1-0/+2
2018-05-04bpf: 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-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-29/+77
2018-05-03bpf: use array_index_nospec in find_prog_typeDaniel Borkmann1-2/+8
2018-05-03bpf: implement ld_abs/ld_ind in native bpfDaniel Borkmann2-88/+32
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Mark Rutland1-3/+6
2018-05-03bpf: introduce new bpf AF_XDP map type BPF_MAP_TYPE_XSKMAPBjörn Töpel3-2/+248
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu1-1/+1
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX1-2/+2
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds4-27/+31
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend1-16/+12
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend1-4/+11
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend1-2/+3
2018-05-02clocksource: Rework stale commentPeter Zijlstra1-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra1-1/+8
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra1-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra1-16/+34
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/kernel/git/tip/tipLinus 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/kernel/git/jeyu/linuxLinus Torvalds1-1/+2
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds1-19/+1
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi1-0/+1
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi1-0/+1