summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add linux-next specific files for 20220714next-20220714Stephen Rothwell2022-07-144-0/+15340
* Merge branch 'mm-everything' of git://git.kernel.org/pub/scm/linux/kernel/git...Stephen Rothwell2022-07-14324-5575/+54713
|\
| * Merge branch 'mm-nonmm-unstable' into mm-everythingakpm2022-07-1393-719/+1465
| |\
| | * ia64: old_rr4 added under CONFIG_HUGETLB_PAGESouptick Joarder (HPE)2022-07-131-1/+4
| | * proc: fix test for "vsyscall=xonly" boot optionAlexey Dobriyan2022-07-131-7/+68
| | * proc: fix a dentry lock race between release_task and lookupZhihao Cheng2022-07-131-8/+38
| | * autofs: remove unused ino field inodeIan Kent2022-07-131-2/+0
| | * autofs: add comment about autofs_mountpoint_changed()Ian Kent2022-07-131-3/+20
| | * autofs: use dentry info count instead of simple_empty()Ian Kent2022-07-133-11/+14
| | * autofs: make dentry info count consistentIan Kent2022-07-132-4/+1
| | * autofs: use inode permission method for write accessIan Kent2022-07-131-41/+22
| | * lib: devres: use numa aware allocationMark-PK Tsai2022-07-131-5/+10
| | * lib/smp_processor_id: fix imbalanced instrumentation_end() callTetsuo Handa2022-07-131-1/+1
| | * cpumask: update cpumask_next_wrap() signatureSander Vanheule2022-07-131-1/+1
| | * lib/test: introduce cpumask KUnit test suiteSander Vanheule2022-07-133-0/+148
| | * cpumask: Fix invalid uniprocessor mask assumptionSander Vanheule2022-07-133-82/+22
| | * cpumask: add UP optimised for_each_*_cpu versionsSander Vanheule2022-07-131-0/+7
| | * x86/cacheinfo: move shared cache map definitionsSander Vanheule2022-07-132-4/+6
| | * kexec: drop weak attribute from functionsNaveen N. Rao2022-07-136-33/+64
| | * kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-136-40/+61
| | * scripts/bloat-o-meter: add -p argumentNikolay Borisov2022-07-131-1/+6
| | * scripts/bloat-o-meter: switch argument parsing to using argparseNikolay Borisov2022-07-131-19/+21
| | * epoll: autoremove wakers even more aggressivelyBenjamin Segall2022-07-131-0/+22
| | * ipc/mqueue: remove unnecessary (void*) conversionYu Zhe2022-07-131-1/+1
| | * kdump: round up the total memory size to 128M for crashkernel reservationTao Liu2022-07-131-2/+12
| | * proc: delete unused <linux/uaccess.h> includesAlexey Dobriyan2022-07-138-14/+0
| | * vmcoreinfo: include kallsyms symbolsStephen Brennan2022-07-131-0/+14
| | * kallsyms: move declarations to internal headerStephen Brennan2022-07-132-22/+31
| | * squashfs: support reading fragments in readahead callPhillip Lougher2022-07-131-3/+44
| | * squashfs: implement readaheadHsin-Yi Wang2022-07-131-1/+91
| | * squashfs: always build "file direct" version of page actorPhillip Lougher2022-07-132-48/+2
| | * Revert "squashfs: provide backing_dev_info in order to disable read-ahead"Hsin-Yi Wang2022-07-131-33/+0
| | * lib/ts_bm.c: remove redundant store to variable consumed after additionColin Ian King2022-07-131-1/+1
| | * lib/scatterlist: use matched parameter type when calling __sg_free_table()wuchi2022-07-131-2/+2
| | * lib: make LZ4_decompress_safe_forceExtDict() staticTiezhu Yang2022-07-131-3/+3
| | * lib/radix-tree: remove unused argument of insert_entrieswuchi2022-07-131-2/+2
| | * kfifo: fix kfifo_to_user() return typeDan Carpenter2022-07-131-1/+1
| | * compiler-gcc.h: remove ancient workaround for gcc PR 58670Uros Bizjak2022-07-131-11/+0
| | * lib/error-inject: traverse list with mutexwuchi2022-07-131-3/+9
| | * lib/stackdepot: replace CONFIG_STACK_HASH_ORDER with automatic sizingVlastimil Babka2022-07-132-19/+49
| | * net, lib/once: remove {net_}get_random_once_wait macrowuchi2022-07-132-4/+0
| | * lib/lru_cache: fix error free handing in lc_createwuchi2022-07-131-2/+2
| | * lib/debugobjects: fix stat count and optimize debug_objects_mem_init.wuchi2022-07-131-0/+10
| | * resource: re-factor page_is_ram()Vaibhav Jain2022-07-131-11/+8
| | * init/main.c: silence some -Wunused-parameter warningsAndrew Halaney2022-07-131-10/+15
| | * init-add-hostname-kernel-parameter-v2Dan Moulding2022-07-132-5/+5
| | * init: add "hostname" kernel parameterDan Moulding2022-07-132-0/+30
| | * ocfs2: fix ocfs2 corrupt when iputting an inodeWangyan2022-07-131-1/+2
| | * ocfs2: clear links count in ocfs2_mknod() if an error occursWangyan2022-07-131-2/+12
| | * ocfs2: reflink deadlock when clone file to the same directory simultaneouslyGang He2022-07-135-34/+28