summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-0512-112/+93
|\
| * block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams2015-10-212-28/+2
| * block: move blk_integrity to request_queueDan Williams2015-10-211-1/+1
| * nvme: suspend i/o during runtime blk_integrity_unregisterDan Williams2015-10-211-0/+2
| * md: suspend i/o during runtime blk_integrity_unregisterDan Williams2015-10-214-0/+7
| * md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams2015-10-215-9/+1
| * block: Inline blk_integrity in struct gendiskMartin K. Petersen2015-10-214-55/+53
| * block: Consolidate static integrity profile propertiesMartin K. Petersen2015-10-214-26/+34
* | Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-0513-12/+3536
|\ \
| * | nvme: lightnvm: clean up a data typeDan Carpenter2015-11-041-2/+2
| * | lightnvm: refactor phys addrs type to u64Matias Bjørling2015-11-032-12/+11
| * | nvme: LightNVM supportMatias Bjørling2015-10-294-12/+565
| * | rrpc: Round-robin sector target with cost-based gcMatias Bjørling2015-10-294-0/+1571
| * | gennvm: Generic NVM managerMatias Bjørling2015-10-294-0/+539
| * | lightnvm: Support for Open-Channel SSDsMatias Bjørling2015-10-295-0/+862
| |/
* | Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-0514-200/+467
|\|
| * NVMe: initialize error to '0'Jens Axboe2015-10-151-1/+1
| * nvme: use an integer value to Linux errno valuesChristoph Hellwig2015-10-151-5/+7
| * nvme: fix 32-bit build warningArnd Bergmann2015-10-121-3/+3
| * NVMe: Add explicit block config dependencyKeith Busch2015-10-121-1/+1
| * nvme: move to a new drivers/nvme/host directoryJay Sternberg2015-10-0911-13/+20
| * nvme: move hardware structures out of the uapi version of nvme.hChristoph Hellwig2015-10-091-0/+1
| * nvme: add a local nvme.h headerChristoph Hellwig2015-10-093-2/+136
| * nvme: properly handle partially initialized queues in nvme_create_io_queuesChristoph Hellwig2015-10-091-2/+14
| * nvme: merge nvme_dev_start, nvme_dev_resume and nvme_async_probeChristoph Hellwig2015-10-091-33/+20
| * nvme: factor reset code into a common helperChristoph Hellwig2015-10-091-24/+24
| * nvme: merge nvme_dev_reset into nvme_reset_failed_devChristoph Hellwig2015-10-091-9/+3
| * nvme: delete dev from dev_list in nvme_resetChristoph Hellwig2015-10-091-0/+1
| * NVMe: Simplify device resume on io queue failureKeith Busch2015-10-091-28/+6
| * NVMe: Namespace removal simplificationsKeith Busch2015-10-091-32/+10
| * NVMe: Reference count open namespacesKeith Busch2015-10-091-9/+20
| * Merge branch 'for-4.4/core' into for-4.4/driversJens Axboe2015-10-09326-2197/+3678
| |\
| * | cdrom: Random writing support for BD-RE mediaGeorgios Toptsidis2015-09-251-0/+1
| * | block: loop: support DIO & AIOMing Lei2015-09-232-3/+97
| * | block: loop: introduce ioctl command of LOOP_SET_DIRECT_IOMing Lei2015-09-231-0/+19
| * | block: loop: prepare for supporing direct IOMing Lei2015-09-232-0/+78
| * | block: loop: use kthread_workMing Lei2015-09-232-61/+28
| * | block: loop: set QUEUE_FLAG_NOMERGES for request queue of loopMing Lei2015-09-231-0/+6
* | | Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-11-05118-1459/+13226
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pm-avs', 'pm-clk' and 'powercap'Rafael J. Wysocki2015-11-023-3/+5
| |\ \ \ \ \
| | | | * | | powercap / RAPL: Enable Broxton RAPL supportAmy Wiles2015-10-161-0/+1
| | | * | | | PM / clk: Fix broken build due to non-matching code and header #ifdefsGeert Uytterhoeven2015-10-281-3/+3
| | * | | | | PM / AVS: rockchip-io: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-141-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge branch 'pm-opp'Rafael J. Wysocki2015-11-0213-466/+460
| |\ \ \ \ \
| | * | | | | PM / OPP: passing NULL to PTR_ERR()Dan Carpenter2015-10-091-5/+4
| | * | | | | PM / OPP: Move cpu specific code to opp/cpu.cViresh Kumar2015-09-153-275/+304
| | * | | | | PM / OPP: Move opp core to its own directoryViresh Kumar2015-09-155-3/+6
| | * | | | | PM / OPP: Prefix exported opp routines with dev_pm_opp_Viresh Kumar2015-09-157-37/+38
| | * | | | | PM / OPP: Rename opp init/free table routinesViresh Kumar2015-09-157-36/+35
| | * | | | | PM / OPP: reuse of_parse_phandle()Viresh Kumar2015-09-151-54/+17