aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 1-5/+14
2018-05-11Merge tag 'trace-v4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+3
2018-05-11Merge tag 'pm-4.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-14/+2
2018-05-11tracing: Fix regex_match_front() to not over compare the test stringGravatar Steven Rostedt (VMware) 1-0/+3
2018-05-10compat: fix 4-byte infoleak via uninitialized struct fieldGravatar Jann Horn 1-0/+1
2018-05-09cpufreq: schedutil: Avoid using invalid next_freqGravatar Rafael J. Wysocki 1-1/+2
2018-05-09cpufreq: schedutil: remove stale commentGravatar Juri Lelli 1-13/+0
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-19/+44
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-3/+3
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 1-5/+14
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-29/+77
2018-05-03bpf: use array_index_nospec in find_prog_typeGravatar Daniel Borkmann 1-2/+8
2018-05-04bpf: fix possible spectre-v1 in find_and_alloc_map()Gravatar Mark Rutland 1-3/+6
2018-05-03tracing: Fix the file mode of stack tracerGravatar Zhengyuan Liu 1-1/+1
2018-05-03ftrace: Have set_graph_* files have normal file modesGravatar Chen LinX 1-2/+2
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-27/+31
2018-05-02bpf: sockmap, fix error handling in redirect failuresGravatar John Fastabend 1-16/+12
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedGravatar John Fastabend 1-4/+11
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyGravatar John Fastabend 1-2/+3
2018-05-02clocksource: Rework stale commentGravatar Peter Zijlstra 1-4/+2
2018-05-02clocksource: Consistent de-rate when marking unstableGravatar Peter Zijlstra 1-1/+8
2018-05-02clocksource: Initialize cs->wd_listGravatar Peter Zijlstra 1-0/+2
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesGravatar Peter Zijlstra 1-16/+34
2018-04-30tracepoint: Do not warn on ENOMEMGravatar Mathieu Desnoyers 1-2/+2
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 9-90/+75
2018-04-27Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-19/+1
2018-04-26tracing: Add field modifier parsing hist error for hist triggersGravatar Tom Zanussi 1-0/+1
2018-04-26tracing: Add field parsing hist error for hist triggersGravatar Tom Zanussi 1-0/+1
2018-04-26tracing: Restore proper field flag printing when displaying triggersGravatar Tom Zanussi 1-0/+10
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-9/+9
2018-04-26tracing: Remove igrab() iput() call from uprobes.cGravatar Song Liu 1-4/+3
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cGravatar Song Liu 1-21/+14
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEGravatar Thomas Gleixner 9-85/+70
2018-04-26tick/sched: Do not mess with an enqueued hrtimerGravatar Thomas Gleixner 1-5/+5
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-7/+51
2018-04-25tracing: Fix missing tab for hwlat_detector print formatGravatar Peter Xu 1-1/+1
2018-04-25kprobes: Fix random address output of blacklist fileGravatar Thomas Richter 1-1/+1
2018-04-25tracing: Fix kernel crash while using empty filter with perfGravatar Ravi Bangoria 1-7/+7
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 3-23/+50
2018-04-24bpf: sockmap, fix double page_put on ENOMEM error in redirect pathGravatar John Fastabend 1-2/+1
2018-04-24bpf: sockmap, sk_wait_event needed to handle blocking casesGravatar John Fastabend 1-0/+44
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsGravatar John Fastabend 3-5/+6
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar David S. Miller 3-23/+50
2018-04-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-14/+8
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-18/+17
2018-04-20fork: unconditionally clear stack on forkGravatar Kees Cook 1-2/+1
2018-04-20bpf: sockmap remove dead checkGravatar Jann Horn 1-3/+0
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-37/+71
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedGravatar Laura Abbott 1-1/+3