aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2025-11-03sched_ext: Fix cgroup exit ordering by moving sched_ext_free() to finish_task_switch()Tejun Heo3-2/+7
2025-11-03sched_ext: Merge branch 'for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-6.19Tejun Heo14-84/+100
2025-11-03cgroup: Defer task cgroup unlink until after the task is done switching outTejun Heo2-9/+16
2025-11-03cgroup: Move dying_tasks cleanup from cgroup_task_release() to cgroup_task_free()Tejun Heo1-4/+5
2025-11-03cgroup: Rename cgroup lifecycle hooks to cgroup_task_*()Tejun Heo4-10/+11
2025-11-03nstree: add listns()Christian Brauner2-1/+398
2025-11-03nstree: add unified namespace listChristian Brauner2-1/+13
2025-11-03nstree: simplify rbtree comparison helpersChristian Brauner1-29/+11
2025-11-03nstree: maintain list of owned namespacesChristian Brauner2-1/+71
2025-11-03nstree: assign fixed ids to the initial namespacesChristian Brauner1-5/+8
2025-11-03nstree: introduce a unified treeChristian Brauner2-24/+73
2025-11-03ns: add active reference countChristian Brauner7-1/+257
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner4-6/+6
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner4-20/+4
2025-11-03ns: add missing authorshipChristian Brauner2-0/+2
2025-11-03blktrace: add support for REQ_OP_WRITE_ZEROES tracingChaitanya Kulkarni1-1/+12
2025-11-03perf/core: Fix system hang caused by cpu-clock usageDapeng Mi1-5/+15
2025-11-01genirq/manage: Reduce priority of forced secondary interrupt handlerLukas Wunner2-1/+17
2025-11-01timers/migration: Remove dead code handling idle CPU checking for remote timersFrederic Weisbecker1-16/+0
2025-11-01timers/migration: Remove unused "cpu" parameter from tmigr_get_group()Frederic Weisbecker1-3/+2
2025-11-01timers/migration: Assert that hotplug preparing CPU is part of stable active hierarchyFrederic Weisbecker1-0/+8
2025-11-01timers/migration: Fix imbalanced NUMA treesFrederic Weisbecker1-104/+127
2025-11-01timers/migration: Remove locking on group connectionFrederic Weisbecker1-10/+0
2025-11-01timers/migration: Convert "while" loops to use "for"Frederic Weisbecker1-10/+13
2025-11-01tick/sched: Limit non-timekeeper CPUs calling jiffies updateSteve Wahl1-4/+26
2025-10-31Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-0/+4
2025-10-31genirq/proc: Fix race in show_irq_affinity()Muchun Song1-0/+2
2025-11-01tracing: fprobe: Remove unused local variableMasami Hiramatsu (Google)1-4/+1
2025-11-01tracing: probes: Replace strcpy() with memcpy() in __trace_probe_log_err()Thorsten Blum1-1/+1
2025-11-01tracing: fprobe: fix suspicious rcu usage in fprobe_entryMenglong Dong1-0/+1
2025-11-01tracing: uprobe: eprobes: Allocate traceprobe_parse_context per probeMasami Hiramatsu (Google)2-26/+18
2025-11-01tracing: uprobes: Cleanup __trace_uprobe_create() with __free()Masami Hiramatsu (Google)1-42/+26
2025-11-01tracing: eprobe: Cleanup eprobe event using __free()Masami Hiramatsu (Google)1-41/+30
2025-11-01tracing: probes: Use __free() for trace_probe_logMasami Hiramatsu (Google)4-9/+9
2025-11-01tracing: fprobe: use rhltable for fprobe_ip_tableMenglong Dong1-66/+91
2025-10-31Merge back system sleep material for 6.19Rafael J. Wysocki5-29/+117
2025-10-31nstree: simplify returnChristian Brauner1-5/+0
2025-10-31cgroup: add cgroup namespace to tree after owner is setChristian Brauner1-1/+1
2025-10-30Merge tag 'pm-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds4-10/+18
2025-10-30Merge branches 'pm-cpuidle' and 'pm-sleep'Rafael J. Wysocki4-10/+18
2025-10-30freezer: Clarify that only cgroup1 freezer uses PM freezerTejun Heo2-2/+2
2025-10-30PM: hibernate: add sysfs interface for hibernate_compression_threadsXueqin Luo1-0/+38
2025-10-30PM: hibernate: make compression threads configurableXueqin Luo1-4/+21
2025-10-30PM: hibernate: dynamically allocate crc->unc_len/unc for configurable threadsXueqin Luo1-14/+44
2025-10-30printk/nbcon: Release nbcon consoles ownership in atomic flush after each emitted recordPetr Mladek1-4/+5
2025-10-30printk/nbcon/panic: Allow printk kthread to sleep when the system is in panicPetr Mladek1-2/+4
2025-10-30printk/nbcon: Block printk kthreads when any CPU is in an emergency contextPetr Mladek1-1/+37
2025-10-29bpf: Use kmalloc_nolock() in bpf streamsPuranjay Mohan1-151/+8
2025-10-29rqspinlock: Disable queue destruction for deadlocksKumar Kartikeya Dwivedi1-0/+8
2025-10-29PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki2-9/+17