summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge branch 'rework/kthreads' into for-linusPetr Mladek2022-10-044-24/+7
| |\ \ \
| | * | | printk: Mark __printk percpu data ready __ro_after_initThomas Gleixner2022-09-291-1/+1
| | * | | printk: Remove bogus comment vs. boot consolesThomas Gleixner2022-09-291-3/+0
| | * | | printk: Remove write only variable nr_ext_console_driversThomas Gleixner2022-09-291-9/+0
| | * | | printk: Declare log_wait properlyThomas Gleixner2022-09-292-2/+3
| | * | | printk: Make pr_flush() staticThomas Gleixner2022-09-292-9/+3
| * | | | Merge branch 'for-6.1-hash-pointer-init' into for-linusPetr Mladek2022-10-041-21/+26
| |\ \ \ \
| | * | | | lib/vsprintf: Initialize vsprintf's pointer hash once the random core is ready.Sebastian Andrzej Siewior2022-09-291-19/+27
| | * | | | lib/vsprintf: Remove static_branch_likely() from __ptr_to_hashval().Sebastian Andrzej Siewior2022-09-291-11/+8
| * | | | | lib/vnsprintf: add const modifier for param 'bitmap'Jian Shen2022-08-251-2/+2
| |/ / / /
* | | | | Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-10-1017-444/+1544
|\ \ \ \ \
| * | | | | cgroup: use strscpy() is more robust and saferye xingchen2022-09-241-1/+1
| * | | | | iocost_monitor: reorder BlkgIteratorElijah Conners2022-09-241-5/+5
| * | | | | cgroup: simplify code in cgroup_apply_controlWilliam Dean2022-09-241-5/+1
| * | | | | cgroup: Make cgroup_get_from_id() prettierTejun Heo2022-09-231-9/+10
| * | | | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-09-231032-6937/+13381
| |\ \ \ \ \
| * | | | | | cgroup/cpuset: remove unreachable codeJiapeng Chong2022-09-071-2/+0
| * | | | | | cgroup: Remove CFTYPE_PRESSURETejun Heo2022-09-062-28/+37
| * | | | | | cgroup: Improve cftype add/rm error handlingTejun Heo2022-09-062-7/+21
| * | | | | | kselftest/cgroup: Add cpuset v2 partition root state testWaiman Long2022-09-044-2/+765
| * | | | | | cgroup/cpuset: Update description of cpuset.cpus.partition in cgroup-v2.rstWaiman Long2022-09-041-69/+87
| * | | | | | cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long2022-09-041-9/+60
| * | | | | | cgroup/cpuset: Relocate a code block in validate_change()Waiman Long2022-09-041-16/+16
| * | | | | | cgroup/cpuset: Show invalid partition reason stringWaiman Long2022-09-041-18/+75
| * | | | | | cgroup/cpuset: Add a new isolated cpus.partition typeWaiman Long2022-09-041-11/+63
| * | | | | | cgroup/cpuset: Relax constraints to partition & cpus changesWaiman Long2022-09-041-194/+215
| * | | | | | cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effectiveWaiman Long2022-09-041-25/+84
| * | | | | | cgroup/cpuset: Miscellaneous cleanups & add helper functionsWaiman Long2022-09-041-79/+90
| * | | | | | cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long2022-09-041-7/+11
| * | | | | | cgroup: add pids.peak interface for pids controllerJosh Don2022-09-041-2/+35
| * | | | | | cgroup: Remove data-race around cgrp_dfl_visibleTejun Heo2022-09-041-2/+2
| * | | | | | cgroup: Fix build failure when CONFIG_SHRINKER_DEBUGTejun Heo2022-08-291-1/+1
| * | | | | | cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa2022-08-263-6/+6
| * | | | | | Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo2022-08-266-39/+63
| |\ \ \ \ \ \
| * | | | | | | cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný2022-08-264-11/+6
| * | | | | | | cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup idMichal Koutný2022-08-261-2/+13
| * | | | | | | cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný2022-08-261-1/+5
| * | | | | | | cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo2022-08-155-20/+22
* | | | | | | | Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-108-77/+114
|\ \ \ \ \ \ \ \
| * | | | | | | | random: clear new batches when bringing new CPUs onlineJason A. Donenfeld2022-10-062-12/+18
| * | | | | | | | random: fix typos in get_random_bytes() commentWilliam Zijl2022-10-011-5/+5
| * | | | | | | | random: schedule jitter credit for next jiffy, not in two jiffiesJason A. Donenfeld2022-10-011-2/+2
| * | | | | | | | prandom: make use of smaller types in prandom_u32_maxJason A. Donenfeld2022-09-291-6/+11
| * | | | | | | | random: add 8-bit and 16-bit batchesJason A. Donenfeld2022-09-292-0/+4
| * | | | | | | | utsname: contribute changes to RNGJason A. Donenfeld2022-09-292-0/+5
| * | | | | | | | random: use init_utsname() instead of utsname()Jason A. Donenfeld2022-09-291-1/+1
| * | | | | | | | kfence: use better stack hash seedJason A. Donenfeld2022-09-291-1/+1
| * | | | | | | | random: split initialization into early step and later stepJason A. Donenfeld2022-09-293-30/+40
| * | | | | | | | random: use expired timer rather than wq for mixing fast poolJason A. Donenfeld2022-09-281-7/+11
| * | | | | | | | random: avoid reading two cache lines on irq randomnessJason A. Donenfeld2022-09-281-1/+1