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