aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-02-07tracing: Acquire buffer from temparary trace sequenceGravatar Linyu Yuan 1-0/+23
2023-02-07tracing/osnoise: No need for schedule_hrtimeout rangeGravatar Davidlohr Bueso 1-1/+1
2023-01-25tracing/histogram: Add simple tests for stacktrace usage of synthetic eventsGravatar Steven Rostedt (Google) 1-1/+1
2023-01-25tracing/histogram: Add stacktrace typeGravatar Steven Rostedt (Google) 1-0/+4
2023-01-25tracing: Allow synthetic events to pass around stacktracesGravatar Steven Rostedt (Google) 4-5/+87
2023-01-25tracing: Allow stacktraces to be saved as histogram variablesGravatar Steven Rostedt (Google) 1-10/+42
2023-01-25tracing: Simplify calculating entry size using struct_size()Gravatar Steven Rostedt (Google) 1-2/+1
2023-01-25tracing: Add NULL checks for buffer in ring_buffer_free_read_page()Gravatar Jia-Ju Bai 1-1/+6
2023-01-25tracing: Add a way to filter function addresses to function namesGravatar Steven Rostedt (Google) 2-2/+93
2023-01-25rv: remove redundant initialization of pointer ptrGravatar Colin Ian King 1-1/+1
2023-01-25tracing/filter: fix kernel-doc warningsGravatar Randy Dunlap 1-4/+4
2023-01-24trace_events_hist: add check for return value of 'create_hist_field'Gravatar Natalia Petrova 1-0/+2
2023-01-24tracing/osnoise: Use built-in RCU list checkingGravatar Chuang Wang 1-3/+2
2023-01-24tracing: Kconfig: Fix spelling/grammar/punctuationGravatar Randy Dunlap 1-4/+4
2023-01-24tracing: Make sure trace_printk() can output as soon as it can be usedGravatar Steven Rostedt (Google) 3-2/+4
2023-01-24ftrace: Export ftrace_free_filter() to modulesGravatar Mark Rutland 1-1/+22
2023-01-21Merge tag 'driver-core-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21Merge tag 'kbuild-fixes-v6.2-3' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+2
2023-01-21prlimit: do_prlimit needs to have a speculation checkGravatar Greg Kroah-Hartman 1-0/+2
2023-01-20Merge tag 'net-6.2-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 5-23/+21
2023-01-19Merge tag 'printk-for-6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-0/+2
2023-01-19Merge branch 'rework/console-list-lock' into for-linusGravatar Petr Mladek 1-0/+2
2023-01-18kheaders: explicitly validate existence of cpio commandGravatar Thomas Weißschuh 1-0/+2
2023-01-17Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 5-23/+21
2023-01-16kernel/printk/printk.c: Fix W=1 kernel-doc warningGravatar Anuradha Weeraman 1-0/+1
2023-01-16tty: serial: kgdboc: fix mutex locking order for configure_kgdboc()Gravatar John Ogness 1-0/+1
2023-01-14Merge tag 'modules-6.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-15/+6
2023-01-13kallsyms: Fix scheduling with interrupts disabled in self-testGravatar Nicholas Piggin 1-15/+6
2023-01-13bpf: Fix pointer-leak due to insufficient speculative store bypass mitigationGravatar Luis Gerhorst 1-1/+3
2023-01-12bpf: hash map, avoid deadlock with suitable hash maskGravatar Tonghao Zhang 1-2/+2
2023-01-12Merge tag 'timers-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 3-10/+10
2023-01-12Merge tag 'sched-urgent-2023-01-12' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-9/+60
2023-01-10Merge tag 'xtensa-20230110' of https://github.com/jcmvbkbc/linux-xtensaGravatar Linus Torvalds 1-1/+6
2023-01-09bpf: remove the do_idr_lock parameter from bpf_prog_free_id()Gravatar Paul Moore 1-14/+6
2023-01-09bpf: restore the ebpf program ID for BPF_AUDIT_UNLOAD and PERF_BPF_EVENT_PROG...Gravatar Paul Moore 2-7/+2
2023-01-09sched/core: Use kfree_rcu() in do_set_cpus_allowed()Gravatar Waiman Long 1-4/+29
2023-01-09sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Gravatar Waiman Long 1-5/+29
2023-01-07sched/core: Fix arch_scale_freq_tick() on tickless systemsGravatar Yair Podemsky 1-1/+3
2023-01-06bpf: Skip task with pid=1 in send_signal_common()Gravatar Hao Sun 1-0/+3
2023-01-06bpf: Skip invalid kfunc call in backtrack_insnGravatar Hao Sun 1-0/+6
2023-01-05Merge tag 'net-6.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 4-18/+48
2023-01-03time: Fix various kernel-doc problemsGravatar Randy Dunlap 3-10/+10
2023-01-02kcsan: test: don't put the expect array on the stackGravatar Max Filippov 1-1/+6
2023-01-01Merge tag 'perf_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-37/+17
2023-01-01Merge tag 'locking_urgent_for_v6.2_rc2' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 3-16/+56
2022-12-28bpf: Always use maximal size for copy_array()Gravatar Kees Cook 1-5/+7
2022-12-28bpf: keep a reference to the mm, in case the task is dead.Gravatar Kui-Feng Lee 1-12/+27
2022-12-28bpf: Fix panic due to wrong pageattr of im->imageGravatar Chuang Wang 1-0/+4
2022-12-27futex: Fix futex_waitv() hrtimer debug object leak on kcalloc errorGravatar Mathieu Desnoyers 1-4/+7
2022-12-27perf/core: Call LSM hook after copying perf_event_attrGravatar Namhyung Kim 1-3/+3