| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-05-06 | 39 | -614/+1385 |
|\ |
|
| * | Merge branch 'for-4.12/dax' into libnvdimm-for-next | Dan Williams | 2017-05-05 | 69 | -1439/+3880 |
| |\ |
|
| | * | brd: fix uninitialized use of brd->dax_dev | Gerald Schaefer | 2017-05-03 | 1 | -7/+5 |
| | * | x86, dax, pmem: remove indirection around memcpy_from_pmem() | Dan Williams | 2017-04-25 | 3 | -4/+3 |
| | * | block: remove block_device_operations ->direct_access() | Dan Williams | 2017-04-25 | 4 | -54/+0 |
| | * | dm: teach dm-targets to use a dax_device + dax_operations | Dan Williams | 2017-04-25 | 5 | -45/+39 |
| | * | dm: add dax_device and dax_operations support | Dan Williams | 2017-04-20 | 3 | -14/+72 |
| | * | dax: introduce dax_direct_access() | Dan Williams | 2017-04-20 | 1 | -0/+39 |
| | * | dcssblk: add dax_operations support | Dan Williams | 2017-04-20 | 2 | -9/+47 |
| | * | brd: add dax_operations support | Dan Williams | 2017-04-20 | 2 | -11/+55 |
| | * | pmem: add dax_operations support | Dan Williams | 2017-04-20 | 4 | -22/+54 |
| | * | dax: introduce dax_operations | Dan Williams | 2017-04-20 | 3 | -3/+13 |
| | * | dax: add a facility to lookup a dax device by 'host' device name | Dan Williams | 2017-04-20 | 3 | -6/+85 |
| | * | dax: refactor dax-fs into a generic provider of 'struct dax_device' instances | Dan Williams | 2017-04-13 | 8 | -215/+393 |
| | * | device-dax: rename 'dax_dev' to 'dev_dax' | Dan Williams | 2017-04-13 | 3 | -109/+109 |
| | * | device-dax: improve fault handler debug output | Oliver O'Halloran | 2017-04-13 | 1 | -7/+10 |
| | * | device-dax: fix dax_dev_huge_fault() unknown fault size handling | Pushkar Jambhlekar | 2017-04-13 | 1 | -1/+1 |
| | * | Merge branch 'for-4.11/libnvdimm' into for-4.12/dax | Dan Williams | 2017-04-13 | 396 | -3532/+5685 |
| | |\ |
|
| * | | | libnvdimm, pfn: fix 'npfns' vs section alignment | Dan Williams | 2017-05-05 | 1 | -2/+4 |
| * | | | libnvdimm: handle locked label storage areas | Dan Williams | 2017-05-05 | 4 | -10/+38 |
| * | | | libnvdimm: convert NDD_ flags to use bitops, introduce NDD_LOCKED | Dan Williams | 2017-05-04 | 5 | -7/+15 |
| * | | | device-dax: fix sysfs attribute deadlock | Dan Williams | 2017-05-01 | 1 | -28/+12 |
| * | | | libnvdimm: restore "libnvdimm: band aid btt vs clear poison locking" | Dan Williams | 2017-05-01 | 1 | -1/+10 |
| * | | | libnvdimm: fix nvdimm_bus_lock() vs device_lock() ordering | Dan Williams | 2017-05-01 | 4 | -11/+18 |
| * | | | libnvdimm: rework region badblocks clearing | Dan Williams | 2017-04-30 | 3 | -57/+59 |
| * | | | acpi, nfit: kill ACPI_NFIT_DEBUG | Dan Williams | 2017-04-29 | 2 | -25/+8 |
| * | | | libnvdimm: fix clear length of nvdimm_forget_poison() | Toshi Kani | 2017-04-29 | 1 | -1/+3 |
| * | | | libnvdimm, pmem: fix a NULL pointer BUG in nd_pmem_notify | Toshi Kani | 2017-04-28 | 1 | -12/+25 |
| * | | | libnvdimm, region: sysfs trigger for nvdimm_flush() | Dan Williams | 2017-04-28 | 1 | -0/+41 |
| * | | | libnvdimm: fix phys_addr for nvdimm_clear_poison | Toshi Kani | 2017-04-27 | 1 | -1/+2 |
| * | | | libnvdimm, region: fix flush hint detection crash | Dan Williams | 2017-04-25 | 1 | -4/+7 |
| * | | | acpi, nfit: fix module unload vs workqueue shutdown race | Dan Williams | 2017-04-18 | 2 | -30/+47 |
| * | | | acpi, nfit: limit ->flush_probe() to initialization work | Dan Williams | 2017-04-17 | 2 | -0/+8 |
| * | | | acpi, nfit: collate health state flags | Dan Williams | 2017-04-17 | 1 | -2/+14 |
| * | | | acpi, nfit: support "map failed" dimms | Dan Williams | 2017-04-17 | 2 | -13/+42 |
| * | | | acpi, nfit: add support for acpi 6.1 dimm state flags | Dan Williams | 2017-04-14 | 1 | -2/+4 |
| * | | | Revert "libnvdimm: band aid btt vs clear poison locking" | Dan Williams | 2017-04-14 | 1 | -9/+1 |
| * | | | libnvdimm: fix clear poison locking with spinlock and GFP_NOWAIT allocation | Dave Jiang | 2017-04-13 | 3 | -26/+38 |
| * | | | device-dax, tools/testing/nvdimm: enable device-dax with mock resources | Dave Jiang | 2017-04-13 | 2 | -46/+67 |
| * | | | libnvdimm: add support for clear poison list and badblocks for device dax | Dave Jiang | 2017-04-13 | 3 | -13/+112 |
| * | | | libnvdimm: Add 'resource' sysfs attribute to regions | Dave Jiang | 2017-04-13 | 1 | -0/+13 |
| * | | | libnvdimm: add mechanism to publish badblocks at the region level | Dave Jiang | 2017-04-13 | 3 | -0/+44 |
| * | | | acpi, nfit: fix acpi_get_table leak | Dan Williams | 2017-04-13 | 1 | -0/+9 |
| * | | | acpi, nfit: remove unnecessary newline | Linda Knippers | 2017-04-13 | 1 | -1/+1 |
| * | | | acpi, nfit: allow specifying a default DSM family | Linda Knippers | 2017-04-13 | 1 | -2/+9 |
| * | | | acpi, nfit: allow override of built-in bitmasks for nvdimm DSMs | Linda Knippers | 2017-04-13 | 1 | -1/+7 |
| | |/
| |/| |
|
* | | | Merge tag 'staging-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-05-06 | 1754 | -15210/+358735 |
|\ \ \ |
|
| * | | | staging: fsl-mc/dpio: add cpu <--> LE conversion for dpaa2_fd | Horia Geantă | 2017-04-28 | 1 | -21/+24 |
| * | | | staging: ks7010: remove line continuations in quoted strings | Ilia Sergachev | 2017-04-28 | 1 | -6/+24 |
| * | | | staging: vt6656: use tabs instead of spaces | Juan Antonio Pedreira Martos | 2017-04-28 | 1 | -16/+16 |