summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'selinux-pr-20190507' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-05-0817-269/+487
|\
| * proc: prevent changes to overridden credentialsPaul Moore2019-04-291-0/+5
| * selinux: Check address length before reading address familyTetsuo Handa2019-04-151-1/+6
| * kernfs: fix xattr name handling in LSM helpersOndrej Mosnacek2019-04-043-56/+33
| * MAINTAINERS: update SELinux file patternsPaul Moore2019-03-301-1/+1
| * selinux: avoid uninitialized variable warningArnd Bergmann2019-03-251-9/+5
| * selinux: remove useless assignmentsOndrej Mosnacek2019-03-251-5/+2
| * LSM: lsm_hooks.h - fix missing colon in docstringOndrej Mosnacek2019-03-251-1/+1
| * selinux: Make selinux_kernfs_init_security staticYueHaibing2019-03-221-2/+2
| * kernfs: initialize security of newly created nodesOndrej Mosnacek2019-03-211-2/+9
| * selinux: implement the kernfs_init_security hookOndrej Mosnacek2019-03-211-0/+66
| * LSM: add new hook for kernfs node initializationOndrej Mosnacek2019-03-215-9/+82
| * kernfs: use simple_xattrs for security attributesOndrej Mosnacek2019-03-213-58/+2
| * selinux: try security xattr after genfs for kernfs filesystemsOndrej Mosnacek2019-03-212-73/+85
| * kernfs: do not alloc iattrs in kernfs_xattr_getOndrej Mosnacek2019-03-211-4/+14
| * kernfs: clean up struct kernfs_iattrsOndrej Mosnacek2019-03-214-36/+31
| * scripts/selinux: fix buildStephen Smalley2019-03-191-1/+1
| * selinux: use kernel linux/socket.h for genheaders and mdpPaulo Alcantara2019-03-183-2/+1
| * scripts/selinux: modernize mdpStephen Smalley2019-03-182-63/+194
* | Merge branch 'stable/for-linus-5.2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-05-082-138/+64
|\ \
| * | swiotlb-xen: ensure we have a single callsite for xen_dma_map_pageChristoph Hellwig2019-05-031-15/+16
| * | swiotlb-xen: simplify the DMA sync method implementationsChristoph Hellwig2019-05-031-56/+28
| * | swiotlb-xen: use ->map_page to implement ->map_sgChristoph Hellwig2019-05-031-58/+10
| * | swiotlb-xen: make instances match their method namesChristoph Hellwig2019-05-031-10/+7
| * | swiotlb: save io_tlb_used to local variable before leaving critical sectionDongli Zhang2019-04-131-2/+5
| * | swiotlb: dump used and total slots when swiotlb buffer is fullDongli Zhang2019-04-101-1/+2
* | | Merge tag 'for-5.2/libata-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-17/+38
|\ \ \
| * | | ahci: qoriq: add ls1028a platforms supportPeng Ma2019-04-091-0/+3
| * | | ahci: qoriq: add lx2160 platforms supportPeng Ma2019-04-091-17/+35
* | | | Merge tag 'for-5.2/io_uring-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-084-70/+267
|\ \ \ \
| * | | | io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()Shenghui Wang2019-05-071-1/+1
| * | | | io_uring: fix shadowed variable ret return code being not checkedColin Ian King2019-05-061-1/+0
| * | | | req->error only used for iopollStefan Bühler2019-05-021-2/+1
| * | | | io_uring: add support for eventfd notificationsJens Axboe2019-05-022-0/+50
| * | | | io_uring: add support for IORING_OP_SYNC_FILE_RANGEJens Axboe2019-05-022-0/+53
| * | | | fs: add sync_file_range() helperJens Axboe2019-05-022-64/+74
| * | | | io_uring: add support for marking commands as drainingJens Axboe2019-05-022-3/+89
* | | | | Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-08207-2257/+2312
|\ \ \ \ \
| * | | | | block: fix mismerge in bvec_advanceChristoph Hellwig2019-05-071-7/+1
| * | | | | block: don't drain in-progress dispatch in blk_cleanup_queue()Ming Lei2019-05-041-12/+0
| * | | | | blk-mq: move cancel of hctx->run_work into blk_mq_hw_sysfs_releaseMing Lei2019-05-042-8/+2
| * | | | | blk-mq: always free hctx after request queue is freedMing Lei2019-05-043-13/+42
| * | | | | blk-mq: split blk_mq_alloc_and_init_hctx into two partsMing Lei2019-05-041-64/+75
| * | | | | blk-mq: free hw queue's resource in hctx's release handlerMing Lei2019-05-044-8/+10
| * | | | | blk-mq: move cancel of requeue_work into blk_mq_releaseMing Lei2019-05-042-1/+2
| * | | | | blk-mq: grab .q_usage_counter when queuing request from plug code pathMing Lei2019-05-041-1/+11
| * | | | | Merge branch 'nvme-5.2' of git://git.infradead.org/nvme into for-5.2/blockJens Axboe2019-05-037-31/+59
| |\ \ \ \ \
| | * | | | | nvmet: protect discovery change log event list iterationSagi Grimberg2019-05-011-0/+5
| | * | | | | nvme: mark nvme_core_init and nvme_core_exit staticChristoph Hellwig2019-05-012-5/+2
| | * | | | | nvme: move command size checks to the coreChristoph Hellwig2019-05-012-28/+30