| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-4.9/dax' into libnvdimm-for-next | Dan Williams | 2016-10-08 | 7 | -233/+365 |
|\ |
|
| * | /dev/dax: fix Kconfig dependency build breakage | Ross Zwisler | 2016-10-08 | 1 | -1/+1 |
| * | dax: use correct dev_t value | Arnd Bergmann | 2016-10-08 | 1 | -2/+2 |
| * | dax: convert devm_create_dax_dev to PTR_ERR | Dan Williams | 2016-10-08 | 3 | -10/+16 |
| * | dax: check resource alignment at dax region/device create | Dan Williams | 2016-08-24 | 1 | -3/+19 |
| * | dax: unmap/truncate on device shutdown | Dan Williams | 2016-08-24 | 1 | -0/+1 |
| * | dax: define a unified inode/address_space for device-dax mappings | Dan Williams | 2016-08-24 | 3 | -4/+148 |
| * | dax: convert to the cdev api | Dan Williams | 2016-08-24 | 2 | -41/+46 |
| * | dax: embed a struct device in dax_dev | Dan Williams | 2016-08-24 | 1 | -85/+45 |
| * | dax: rename fops from dax_dev_ to dax_ | Dan Williams | 2016-08-24 | 1 | -8/+8 |
| * | dax: reorder dax_fops function definitions | Dan Williams | 2016-08-24 | 1 | -169/+168 |
| * | dax: cleanup needlessly global symbol warnings | Dan Williams | 2016-08-24 | 2 | -1/+2 |
* | | Merge branch 'for-4.9/libnvdimm' into libnvdimm-for-next | Dan Williams | 2016-10-08 | 20 | -517/+1559 |
|\ \ |
|
| * | | libnvdimm, namespace: allow creation of multiple pmem-namespaces per region | Dan Williams | 2016-10-07 | 3 | -9/+59 |
| * | | libnvdimm, namespace: lift single pmem limit in scan_labels() | Dan Williams | 2016-10-07 | 1 | -3/+0 |
| * | | libnvdimm, namespace: filter out of range labels in scan_labels() | Dan Williams | 2016-10-07 | 1 | -2/+7 |
| * | | libnvdimm, namespace: enable allocation of multiple pmem namespaces | Dan Williams | 2016-10-07 | 3 | -45/+133 |
| * | | libnvdimm, namespace: update label implementation for multi-pmem | Dan Williams | 2016-10-07 | 1 | -19/+53 |
| * | | libnvdimm, namespace: expand pmem device naming scheme for multi-pmem | Dan Williams | 2016-10-07 | 1 | -1/+15 |
| * | | libnvdimm, region: update nd_region_available_dpa() for multi-pmem support | Dan Williams | 2016-10-07 | 3 | -42/+139 |
| * | | libnvdimm, namespace: sort namespaces by dpa at init | Dan Williams | 2016-10-07 | 2 | -6/+35 |
| * | | libnvdimm, namespace: allow multiple pmem-namespaces per region at scan time | Dan Williams | 2016-10-07 | 2 | -12/+74 |
| * | | tools/testing/nvdimm: support for sub-dividing a pmem region | Dan Williams | 2016-10-07 | 3 | -43/+124 |
| * | | libnvdimm, namespace: unify blk and pmem label scanning | Dan Williams | 2016-10-06 | 1 | -178/+207 |
| * | | libnvdimm, namespace: refactor uuid_show() into a namespace_to_uuid() helper | Dan Williams | 2016-10-06 | 1 | -7/+12 |
| * | | libnvdimm, label: convert label tracking to a linked list | Dan Williams | 2016-10-01 | 5 | -120/+225 |
| * | | libnvdimm, region: move region-mapping input-paramters to nd_mapping_desc | Dan Williams | 2016-10-01 | 4 | -40/+45 |
| * | | libnvdimm: clear the internal poison_list when clearing badblocks | Vishal Verma | 2016-10-01 | 3 | -4/+73 |
| * | | pmem: reduce kmap_atomic sections to the memcpys only | Vishal Verma | 2016-10-01 | 1 | -5/+23 |
| * | | nfit: don't start a full scrub by default for an MCE | Vishal Verma | 2016-10-01 | 3 | -5/+78 |
| * | | nvdimm: remove duplicate nd_mapping declaration | Dave Jiang | 2016-09-22 | 1 | -1/+0 |
| * | | libnvdimm, namespace: debug invalid interleave-set-cookie values | Dan Williams | 2016-09-21 | 1 | -1/+3 |
| * | | tools/testing/nvdimm: test get_config_size DSM failures | Dan Williams | 2016-09-21 | 1 | -2/+77 |
| * | | libnvdimm: Fix nvdimm_probe error on NVDIMM-N | Toshi Kani | 2016-09-02 | 3 | -13/+27 |
| * | | nvdimm: Spelling s/unacknoweldged/unacknowledged/ | Geert Uytterhoeven | 2016-09-02 | 1 | -1/+1 |
| * | | tools/testing/nvdimm: unit test for acpi_nvdimm_notify() | Dan Williams | 2016-09-02 | 3 | -3/+53 |
| * | | acpi, nfit: add dimm device notification support | Dan Williams | 2016-08-29 | 4 | -4/+103 |
| * | | tools/testing/nvdimm: unit test for acpi_nfit_notify() | Dan Williams | 2016-08-23 | 5 | -17/+48 |
| * | | acpi, nfit: check for the correct event code in notifications | Vishal Verma | 2016-08-23 | 2 | -0/+7 |
| * | | libnvdimm: fix SMART Health DSM payload definition | Dan Williams | 2016-08-15 | 1 | -13/+17 |
| |/ |
|
* | | nvdimm: reduce duplicated wpq flushes | Dave Jiang | 2016-10-01 | 1 | -1/+16 |
* | | libnvdimm, region: fix flush hint table thinko | Dan Williams | 2016-09-24 | 2 | -10/+32 |
* | | nfit: fail DSMs that return non-zero status by default | Dan Williams | 2016-09-21 | 1 | -20/+28 |
* | | libnvdimm: fix devm_nvdimm_memremap() error path | Dan Williams | 2016-09-21 | 1 | -1/+7 |
* | | tools/testing/nvdimm: fix allocation range for mock flush hint tables | Dan Williams | 2016-09-19 | 1 | -1/+2 |
* | | nvdimm: fix PHYS_PFN/PFN_PHYS mixup | Oliver O'Halloran | 2016-09-19 | 1 | -1/+1 |
* | | Linux 4.8-rc7v4.8-rc7 | Linus Torvalds | 2016-09-19 | 1 | -1/+1 |
* | | Merge tag 'usb-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2016-09-18 | 3 | -13/+20 |
|\ \ |
|
| * \ | Merge tag 'usb-serial-4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Greg Kroah-Hartman | 2016-09-16 | 1 | -1/+2 |
| |\ \ |
|
| | * | | USB: serial: simple: add support for another Infineon flashloader | Daniele Palmas | 2016-09-12 | 1 | -1/+2 |