aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-09-17Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-7/+37
2025-09-17cpuset: use partition_cpus_change for setting exclusive cpusChen Ridong1-27/+2
2025-09-17cpuset: use parse_cpulist for setting cpus.exclusiveChen Ridong1-16/+9
2025-09-17cpuset: introduce partition_cpus_changeChen Ridong1-26/+38
2025-09-17cpuset: refactor cpus_allowed_validate_changeChen Ridong1-39/+45
2025-09-17cpuset: refactor out validate_partitionChen Ridong1-12/+36
2025-09-17cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpersChen Ridong1-30/+44
2025-09-17cpuset: refactor CPU mask buffer parsing logicChen Ridong1-29/+30
2025-09-17cpuset: Refactor exclusive CPU mask computation logicChen Ridong1-38/+65
2025-09-17cpuset: change return type of is_partition_[in]valid to boolChen Ridong1-2/+2
2025-09-17cpuset: remove unused assignment to trialcs->partition_root_stateChen Ridong1-2/+0
2025-09-17cpuset: move the root cpuset write check earlierChen Ridong1-13/+4
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman1-3/+18
2025-09-17softirq: Allow to drop the softirq-BKL lock on PREEMPT_RTSebastian Andrzej Siewior2-20/+76
2025-09-17softirq: Provide a handshake for canceling tasklets via pollingSebastian Andrzej Siewior1-5/+57
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...Tejun Heo1-1/+1
2025-09-16uprobes: uprobe_warn should use passed taskJeremy Linton1-1/+1
2025-09-16workqueue: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari1-10/+10
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi1-5/+1
2025-09-16cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin1-6/+0
2025-09-16cgroup: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin2-6/+0
2025-09-15drop_collected_paths(): constify argumentsAl Viro1-6/+6
2025-09-15bpf...d_path(): constify path argumentAl Viro1-1/+1
2025-09-15bpf: potential double-free of env->insn_aux_dataEduard Zingerman1-1/+0
2025-09-15bpf: Do not limit bpf_cgroup_from_id to current's namespaceKumar Kartikeya Dwivedi2-5/+21
2025-09-15fs: rename generic_delete_inode() and generic_drop_inode()Mateusz Guzik1-1/+1
2025-09-15refperf: Set reader_tasks to NULL after kfree()Kaushlendra Kumar1-0/+1
2025-09-15refperf: Remove redundant kfree() after torture_stop_kthread()Kaushlendra Kumar1-1/+0
2025-09-15srcu/tiny: Remove preempt_disable/enable() in srcu_gp_start_if_needed()Zqiang1-3/+1
2025-09-15srcu: Document srcu_flip() memory-barrier D relation to SRCU-fastPaul E. McKenney1-0/+10
2025-09-15Merge back earlier material related to system sleep for 6.18Rafael J. Wysocki4-5/+5
2025-09-15PM: EM: Fix late boot with holes in CPU topologyChristian Loehle1-5/+6
2025-09-15sched/fair: Do not balance task to a throttled cfs_rqAaron Lu1-4/+18
2025-09-15sched/fair: Do not special case tasks in throttled hierarchyAaron Lu1-4/+4
2025-09-15sched/fair: update_cfs_group() for throttled cfs_rqsAaron Lu1-3/+0
2025-09-15sched/fair: Propagate load for throttled cfs_rqAaron Lu1-8/+18
2025-09-15rv: Fix missing mutex unlock in rv_register_monitor()Zhen Ni1-1/+1
2025-09-15rv: Fix wrong type cast in enabled_monitors_next()Nam Cao1-1/+1
2025-09-15rv: Support systems with time64-only syscallsPalmer Dabbelt1-0/+4
2025-09-15Merge 6.17-rc6 into driver-core-nextGreg Kroah-Hartman28-60/+190
2025-09-14Merge tag 'timers-urgent-2025-09-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+3
2025-09-14perf: make pmu_bus constRicardo B. Marliere1-1/+1
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas1-0/+20
2025-09-13crash: add KUnit tests for crash_exclude_mem_rangeCoiby Xu4-0/+370
2025-09-13panic: remove redundant panic-cpu backtraceSergey Senozhatsky1-9/+21
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang3-3/+3
2025-09-13watchdog: skip checks when panic is in progressJinchao Wang2-0/+10
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang3-20/+8
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang4-16/+5
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang1-2/+2