summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2026-02-03cpuset: Propagate cpuset isolation update to workqueue through housekeepingFrederic Weisbecker-11/+14
2026-02-03PCI: Flush PCI probe workqueue on cpuset isolated partition changeFrederic Weisbecker-0/+2
2026-02-03sched/isolation: Flush vmstat workqueues on cpuset isolated partition changeFrederic Weisbecker-0/+2
2026-02-03sched/isolation: Flush memcg workqueues on cpuset isolated partition changeFrederic Weisbecker-0/+3
2026-02-03cpuset: Update HK_TYPE_DOMAIN cpumask from cpusetFrederic Weisbecker-8/+73
2026-02-03sched/isolation: Convert housekeeping cpumasks to rcu pointersFrederic Weisbecker-23/+38
2026-02-03cpuset: Provide lockdep check for cpuset lock heldFrederic Weisbecker-0/+7
2026-02-03cpu: Provide lockdep check for CPU hotplug lock write-heldFrederic Weisbecker-0/+5
2026-02-03timers/migration: Prevent from lockdep false positive warningFrederic Weisbecker-5/+15
2026-02-03cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOTFrederic Weisbecker-15/+7
2026-02-03sched/isolation: Save boot defined domain flagsFrederic Weisbecker-2/+3
2026-02-03block: don't use strcpy to copy blockdev nameJohannes Thumshirn-1/+1
2026-02-03sched: Re-evaluate scheduling when migrating queued tasks out of throttled cg...Zicheng Qu-0/+4
2026-02-03sched/cpufreq: Use %pe format for PTR_ERR() printingzenghongling-1/+1
2026-02-03sched/rt: Skip currently executing CPU in rto_next_cpu()Chen Jinghuang-0/+5
2026-02-03sched/clock: Avoid false sharing for sched_clock_irqtimeWangyang Guo-6/+10
2026-02-03sched/debug: Fix dl_server (re)start conditionsPeter Zijlstra-21/+16
2026-02-03sched/debug: Add support to change sched_ext server paramsJoel Fernandes-24/+133
2026-02-03sched_ext: Add a DL server for sched_ext tasksAndrea Righi-23/+109
2026-02-03sched/debug: Stop and start server based on if it was activeJoel Fernandes-3/+8
2026-02-03sched/debug: Fix updating of ppos on server write opsJoel Fernandes-3/+4
2026-02-03sched/deadline: Clear the defer paramsJoel Fernandes-0/+3
2026-02-03Merge branch 'v6.19-rc8'Peter Zijlstra-372/+644
2026-02-02liveupdate: luo_file: do not clear serialized_data on unfreezePratyush Yadav (Google)-2/+0
2026-02-02bpf: Replace snprintf("%s") with strscpyThorsten Blum-2/+3
2026-02-02Merge tag 'cgroup-for-6.19-rc8-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+63
2026-02-02uprobes: Fix incorrect lockdep condition in filter_chain()Breno Leitao-1/+1
2026-02-02cgroup/dmem: avoid pool UAFChen Ridong-2/+58
2026-02-02cgroup/dmem: avoid rcu warning when unregister regionChen Ridong-5/+2
2026-02-02cgroup/dmem: fix NULL pointer dereference when setting maxChen Ridong-0/+3
2026-02-02ftrace: Fix direct_functions leak in update_ftrace_direct_delJiri Olsa-0/+1
2026-02-02time/kunit: Document handling of negative years of is_leap()Mark Brown-1/+3
2026-02-02dma: contiguous: Check return value of dma_contiguous_reserve_area()Shanker Donthineni-4/+6
2026-02-01Merge tag 'perf-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-4/+4
2026-02-01Merge tag 'sched-urgent-2026-02-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2026-02-01cpuset: fix overlap of partition effective CPUsChen Ridong-13/+6
2026-02-01cgroup: increase maximum subsystem count from 16 to 32Chen Ridong-34/+34
2026-01-31kho: skip memoryless NUMA nodes when reserving scratch areasEvangelos Petrongonas-2/+6
2026-01-31crash_dump: fix dm_crypt keys locking and ref leakVasily Gorbik-4/+13
2026-01-31kho: cleanup error handling in kho_populate()Mike Rapoport (Microsoft)-22/+17
2026-01-31ucount: check for CAP_SYS_RESOURCE using ns_capable_noaudit()Ondrej Mosnacek-1/+1
2026-01-31kexec: derive purgatory entry from symbolLi Chen-57/+74
2026-01-31delayacct: add timestamp of delay maxWang Yaxin-11/+28
2026-01-31tracing: remove size parameter in __trace_puts()Steven Rostedt-5/+4
2026-01-31kho: simplify page initialization in kho_restore_page()Pratyush Yadav-14/+26
2026-01-31kho: use unsigned long for nr_pagesPratyush Yadav-5/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable to pick up changesAndrew Morton-2/+16
2026-01-31mm, swap: cleanup swap entry management workflowKairui Song-4/+6
2026-01-31Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm/shmem,Andrew Morton-2/+16
2026-01-31bpf: Add bpf_jit_supports_fsession()Leon Hwang-0/+10