aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-23tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu1-0/+3
2024-12-23fgraph: Get ftrace recursion lock in function_graph_enterMasami Hiramatsu (Google)1-1/+7
2024-12-23ftrace: Switch ftrace.c code over to use guard()Steven Rostedt1-63/+34
2024-12-23ftrace: Remove unneeded goto jumpsSteven Rostedt1-9/+4
2024-12-23ftrace: Do not disable interrupts in profilerSteven Rostedt1-13/+7
2024-12-23fgraph: Remove unnecessary disabling of interrupts and recursionSteven Rostedt1-22/+15
2024-12-23blktrace: remove redundant return at end of functionColin Ian King1-2/+0
2024-12-23blktrace: move copy_[to|from]_user() out of ->debugfs_lockMing Lei1-17/+9
2024-12-23blktrace: don't centralize grabbing q->debugfs_mutex in blk_trace_ioctlMing Lei1-7/+5
2024-12-24tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)1-1/+1
2024-12-23Merge back earlier cpufreq material for 6.14Rafael J. Wysocki1-2/+2
2024-12-22stackleak: Use str_enabled_disabled() helper in stack_erasing_sysctl()Thorsten Blum1-1/+2
2024-12-22tracing: Add task_prctl_unknown tracepointMarco Elver1-0/+3
2024-12-22Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra3-8/+8
2024-12-22watch_queue: Use page->private instead of page->indexMatthew Wilcox (Oracle)1-2/+2
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds1-7/+6
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-1/+5
2024-12-20kheaders: Ignore silly-rename filesDavid Howells1-0/+1
2024-12-20Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-1/+14
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz3-43/+10
2024-12-20Merge branch 'locking/urgent'Peter Zijlstra30-218/+548
2024-12-20docs: Update Schedstat version to 17Swapnil Sapkal1-1/+1
2024-12-20sched/stats: Print domain name in /proc/schedstatK Prateek Nayak1-1/+1
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal1-4/+0
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal2-3/+28
2024-12-20sched/fair: Cleanup in migrate_degrades_locality() to improve readabilityPeter Zijlstra1-20/+21
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra1-4/+13
2024-12-20sched/fair: Update comments after sched_tick() rename.Sebastian Andrzej Siewior1-2/+2
2024-12-19lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKINGAndy Shevchenko1-0/+2
2024-12-19lockdep: Mark chain_hlock_class_idx() with __maybe_unusedAndy Shevchenko1-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-369/+575
2024-12-19workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin1-9/+13
2024-12-18fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes1-7/+6
2024-12-18bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau1-2/+6
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki2-27/+23
2024-12-18trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt1-0/+9
2024-12-18ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis1-1/+5
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-255/+237
2024-12-18cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)1-2/+2
2024-12-17bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi1-1/+5
2024-12-17Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-2/+9
2024-12-17locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz2-3/+17
2024-12-17sched/fair: Fix CPU bandwidth limit bypass during CPU hotplugVishal Chourasia1-7/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt4-216/+83
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt1-15/+89
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt1-2/+19
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt1-29/+53
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner1-3/+3
2024-12-16exec: Make sure task->comm is always NUL-terminatedKees Cook1-1/+2