summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-111-2/+2
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-05-081-4/+4
|\
| * scsi: blk-mq: Fix build warning when making htmldocsMing Lei2021-04-211-4/+4
* | Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2021-05-082-6/+2
|\ \
| * | linux/kconfig.h: replace IF_ENABLED() with PTR_IF() in <linux/kernel.h>Masahiro Yamada2021-05-092-6/+2
* | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-085-5/+40
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfJakub Kicinski2021-05-072-2/+7
| |\ \ \
| | * | | netfilter: arptables: use pernet ops struct during unregisterFlorian Westphal2021-05-031-2/+1
| | * | | netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-0/+6
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-05-031-2/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | bpf: Fix leakage of uninitialized bpf stack under speculationDaniel Borkmann2021-05-031-2/+3
| * | | | sctp: do asoc update earlier in sctp_sf_do_dupcook_bXin Long2021-04-301-1/+0
| |/ / /
| * | | seg6: add counters support for SRv6 BehaviorsAndrea Mayer2021-04-291-0/+30
* | | | Merge tag 'tag-chrome-platform-for-v5.13' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2021-05-071-0/+1
|\ \ \ \
| * | | | platform/chrome: cros_ec: Add Type C hard resetPrashant Malani2021-04-201-0/+1
* | | | | Merge tag 'block-5.13-2021-05-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-072-1/+5
|\ \ \ \ \
| * | | | | bio: limit bio max sizeChangheun Lee2021-05-032-1/+5
* | | | | | Merge tag 'nfs-for-5.13-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2021-05-077-89/+140
|\ \ \ \ \ \
| * | | | | | xprtrdma: Move fr_mr field to struct rpcrdma_mrChuck Lever2021-04-261-6/+6
| * | | | | | xprtrdma: Remove the RPC/RDMA QP event handlerChuck Lever2021-04-261-32/+0
| * | | | | | xprtrdma: Don't display r_xprt memory addresses in tracepointsChuck Lever2021-04-261-32/+19
| * | | | | | xprtrdma: Add an rpcrdma_mr_completion_classChuck Lever2021-04-261-4/+44
| * | | | | | xprtrdma: Add tracepoints showing FastReg WRs and remote invalidationChuck Lever2021-04-261-0/+2
| * | | | | | xprtrdma: Do not recycle MR after FastReg/LocalInv flushesChuck Lever2021-04-261-1/+0
| * | | | | | NFS: The 'fattr_valid' field in struct nfs_server should be unsigned intTrond Myklebust2021-04-211-2/+1
| * | | | | | SUNRPC: Remove trace_xprt_transmit_queuedChuck Lever2021-04-141-1/+0
| * | | | | | SUNRPC: Add tracepoint that fires when an RPC is retransmittedChuck Lever2021-04-141-0/+40
| * | | | | | NFS: Split attribute support out from the server capabilitiesTrond Myklebust2021-04-141-9/+2
| * | | | | | NFSv4: Add support for the NFSv4.2 "change_attr_type" attributeTrond Myklebust2021-04-133-0/+14
| * | | | | | NFS: Separate tracking of file mode cache validity from the uid/gidTrond Myklebust2021-04-131-0/+2
| * | | | | | NFS: Separate tracking of file nlinks cache validity from the mode/uid/gidTrond Myklebust2021-04-131-0/+2
| * | | | | | NFS: Add a cache validity flag argument to nfs_revalidate_inode()Trond Myklebust2021-04-121-1/+1
| * | | | | | NFS: nfs4_bitmask_adjust() must not change the server global bitmasksTrond Myklebust2021-04-121-3/+8
| * | | | | | SUNRPC: Set TCP_CORK until the transmit queue is emptyTrond Myklebust2021-04-051-0/+1
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0734-138/+198
|\ \ \ \ \ \ \
| * | | | | | | mm: fix typos in commentsIngo Molnar2021-05-072-3/+3
| * | | | | | | treewide: remove editor modelines and cruftMasahiro Yamada2021-05-078-52/+1
| * | | | | | | include/linux/pgtable.h: few spelling fixesBhaskar Chowdhury2021-05-071-5/+5
| * | | | | | | mm/vmalloc: remove vwrite()David Hildenbrand2021-05-071-1/+0
| * | | | | | | mm: remove xlate_dev_kmem_ptr()David Hildenbrand2021-05-071-11/+0
| * | | | | | | drivers/char: remove /dev/kmem for goodDavid Hildenbrand2021-05-072-2/+2
| * | | | | | | mm: fix some typos and code style problemsShijie Luo2021-05-072-2/+2
| * | | | | | | init/initramfs.c: do unpacking asynchronouslyRasmus Villemoes2021-05-071-0/+2
| * | | | | | | kernel/async.c: remove async_unregister_domain()Rasmus Villemoes2021-05-071-1/+0
| * | | | | | | delayacct: clear right task's flag after blkio completesYafang Shao2021-05-071-10/+10
| * | | | | | | smp: kernel/panic.c - silence warningsHe Ying2021-05-071-0/+8
| * | | | | | | include/linux/compat.h: remove unneeded declaration from COMPAT_SYSCALL_DEFIN...Masahiro Yamada2021-05-061-1/+0
| * | | | | | | lib: crc8: pointer to data block should be constRichard Fitzgerald2021-05-061-1/+1
| * | | | | | | lib: add fast path for find_first_*_bit() and find_last_bit()Yury Norov2021-05-062-16/+46
| * | | | | | | lib: add fast path for find_next_*_bit()Yury Norov2021-05-062-0/+51