summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
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
2024-12-14rcu: Add lockdep_assert_irqs_disabled() to rcu_exp_need_qs()Paul E. McKenney-0/+1
2024-12-14rcu: Add KCSAN exclusive-writer assertions for rdp->cpu_no_qs.b.expPaul E. McKenney-0/+5
2024-12-14rcu: Make preemptible rcu_exp_handler() check idempotencyPaul E. McKenney-3/+15
2024-12-14rcu: Replace open-coded rcu_exp_need_qs() from rcu_exp_handler() with callPaul E. McKenney-16/+13
2024-12-14rcu: Move rcu_report_exp_rdp() setting of ->cpu_no_qs.b.exp under lockPaul E. McKenney-1/+1
2024-12-14rcu: Make rcu_report_exp_cpu_mult() caller acquire lockPaul E. McKenney-7/+13
2024-12-14rcu: Report callbacks enqueued on offline CPU blind spotFrederic Weisbecker-0/+3
2024-12-14rcutorture: Use symbols for SRCU reader flavorsPaul E. McKenney-7/+7
2024-12-14rcutorture: Add per-reader-segment preemption diagnosticsPaul E. McKenney-4/+5
2024-12-14rcutorture: Read CPU ID for decoration protected by both reader typesPaul E. McKenney-9/+18
2024-12-14rcutorture: Add preempt_count() to rcutorture_one_extend_check() diagnosticsPaul E. McKenney-1/+1
2024-12-14rcutorture: Add parameters to control polled/conditional wait intervalPaul E. McKenney-12/+25
2024-12-14rcutorture: Ignore attempts to test preemption and forward progressPaul E. McKenney-3/+3
2024-12-14rcutorture: Make rcutorture_one_extend() check reader statePaul E. McKenney-8/+79
2024-12-14rcutorture: Pretty-print rcutorture reader segmentsPaul E. McKenney-6/+20
2024-12-14rcutorture: Add full read-side contexts to "busted" torture typePaul E. McKenney-0/+1
2024-12-14rcutorture: Decorate failing reader segments with last CPU IDPaul E. McKenney-0/+5
2024-12-14rcutorture: Check preemption for failing readerPaul E. McKenney-0/+11
2024-12-14rcutorture: Add ->cond_sync_exp_full function to rcu_ops structurePaul E. McKenney-0/+1
2024-12-14rcutorture: Use finer-grained timeouts for rcu_torture_writer() pollingPaul E. McKenney-8/+8
2024-12-14rcutorture: Decorate failing reader segments with CPU IDPaul E. McKenney-2/+22
2024-12-14rcutorture: Add random real-time preemptionPaul E. McKenney-2/+42
2024-12-14torture: Add dowarn argument to torture_sched_setaffinity()Paul E. McKenney-6/+6
2024-12-14refscale: Add test for sched_clock()Paul E. McKenney-3/+37
2024-12-14pidfs: rework inode number allocationChristian Brauner-7/+7
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi-0/+138
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi-76/+8
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh-0/+12