summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
| * | | | | | | | | lib: inline _find_next_bit() wrappersYury Norov2021-05-062-10/+35
| * | | | | | | | | lib: extend the scope of small_const_nbits() macroYury Norov2021-05-062-8/+12
| * | | | | | | | | kernel/cred.c: make init_groups staticRasmus Villemoes2021-05-062-2/+0
| * | | | | | | | | linux/profile.h: remove unnecessary declarationWan Jiabing2021-05-061-3/+0
| * | | | | | | | | kernel.h: drop inclusion in bitmap.hAndy Shevchenko2021-05-063-9/+18
| * | | | | | | | | include: remove pagemap.h from blkdev.hMatthew Wilcox (Oracle)2021-05-062-1/+1
| * | | | | | | | | proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan2021-05-061-0/+1
* | | | | | | | | | Merge tag 'iomap-5.13-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-05-061-4/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | iomap: remove unused private field from ioendBrian Foster2021-05-041-4/+1
| | |_|_|_|_|_|_|/ / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-05-061-0/+10
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'irq-no-autoen-2021-03-25' of git://git.kernel.org/pub/scm/linux/ke...Dmitry Torokhov2021-03-251-0/+4
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'v5.12-rc4' into nextDmitry Torokhov2021-03-25644-5700/+16489
| |\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | dt-bindings: input: atmel_mxt_ts: Document atmel,wakeup-method and WAKE line ...Dmitry Osipenko2021-03-201-0/+10
* | | | | | | | | | | | | Merge tag 'vfio-v5.13-rc1pt2' of git://github.com/awilliam/linux-vfioLinus Torvalds2021-05-061-4/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | vfio/pci: Revert nvlink removal uAPI breakageAlex Williamson2021-05-051-4/+42
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'riscv-for-linus-5.13-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-05-061-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | RISC-V: Add EM_RISCV to kexec UAPI headerNick Kossifidis2021-04-261-0/+1
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-0528-73/+358
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |