summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* RDMA/mlx5: Set mkey relaxed ordering by UMR with ConnectX-7Meir Lichtinger2020-07-271-1/+3
* RDMA/mlx5: Use MLX5_SET macro instead of local structureMeir Lichtinger2020-07-271-1/+0
* RDMA/mlx5: ConnectX-7 new capabilities to set relaxed ordering by UMRMeir Lichtinger2020-07-241-1/+3
* net/mlx5: Add interface changes required for VDPAEli Cohen2020-07-152-16/+100
* net/mlx5: Add VDPA interface type to supported enumerationsEli Cohen2020-07-151-0/+1
* net/mlx5: Support setting access rights of dma addressesEli Cohen2020-07-152-0/+7
* net/mlx5: Enable QP number request when creating IPoIB underlay QPMichael Guralnik2020-07-031-2/+7
* net/mlx5: kTLS, Improve TLS params layout structuresTariq Toukan2020-06-273-5/+11
* net/mlx5: Avoid RDMA file inclusion in core driverParav Pandit2020-06-271-1/+0
* net/mlx5: Add support in query QP, CQ and MKEY segmentsMaor Gottlieb2020-06-231-0/+3
* net/mlx5: Export resource dump interfaceMaor Gottlieb2020-06-231-0/+48
* Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-211-0/+7
|\
| * mm: Allow arches to provide ptep_get()Christophe Leroy2020-06-201-0/+7
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2020-06-211-1/+1
|\ \
| * | crypto: ccp - Fix sparse warnings in sev-devHerbert Xu2020-06-151-1/+1
| |/
* | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-06-201-0/+4
|\ \
| * | scsi: libata: Provide an ata_scsi_dma_need_drain stub for !CONFIG_ATAChristoph Hellwig2020-06-151-0/+4
| |/
* | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-06-201-5/+3
|\ \
| * | i2c: remove deprecated i2c_new_device APIWolfram Sang2020-06-191-5/+3
| |/
* | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-06-201-0/+4
|\ \
| * | kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-161-0/+4
| |/
* | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-2/+0
|\ \
| * | block: make function 'kill_bdev' staticZheng Bin2020-06-181-2/+0
| |/
* | Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-191-0/+3
|\ \
| * | libata: Use per port sync for detachKai-Heng Feng2020-06-181-0/+3
* | | Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds2020-06-191-2/+2
|\ \ \
| * | | libceph: move away from global osd_req_flagsIlya Dryomov2020-06-161-2/+2
| | |/ | |/|
* | | Merge tag 'overflow-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-191-4/+21
|\ \ \
| * | | overflow.h: Add flex_array_size() helperGustavo A. R. Silva2020-06-161-4/+21
| |/ /
* | | Merge branch 'hch' (maccess patches from Christoph Hellwig)Linus Torvalds2020-06-181-10/+13
|\ \ \
| * | | maccess: make get_kernel_nofault() check for minimal type compatibilityLinus Torvalds2020-06-181-2/+4
| * | | maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-5/+5
| * | | maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofaultChristoph Hellwig2020-06-171-2/+2
| * | | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-6/+7
| |/ /
* | | sparse: use identifiers to define address spacesLuc Van Oostenryck2020-06-181-4/+4
* | | Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-06-1610-28/+28
|\ \ \
| * | | tifm: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | sctp: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-18/+18
| * | | libata: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | kprobes: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | kexec: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | KVM: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | FS-Cache: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | cb710: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | can: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-1/+1
| * | | dmaengine: Replace zero-length array with flexible-arrayGustavo A. R. Silva2020-06-151-2/+2
| |/ /
* | | Merge tag 'ext4-for-linus-5.8-rc1-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-06-151-1/+5
|\ \ \ | |/ / |/| |
| * | ext4, jbd2: ensure panic by fix a race between jbd2 abort and ext4 error hand...zhangyi (F)2020-06-121-1/+5
| * | Enable ext4 support for per-file/directory dax operationsTheodore Ts'o2020-06-112-7/+9
| |\ \
* | \ \ Merge tag 'LSM-add-setgid-hook-5.8-author-fix' of git://github.com/micah-mort...Linus Torvalds2020-06-143-0/+20
|\ \ \ \