summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-12-22Merge tag 'lockdep-for-tip.20241220' of git://git.kernel.org/pub/scm/linux/ke...Peter Zijlstra-8/+8
2024-12-22watch_queue: Use page->private instead of page->indexMatthew Wilcox (Oracle)-2/+2
2024-12-21Merge tag 'mm-hotfixes-stable-2024-12-21-12-09' of git://git.kernel.org/pub/s...Linus Torvalds-7/+6
2024-12-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-1/+5
2024-12-20kheaders: Ignore silly-rename filesDavid Howells-0/+1
2024-12-20Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+14
2024-12-20sched/wake_q: Add helper to call wake_up_q after unlock with preemption disabledJohn Stultz-43/+10
2024-12-20Merge branch 'locking/urgent'Peter Zijlstra-218/+548
2024-12-20docs: Update Schedstat version to 17Swapnil Sapkal-1/+1
2024-12-20sched/stats: Print domain name in /proc/schedstatK Prateek Nayak-1/+1
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal-4/+0
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal-3/+28
2024-12-20sched/fair: Cleanup in migrate_degrades_locality() to improve readabilityPeter Zijlstra-20/+21
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra-4/+13
2024-12-20sched/fair: Update comments after sched_tick() rename.Sebastian Andrzej Siewior-2/+2
2024-12-19lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKINGAndy Shevchenko-0/+2
2024-12-19lockdep: Mark chain_hlock_class_idx() with __maybe_unusedAndy Shevchenko-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-369/+575
2024-12-19workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin-9/+13
2024-12-18fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes-7/+6
2024-12-18bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau-2/+6
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki-27/+23
2024-12-18trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt-0/+9
2024-12-18ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis-1/+5
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-255/+237
2024-12-18cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)-2/+2
2024-12-17bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi-1/+5
2024-12-17Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+9
2024-12-17locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz-3/+17
2024-12-17sched/fair: Fix CPU bandwidth limit bypass during CPU hotplugVishal Chourasia-7/+13
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt-216/+83
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt-15/+89
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt-2/+19
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt-29/+53
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner-3/+3
2024-12-16exec: Make sure task->comm is always NUL-terminatedKees Cook-1/+2
2024-12-16ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt-1/+2
2024-12-16fgraph: Still initialize idle shadow stacks when startingSteven Rostedt-1/+7
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-125/+352
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness-1/+17
2024-12-16printk: Remove redundant deferred check in vprintk()John Ogness-9/+0
2024-12-15lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculationCarlos Llamas-1/+2
2024-12-15locking/ww_mutex/test: Use swap() macroThorsten Blum-6/+3
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-22/+77
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds-89/+251
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy-0/+6
2024-12-14Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...Uladzislau Rezki (Sony)-51/+271
2024-12-14srcu: Remove redundant GP sequence checks in srcu_funnel_gp_startFeng Lee-1/+0
2024-12-14srcu: Guarantee non-negative return value from srcu_read_lock()Paul E. McKenney-1/+2