summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2024-02-15genirq/msi: Split msi_domain_alloc_irq_at()Thomas Gleixner
2024-02-15genirq/msi: Provide optional translation opThomas Gleixner
2024-02-15genirq/irqdomain: Remove the param count restriction from select()Thomas Gleixner
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri
2024-02-15locking: Introduce prepare_sync_core_cmd()Andrea Parri
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri
2024-02-14bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko
2024-02-14workqueue: Fix queue_work_on() with BH workqueuesTejun Heo
2024-02-14tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)
2024-02-14rcu/sync: remove un-used rcu_sync_enter_start functionOnkarnath
2024-02-14rcutorture: Suppress rtort_pipe_count warnings until after stallsPaul E. McKenney
2024-02-14srcu: Improve comments about acceleration leakJoel Fernandes (Google)
2024-02-14rcu: Provide a boot time parameter to control lazy RCUQais Yousef
2024-02-14rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker
2024-02-14context_tracking: Fix kerneldoc headers for __ct_user_{enter,exit}()Paul E. McKenney
2024-02-14rcu/exp: Remove rcu_par_gp_wqFrederic Weisbecker
2024-02-14rcu/exp: Handle parallel exp gp kworkers affinityFrederic Weisbecker
2024-02-14rcu/exp: Make parallel exp gp kworker per rcu nodeFrederic Weisbecker
2024-02-14rcu/exp: Move expedited kthread worker creation functions above rcutree_prepa...Frederic Weisbecker
2024-02-14rcu: s/boost_kthread_mutex/kthread_mutexFrederic Weisbecker
2024-02-14rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker
2024-02-14rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker
2024-02-14rcu/exp: Remove full barrier upon main thread wakeupFrederic Weisbecker
2024-02-14rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()Zqiang
2024-02-14rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang
2024-02-14rcu/nocb: Re-arrange call_rcu() NOCB specific codeFrederic Weisbecker
2024-02-14rcu/nocb: Make IRQs disablement symmetricFrederic Weisbecker
2024-02-14rcu/nocb: Remove needless full barrier after callback advancingFrederic Weisbecker
2024-02-14rcu/nocb: Remove needless LOAD-ACQUIREFrederic Weisbecker
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar
2024-02-13bpf: emit source code file name and line number in verifier logAndrii Nakryiko
2024-02-13bpf: don't infer PTR_TO_CTX for programs with unnamed context typeAndrii Nakryiko
2024-02-13bpf: handle bpf_user_pt_regs_t typedef explicitly for PTR_TO_CTX global argAndrii Nakryiko
2024-02-13bpf: simplify btf_get_prog_ctx_type() into btf_is_prog_ctx_type()Andrii Nakryiko
2024-02-13bpf: remove check in __cgroup_bpf_run_filter_skbOliver Crumrine
2024-02-13bpf: Create argument information for nullable arguments.Kui-Feng Lee
2024-02-13bpf: Move __kfunc_param_match_suffix() to btf.c.Kui-Feng Lee
2024-02-13bpf: add btf pointer to struct bpf_ctx_arg_aux.Kui-Feng Lee
2024-02-13bpf: Fix warning for bpf_cpumask in verifierHari Bathini
2024-02-13bpf: Mark bpf_spin_{lock,unlock}() helpers with notrace correctlyYonghong Song
2024-02-13bpf: Have bpf_rdonly_cast() take a const pointerDaniel Xu
2024-02-13tracing: Use ring_buffer_record_is_set_on() in tracer_tracing_is_on()Sven Schnelle
2024-02-13tracing: Fix HAVE_DYNAMIC_FTRACE_WITH_REGS ifdefPetr Pavlu
2024-02-11bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver
2024-02-11Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-02-10Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds
2024-02-10pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov
2024-02-10signal: fill in si_code in prepare_kill_siginfo()Oleg Nesterov