summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-02-06block: Add Sed-opal libraryScott Bauer1-0/+178
2017-01-31lightnvm: allow targets to use sysfsJavier González1-0/+6
2017-01-31lightnvm: Add CRC read errorJavier González1-0/+1
2017-01-31lightnvm: use end_io callback instead of instanceMatias Bjørling1-7/+3
2017-01-31lightnvm: reduce number of nvm_id groups to oneMatias Bjørling1-2/+1
2017-01-31lightnvm: cleanup nvm transformation functionsMatias Bjørling1-8/+6
2017-01-31lightnvm: remove nvm_get_bb_tbl and nvm_set_bb_tblMatias Bjørling1-2/+0
2017-01-31lightnvm: remove nvm_submit_ppa* functionsMatias Bjørling1-4/+0
2017-01-31lightnvm: collapse nvm_erase_ppa and nvm_erase_blkMatias Bjørling1-1/+0
2017-01-31lightnvm: merge gennvm with coreMatias Bjørling1-90/+7
2017-01-27block: add a op_is_flush helperChristoph Hellwig1-0/+9
2017-01-27blk-mq-sched: change ->dispatch_requests() to ->dispatch_request()Jens Axboe1-1/+1
2017-01-27blk-mq-sched: fix starvation for multiple hardware queues and shared tagsJens Axboe1-0/+1
2017-01-27sbitmap: add helpers for dumping to a seq_fileOmar Sandoval1-0/+30
2017-01-27blk-mq: create debugfs directory treeOmar Sandoval1-0/+5
2017-01-17blk-mq-sched: allow setting of default IO schedulerJens Axboe1-0/+1
2017-01-17blk-mq-sched: add framework for MQ capable IO schedulersJens Axboe3-2/+39
2017-01-17blk-mq: add support for carrying internal tag information in blk_qc_tJens Axboe1-5/+17
2017-01-17blk-mq: un-export blk_mq_free_hctx_request()Jens Axboe1-1/+0
2017-01-17block: move existing elevator ops to unionJens Axboe1-1/+3
2017-01-12blk-mq: make mq_ops a const pointerJens Axboe2-2/+2
2017-01-12block: relax check on sg gapMing Lei1-1/+21
2017-01-08Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2017-01-08mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner1-1/+3
2017-01-06Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds1-43/+13
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+10
2017-01-06swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk1-0/+3
2017-01-06Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-2/+0
2017-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds4-99/+2
2017-01-04vfio-mdev: fix non-standard ioctl return val causing i386 build failPaul Gortmaker1-1/+1
2017-01-04Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-9/+0
2017-01-02Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman1-0/+12
2017-01-01Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2016-12-31iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij1-0/+12
2016-12-30vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson1-25/+6
2016-12-30vfio-mdev: Make mdev_parent privateAlex Williamson1-13/+2
2016-12-30vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson1-8/+8
2016-12-29net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein1-0/+2
2016-12-29mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds1-1/+1
2016-12-28Revert "net/mlx5: Add MPCNT register infrastructure"Gal Pressman3-99/+0
2016-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+0
2016-12-27net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang1-1/+0
2016-12-27mm: Invalidate DAX radix tree entries only if appropriateJan Kara1-0/+3
2016-12-26Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-105/+63
2016-12-26Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-96/+3
2016-12-25mm: add PageWaiters indicating tasks are waiting for a page bitNicholas Piggin4-13/+22
2016-12-25mm: Use owner_priv bit for PageSwapCache, valid when PageSwapBackedNicholas Piggin1-8/+16
2016-12-25ktime: Get rid of ktime_equal()Thomas Gleixner1-15/+0
2016-12-25ktime: Cleanup ktime_set() usageThomas Gleixner1-1/+1
2016-12-25ktime: Get rid of the unionThomas Gleixner5-57/+33