summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-02-19hrtimers: Update formatting of documentationAnna-Maria Behnsen1-8/+10
2024-02-19Merge 6.8-rc5 into driver-core-nextGreg Kroah-Hartman15-97/+126
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-02-17kobject: make uevent_seqnum atomicEric Dumazet1-1/+1
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)1-2/+2
2024-02-16Merge tag 'wq-for-6.8-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+2
2024-02-16module: Don't ignore errors from set_memory_XX()Christophe Leroy3-22/+55
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds3-3/+7
2024-02-16workqueue, irq_work: Build fix for !CONFIG_IRQ_WORKTejun Heo1-9/+15
2024-02-16sched/core: Simplify code by removing duplicate #ifdefsShrikanth Hegde2-5/+1
2024-02-15configs/debug: add NET debug configMatthieu Baerts (NGI0)1-0/+6
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-80/+107
2024-02-15bpf: Fix test verif_scale_strobemeta_subprogs failure due to llvm19Yonghong Song1-5/+13
2024-02-15bpf: improve duplicate source code line detectionAndrii Nakryiko1-2/+15
2024-02-15genirq/msi: Provide MSI_FLAG_PARENT_PM_DEVThomas Gleixner1-1/+4
2024-02-15genirq/irqdomain: Reroute device MSI create_mappingThomas Gleixner1-6/+20
2024-02-15genirq/msi: Provide allocation/free functions for "wired" MSI interruptsThomas Gleixner1-0/+68
2024-02-15genirq/msi: Optionally use dev->fwnode for device domainThomas Gleixner1-4/+16
2024-02-15genirq/msi: Split msi_domain_alloc_irq_at()Thomas Gleixner1-33/+43
2024-02-15genirq/msi: Provide optional translation opThomas Gleixner1-0/+15
2024-02-15genirq/irqdomain: Remove the param count restriction from select()Thomas Gleixner1-1/+1
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum1-1/+2
2024-02-15membarrier: riscv: Provide core serializing commandAndrea Parri2-0/+8
2024-02-15locking: Introduce prepare_sync_core_cmd()Andrea Parri1-0/+1
2024-02-15membarrier: Create Documentation/scheduler/membarrier.rstAndrea Parri2-5/+10
2024-02-15membarrier: riscv: Add full memory barrier in switch_mm()Andrea Parri1-2/+3
2024-02-14bpf: Use O(log(N)) binary search to find line info recordAndrii Nakryiko1-5/+25
2024-02-14workqueue: Fix queue_work_on() with BH workqueuesTejun Heo1-5/+36
2024-02-14tracing: Inform kmemleak of saved_cmdlines allocationSteven Rostedt (Google)1-0/+3
2024-02-14rcu/sync: remove un-used rcu_sync_enter_start functionOnkarnath1-16/+0
2024-02-14rcutorture: Suppress rtort_pipe_count warnings until after stallsPaul E. McKenney1-4/+9
2024-02-14srcu: Improve comments about acceleration leakJoel Fernandes (Google)1-4/+20
2024-02-14rcu: Provide a boot time parameter to control lazy RCUQais Yousef2-1/+19
2024-02-14rcu: Rename jiffies_till_flush to jiffies_lazy_flushFrederic Weisbecker3-18/+18
2024-02-14context_tracking: Fix kerneldoc headers for __ct_user_{enter,exit}()Paul E. McKenney1-0/+4
2024-02-14rcu/exp: Remove rcu_par_gp_wqFrederic Weisbecker4-115/+8
2024-02-14rcu/exp: Handle parallel exp gp kworkers affinityFrederic Weisbecker2-43/+78
2024-02-14rcu/exp: Make parallel exp gp kworker per rcu nodeFrederic Weisbecker5-33/+52
2024-02-14rcu/exp: Move expedited kthread worker creation functions above rcutree_prepa...Frederic Weisbecker1-48/+48
2024-02-14rcu: s/boost_kthread_mutex/kthread_mutexFrederic Weisbecker3-7/+7
2024-02-14rcu/exp: Handle RCU expedited grace period kworker allocation failureFrederic Weisbecker2-6/+21
2024-02-14rcu/exp: Fix RCU expedited parallel grace period kworker allocation failure r...Frederic Weisbecker1-0/+1
2024-02-14rcu/exp: Remove full barrier upon main thread wakeupFrederic Weisbecker1-3/+2
2024-02-14rcu/nocb: Check rdp_gp->nocb_timer in __call_rcu_nocb_wake()Zqiang1-1/+2
2024-02-14rcu/nocb: Fix WARN_ON_ONCE() in the rcu_nocb_bypass_lock()Zqiang1-1/+1
2024-02-14rcu/nocb: Re-arrange call_rcu() NOCB specific codeFrederic Weisbecker3-32/+39
2024-02-14rcu/nocb: Make IRQs disablement symmetricFrederic Weisbecker2-14/+15
2024-02-14rcu/nocb: Remove needless full barrier after callback advancingFrederic Weisbecker2-1/+6
2024-02-14rcu/nocb: Remove needless LOAD-ACQUIREFrederic Weisbecker1-2/+1
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-1/+1