summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog_hld.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-08-05tracing: Use trace_sched_process_free() instead of exit() for pid tracingSteven Rostedt (VMware)2-4/+4
2020-08-04bootconfig: Fix to find the initargs correctlyMasami Hiramatsu1-6/+8
2020-08-03Documentation: bootconfig: Add bootconfig override operatorMasami Hiramatsu1-0/+11
2020-08-03tools/bootconfig: Add testcases for value override operatorMasami Hiramatsu4-0/+25
2020-08-03lib/bootconfig: Add override operator supportMasami Hiramatsu1-10/+23
2020-08-03kprobes: Remove show_registers() function prototypeMasami Hiramatsu1-1/+0
2020-08-03tracing/uprobe: Remove dead code in trace_uprobe_register()Peng Fan1-1/+0
2020-08-03kprobes: Fix NULL pointer dereference at kprobe_ftrace_handlerMuchun Song1-0/+7
2020-08-03ftrace: Fix ftrace_trace_task return valueJosef Bacik2-4/+6
2020-08-03tracepoint: Use __used attribute definitions from compiler_attributes.hNick Desaulniers1-6/+5
2020-08-03tracepoint: Mark __tracepoint_string's __usedNick Desaulniers1-1/+1
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang1-2/+2
2020-07-31tracing: Remove outdated comment in stack handlingVincent Whitchurch1-6/+0
2020-07-31ftrace: Do not let direct or IPMODIFY ftrace_ops be added to module and set t...Chengming Zhou1-0/+8
2020-07-31ftrace: Setup correct FTRACE_FL_REGS flags for moduleChengming Zhou1-4/+7
2020-07-31tracing/hwlat: Honor the tracing_cpumaskKevin Hao1-2/+3
2020-07-31tracing/hwlat: Drop the duplicate assignment in start_kthread()Kevin Hao1-1/+0
2020-07-10tracing: Save one trace_event->type by using __TRACE_LAST_TYPEWei Yang1-2/+2
2020-07-10tracing: Simplify defining of the next event idWei Yang1-6/+6
2020-07-02ring-buffer: Do not trigger a WARN if clock going backwards is detectedSteven Rostedt (VMware)1-3/+21
2020-07-02ring-buffer: Call trace_clock_local() directly for RETPOLINE kernelsSteven Rostedt (VMware)1-1/+9
2020-07-02ring-buffer: Move the add_timestamp into its own functionSteven Rostedt (VMware)1-12/+20
2020-07-02ring-buffer: Consolidate add_timestamp to remove some branchesSteven Rostedt (VMware)1-66/+73
2020-06-30ring-buffer: Mark the !tail (crossing a page) as unlikelySteven Rostedt (VMware)1-1/+1
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin3-17/+73
2020-06-30ring-buffer: Add rb_time_t 64 bit operations for speeding up 32 bitSteven Rostedt (VMware)1-27/+243
2020-06-30ring-buffer: Incorporate absolute timestamp into add_timestamp logicSteven Rostedt (VMware)1-18/+22
2020-06-30ring-buffer: Have nested events still record running time stampSteven Rostedt (VMware)1-95/+181
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2-7/+7
2020-06-30tracing: not necessary to define DEFINE_EVENT_PRINT to be empty againWei Yang1-3/+0
2020-06-30tracing: define DEFINE_EVENT_PRINT not related to DEFINE_EVENTWei Yang1-4/+2
2020-06-30tracing: not necessary re-define DEFINE_EVENT_PRINTWei Yang1-4/+0
2020-06-30tracing: not necessary to undefine DEFINE_EVENT againWei Yang1-6/+0
2020-06-29x86/ftrace: Do not jump to direct code in created trampolinesSteven Rostedt (VMware)2-0/+16
2020-06-29x86/ftrace: Only have the builtin ftrace_regs_caller call direct hooksSteven Rostedt (VMware)3-9/+9
2020-06-29x86/ftrace: Make non direct case the default in ftrace_regs_callerSteven Rostedt (VMware)1-16/+15
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)1-3/+7
2020-06-29Linux 5.8-rc3v5.8-rc3Linus Torvalds1-1/+1
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot1-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra6-58/+86
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2-3/+3
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra1-5/+28
2020-06-28sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-28sched/deadline: Initialize ->dl_boostedJuri Lelli1-0/+1
2020-06-28sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood1-1/+1
2020-06-28sched/core: Fix CONFIG_GCC_PLUGIN_RANDSTRUCT build failPeter Zijlstra1-2/+4
2020-06-28Revert "ARM: sti: Implement dummy L2 cache's write_sec"Patrice Chotard1-9/+0
2020-06-28afs: Fix storage of cell namesDavid Howells2-1/+10
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson1-0/+4
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg5-22/+24