aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2018-05-06Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-05-04Merge tag 'trace-v4.17-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-05-03tracing: Fix the file mode of stack tracerZhengyuan Liu
2018-05-03ftrace: Have set_graph_* files have normal file modesChen LinX
2018-05-02Merge tag 'trace-v4.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend
2018-05-02clocksource: Rework stale commentPeter Zijlstra
2018-05-02clocksource: Consistent de-rate when marking unstablePeter Zijlstra
2018-05-02clocksource: Initialize cs->wd_listPeter Zijlstra
2018-05-02clocksource: Allow clocksource_mark_unstable() on unregistered clocksourcesPeter Zijlstra
2018-04-30tracepoint: Do not warn on ENOMEMMathieu Desnoyers
2018-04-29Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-04-27Merge tag 'modules-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-04-27Merge tag 'staging-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-04-26tracing: Add field modifier parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Add field parsing hist error for hist triggersTom Zanussi
2018-04-26tracing: Restore proper field flag printing when displaying triggersTom Zanussi
2018-04-26Merge tag 'trace-v4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-26tracing: Remove igrab() iput() call from uprobes.cSong Liu
2018-04-26tracing: Fix bad use of igrab in trace_uprobe.cSong Liu
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-25tracing: Fix missing tab for hwlat_detector print formatPeter Xu
2018-04-25kprobes: Fix random address output of blacklist fileThomas Richter
2018-04-25tracing: Fix kernel crash while using empty filter with perfRavi Bangoria
2018-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-24bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend
2018-04-24bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-04-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-04-22Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2018-04-22Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-20fork: unconditionally clear stack on forkKees Cook
2018-04-20bpf: sockmap remove dead checkJann Horn
2018-04-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-04-19posix-cpu-timers: Ensure set_process_cpu_timer is always evaluatedLaura Abbott
2018-04-18module: Fix display of wrong module .text addressThomas Richter
2018-04-17timekeeping: Remove __current_kernel_time()Baolin Wang
2018-04-17clockevents: Fix kernel messages split across multiple linesGeert Uytterhoeven
2018-04-17perf: Remove superfluous allocation error checkJiri Olsa
2018-04-17perf: Fix sample_max_stack maximum checkJiri Olsa
2018-04-17perf: Return proper values for user stack errorsJiri Olsa
2018-04-17perf/core: Store context switch out type in PERF_RECORD_SWITCH[_CPU_WIDE]Alexey Budankov
2018-04-17livepatch: Allow to call a custom callback when freeing shadow variablesPetr Mladek
2018-04-17livepatch: Initialize shadow variables safely by a custom callbackPetr Mladek
2018-04-17trace_kprobe: Remove warning message "Could not insert probe at..."Song Liu