summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2021-07-04Merge tag 'cxl-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2021-07-04Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-07-03Merge tag 'vfio-v5.14-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2021-07-03Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-07-03Merge tag 'devicetree-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-07-03vdpa/mlx5: Support creating resources with uid == 0Eli Cohen
2021-07-03virtio: update virtio id table, add transitional idsZhu Lingshan
2021-07-02Merge tag 'sound-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-07-02Merge tag 'iommu-updates-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-07-02Merge tag 'linux-kselftest-kunit-fixes-5.14-rc1' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-07-02Merge tag 'asm-generic-unaligned-5.14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-02ACPI: Correct \_SB._OSC bit definition for PRMAubrey Li
2021-07-02xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/denn...Linus Torvalds
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin
2021-07-01Merge tag 'pinctrl-v5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2021-07-01Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2021-07-01tcp: consistently disable header prediction for mptcpPaolo Abeni
2021-07-01net: remove the caif_hsi driverChristoph Hellwig
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01ptp: add kernel API ptp_convert_timestamp()Yangbo Lu
2021-07-01ethtool: add a new command for getting PHC virtual clocksYangbo Lu
2021-07-01ptp: add kernel API ptp_get_vclocks_index()Yangbo Lu
2021-07-01ptp: add ptp virtual clock driver frameworkYangbo Lu
2021-07-01Merge tag 'drm-next-2021-07-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2021-07-01Merge tag 'for-5.14/io_uring-2021-06-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet
2021-07-01kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver
2021-07-01x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't...Al Viro
2021-07-01kprobes: remove duplicated strong free_insn_page in x86 and s390Barry Song
2021-07-01kernel.h: split out kstrtox() and simple_strtox() to a separate headerAndy Shevchenko
2021-07-01lib/mpi: fix spelling mistakesZhen Lei
2021-07-01seq_file: drop unused *_escape_mem_ascii()Andy Shevchenko
2021-07-01seq_file: add seq_escape_str() as replica of string_escape_str()Andy Shevchenko
2021-07-01seq_file: introduce seq_escape_mem()Andy Shevchenko
2021-07-01lib/test-string_helpers: add test cases for new featuresAndy Shevchenko
2021-07-01lib/string_helpers: allow to append additional characters to be escapedAndy Shevchenko
2021-07-01lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printableAndy Shevchenko
2021-07-01lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCIIAndy Shevchenko
2021-07-01lib/string_helpers: switch to use BIT() macroAndy Shevchenko