summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)
2020-08-06kprobes: Fix compiler warning for !CONFIG_KPROBES_ON_FTRACEMuchun Song
2020-08-04tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan
2020-08-03kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch
2020-07-30ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou
2020-07-30ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou
2020-07-30tracing/hwlat: Honor the tracing_cpumaskKevin Hao
2020-07-30tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao
2020-07-09tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang
2020-07-09tracing: Simplify defining of the next event idWei Yang
2020-07-01ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)
2020-07-01ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)
2020-07-01ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)
2020-07-01ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)
2020-06-30ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin
2020-06-30ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-06-27Merge tag 'dma-mapping-5.8-4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-06-27Merge tag 'kgdb-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds
2020-06-26Merge tag 'pm-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-06-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg
2020-06-26mm: remove vmalloc_execChristoph Hellwig
2020-06-26kexec: do not verify the signature without the lockdown or mandatory signatureLianbo Jiang
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-25Merge tag 'trace-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra
2020-06-25cpuidle: Rearrange s2idle-specific idle state entry codeRafael J. Wysocki
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg