aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-12-16ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt1-1/+2
2024-12-16fgraph: Still initialize idle shadow stacks when startingSteven Rostedt1-1/+7
2024-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov17-125/+352
2024-12-16printk: Defer legacy printing when holding printk_cpu_syncJohn Ogness3-1/+17
2024-12-16printk: Remove redundant deferred check in vprintk()John Ogness1-9/+0
2024-12-15lockdep: Document MAX_LOCKDEP_CHAIN_HLOCKS calculationCarlos Llamas1-1/+2
2024-12-15locking/ww_mutex/test: Use swap() macroThorsten Blum1-6/+3
2024-12-15Merge tag 'sched_urgent_for_v6.13_rc3-p2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds6-22/+77
2024-12-14Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds6-89/+251
2024-12-14bpf: Avoid deadlock caused by nested kprobe and fentry bpf programsPriya Bala Govindasamy1-0/+6
2024-12-14Merge branches 'fixes.2024.12.14a', 'rcutorture.2024.12.14a', 'srcu.2024.12.1...Uladzislau Rezki (Sony)6-51/+271
2024-12-14srcu: Remove redundant GP sequence checks in srcu_funnel_gp_startFeng Lee1-1/+0
2024-12-14srcu: Guarantee non-negative return value from srcu_read_lock()Paul E. McKenney1-1/+2
2024-12-14rcu: Add lockdep_assert_irqs_disabled() to rcu_exp_need_qs()Paul E. McKenney1-0/+1
2024-12-14rcu: Add KCSAN exclusive-writer assertions for rdp->cpu_no_qs.b.expPaul E. McKenney2-0/+5
2024-12-14rcu: Make preemptible rcu_exp_handler() check idempotencyPaul E. McKenney1-3/+15
2024-12-14rcu: Replace open-coded rcu_exp_need_qs() from rcu_exp_handler() with callPaul E. McKenney1-16/+13
2024-12-14rcu: Move rcu_report_exp_rdp() setting of ->cpu_no_qs.b.exp under lockPaul E. McKenney1-1/+1
2024-12-14rcu: Make rcu_report_exp_cpu_mult() caller acquire lockPaul E. McKenney1-7/+13
2024-12-14rcu: Report callbacks enqueued on offline CPU blind spotFrederic Weisbecker1-0/+3
2024-12-14rcutorture: Use symbols for SRCU reader flavorsPaul E. McKenney1-7/+7
2024-12-14rcutorture: Add per-reader-segment preemption diagnosticsPaul E. McKenney1-4/+5
2024-12-14rcutorture: Read CPU ID for decoration protected by both reader typesPaul E. McKenney1-9/+18
2024-12-14rcutorture: Add preempt_count() to rcutorture_one_extend_check() diagnosticsPaul E. McKenney1-1/+1
2024-12-14rcutorture: Add parameters to control polled/conditional wait intervalPaul E. McKenney1-12/+25
2024-12-14rcutorture: Ignore attempts to test preemption and forward progressPaul E. McKenney1-3/+3
2024-12-14rcutorture: Make rcutorture_one_extend() check reader statePaul E. McKenney2-8/+79
2024-12-14rcutorture: Pretty-print rcutorture reader segmentsPaul E. McKenney1-6/+20
2024-12-14rcutorture: Add full read-side contexts to "busted" torture typePaul E. McKenney1-0/+1
2024-12-14rcutorture: Decorate failing reader segments with last CPU IDPaul E. McKenney1-0/+5
2024-12-14rcutorture: Check preemption for failing readerPaul E. McKenney1-0/+11
2024-12-14rcutorture: Add ->cond_sync_exp_full function to rcu_ops structurePaul E. McKenney1-0/+1
2024-12-14rcutorture: Use finer-grained timeouts for rcu_torture_writer() pollingPaul E. McKenney1-8/+8
2024-12-14rcutorture: Decorate failing reader segments with CPU IDPaul E. McKenney2-2/+22
2024-12-14rcutorture: Add random real-time preemptionPaul E. McKenney1-2/+42
2024-12-14torture: Add dowarn argument to torture_sched_setaffinity()Paul E. McKenney3-6/+6
2024-12-14refscale: Add test for sched_clock()Paul E. McKenney1-3/+37
2024-12-14pidfs: rework inode number allocationChristian Brauner1-7/+7
2024-12-13bpf: Augment raw_tp arguments with PTR_MAYBE_NULLKumar Kartikeya Dwivedi1-0/+138
2024-12-13bpf: Revert "bpf: Mark raw_tp arguments with PTR_MAYBE_NULL"Kumar Kartikeya Dwivedi2-76/+8
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh2-0/+12
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov2-16/+92
2024-12-13bpf: Refactor check_pseudo_btf_idAnton Protopopov1-56/+76
2024-12-13bpf: Move map/prog compatibility checksAnton Protopopov1-55/+46
2024-12-13bpf: Add a __btf_get_by_fd helperAnton Protopopov1-8/+3
2024-12-13sched_ext: Use sizeof_field for key_len in dsq_hash_paramsLiang Jie1-1/+1
2024-12-13sched/dlserver: Fix dlserver time accountingVineeth Pillai (Google)1-6/+9
2024-12-13sched/dlserver: Fix dlserver double enqueueVineeth Pillai (Google)2-2/+11
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross1-1/+1
2024-12-12xdp: get rid of xdp_frame::mem.idAlexander Lobakin1-1/+1