Age | Commit message (Expand) | Author | Files | Lines |
2016-05-20 | libnvdimm: release ida resources | Dan Williams | 4 | -0/+15 |
2016-05-20 | Revert "block: enable dax for raw block devices" | Dan Williams | 4 | -108/+29 |
2016-05-20 | /dev/dax, core: file operations and dax-mmap | Dan Williams | 4 | -0/+325 |
2016-05-20 | /dev/dax, pmem: direct access to persistent memory | Dan Williams | 9 | -0/+478 |
2016-05-18 | libnvdimm: stop requiring a driver ->remove() method | Dan Williams | 1 | -4/+5 |
2016-05-09 | libnvdimm, dax: record the specified alignment of a dax-device instance | Dan Williams | 2 | -3/+9 |
2016-05-09 | libnvdimm, dax: reserve space to store labels for device-dax | Dan Williams | 1 | -3/+5 |
2016-05-09 | libnvdimm, dax: introduce device-dax infrastructure | Dan Williams | 13 | -34/+264 |
2016-04-22 | libnvdimm: cleanup nvdimm_namespace_common_probe(), kill 'host' | Dan Williams | 1 | -12/+7 |
2016-04-22 | libnvdimm, pmem: kill ->pmem_queue and ->pmem_disk | Dan Williams | 1 | -13/+8 |
2016-04-22 | libnvdimm, pmem, pfn: move pfn setup to the core | Dan Williams | 3 | -184/+188 |
2016-04-22 | libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setup | Dan Williams | 9 | -173/+211 |
2016-04-22 | libnvdimm, pmem: clean up resource print / request | Dan Williams | 1 | -4/+3 |
2016-04-22 | libnvdimm, pmem: use devm_add_action to release bdev resources | Dan Williams | 1 | -49/+39 |
2016-04-22 | libnvdimm, blk: move i/o infrastructure to nd_namespace_blk | Dan Williams | 2 | -68/+71 |
2016-04-22 | libnvdimm, blk: quiet i/o error reporting | Dan Williams | 1 | -1/+1 |
2016-04-22 | libnvdimm, pmem: use ->queuedata for driver private data | Dan Williams | 1 | -5/+4 |
2016-04-22 | libnvdimm, blk: use ->queuedata for driver private data | Dan Williams | 1 | -4/+2 |
2016-04-22 | libnvdimm, blk: use devm_add_action to release bdev resources | Dan Williams | 1 | -41/+36 |
2016-04-22 | libnvdimm, btt, convert nd_btt_probe() to devm | Dan Williams | 5 | -28/+25 |
2016-04-22 | libnvdimm, pfn, convert nd_pfn_probe() to devm | Dan Williams | 3 | -37/+26 |
2016-04-22 | libnvdimm, pmem: kill pmem->ndns | Dan Williams | 4 | -22/+25 |
2016-04-17 | Linux 4.6-rc4v4.6-rc4 | Linus Torvalds | 1 | -1/+1 |
2016-04-17 | Merge tag 'dm-4.6-fix-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | 1 | -2/+2 |
2016-04-17 | dm cache metadata: fix cmd_read_lock() acquiring write lock | Ahmed Samy | 1 | -2/+2 |
2016-04-16 | Merge tag 'char-misc-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -5/+9 |
2016-04-16 | Merge tag 'driver-core-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2 | -13/+14 |
2016-04-16 | Merge tag 'usb-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 15 | -13/+94 |
2016-04-16 | Merge tag 'dmaengine-fix-4.6-rc4' of git://git.infradead.org/users/vkoul/slav... | Linus Torvalds | 6 | -68/+73 |
2016-04-16 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 1 | -0/+2 |
2016-04-16 | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -3/+15 |
2016-04-16 | Merge branch 'fix/edma' into fixes | Vinod Koul | 1 | -38/+25 |
2016-04-16 | Merge branch 'fix/xilinx' into fixes | Vinod Koul | 1 | -1/+1 |
2016-04-16 | Merge branch 'fix/omap' into fixes | Vinod Koul | 1 | -9/+17 |
2016-04-16 | Merge branch 'fix/hsu' into fixes | Vinod Koul | 2 | -5/+11 |
2016-04-15 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 4 | -17/+37 |
2016-04-15 | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -6/+30 |
2016-04-15 | Merge tag 'for-linus-20160415' of git://git.infradead.org/linux-mtd | Linus Torvalds | 1 | -9/+1 |
2016-04-15 | Merge tag 'mmc-v4.6-rc3' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 2 | -26/+2 |
2016-04-15 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 22 | -62/+104 |
2016-04-15 | Merge branch 'parisc-4.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 8 | -168/+114 |
2016-04-15 | libnvdimm, pmem: clarify the write+clear_poison+write flow | Dan Williams | 1 | -0/+14 |
2016-04-15 | block: loop: fix filesystem corruption in case of aio/dio | Ming Lei | 1 | -0/+6 |
2016-04-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 8 | -5/+89 |
2016-04-14 | Merge branch 'mm-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 3 | -143/+17 |
2016-04-14 | Merge tag 'dm-4.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/dev... | Linus Torvalds | 2 | -25/+43 |
2016-04-14 | Merge tag 'pwm/for-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2016-04-14 | Merge tag 'sound-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 6 | -7/+45 |
2016-04-14 | Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fu... | Linus Torvalds | 3 | -11/+13 |
2016-04-14 | Merge tag 'for-linus-4.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 5 | -29/+61 |