summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* libnvdimm, pfn: fix 'npfns' vs section alignmentDan Williams2017-05-051-2/+4
* libnvdimm: handle locked label storage areasDan Williams2017-05-054-10/+38
* libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKEDDan Williams2017-05-045-7/+15
* device-dax: fix sysfs attribute deadlockDan Williams2017-05-011-28/+12
* libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-05-011-1/+10
* libnvdimm: fix nvdimm_bus_lock() vs device_lock() orderingDan Williams2017-05-014-11/+18
* libnvdimm: rework region badblocks clearingDan Williams2017-04-303-57/+59
* acpi, nfit: kill ACPI_NFIT_DEBUGDan Williams2017-04-292-25/+8
* libnvdimm: fix clear length of nvdimm_forget_poison()Toshi Kani2017-04-291-1/+3
* libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notifyToshi Kani2017-04-281-12/+25
* libnvdimm, region: sysfs trigger for nvdimm_flush()Dan Williams2017-04-281-0/+41
* libnvdimm: fix phys_addr for nvdimm_clear_poisonToshi Kani2017-04-271-1/+2
* libnvdimm, region: fix flush hint detection crashDan Williams2017-04-251-4/+7
* acpi, nfit: fix module unload vs workqueue shutdown raceDan Williams2017-04-182-30/+47
* acpi, nfit: limit ->flush_probe() to initialization workDan Williams2017-04-172-0/+8
* acpi, nfit: collate health state flagsDan Williams2017-04-171-2/+14
* acpi, nfit: support "map failed" dimmsDan Williams2017-04-172-13/+42
* acpi, nfit: add support for acpi 6.1 dimm state flagsDan Williams2017-04-141-2/+4
* Revert "libnvdimm: band aid btt vs clear poison locking"Dan Williams2017-04-141-9/+1
* libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocationDave Jiang2017-04-133-26/+38
* device-dax, tools/testing/nvdimm: enable device-dax with mock resourcesDave Jiang2017-04-132-46/+67
* libnvdimm: add support for clear poison list and badblocks for device daxDave Jiang2017-04-133-13/+112
* libnvdimm: Add 'resource' sysfs attribute to regionsDave Jiang2017-04-131-0/+13
* libnvdimm: add mechanism to publish badblocks at the region levelDave Jiang2017-04-133-0/+44
* acpi, nfit: fix acpi_get_table leakDan Williams2017-04-131-0/+9
* acpi, nfit: remove unnecessary newlineLinda Knippers2017-04-131-1/+1
* acpi, nfit: allow specifying a default DSM familyLinda Knippers2017-04-131-2/+9
* acpi, nfit: allow override of built-in bitmasks for nvdimm DSMsLinda Knippers2017-04-131-1/+7
* 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-111-1/+9
* libnvdimm: fix reconfig_mutex, mmap_sem, and jbd2_handle lockdep splatDan Williams2017-04-111-0/+6
* libnvdimm: fix blk free space accountingDan Williams2017-04-051-66/+11
* acpi, nfit, libnvdimm: fix interleave set cookie calculation (64-bit comparison)Dan Williams2017-03-281-1/+5
* Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-03-2619-85/+99
|\
| * Merge tag 'extcon-fixes-for-4.11-rc3' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2017-03-222-12/+29
| |\
| | * 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-221-0/+20
| | * 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-162-27/+4