summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-30fs: sysv: check sbi->s_firstdatazone in complete_read_superLiu Shixin1-1/+3
2022-04-30kernel: make taskstats available from all net namespacesxu xin1-0/+1
2022-04-30taskstats: version 12 with thread group and exe infoDr. Thomas Orgis7-7/+473
2022-04-30rapidio: remove unnecessary use of list iteratorJakob Koschel1-2/+2
2022-04-30kexec: remove redundant assignmentsMichal Orzel1-2/+0
2022-04-30MAINTAINERS: remove redundant file of PTRACE SUPPORT entryTiezhu Yang1-1/+0
2022-04-30ptrace: fix wrong comment of PT_DTRACETiezhu Yang1-1/+1
2022-04-30ptrace: remove redudant check of #ifdef PTRACE_SINGLESTEPTiezhu Yang1-6/+0
2022-04-30fat: add ratelimit to fat*_ent_bread()OGAWA Hirofumi1-3/+4
2022-04-30fatfs: add FAT messages to printk indexJonathan Lassoff2-5/+18
2022-04-30fatfs: remove redundant judgmentYubo Feng1-4/+2
2022-04-30init/Kconfig: remove USELIB syscall by defaultKees Cook1-2/+2
2022-04-30list: fix a data-race around ep->rdllistKuniyuki Iwashima1-3/+3
2022-04-30pipe: make poll_usage boolean and annotate its accessKuniyuki Iwashima2-2/+2
2022-04-30lib: remove back_str initializationTom Rix1-1/+1
2022-04-30lib/string.c: simplify str[c]spnRasmus Villemoes1-19/+6
2022-04-30lib/test_string.c: add strspn and strcspn testsRasmus Villemoes1-0/+33
2022-04-30lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes3-24/+3
2022-04-30lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang1-2/+10
2022-04-30get_maintainer: Honor mailmap for in file emailsRob Herring1-0/+1
2022-04-30kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai1-1/+1
2022-04-30net: unexport csum_and_copy_{from,to}_userChristoph Hellwig4-7/+0
2022-04-30vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)3-32/+25
2022-04-30vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)1-52/+30
2022-04-30vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)12-260/+91
2022-04-30fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel1-5/+9
2022-04-30ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel1-35/+32
2022-04-30ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel1-12/+23
2022-04-30ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel1-18/+41
2022-04-30ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel3-15/+4
2022-04-30ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel4-12/+42
2022-04-30ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel1-6/+6
2022-04-30ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel2-16/+15
2022-04-30scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker1-0/+1
2022-04-30scripts/decode_stacktrace.sh: support old bash versionSchspa Shi1-8/+19
2022-04-29ia64: replace comments with C99 initializersBenjamin Stürz1-32/+32
2022-04-29ia64: ptrace: fix typos in commentsJulia Lawall1-1/+1
2022-04-29ia64: fix typos in commentsJulia Lawall4-5/+5
2022-04-29Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds14-155/+195
2022-04-29Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie10-140/+165
2022-04-29Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie3-12/+30
2022-04-29Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-3/+0
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds70-414/+598
2022-04-28Merge tag 'thermal-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+7
2022-04-28Merge tag 'pm-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds3-26/+75
2022-04-28Merge tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-6/+2
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-21/+59
2022-04-28Merge tag 'regulator-fix-v5.18-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang1-1/+2
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski3-30/+45