summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-12-05function_graph: Reverse the order of pushing the ret_stack and the callbackSteven Rostedt (VMware)1-4/+6
2018-12-05function_graph: Move return callback before update of curr_ret_stackSteven Rostedt (VMware)1-9/+13
2018-12-05function_graph: Have profiler use curr_ret_stack and not depthSteven Rostedt (VMware)1-2/+2
2018-12-05function_graph: Use new curr_ret_depth to manage depth instead of curr_ret_stackSteven Rostedt (VMware)2-8/+16
2018-12-05function_graph: Make ftrace_push_return_trace() staticSteven Rostedt (VMware)1-1/+1
2018-12-05function_graph: Create function_graph_enter() to consolidate architecture codeSteven Rostedt (VMware)1-0/+16
2018-12-05ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRSThomas Gleixner1-10/+0
2018-12-05x86/speculation: Rework SMT state changeThomas Gleixner1-6/+9
2018-12-05sched/smt: Expose sched_smt_present static keyThomas Gleixner1-3/+1
2018-12-05sched/smt: Make sched_smt_present track topologyPeter Zijlstra (Intel)1-8/+11
2018-12-05x86/speculation: Apply IBPB more strictly to avoid cross-process data leakJiri Kosina1-0/+10
2018-12-05x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-12-01rcu: Make need_resched() respond to urgent RCU-QS needsPaul E. McKenney1-0/+9
2018-12-01kdb: Use strscpy with destination buffer sizePrarit Bhargava3-12/+15
2018-12-01sched/fair: Fix cpu_util_wake() for 'execl' type workloadsPatrick Bellasi1-14/+48
2018-11-27sched/core: Take the hotplug lock in sched_init_smp()Valentin Schneider1-1/+4
2018-11-27bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unprivDaniel Borkmann1-0/+1
2018-11-23Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation"Greg Kroah-Hartman1-10/+1
2018-11-21kdb: print real address of pointers instead of hashed addressesChristophe Leroy2-13/+13
2018-11-21kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy1-2/+2
2018-11-21tracing/kprobes: Check the probe on unloaded module correctlyMasami Hiramatsu1-13/+26
2018-11-13bpf: wait for running BPF programs when updating map-in-mapDaniel Colascione1-0/+13
2018-11-13userns: also map extents in the reverse map to kernel IDsJann Horn1-4/+8
2018-11-13tracing: Return -ENOENT if there is no target synthetic eventMasami Hiramatsu1-1/+3
2018-11-13genirq: Fix race on spurious interrupt detectionLukas Wunner1-2/+6
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-11-13kbuild: fix kernel/bounds.c 'W=1' warningArnd Bergmann1-1/+3
2018-11-13signal: Guard against negative signal numbers in copy_siginfo_from_user32Eric W. Biederman1-1/+1
2018-11-13signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace initEric W. Biederman1-1/+1
2018-11-13bpf/verifier: fix verifier instabilityAlexei Starovoitov1-8/+8
2018-11-13kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()Masami Hiramatsu1-7/+20
2018-11-13signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstackWill Deacon1-5/+9
2018-11-13locking/lockdep: Fix debug_locks off performance problemWaiman Long1-2/+2
2018-11-13x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigationJiri Kosina1-1/+10
2018-11-13dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe1-1/+5
2018-11-13bpf: fix partial copy of map_ptr when dst is scalarDaniel Borkmann1-4/+6
2018-10-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2-4/+22
2018-10-20Merge tag 'trace-v4.19-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-7/+25
2018-10-20tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu1-1/+1
2018-10-20tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu1-6/+24
2018-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman1-8/+2
2018-10-18Merge tag 'trace-v4.19-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2-21/+13
2018-10-17tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)1-5/+5
2018-10-17tracepoint: Fix tracepoint array element size mismatchMathieu Desnoyers1-16/+8
2018-10-16sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-8/+2
2018-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Greg Kroah-Hartman1-0/+6
2018-10-11Merge branch 'for-4.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Greg Kroah-Hartman1-9/+16
2018-10-11sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21