index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
2025-09-17
cpuset: use parse_cpulist for setting cpus.exclusive
Chen Ridong
2025-09-17
cpuset: introduce partition_cpus_change
Chen Ridong
2025-09-17
cpuset: refactor cpus_allowed_validate_change
Chen Ridong
2025-09-17
cpuset: refactor out validate_partition
Chen Ridong
2025-09-17
cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
Chen Ridong
2025-09-17
cpuset: refactor CPU mask buffer parsing logic
Chen Ridong
2025-09-17
cpuset: Refactor exclusive CPU mask computation logic
Chen Ridong
2025-09-17
cpuset: change return type of is_partition_[in]valid to bool
Chen Ridong
2025-09-17
cpuset: remove unused assignment to trialcs->partition_root_state
Chen Ridong
2025-09-17
cpuset: move the root cpuset write check earlier
Chen Ridong
2025-09-17
bpf: dont report verifier bug for missing bpf_scc_visit on speculative path
Eduard Zingerman
2025-09-17
softirq: Allow to drop the softirq-BKL lock on PREEMPT_RT
Sebastian Andrzej Siewior
2025-09-17
softirq: Provide a handshake for canceling tasklets via polling
Sebastian Andrzej Siewior
2025-09-16
sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...
Tejun Heo
2025-09-16
uprobes: uprobe_warn should use passed task
Jeremy Linton
2025-09-16
workqueue: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
2025-09-16
Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"
Andrea Righi
2025-09-16
cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
2025-09-16
cgroup: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
2025-09-15
drop_collected_paths(): constify arguments
Al Viro
2025-09-15
bpf...d_path(): constify path argument
Al Viro
2025-09-15
bpf: potential double-free of env->insn_aux_data
Eduard Zingerman
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
2025-09-15
fs: rename generic_delete_inode() and generic_drop_inode()
Mateusz Guzik
2025-09-15
refperf: Set reader_tasks to NULL after kfree()
Kaushlendra Kumar
2025-09-15
refperf: Remove redundant kfree() after torture_stop_kthread()
Kaushlendra Kumar
2025-09-15
srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()
Zqiang
2025-09-15
srcu: Document srcu_flip() memory-barrier D relation to SRCU-fast
Paul E. McKenney
2025-09-15
Merge back earlier material related to system sleep for 6.18
Rafael J. Wysocki
2025-09-15
PM: EM: Fix late boot with holes in CPU topology
Christian Loehle
2025-09-15
sched/fair: Do not balance task to a throttled cfs_rq
Aaron Lu
2025-09-15
sched/fair: Do not special case tasks in throttled hierarchy
Aaron Lu
2025-09-15
sched/fair: update_cfs_group() for throttled cfs_rqs
Aaron Lu
2025-09-15
sched/fair: Propagate load for throttled cfs_rq
Aaron Lu
2025-09-15
rv: Fix missing mutex unlock in rv_register_monitor()
Zhen Ni
2025-09-15
rv: Fix wrong type cast in enabled_monitors_next()
Nam Cao
2025-09-15
rv: Support systems with time64-only syscalls
Palmer Dabbelt
2025-09-15
Merge 6.17-rc6 into driver-core-next
Greg Kroah-Hartman
2025-09-14
Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2025-09-14
perf: make pmu_bus const
Ricardo B. Marliere
2025-09-13
kexec: introduce is_kho_boot()
Evangelos Petrongonas
2025-09-13
crash: add KUnit tests for crash_exclude_mem_range
Coiby Xu
2025-09-13
panic: remove redundant panic-cpu backtrace
Sergey Senozhatsky
2025-09-13
panic: use angle-bracket include for panic.h
Jinchao Wang
2025-09-13
watchdog: skip checks when panic is in progress
Jinchao Wang
2025-09-13
panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
Jinchao Wang
2025-09-13
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
2025-09-13
printk/nbcon: use panic_on_this_cpu() helper
Jinchao Wang
2025-09-13
panic: use panic_try_start() in vpanic()
Jinchao Wang
2025-09-13
panic: use panic_try_start() in nmi_panic()
Jinchao Wang
[prev]
[next]