summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2022-01-13tracing/osnoise: Properly unhook events if start_per_cpu_kthreads() failsNikita Yushchenko
2022-01-13tracing: Remove duplicate warnings when calling trace_create_file()Yuntao Wang
2022-01-13tracing/kprobes: 'nmissed' not showed correctly for kretprobeXiangyang Zhang
2022-01-13tracing: Add test for user space strings when filtering on string pointersSteven Rostedt
2022-01-13tracing: Have syscall trace events use trace_event_buffer_lock_reserve()Steven Rostedt
2022-01-13ftrace: Add test to make sure compiled time sorts workSteven Rostedt (VMware)
2022-01-13scripts: ftrace - move the sort-processing in ftrace_initYinan Liu
2022-01-13tracing/probes: check the return value of kstrndup() for pbufXiaoke Wang
2022-01-13tracing/uprobes: Check the return value of kstrdup() for tu->filenameXiaoke Wang
2022-01-13tracing: Account bottom half disabled sections.Sebastian Andrzej Siewior
2022-01-10tracing: Add helper functions to simplify event_command.parse() callback hand...Tom Zanussi
2022-01-10tracing: Remove ops param from event_command reg()/unreg() callbacksTom Zanussi
2022-01-10tracing: Change event_trigger_ops func() to trigger()Tom Zanussi
2022-01-10tracing: Change event_command func() to parse()Tom Zanussi
2021-12-11tracing: Use trace_iterator_reset() in tracing_read_pipe()Steven Rostedt (VMware)
2021-12-11tracing: Use memset_startat helper in trace_iterator_reset()Xiu Jianfeng
2021-12-11tracing: Do not let synth_events block other dyn_event systems during createBeau Belgrave
2021-12-11tracing: Iterate trace_[ku]probe objects directlyJiri Olsa
2021-12-07tracing: Make trace_marker{,_raw} stream-likeJohn Keeping
2021-12-06tracing: Switch to kvfree_rcu() APIUladzislau Rezki (Sony)
2021-12-06tracing: Fix synth_event_add_val() kernel-doc commentQiujun Huang
2021-12-06tracing/uprobes: Use trace_event_buffer_reserve() helperSteven Rostedt (VMware)
2021-12-06tracing/kprobes: Do not open code event reserve logicSteven Rostedt (VMware)
2021-12-06tracing: Have eprobes use filtering logic of trace eventsSteven Rostedt (VMware)
2021-12-06tracing: Disable preemption when using the filter bufferSteven Rostedt (VMware)
2021-12-06tracing: Use __this_cpu_read() in trace_event_buffer_lock_reserver()Steven Rostedt (VMware)
2021-12-06tracing: Add '__rel_loc' using trace event macrosMasami Hiramatsu
2021-12-06tracing: Support __rel_loc relative dynamic data location attributeMasami Hiramatsu
2021-12-06tracing: Fix spelling mistake "aritmethic" -> "arithmetic"Colin Ian King
2021-12-05Merge tag 'timers_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-12-05Merge tag 'sched_urgent_for_v5.16_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-02sched/cputime: Fix getrusage(RUSAGE_THREAD) with nohz_fullFrederic Weisbecker
2021-12-02timers/nohz: Last resort update jiffies on nohz_full IRQ entryFrederic Weisbecker
2021-12-01kprobes: Limit max data_size of the kretprobe instancesMasami Hiramatsu
2021-12-01tracing: Fix a kmemleak false positive in tracing_mapChen Jun
2021-12-01tracing/histograms: String compares should not care about signed valuesSteven Rostedt (VMware)
2021-11-28Merge tag 'sched-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-11-28Merge tag 'perf-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-28Merge tag 'locking-urgent-2021-11-28' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2021-11-28Merge tag 'trace-v5.16-rc2-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-27tracing: Test the 'Do not trace this pid' case in create eventSteven Rostedt (VMware)
2021-11-27Merge tag 'trace-v5.16-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2021-11-26tracing: Fix pid filtering when triggers are attachedSteven Rostedt (VMware)
2021-11-26Merge tag 'pm-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-11-26tracing: Check pid filtering when creating eventsSteven Rostedt (VMware)
2021-11-24PM: hibernate: Fix snapshot partial write lengthsEvan Green
2021-11-24PM: hibernate: use correct mode for swsusp_close()Thomas Zeitlhofer
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland