| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-07-28 | 65 | -1015/+1375 |
|\ |
|
| * | Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-next | Dan Williams | 2016-07-24 | 59 | -1009/+1369 |
| |\ |
|
| | * | libnvdimm-btt: Delete an unnecessary check before the function call "__nd_dev... | Markus Elfring | 2016-07-24 | 1 | -2/+1 |
| | * | nfit: do an ARS scrub on hitting a latent media error | Vishal Verma | 2016-07-24 | 5 | -4/+133 |
| | * | nfit: move to nfit/ sub-directory | Dan Williams | 2016-07-24 | 8 | -30/+33 |
| | * | nfit, libnvdimm: allow an ARS scrub to be triggered on demand | Vishal Verma | 2016-07-23 | 4 | -8/+165 |
| | * | libnvdimm: register nvdimm_bus devices with an nd_bus driver | Dan Williams | 2016-07-23 | 2 | -134/+181 |
| | * | pmem: clarify a debug print in pmem_clear_poison | Vishal Verma | 2016-07-23 | 1 | -1/+1 |
| | * | x86/insn: remove pcommit | Dan Williams | 2016-07-23 | 8 | -58/+3 |
| | * | Revert "KVM: x86: add pcommit support" | Dan Williams | 2016-07-23 | 5 | -41/+6 |
| | * | nfit, tools/testing/nvdimm/: unify shutdown paths | Dan Williams | 2016-07-22 | 2 | -28/+24 |
| | * | libnvdimm: move ->module to struct nvdimm_bus_descriptor | Dan Williams | 2016-07-21 | 7 | -10/+10 |
| | * | nfit: cleanup acpi_nfit_init calling convention | Dan Williams | 2016-07-21 | 3 | -36/+22 |
| | * | nfit: fix _FIT evaluation memory leak + use after free | Dan Williams | 2016-07-21 | 2 | -44/+95 |
| | * | tools/testing/nvdimm: add manufacturing_{date|location} dimm properties | Dan Williams | 2016-07-21 | 1 | -33/+21 |
| | * | tools/testing/nvdimm: add virtual ramdisk range | Dan Williams | 2016-07-21 | 1 | -2/+16 |
| | * | acpi, nfit: treat virtual ramdisk SPA as pmem region | Lee, Chun-Yi | 2016-07-21 | 1 | -1/+14 |
| | * | pmem: kill __pmem address space | Dan Williams | 2016-07-12 | 15 | -102/+56 |
| | * | pmem: kill wmb_pmem() | Dan Williams | 2016-07-12 | 2 | -77/+6 |
| | * | libnvdimm, pmem: use nvdimm_flush() for namespace I/O writes | Dan Williams | 2016-07-12 | 1 | -1/+1 |
| | * | fs/dax: remove wmb_pmem() | Dan Williams | 2016-07-12 | 1 | -6/+1 |
| | * | libnvdimm, pmem: flush posted-write queues on shutdown | Dan Williams | 2016-07-12 | 3 | -0/+25 |
| | * | libnvdimm, pmem: use REQ_FUA, REQ_FLUSH for nvdimm_flush() | Dan Williams | 2016-07-11 | 1 | -4/+12 |
| | * | libnvdimm: cycle flush hints | Dan Williams | 2016-07-11 | 2 | -3/+15 |
| | * | libnvdimm: introduce nvdimm_flush() and nvdimm_has_flush() | Dan Williams | 2016-07-11 | 5 | -37/+87 |
| | * | libnvdimm: keep region data alive over namespace removal | Dan Williams | 2016-07-11 | 1 | -1/+2 |
| | * | tools/testing/nvdimm: simulate multiple flush hints per-dimm | Dan Williams | 2016-07-11 | 1 | -22/+33 |
| | * | libnvdimm, nfit: move flush hint mapping to region-device driver-data | Dan Williams | 2016-07-11 | 8 | -18/+119 |
| | * | libnvdimm, nfit: remove nfit_spa_map() infrastructure | Dan Williams | 2016-07-11 | 5 | -172/+0 |
| | * | libnvdimm: introduce devm_nvdimm_memremap(), convert nfit_spa_map() users | Dan Williams | 2016-07-07 | 5 | -8/+141 |
| | * | nfit: don't override return value of nfit_mem_init | Dan Williams | 2016-07-07 | 1 | -3/+2 |
| | * | nfit: always associate flush hints | Dan Williams | 2016-07-07 | 1 | -9/+8 |
| | * | tools/testing/nvdimm: remove __wrap_devm_memremap_pages placeholder | Dan Williams | 2016-07-07 | 1 | -17/+2 |
| | * | dax: use devm_add_action_or_reset() | Sajjan, Vikas C | 2016-07-06 | 2 | -12/+8 |
| | * | nfit: use devm_add_action_or_reset() | Sajjan, Vikas C | 2016-07-06 | 1 | -4/+4 |
| | * | libnvdimm: initialize struct blk_integrity with 0 | Johannes Thumshirn | 2016-07-06 | 1 | -1/+2 |
| | * | tools/testing/nvdimm: replace CONFIG_DMA_CMA dependency with vmalloc() | Dan Williams | 2016-06-27 | 4 | -47/+41 |
| | * | libnvdimm, pmem: allow nfit_test to override pmem_direct_access() | Dan Williams | 2016-06-24 | 8 | -24/+79 |
| | * | nfit: add Microsoft NVDIMM DSM command set to white list | stuart hayes | 2016-06-20 | 3 | -4/+12 |
| | * | tools/testing/nvdimm: add pfn device dependency | Dan Williams | 2016-06-17 | 1 | -0/+1 |
| | * | libnvdimm: IS_ERR() usage cleanup | Dan Williams | 2016-06-17 | 2 | -7/+4 |
| | * | libnvdimm, btt: update the usage section in Documentation | Vishal Verma | 2016-06-17 | 1 | -19/+9 |
| | * | libnvdimm: use devm_add_action_or_reset() | Dan Williams | 2016-06-15 | 2 | -15/+10 |
* | | | Merge tag 'pinctrl-v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/l... | Linus Torvalds | 2016-07-28 | 119 | -2698/+12550 |
|\ \ \ |
|
| * | | | pinctrl: fix pincontrol definition for marvell | Andreas Klinger | 2016-07-24 | 1 | -42/+43 |
| * | | | pinctrl: xway: fix typo | Linus Walleij | 2016-07-22 | 1 | -1/+1 |
| * | | | Revert "pinctrl: amd: make it explicitly non-modular" | Paul Gortmaker | 2016-07-22 | 1 | -3/+20 |
| * | | | pinctrl: iproc: Add NSP and Stingray GPIO support | Ray Jui | 2016-07-22 | 1 | -7/+111 |
| * | | | pinctrl: Update iProc GPIO DT bindings | Ray Jui | 2016-07-22 | 1 | -2/+16 |
| * | | | pinctrl: bcm: add OF dependencies | Arnd Bergmann | 2016-07-22 | 1 | -0/+2 |