summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-04-29lib/string.c: simplify str[c]spnRasmus Villemoes
2022-04-29lib/test_string.c: add strspn and strcspn testsRasmus Villemoes
2022-04-29lib/Kconfig.debug: remove more CONFIG_..._VALUE indirectionsRasmus Villemoes
2022-04-29lib/test_meminit: optimize do_kmem_cache_rcu_persistent() testXiaoke Wang
2022-04-29get_maintainer: Honor mailmap for in file emailsRob Herring
2022-04-29kernel: pid_namespace: use NULL instead of using plain integer as pointerHaowen Bai
2022-04-29net: unexport csum_and_copy_{from,to}_userChristoph Hellwig
2022-04-29vmcore: convert read_from_oldmem() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-29vmcore: convert __read_vmcore to use an iov_iterMatthew Wilcox (Oracle)
2022-04-29vmcore: convert copy_oldmem_page() to take an iov_iterMatthew Wilcox (Oracle)
2022-04-29fs/proc/kcore.c: remove check of list iterator against head past the loop bodyJakob Koschel
2022-04-29ocfs2: rewrite error handling of ocfs2_fill_superHeming Zhao via Ocfs2-devel
2022-04-29ocfs2: ocfs2_mount_volume does cleanup job before return errorHeming Zhao via Ocfs2-devel
2022-04-29ocfs2: ocfs2_initialize_super does cleanup job before return errorHeming Zhao via Ocfs2-devel
2022-04-29ocfs2: change return type of ocfs2_resmap_initHeming Zhao via Ocfs2-devel
2022-04-29ocfs2: fix mounting crash if journal is not allocedHeming Zhao via Ocfs2-devel
2022-04-29ocfs2: remove usage of list iterator variable after the loop bodyJakob Koschel
2022-04-29ocfs2: replace usage of found with dedicated list iterator variableJakob Koschel
2022-04-29scripts/bloat-o-meter: filter out vermagic as it is not relevantPaul Gortmaker
2022-04-29scripts/decode_stacktrace.sh: support old bash versionSchspa Shi
2022-04-28ia64: replace comments with C99 initializersBenjamin Stürz
2022-04-28ia64: ptrace: fix typos in commentsJulia Lawall
2022-04-28ia64: fix typos in commentsJulia Lawall
2022-04-28Merge tag 'drm-fixes-2022-04-29' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2022-04-29Merge tag 'amd-drm-fixes-5.18-2022-04-27' of https://gitlab.freedesktop.org/a...Dave Airlie
2022-04-29Merge tag 'drm-intel-fixes-2022-04-28' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2022-04-29Merge tag 'drm-misc-fixes-2022-04-27' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2022-04-28Merge tag 'net-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-04-28Merge tag 'thermal-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-04-28Merge tag 'pm-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2022-04-28Merge tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2022-04-28Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2022-04-28Merge tag 'regulator-fix-v5.18-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2022-04-28tcp: fix F-RTO may not work correctly when receiving DSACKPengcheng Yang
2022-04-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2022-04-28Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-04-28Revert "ibmvnic: Add ethtool private flag for driver-defined queue limits"Dany Madden
2022-04-28net: enetc: allow tc-etf offload even with NETIF_F_CSUM_MASKVladimir Oltean
2022-04-28ixgbe: ensure IPsec VF<->PF compatibilityLeon Romanovsky
2022-04-28Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2022-04-28MAINTAINERS: Update BNXT entry with firmware filesFlorian Fainelli
2022-04-28Merge branch 'thermal-int340x'Rafael J. Wysocki
2022-04-28netfilter: nft_socket: only do sk lookups when indev is availableFlorian Westphal
2022-04-28Merge branch 'pm-cpuidle'Rafael J. Wysocki
2022-04-28gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher
2022-04-28Merge tag 'for-net-2022-04-27' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni
2022-04-27net: fec: add missing of_node_put() in fec_enet_init_stop_mode()Yang Yingliang
2022-04-27bnx2x: fix napi API usage sequenceManish Chopra
2022-04-27tls: Skip tls_append_frag on zero copy sizeMaxim Mikityanskiy
2022-04-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski