summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-2783-706/+1181
|\
| * kcov: update pos before writing pc in trace functionCongyu Liu2022-05-251-2/+12
| * ocfs2: dlmfs: fix error handling of user_dlm_destroy_lockJunxiao Bi via Ocfs2-devel2022-05-251-1/+15
| * ocfs2: dlmfs: don't clear USER_LOCK_ATTACHED when destroying lockJunxiao Bi2022-05-251-1/+0
| * fs/ntfs: remove redundant variable idxColin Ian King2022-05-191-2/+2
| * fat: remove time truncations in vfat_create/vfat_mkdirChung-Chiang Cheng2022-05-193-27/+0
| * fat: report creation time in statxChung-Chiang Cheng2022-05-193-5/+20
| * fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2022-05-192-10/+10
| * fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2022-05-192-27/+53
| * MAINTAINERS: add Muchun as a memcg reviewerMuchun Song2022-05-191-0/+1
| * proc/sysctl: make protected_* world readableJulius Hemanth Pitti2022-05-131-4/+4
| * ia64: mca: drop redundant spinlock initializationHaowen Bai2022-05-121-1/+0
| * tty: fix deadlock caused by calling printk() under tty_port->lockQi Zheng2022-05-121-1/+2
| * relay: remove redundant assignment to pointer bufColin Ian King2022-05-121-1/+1
| * fs/ntfs3: validate BOOT sectors_per_clustersRandy Dunlap2022-05-121-3/+7
| * lib/string_helpers: fix not adding strarray to device's resource listPuyou Lu2022-05-121-0/+3
| * kernel/crash_core.c: remove redundant check of ck_cmdlinelizhe2022-05-121-3/+0
| * ELF, uapi: fixup ELF_ST_TYPE definitionAlexey Dobriyan2022-05-121-1/+1
| * ipc/mqueue: use get_tree_nodev() in mqueue_get_tree()Waiman Long2022-05-091-0/+14
| * ipc: update semtimedop() to use hrtimerPrakash Sangappa2022-05-091-12/+11
| * ipc/sem: remove redundant assignmentsMichal Orzel2022-05-091-2/+0
| * initramfs: support cpio extraction with file checksumsDavid Disseldorp2022-05-091-5/+24
| * gen_init_cpio: support file checksum archivingDavid Disseldorp2022-05-091-9/+45
| * gen_init_cpio: fix short read file handlingDavid Disseldorp2022-05-091-19/+25
| * initramfs: add INITRAMFS_PRESERVE_MTIME Kconfig optionDavid Disseldorp2022-05-092-12/+26
| * initramfs: make dir_entry.name a flexible array memberDavid Disseldorp2022-05-091-4/+6
| * initramfs: refactor do_header() cpio magic checksDavid Disseldorp2022-05-091-5/+4
| * proc: fix dentry/inode overinstantiating under /proc/${pid}/netAlexey Dobriyan2022-05-092-0/+6
| * fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin2022-04-291-1/+3
| * kernel: make taskstats available from all net namespacesxu xin2022-04-291-0/+1
| * taskstats: version 12 with thread group and exe infoDr. Thomas Orgis2022-04-297-7/+473
| * rapidio: remove unnecessary use of list iteratorJakob Koschel2022-04-291-2/+2
| * kexec: remove redundant assignmentsMichal Orzel2022-04-291-2/+0
| * MAINTAINERS: remove redundant file of PTRACE SUPPORT entryTiezhu Yang2022-04-291-1/+0
| * ptrace: fix wrong comment of PT_DTRACETiezhu Yang2022-04-291-1/+1
| * ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang2022-04-291-6/+0
| * fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi2022-04-291-3/+4
| * fatfs: add FAT messages to printk indexJonathan Lassoff2022-04-292-5/+18
| * fatfs: remove redundant judgmentYubo Feng2022-04-291-4/+2
| * init/Kconfig: remove USELIB syscall by defaultKees Cook2022-04-291-2/+2
| * list: fix a data-race around ep->rdllistKuniyuki Iwashima2022-04-291-3/+3
| * pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2022-04-292-2/+2
| * lib: remove back_str initializationTom Rix2022-04-291-1/+1
| * lib/string.c: simplify str[c]spnRasmus Villemoes2022-04-291-19/+6
| * lib/test_string.c: add strspn and strcspn testsRasmus Villemoes2022-04-291-0/+33
| * lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes2022-04-293-24/+3
| * lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang2022-04-291-2/+10
| * get_maintainer: Honor mailmap for in file emailsRob Herring2022-04-291-0/+1
| * kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai2022-04-291-1/+1
| * net: unexport csum_and_copy_{from,to}_userChristoph Hellwig2022-04-294-7/+0