summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-12-20sched: Move sched domain name out of CONFIG_SCHED_DEBUGSwapnil Sapkal
2024-12-20sched: Report the different kinds of imbalances in /proc/schedstatSwapnil Sapkal
2024-12-20sched/fair: Cleanup in migrate_degrades_locality() to improve readabilityPeter Zijlstra
2024-12-20sched/fair: Fix value reported by hot tasks pulled in /proc/schedstatPeter Zijlstra
2024-12-20sched/fair: Update comments after sched_tick() rename.Sebastian Andrzej Siewior
2024-12-19lockdep: Move lockdep_assert_locked() under #ifdef CONFIG_PROVE_LOCKINGAndy Shevchenko
2024-12-19lockdep: Mark chain_hlock_class_idx() with __maybe_unusedAndy Shevchenko
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-12-19workqueue: Do not warn when cancelling WQ_MEM_RECLAIM work from !WQ_MEM_RECLA...Tvrtko Ursulin
2024-12-18fork: avoid inappropriate uprobe access to invalid mmLorenzo Stoakes
2024-12-18bpf: bpf_local_storage: Always use bpf_mem_alloc in PREEMPT_RTMartin KaFai Lau
2024-12-18PM: EM: Move sched domains rebuild function from schedutil to EMRafael J. Wysocki
2024-12-18trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt
2024-12-18ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis
2024-12-18Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-12-18cpufreq: schedutil: Fix superfluous updates caused by need_freq_updateSultan Alsawaf (unemployed)
2024-12-17bpf: Fix bpf_get_smp_processor_id() on !CONFIG_SMPAndrea Righi
2024-12-17Merge tag 'ftrace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-17locking/rtmutex: Make sure we wake anything on the wake_q when we release the...John Stultz
2024-12-17sched/fair: Fix CPU bandwidth limit bypass during CPU hotplugVishal Chourasia
2024-12-17tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt
2024-12-17tracing: Add "%s" check in test_event_printk()Steven Rostedt
2024-12-17tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt
2024-12-17tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt
2024-12-17Merge tag 'xsa465+xsa466-6.13-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-12-17pidfs: lookup pid through rbtreeChristian Brauner
2024-12-16exec: Make sure task->comm is always NUL-terminatedKees Cook
2024-12-16ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt
2024-12-16fgraph: Still initialize idle shadow stacks when startingSteven Rostedt
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness
2024-12-16printk: Remove redundant deferred check in vprintk()John Ogness
2024-12-15lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculationCarlos Llamas
2024-12-15locking/ww_mutex/test: Use swap() macroThorsten Blum
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy
2024-12-14Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...Uladzislau Rezki (Sony)
2024-12-14srcu: Remove redundant GP sequence checks in srcu_funnel_gp_startFeng Lee
2024-12-14srcu: Guarantee non-negative return value from srcu_read_lock()Paul E. McKenney
2024-12-14rcu: Add lockdep_assert_irqs_disabled() to rcu_exp_need_qs()Paul E. McKenney
2024-12-14rcu: Add KCSAN exclusive-writer assertions for rdp->cpu_no_qs.b.expPaul E. McKenney
2024-12-14rcu: Make preemptible rcu_exp_handler() check idempotencyPaul E. McKenney
2024-12-14rcu: Replace open-coded rcu_exp_need_qs() from rcu_exp_handler() with callPaul E. McKenney
2024-12-14rcu: Move rcu_report_exp_rdp() setting of ->cpu_no_qs.b.exp under lockPaul E. McKenney
2024-12-14rcu: Make rcu_report_exp_cpu_mult() caller acquire lockPaul E. McKenney
2024-12-14rcu: Report callbacks enqueued on offline CPU blind spotFrederic Weisbecker
2024-12-14rcutorture: Use symbols for SRCU reader flavorsPaul E. McKenney
2024-12-14rcutorture: Add per-reader-segment preemption diagnosticsPaul E. McKenney
2024-12-14rcutorture: Read CPU ID for decoration protected by both reader typesPaul E. McKenney