summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2018-12-17bpf: fix off-by-one error in adjust_subprog_startsEdward Cree
2018-12-17kernel/kcov.c: mark funcs in __sanitizer_cov_trace_pc() as notraceAnders Roxell
2018-12-17bpf: fix check of allowed specifiers in bpf_trace_printkMartynas Pumputis
2018-12-17bpf: allocate local storage buffers using GFP_ATOMICRoman Gushchin
2018-12-08tracing/fgraph: Fix set_graph_function from showing interruptsSteven Rostedt (VMware)
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri
2018-12-05function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)
2018-12-05function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)
2018-12-05function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)
2018-12-05function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)
2018-12-05function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)
2018-12-05function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)
2018-12-05ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina
2018-12-05x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-12-01rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider
2018-11-27bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione
2018-11-13userns: also map extents in the reverse map to kernel IDsJann Horn
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann
2018-11-13signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina
2018-11-13dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe
2018-11-13bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann
2018-10-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman
2018-10-20Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman
2018-10-19tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu
2018-10-19tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman
2018-10-18Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman
2018-10-17tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)
2018-10-17tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers