summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2024-11-12bpf: Remove unused member rcu from bpf_struct_ops_mapXu Kuohai-1/+0
2024-11-12bpf: Support private stack for struct_ops progsYonghong Song-1/+10
2024-11-12bpf: Enable private stack for eligible subprogsYonghong Song-0/+11
2024-11-12bpf: Find eligible subprogs for private stack supportYonghong Song-10/+91
2024-11-12srcu: Check for srcu_read_lock_lite() across all CPUsPaul E. McKenney-5/+7
2024-11-12rcutorture: Avoid printing cpu=-1 for no-fault RCU boost failurePaul E. McKenney-2/+7
2024-11-12rcuscale: Add guest_os_delay module parameterPaul E. McKenney-0/+17
2024-11-12refscale: Correct affinity checkPaul E. McKenney-1/+1
2024-11-12rcu/nocb: Fix missed RCU barrier on deoffloadingZqiang-1/+12
2024-11-12rcu/kvfree: Fix data-race in __mod_timer / kvfree_call_rcuUladzislau Rezki (Sony)-2/+12
2024-11-12rcu/srcutiny: don't return before reenabling preemptionMichal Schmidt-1/+1
2024-11-12rcu-tasks: Remove open-coded one-byte cmpxchg() emulationPaul E. McKenney-16/+1
2024-11-12rcutorture: Test start-poll primitives with interrupts disabledPaul E. McKenney-0/+10
2024-11-12rcu: Permit start_poll_synchronize_rcu*() with interrupts disabledPaul E. McKenney-7/+0
2024-11-12rcu: Allow short-circuiting of synchronize_rcu_tasks_rude()Paul E. McKenney-1/+2
2024-11-12rcu: Add rcuog kthreads to RCU_NOCB_CPU help textPaul E. McKenney-10/+18
2024-11-12rcu: Use the BITS_PER_LONG macroJinjie Ruan-2/+1
2024-11-12rcu: Use bitwise instead of arithmetic operator for flagsHongbo Li-11/+11
2024-11-12sched/cpufreq: Ensure sd is rebuilt for EAS checkChristian Loehle-2/+1
2024-11-12cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long-20/+19
2024-11-12cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...Waiman Long-16/+33
2024-11-12cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...Waiman Long-25/+14
2024-11-12tracing: Remove redundant check on field->field in histogramsColin Ian King-4/+1
2024-11-12refscale: Add srcu_read_lock_lite() support using "srcu-lite"Paul E. McKenney-3/+34
2024-11-12rcutorture: Add srcu_read_lock_lite() support to rcutorture.reader_flavorPaul E. McKenney-0/+7
2024-11-12rcutorture: Add reader_flavor parameter for SRCU readersPaul E. McKenney-8/+22
2024-11-12rcutorture: Expand RCUTORTURE_RDR_MASK_[12] to eight bitsPaul E. McKenney-14/+14
2024-11-12srcu: Allow inlining of __srcu_read_{,un}lock_lite()Paul E. McKenney-41/+0
2024-11-12srcu: Add srcu_read_lock_lite() and srcu_read_unlock_lite()Paul E. McKenney-11/+71
2024-11-12srcu: Create CPP macros for normal and NMI-safe SRCU readersPaul E. McKenney-10/+11
2024-11-12srcu: Standardize srcu_data pointers to "sdp" and similarPaul E. McKenney-10/+10
2024-11-12srcu: Bit manipulation changes for additional reader flavorPaul E. McKenney-3/+4
2024-11-12srcu: Renaming in preparation for additional reader flavorPaul E. McKenney-11/+11
2024-11-11kernel/reboot: replace sprintf() with sysfs_emit()zhangguopeng-4/+4
2024-11-11hung_task: add detect count for hung tasksLance Yang-0/+18
2024-11-11Merge tag 'sched_ext-for-6.12-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-21/+43
2024-11-11Merge branch kvm-arm64/psci-1.3 into kvmarm/nextOliver Upton-1/+4
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]_from_dsq*() -> scx_bpf_dsq_move[_v...Tejun Heo-29/+68
2024-11-11sched_ext: Rename scx_bpf_consume() to scx_bpf_dsq_move_to_local()Tejun Heo-17/+28
2024-11-11sched_ext: Rename scx_bpf_dispatch[_vtime]() to scx_bpf_dsq_insert[_vtime]()Tejun Heo-46/+65
2024-11-11bpf: Drop special callback reference handlingKumar Kartikeya Dwivedi-20/+5
2024-11-11bpf: Refactor active lock managementKumar Kartikeya Dwivedi-39/+107
2024-11-11bpf: Call free_htab_elem() after htab_unlock_bucket()Hou Tao-17/+39
2024-11-11bpf: Add support for uprobe multi session contextJiri Olsa-10/+18
2024-11-11bpf: Add support for uprobe multi session attachJiri Olsa-11/+35
2024-11-11bpf: Force uprobe bpf program to always return 0Jiri Olsa-3/+2
2024-11-11bpf: Allow return values 0 and 1 for kprobe sessionJiri Olsa-0/+9
2024-11-11printk: Introduce FORCE_CON flagMarcos Paulo de Souza-5/+37
2024-11-11cred: Add a light version of override/revert_creds()Vinicius Costa Gomes-3/+3
2024-11-11Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton-5/+7