summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-02-18tracing: Remove unnecessary NULL assignmentWang ShaoBo
2023-02-18tracepoint: Allow livepatch module add trace eventJianlin Lv
2023-02-18tracing: Always use canonical ftrace pathRoss Zwisler
2023-02-16tracing/histogram: Fix stacktrace keyTom Zanussi
2023-02-16tracing/histogram: Fix a few problems with stacktrace variable printingTom Zanussi
2023-02-15tracing: Add BUILD_BUG() to make sure stacktrace fits in stringsSteven Rostedt (Google)
2023-02-15tracing/histogram: Don't use strlen to find length of stacktrace variablesTom Zanussi
2023-02-07tracing: Allow boot instances to have snapshot buffersSteven Rostedt (Google)
2023-02-07tracing: Add trace_array_puts() to write into instanceSteven Rostedt (Google)
2023-02-07tracing: Add enabling of events to boot instancesSteven Rostedt (Google)
2023-02-07tracing: Add creation of instances at boot command lineSteven Rostedt (Google)
2023-02-07tracing: Fix trace_event_raw_event_synth() if else statementSteven Rostedt (Google)
2023-02-07tracing: Acquire buffer from temparary trace sequenceLinyu Yuan
2023-02-07tracing/osnoise: No need for schedule_hrtimeout rangeDavidlohr Bueso
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsSteven Rostedt (Google)
2023-01-25tracing/histogram: Add stacktrace typeSteven Rostedt (Google)
2023-01-25tracing: Allow synthetic events to pass around stacktracesSteven Rostedt (Google)
2023-01-25tracing: Allow stacktraces to be saved as histogram variablesSteven Rostedt (Google)
2023-01-25tracing: Simplify calculating entry size using struct_size()Steven Rostedt (Google)
2023-01-25tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Jia-Ju Bai
2023-01-25tracing: Add a way to filter function addresses to function namesSteven Rostedt (Google)
2023-01-25rv: remove redundant initialization of pointer ptrColin Ian King
2023-01-25tracing/filter: fix kernel-doc warningsRandy Dunlap
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Natalia Petrova
2023-01-24tracing/osnoise: Use built-in RCU list checkingChuang Wang
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationRandy Dunlap
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedSteven Rostedt (Google)
2023-01-24ftrace: Export ftrace_free_filter() to modulesMark Rutland
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-21prlimit: do_prlimit needs to have a speculation checkGreg Kroah-Hartman
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-01-19Merge branch 'rework/console-list-lock' into for-linusPetr Mladek
2023-01-18kheaders: explicitly validate existence of cpio commandThomas Weißschuh
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningAnuradha Weeraman
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()John Ogness
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testNicholas Piggin
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationLuis Gerhorst
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskTonghao Zhang
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaLinus Torvalds
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Paul Moore
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Paul Moore
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Waiman Long
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky