summaryrefslogtreecommitdiff
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sysctl-next' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Mark Brown2023-04-133-146/+2
|\
| * mm: compaction: move compaction sysctl to its own fileMinghao Chi2023-03-281-59/+0
| * mm: memory-failure: Move memory failure sysctls to its own fileKefeng Wang2023-03-221-20/+0
| * utsname: simplify one-level sysctl registration for uts_kern_tableLuis Chamberlain2023-03-201-10/+1
| * seccomp: simplify sysctls with register_sysctl_init()Luis Chamberlain2023-03-201-14/+1
| * mm: hugetlb: move hugeltb sysctls to its own fileKefeng Wang2023-03-201-32/+0
| * userfaultfd: move unprivileged_userfaultfd sysctl to its own fileZhangPeng2023-03-201-11/+0
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vbab...Mark Brown2023-04-131-1/+0
|\ \
| * \ Merge branch 'slab/for-6.4/slob-removal' into slab/for-nextVlastimil Babka2023-03-291-1/+0
| |\ \
| | * | mm/slob: remove CONFIG_SLOBVlastimil Babka2023-03-291-1/+0
* | | | Merge branch 'hyperv-next' of git://git.kernel.org/pub/scm/linux/kernel/git/h...Mark Brown2023-04-131-44/+1
|\ \ \ \
| * | | | swiotlb: Remove bounce buffer remapping for Hyper-VMichael Kelley2023-04-131-44/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/live...Mark Brown2023-04-132-8/+8
|\ \ \ \
| * \ \ \ Merge branch 'for-6.4/core' into for-nextPetr Mladek2023-03-091-3/+3
| |\ \ \ \
| | * | | | livepatch: Make kobj_type structures constantThomas Weißschuh2023-03-091-3/+3
| * | | | | livepatch: fix ELF typosAlexey Dobriyan2023-03-091-5/+5
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebie...Mark Brown2023-04-131-9/+7
|\ \ \ \ \ \
| * | | | | | ucount: Use atomic_long_try_cmpxchg in atomic_long_inc_belowUros Bizjak2022-11-301-8/+6
| * | | | | | ucount: Fix atomic_long_inc_below argument typeUros Bizjak2022-11-301-1/+1
* | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Mark Brown2023-04-138-109/+228
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-6.3-fixes' into for-nextTejun Heo2023-04-121-32/+134
| |\ \ \ \ \ \ \
| | * | | | | | | cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long2023-04-121-1/+2
| | * | | | | | | cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long2023-04-121-11/+86
| | * | | | | | | cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long2023-04-121-20/+42
| | * | | | | | | cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long2023-04-121-1/+5
| * | | | | | | | Merge branch 'for-6.3-fixes' into for-nextTejun Heo2023-04-121-2/+5
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa2023-04-121-2/+5
| * | | | | | | | cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long2023-03-291-9/+14
| * | | | | | | | cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long2023-03-291-0/+3
| * | | | | | | | Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo2023-03-292-5/+11
| |\ \ \ \ \ \ \ \ | | |/ / / / / / /
| | * | | | | | | cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long2023-03-291-2/+10
| | * | | | | | | cgroup: fix display of forceidle time at rootJosh Don2023-03-171-3/+1
| * | | | | | | | cpuset: Clean up cpuset_node_allowedHaifeng Xu2023-03-231-2/+2
| * | | | | | | | cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal2023-03-175-61/+61
| |/ / / / / / /
* | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Mark Brown2023-04-135-23/+85
|\ \ \ \ \ \ \ \
| * | | | | | | | driver core: class: remove struct class_interface * from callbacksGreg Kroah-Hartman2023-04-031-2/+1
| * | | | | | | | Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2023-04-0319-59/+117
| |\ \ \ \ \ \ \ \
| * | | | | | | | | kernel/ksysfs.c: use sysfs_emit for sysfs show handlersThomas Weißschuh2023-03-241-11/+11
| * | | | | | | | | workqueue: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-1/+7
| * | | | | | | | | cpu/hotplug: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-6/+17
| * | | | | | | | | sched/debug: Put sched/domains files under the verbose flagPhil Auld2023-03-171-3/+49
* | | | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/w...Mark Brown2023-04-132-14/+122
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | workqueue: Introduce show_freezable_workqueuesJungseung Lee2023-03-232-3/+25
| * | | | | | | | | | workqueue: Print backtraces from CPUs with hung CPU bound workqueuesPetr Mladek2023-03-171-0/+66
| * | | | | | | | | | workqueue: Warn when a rescuer could not be createdPetr Mladek2023-03-171-1/+6
| * | | | | | | | | | workqueue: Interrupted create_worker() is not a repeated eventPetr Mladek2023-03-171-2/+7
| * | | | | | | | | | workqueue: Warn when a new worker could not be createdPetr Mladek2023-03-171-3/+11
| * | | | | | | | | | workqueue: Fix hung time report of worker poolsPetr Mladek2023-03-171-3/+7
| * | | | | | | | | | workqueue: Simplify a pr_warn() call in wq_select_unbound_cpu()Ammar Faizi2023-03-171-4/+2
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Mark Brown2023-04-1319-424/+1041
|\ \ \ \ \ \ \ \ \ \