summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert "block: use DAX for partition table reads"Dan Williams2017-04-253-41/+2
* ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-254-2/+27
* dm: teach dm-targets to use a dax_device + dax_operationsDan Williams2017-04-256-48/+43
* dm: add dax_device and dax_operations supportDan Williams2017-04-204-14/+73
* dax: introduce dax_direct_access()Dan Williams2017-04-205-0/+57
* block: kill bdev_dax_capable()Dan Williams2017-04-202-25/+0
* dcssblk: add dax_operations supportDan Williams2017-04-192-9/+47
* brd: add dax_operations supportDan Williams2017-04-192-11/+55
* axon_ram: add dax_operations supportDan Williams2017-04-192-6/+43
* pmem: add dax_operations supportDan Williams2017-04-196-33/+70
* dax: introduce dax_operationsDan Williams2017-04-194-3/+23
* dax: add a facility to lookup a dax device by 'host' device nameDan Williams2017-04-194-6/+86
* dax: refactor dax-fs into a generic provider of 'struct dax_device' instancesDan Williams2017-04-1210-217/+404
* device-dax: rename 'dax_dev' to 'dev_dax'Dan Williams2017-04-123-109/+109
* device-dax: improve fault handler debug outputOliver O'Halloran2017-04-121-7/+10
* device-dax: fix dax_dev_huge_fault() unknown fault size handlingPushkar Jambhlekar2017-04-121-1/+1
* Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2017-04-12733-5710/+9347
|\
| * x86, pmem: fix broken __copy_user_nocache cache-bypass assumptionsDan Williams2017-04-121-11/+31
| * device-dax: switch to srcu, fix rcu_read_lock() vs pte allocationDan Williams2017-04-122-6/+8
| * libnvdimm: band aid btt vs clear poison lockingDan Williams2017-04-101-1/+9
| * libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams2017-04-101-0/+6
| * libnvdimm: fix blk free space accountingDan Williams2017-04-041-66/+11
| * acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)Dan Williams2017-03-271-1/+5
| * Linux 4.11-rc4Linus Torvalds2017-03-261-1/+1
| * Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-2621-88/+111
| |\
| | * Merge tag 'extcon-fixes-for-4.11-rc3' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2017-03-223-12/+34
| | |\
| | | * extcon: int3496: Set the id pin to direction-input if necessaryHans de Goede2017-03-221-0/+3
| | | * extcon: int3496: Use gpiod_get instead of gpiod_get_indexHans de Goede2017-03-221-9/+3
| | | * extcon: int3496: Add dependency on X86 as it's Intel specificPeter Robinson2017-03-221-1/+1
| | | * extcon: int3496: Add GPIO ACPI mapping tableAndy Shevchenko2017-03-222-0/+25
| | | * extcon: int3496: Rename GPIO pins in accordance with bindingAndy Shevchenko2017-03-221-2/+2
| | | * extcon: int3496: Propagate error code of gpiod_to_irq()Andy Shevchenko2017-03-131-2/+2
| | * | vmw_vmci: handle the return value from pci_alloc_irq_vectors correctlyChristoph Hellwig2017-03-161-2/+2
| | * | ppdev: fix registering same device nameSudip Mukherjee2017-03-161-2/+9
| | * | parport: fix attempt to write duplicate procfilesSudip Mukherjee2017-03-161-2/+4
| | * | auxdisplay: img-ascii-lcd: add missing sentinel entry in img_ascii_lcd_matchesDmitry Torokhov2017-03-161-0/+1
| | * | Drivers: hv: vmbus: Don't leak memory when a channel is rescindedK. Y. Srinivasan2017-03-161-5/+8
| | * | Drivers: hv: vmbus: Don't leak channel idsK. Y. Srinivasan2017-03-161-0/+1
| | * | Drivers: hv: util: don't forget to init host_ts.lockDexuan Cui2017-03-161-0/+2
| | * | Drivers: hv: util: move waiting for release to hv_utils_transport itselfVitaly Kuznetsov2017-03-165-16/+9
| | * | vmbus: remove hv_event_tasklet_disable/enableDexuan Cui2017-03-163-30/+4
| | * | vmbus: use rcu for per-cpu channel listStephen Hemminger2017-03-163-4/+16
| | * | mei: don't wait for os version message replyAlexander Usyskin2017-03-161-12/+2
| | * | mei: fix deadlock on mei resetTomas Winkler2017-03-161-2/+6
| | * | Merge tag 'stm-fixes-for-greg-20170315' of git://git.kernel.org/pub/scm/linux...Greg Kroah-Hartman2017-03-162-1/+13
| | |\ \ | | | |/ | | |/|
| | | * intel_th: pci: Add Gemini Lake supportAlexander Shishkin2017-03-151-0/+5
| | | * intel_th: pci: Add Denverton SOC supportAlexander Shishkin2017-03-151-0/+5
| | | * intel_th: Don't leak module refcount on failure to activateAlexander Shishkin2017-03-151-1/+3
| | |/
| * | Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-03-261-1/+2
| |\ \
| | * | kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-171-1/+2
| | |/