summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2024-12-14rcutorture: Add preempt_count() to rcutorture_one_extend_check() diagnosticsPaul E. McKenney
2024-12-14rcutorture: Add parameters to control polled/conditional wait intervalPaul E. McKenney
2024-12-14rcutorture: Ignore attempts to test preemption and forward progressPaul E. McKenney
2024-12-14rcutorture: Make rcutorture_one_extend() check reader statePaul E. McKenney
2024-12-14rcutorture: Pretty-print rcutorture reader segmentsPaul E. McKenney
2024-12-14rcutorture: Add full read-side contexts to "busted" torture typePaul E. McKenney
2024-12-14rcutorture: Decorate failing reader segments with last CPU IDPaul E. McKenney
2024-12-14rcutorture: Check preemption for failing readerPaul E. McKenney
2024-12-14rcutorture: Add ->cond_sync_exp_full function to rcu_ops structurePaul E. McKenney
2024-12-14rcutorture: Use finer-grained timeouts for rcu_torture_writer() pollingPaul E. McKenney
2024-12-14rcutorture: Decorate failing reader segments with CPU IDPaul E. McKenney
2024-12-14rcutorture: Add random real-time preemptionPaul E. McKenney
2024-12-14torture: Add dowarn argument to torture_sched_setaffinity()Paul E. McKenney