summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2021-11-025-45/+106
|\
| *-. Merge branches 'pm-em' and 'powercap'Rafael J. Wysocki2021-11-021-18/+68
| |\ \
| | * | PM: EM: Mark inefficiencies in CPUFreqVincent Donnefort2021-10-051-0/+40
| | * | PM: EM: Allow skipping inefficient statesVincent Donnefort2021-10-051-0/+13
| | * | PM: EM: Extend em_perf_domain with a flag fieldVincent Donnefort2021-10-051-2/+4
| | * | PM: EM: Mark inefficient statesVincent Donnefort2021-10-051-1/+3
| | * | PM: EM: Fix inefficient states detectionVincent Donnefort2021-10-051-15/+8
| * | | Merge branch 'pm-sleep'Rafael J. Wysocki2021-11-024-27/+38
| |\ \ \
| | * | | PM: suspend: Use valid_state() consistentlyRafael J. Wysocki2021-10-261-5/+7
| | * | | PM: sleep: Pause cpuidle later and resume it earlier during system transitionsRafael J. Wysocki2021-10-263-13/+23
| | * | | PM: suspend: Do not pause cpuidle in the suspend-to-idle pathRafael J. Wysocki2021-10-261-2/+6
| | * | | PM: hibernate: Get block device exclusively in swsusp_check()Ye Bin2021-10-211-2/+3
| | * | | PM: hibernate: swap: Use vzalloc() and kzalloc()Cai Huoqing2021-10-211-10/+4
| | * | | PM: hibernate: fix sparse warningsAnders Roxell2021-10-211-2/+2
| | * | | Revert "PM: sleep: Do not assume that "mem" is always present"Rafael J. Wysocki2021-10-191-2/+2
| | * | | PM: hibernate: Remove blk_status_to_errno in hib_wait_ioFalla Coulibaly2021-09-151-1/+1
| | * | | PM: sleep: Do not assume that "mem" is always presentFlorian Fainelli2021-09-151-2/+2
* | | | | Merge branch 'ucount-fixes-for-v5.16' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-022-10/+15
|\ \ \ \ \
| * | | | | ucounts: Use atomic_long_sub_return for clarityEric W. Biederman2021-10-201-3/+3
| * | | | | ucounts: Add get_ucounts_or_wrap for clarityEric W. Biederman2021-10-201-4/+10
| * | | | | ucounts: Remove unnecessary test for NULL ucount in get_ucountsEric W. Biederman2021-10-201-1/+1
| * | | | | ucounts: In set_cred_ucounts assume new->ucounts is non-NULLEric W. Biederman2021-10-201-3/+2
* | | | | | Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-11-025-95/+129
|\ \ \ \ \ \
| * | | | | | cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cHe Fengqing2021-11-012-47/+45
| * | | | | | cgroup: Fix rootcg cpu.stat guest double countingDan Schatzberg2021-11-011-2/+0
| * | | | | | cgroup: no need for cgroup_mutex for /proc/cgroupsShakeel Butt2021-10-251-5/+2
| * | | | | | cgroup: remove cgroup_mutex from cgroupstats_buildShakeel Butt2021-10-251-5/+2
| * | | | | | cgroup: reduce dependency on cgroup_mutexShakeel Butt2021-10-251-22/+29
| * | | | | | cgroup: cgroup-v1: do not exclude cgrp_dfl_rootVishal Verma2021-10-051-3/+0
| * | | | | | cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-09-201-4/+27
| * | | | | | misc_cgroup: remove error log to avoid log floodChunguang Xu2021-09-201-7/+0
| * | | | | | misc_cgroup: introduce misc.events to count failuresChunguang Xu2021-09-201-0/+24
* | | | | | | Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2021-11-022-81/+108
|\ \ \ \ \ \ \
| * | | | | | | workqueue: Introduce show_one_worker_pool and show_one_workqueue.Imran Khan2021-10-202-77/+97
| * | | | | | | workqueue: make sysfs of unbound kworker cpumask more cleverMenglong Dong2021-10-191-4/+11
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-11-022-5/+5
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'for-5.16-vsprintf-pgp' into for-linusPetr Mladek2021-11-0268-1431/+2977
| |\ \ \ \ \ \ \ | | | |_|_|_|/ / | | |/| | | | |
| * | | | | | | printk: use gnu_printf format attribute for printk_sprint()John Ogness2021-10-041-0/+1
| * | | | | | | printk: avoid -Wsometimes-uninitialized warningArnd Bergmann2021-10-041-3/+2
| * | | | | | | printk: use kvmalloc instead of kmalloc for devkmsg_userYong-Taek Lee2021-09-071-2/+2
* | | | | | | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-0218-160/+948
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-11-0114-120/+660
| |\ \ \ \ \ \ \ \
| | * | | | | | | | bpf: Fix propagation of signed bounds from 64-bit min/max into 32-bit.Alexei Starovoitov2021-11-011-1/+1
| | * | | | | | | | bpf: Fix propagation of bounds from 64-bit min/max into 32-bit and var_off.Alexei Starovoitov2021-11-011-1/+1
| | * | | | | | | | bpf: Add missing map_delete_elem method to bloom filter mapEric Dumazet2021-11-011-0/+6
| | * | | | | | | | bpf: Bloom filter map naming fixupsJoanne Koong2021-11-011-23/+26
| | * | | | | | | | bpf: Add dummy BPF STRUCT_OPS for test purposeHou Tao2021-11-012-0/+6
| | * | | | | | | | bpf: Factor out helpers for ctx access checkingHou Tao2021-11-011-14/+2
| | * | | | | | | | bpf: Factor out a helper to prepare trampoline for struct_ops progHou Tao2021-11-011-10/+19
| | * | | | | | | | bpf: Disallow unprivileged bpf by defaultPawan Gupta2021-11-011-0/+7