summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20211129next-20211129Stephen Rothwell2021-11-294-0/+7227
* Merge branch 'akpm/master'Stephen Rothwell2021-11-2985-646/+620
|\
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka2021-11-291-0/+9
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc() ...Vlastimil Babka2021-11-292-3/+6
| * lib/stackdepot: fix spelling mistake and grammar in pr_err messageColin Ian King2021-11-291-1/+1
| * lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Vlastimil Babka2021-11-299-16/+60
| * nubus: Rename pde_data var to fix conflict with external functionGeert Uytterhoeven2021-11-291-18/+18
| * proc: remove PDE_DATA() completelyMuchun Song2021-11-2950-163/+161
| * fs: proc: store PDE()->data into inode->i_privateMuchun Song2021-11-294-12/+13
| * eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2021-11-294-11/+9
| * cdrom: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-22/+1
| * inotify-simplify-subdirectory-registration-with-register_sysctl-fixLuis Chamberlain2021-11-292-3/+9
| * inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2021-11-293-25/+10
| * test_sysctl: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-21/+1
| * ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-24/+1
| * macintosh/mac_hid.c: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-23/+1
| * i915: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-21/+1
| * hpet: simplify subdirectory registration with register_sysctl()Luis Chamberlain2021-11-291-21/+1
| * dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2021-11-293-12/+20
| * aio: move aio sysctl to aio.cXiaoming Ni2021-11-293-23/+29
| * sysctl: use SYSCTL_ZERO to replace some static int zero usesXiaoming Ni2021-11-291-7/+7
| * sysctl: use const for typically used max/min proc sysctlsXiaoming Ni2021-11-291-27/+26
| * sysctl: make ngroups_max constStephen Kitt2021-11-291-2/+2
| * watchdog: move watchdog sysctl interface to watchdog.cXiaoming Ni2021-11-292-96/+101
| * hung_task: move hung_task sysctl interface to hung_task.cXiaoming Ni2021-11-293-77/+79
| * sysctl-move-some-boundary-constants-from-sysctlc-to-sysctl_vals-fixAndrew Morton2021-11-293-4/+4
| * sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2021-11-293-28/+28
| * sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2021-11-292-0/+36
|/
* Merge branch 'akpm-current/current'Stephen Rothwell2021-11-29210-1645/+3845
|\
| * configs: introduce debug.config for CI-like setupQian Cai2021-11-291-0/+105
| * delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang2021-11-291-17/+0
| * delayacct: fix incomplete disable operation when switch enable to disableYang Yang2021-11-291-0/+18
| * delayacct: support swapin delay accounting for swapping without blkioYang Yang2021-11-294-41/+44
| * panic-use-error_report_end-tracepoint-on-warnings-fixAndrew Morton2021-11-291-1/+1
| * panic: use error_report_end tracepoint on warningsMarco Elver2021-11-292-3/+7
| * hfsplus: use struct_group_attr() for memcpy() regionKees Cook2021-11-292-6/+10
| * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2021-11-291-10/+15
| * ELF: fix overflow in total mapping size calculationAlexey Dobriyan2021-11-291-12/+11
| * checkpatch: Improve Kconfig help testJoe Perches2021-11-291-26/+26
| * checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier2021-11-291-1/+1
| * lz4: fix LZ4_decompress_safe_partial read out of boundGuo Xuenan2021-11-291-2/+6
| * kstrtox: uninline everythingAlexey Dobriyan2021-11-291-0/+12
| * kthread: dynamically allocate memory to store kthread's full nameYafang Shao2021-11-293-2/+34
| * tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2021-11-293-8/+13
| * tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao2021-11-291-2/+2
| * samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao2021-11-293-9/+11
| * fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2021-11-293-1/+11
| * drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2021-11-292-2/+2
| * fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao2021-11-291-1/+2
| * fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao2021-11-291-1/+1