| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'libnvdimm-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2016-05-23 | 42 | -787/+2252 |
|\ |
|
| * | Merge branch 'for-4.7/dax' into libnvdimm-for-next | Dan Williams | 2016-05-21 | 26 | -143/+935 |
| |\ |
|
| | * | libnvdimm, dax: fix deletion | Dan Williams | 2016-05-21 | 3 | -21/+22 |
| | * | libnvdimm, dax: fix alignment validation | Dan Williams | 2016-05-21 | 1 | -2/+4 |
| | * | libnvdimm, dax: autodetect support | Dan Williams | 2016-05-20 | 5 | -8/+57 |
| | * | libnvdimm: release ida resources | Dan Williams | 2016-05-20 | 4 | -0/+15 |
| | * | Revert "block: enable dax for raw block devices" | Dan Williams | 2016-05-20 | 4 | -108/+29 |
| | * | /dev/dax, core: file operations and dax-mmap | Dan Williams | 2016-05-20 | 4 | -0/+325 |
| | * | /dev/dax, pmem: direct access to persistent memory | Dan Williams | 2016-05-20 | 9 | -0/+478 |
| | * | libnvdimm: stop requiring a driver ->remove() method | Dan Williams | 2016-05-18 | 1 | -4/+5 |
| * | | Merge branch 'for-4.7/acpi6.1' into libnvdimm-for-next | Dan Williams | 2016-05-18 | 61 | -725/+1038 |
| |\ \ |
|
| | * | | nfit: export subsystem ids as attributes | Dan Williams | 2016-04-29 | 1 | -1/+32 |
| | * | | nfit: fix format interface code byte order per ACPI6.1 | Dan Williams | 2016-04-28 | 1 | -5/+7 |
| | * | | acpi/nfit: Add sysfs "id" for NVDIMM ID | Toshi Kani | 2016-04-26 | 1 | -0/+19 |
| | * | | acpi/nfit: Update nfit driver to comply with ACPI 6.1 | Toshi Kani | 2016-04-26 | 1 | -5/+5 |
| * | | | Merge branch 'for-4.7/dsm' into libnvdimm-for-next | Dan Williams | 2016-05-18 | 11 | -58/+283 |
| |\ \ \ |
|
| | * | | | nfit: add sysfs dimm 'family' and 'dsm_mask' attributes | Dan Williams | 2016-05-05 | 1 | -0/+26 |
| | * | | | tools/testing/nvdimm: ND_CMD_CALL support | Dan Williams | 2016-05-05 | 1 | -3/+18 |
| | * | | | nfit: disable vendor specific commands | Dan Williams | 2016-05-05 | 1 | -4/+13 |
| | * | | | nfit, libnvdimm: limited/whitelisted dimm command marshaling mechanism | Dan Williams | 2016-04-28 | 4 | -17/+179 |
| | * | | | nfit, libnvdimm: clarify "commands" vs "_DSMs" | Dan Williams | 2016-04-28 | 8 | -37/+50 |
| | * | | | libnvdimm: increase max envelope size for ioctl | Jerry Hoemann | 2016-04-28 | 1 | -1/+1 |
| | * | | | acpi: widen acpi_evaluate_dsm() revision and function-index arguments | Jerry Hoemann | 2016-04-11 | 2 | -5/+5 |
| * | | | | Merge branch 'for-4.7/libnvdimm' into libnvdimm-for-next | Dan Williams | 2016-05-18 | 6 | -6/+158 |
| |\ \ \ \ |
|
| | * | | | | libnvdimm, btt: add btt startup debug | Dan Williams | 2016-04-22 | 1 | -1/+5 |
| | * | | | | libnvdimm, nfit: Use ACPI_SIG_NFIT instead of hard coded string | Lee, Chun-Yi | 2016-04-11 | 1 | -1/+1 |
| | * | | | | libnvdimm, test: add mock SMART data payload | Dan Williams | 2016-04-11 | 3 | -1/+82 |
| | * | | | | libnvdimm, nfit: report multiple interface codes per-dimm | Dan Williams | 2016-04-11 | 2 | -3/+70 |
| | |/ / / |
|
| * | | | | Merge branch 'for-4.7/dax' into libnvdimm-for-next | Dan Williams | 2016-05-18 | 20 | -594/+837 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|
| | * | | | libnvdimm, dax: record the specified alignment of a dax-device instance | Dan Williams | 2016-05-09 | 2 | -3/+9 |
| | * | | | libnvdimm, dax: reserve space to store labels for device-dax | Dan Williams | 2016-05-09 | 1 | -3/+5 |
| | * | | | libnvdimm, dax: introduce device-dax infrastructure | Dan Williams | 2016-05-09 | 13 | -34/+264 |
| | * | | | libnvdimm: cleanup nvdimm_namespace_common_probe(), kill 'host' | Dan Williams | 2016-04-22 | 1 | -12/+7 |
| | * | | | libnvdimm, pmem: kill ->pmem_queue and ->pmem_disk | Dan Williams | 2016-04-22 | 1 | -13/+8 |
| | * | | | libnvdimm, pmem, pfn: move pfn setup to the core | Dan Williams | 2016-04-22 | 3 | -184/+188 |
| | * | | | libnvdimm, pmem, pfn: make pmem_rw_bytes generic and refactor pfn setup | Dan Williams | 2016-04-22 | 9 | -173/+211 |
| | * | | | libnvdimm, pmem: clean up resource print / request | Dan Williams | 2016-04-22 | 1 | -4/+3 |
| | * | | | libnvdimm, pmem: use devm_add_action to release bdev resources | Dan Williams | 2016-04-22 | 1 | -49/+39 |
| | * | | | libnvdimm, blk: move i/o infrastructure to nd_namespace_blk | Dan Williams | 2016-04-22 | 2 | -68/+71 |
| | * | | | libnvdimm, blk: quiet i/o error reporting | Dan Williams | 2016-04-22 | 1 | -1/+1 |
| | * | | | libnvdimm, pmem: use ->queuedata for driver private data | Dan Williams | 2016-04-22 | 1 | -5/+4 |
| | * | | | libnvdimm, blk: use ->queuedata for driver private data | Dan Williams | 2016-04-22 | 1 | -4/+2 |
| | * | | | libnvdimm, blk: use devm_add_action to release bdev resources | Dan Williams | 2016-04-22 | 1 | -41/+36 |
| | * | | | libnvdimm, btt, convert nd_btt_probe() to devm | Dan Williams | 2016-04-22 | 5 | -28/+25 |
| | * | | | libnvdimm, pfn, convert nd_pfn_probe() to devm | Dan Williams | 2016-04-22 | 3 | -37/+26 |
| | * | | | libnvdimm, pmem: kill pmem->ndns | Dan Williams | 2016-04-22 | 4 | -22/+25 |
* | | | | | Merge tag 'trace-v4.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds | 2016-05-22 | 3 | -4/+147 |
|\ \ \ \ \ |
|
| * | | | | | ftrace/x86: Set ftrace_stub to weak to prevent gcc from using short jumps to it | Steven Rostedt | 2016-05-20 | 1 | -1/+2 |
| * | | | | | ftrace: Don't disable irqs when taking the tasklist_lock read_lock | Soumya PN | 2016-05-20 | 1 | -3/+2 |
| * | | | | | ftracetest: Add instance created, delete, read and enable event test | Steven Rostedt (Red Hat) | 2016-05-09 | 1 | -0/+143 |