| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | ext4: Simplify error handling in ext4_dax_huge_fault() | Jan Kara | 2017-11-03 | 1 | -6/+7 |
| | * | dax: Implement dax_finish_sync_fault() | Jan Kara | 2017-11-03 | 3 | -0/+87 |
| | * | dax, iomap: Add support for synchronous faults | Jan Kara | 2017-11-03 | 3 | -3/+47 |
| | * | mm: Define MAP_SYNC and VM_SYNC flags | Jan Kara | 2017-11-03 | 4 | -2/+9 |
| | * | dax: Allow tuning whether dax_insert_mapping_entry() dirties entry | Jan Kara | 2017-11-03 | 1 | -7/+7 |
| | * | dax: Allow dax_iomap_fault() to return pfn | Jan Kara | 2017-11-03 | 5 | -11/+12 |
| | * | dax: Fix comment describing dax_iomap_fault() | Jan Kara | 2017-11-03 | 1 | -1/+2 |
| | * | dax: Inline dax_pmd_insert_mapping() into the callsite | Jan Kara | 2017-11-03 | 2 | -29/+19 |
| | * | dax: Inline dax_insert_mapping() into the callsite | Jan Kara | 2017-11-03 | 1 | -27/+19 |
| | * | dax: Create local variable for vmf->flags & FAULT_FLAG_WRITE test | Jan Kara | 2017-11-03 | 1 | -2/+3 |
| | * | dax: Create local variable for VMA in dax_iomap_pte_fault() | Jan Kara | 2017-11-03 | 1 | -2/+3 |
| | * | dax: Factor out getting of pfn out of iomap | Jan Kara | 2017-11-03 | 1 | -40/+43 |
| | * | dax: Simplify arguments of dax_insert_mapping() | Jan Kara | 2017-11-03 | 1 | -16/+16 |
| | * | mm: Remove VM_FAULT_HWPOISON_LARGE_MASK | Jan Kara | 2017-11-03 | 1 | -2/+0 |
| | * | mm: introduce MAP_SHARED_VALIDATE, a mechanism to safely define new mmap flags | Dan Williams | 2017-11-03 | 9 | -0/+61 |
| | * | mm: Handle 0 flags in _calc_vm_trans() macro | Jan Kara | 2017-11-03 | 1 | -1/+2 |
| * | | acpi, nfit: add 'Enable Latch System Shutdown Status' command support | Dan Williams | 2017-11-15 | 1 | -1/+2 |
| * | | tools/testing/nvdimm: unit test clear-error commands | Dan Williams | 2017-11-13 | 1 | -0/+18 |
| * | | acpi, nfit: validate commands against the device type | Dan Williams | 2017-11-12 | 1 | -6/+9 |
| * | | tools/testing/nvdimm: stricter bounds checking for error injection commands | Vishal Verma | 2017-11-08 | 1 | -2/+2 |
| * | | nfit_test: when clearing poison, also remove badrange entries | Vishal Verma | 2017-11-02 | 1 | -8/+4 |
| * | | libnvdimm, badrange: remove a WARN for list_empty | Vishal Verma | 2017-11-02 | 1 | -1/+0 |
| * | | nfit_test: add error injection DSMs | Dave Jiang | 2017-11-02 | 2 | -24/+168 |
| * | | libnvdimm: move poison list functions to a new 'badrange' file | Dave Jiang | 2017-11-02 | 10 | -282/+332 |
| * | | acpi, nfit: add support for NVDIMM_FAMILY_INTEL v1.6 DSMs | Dan Williams | 2017-10-30 | 2 | -6/+65 |
| * | | acpi, nfit: hide unknown commands from nmemX/commands | Dan Williams | 2017-10-29 | 2 | -2/+14 |
| * | | dev/dax: fix uninitialized variable build warning | Ross Zwisler | 2017-10-19 | 1 | -1/+2 |
| * | | MAINTAINERS: Add entry for device DAX | Ross Zwisler | 2017-10-19 | 1 | -1/+7 |
| * | | libnvdimm, namespace: make a couple of functions static | Colin Ian King | 2017-10-07 | 1 | -2/+2 |
| * | | libnvdimm: introduce 'flags' attribute for DIMM 'lock' and 'alias' status | Dan Williams | 2017-10-07 | 1 | -0/+12 |
| * | | acpi, nfit: add support for the _LSI, _LSR, and _LSW label methods | Dan Williams | 2017-10-07 | 3 | -4/+214 |
| * | | acpi nfit: nfit_test supports translate SPA | Yasunori Goto | 2017-10-07 | 1 | -1/+103 |
| * | | acpi nfit: Enable to show what feature is supported via ND_CMD_CALL for nfit_... | Yasunori Goto | 2017-10-07 | 2 | -0/+2 |
| * | | nfit_test Make private definitions to command emulation | Yasunori Goto | 2017-09-28 | 1 | -0/+47 |
| * | | libnvdimm, namespace: fix label initialization to use valid seq numbers | Dan Williams | 2017-09-28 | 1 | -1/+1 |
| * | | libnvdimm, pfn: make 'resource' attribute only readable by root | Dan Williams | 2017-09-28 | 1 | -0/+8 |
| * | | libnvdimm, namespace: make 'resource' attribute only readable by root | Dan Williams | 2017-09-28 | 1 | -1/+1 |
| * | | libnvdimm, region : make 'resource' attribute only readable by root | Dan Williams | 2017-09-28 | 1 | -2/+6 |
| * | | dax: pr_err() strings should end with newlines | Arvind Yadav | 2017-09-28 | 1 | -1/+1 |
| * | | libnvdimm, dimm: clear 'locked' status on successful DIMM enable | Dan Williams | 2017-09-28 | 3 | -0/+9 |
* | | | Merge tag 'for-4.15/dm-changes-2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-11-17 | 5 | -39/+28 |
|\ \ \ |
|
| * | | | dm bufio: fix integer overflow when limiting maximum cache size | Eric Biggers | 2017-11-16 | 1 | -9/+6 |
| * | | | dm: clear all discard attributes in queue_limits when discards are disabled | Mike Snitzer | 2017-11-16 | 1 | -2/+8 |
| * | | | dm: do not set 'discards_supported' in targets that do not need it | Mike Snitzer | 2017-11-16 | 2 | -7/+0 |
| * | | | dm: discard support requires all targets in a table support discards | Mike Snitzer | 2017-11-16 | 1 | -19/+14 |
| * | | | dm mpath: remove annoying message of 'blk_get_request() returned -11' | Ming Lei | 2017-11-16 | 1 | -2/+0 |
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo... | Linus Torvalds | 2017-11-17 | 2 | -0/+3 |
|\ \ \ \ |
|
| * | | | | RDMA: Add Jason Gunthorpe as a co-maintainer | Jason Gunthorpe | 2017-11-16 | 2 | -0/+3 |
* | | | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-11-16 | 110 | -996/+6933 |
|\ \ \ \ \ |
|
| * | | | | | soc: amlogic: meson-gx-pwrc-vpu: fix power-off when powered by bootloader | Neil Armstrong | 2017-11-09 | 1 | -10/+19 |