| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | mm, compaction: extend pageblock_skip_persistent() to all compound pages | Vlastimil Babka | 2017-11-18 | 1 | -11/+14 |
* | mm, compaction: persistently skip hugetlbfs pageblocks | David Rientjes | 2017-11-18 | 2 | -12/+55 |
* | mm, compaction: kcompactd should not ignore pageblock skip | David Rientjes | 2017-11-18 | 1 | -2/+1 |
* | mm: shmem: remove unused info variable | Corentin Labbe | 2017-11-18 | 1 | -2/+0 |
* | lib/dma-debug.c: fix incorrect pfn calculation | Miles Chen | 2017-11-18 | 1 | -2/+18 |
* | mm/z3fold.c: use kref to prevent page free/compact race | Vitaly Wool | 2017-11-18 | 1 | -2/+8 |
* | mm: fix nodemask printing | Arnd Bergmann | 2017-11-18 | 1 | -3/+10 |
* | Merge tag 'libnvdimm-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2017-11-17 | 48 | -560/+1405 |
|\ |
|
| * | Merge branch 'for-4.15/dax' into libnvdimm-for-next | Dan Williams | 2017-11-16 | 658 | -4541/+7338 |
| |\ |
|
| | * | dax: fix general protection fault in dax_alloc_inode | Mikulas Patocka | 2017-11-15 | 1 | -0/+3 |
| | * | dax: fix PMD faults on zero-length files | Jeff Moyer | 2017-11-15 | 1 | -3/+3 |
| | * | dax: stop requiring a live device for dax_flush() | Dan Williams | 2017-11-15 | 1 | -3/+0 |
| | * | brd: remove dax support | Dan Williams | 2017-11-15 | 2 | -77/+0 |
| | * | dax: quiet bdev_dax_supported() | Dan Williams | 2017-11-15 | 1 | -4/+4 |
| | * | fs, dax: unify IOMAP_F_DIRTY read vs write handling policy in the dax core | Dan Williams | 2017-11-14 | 3 | -5/+16 |
| | * | xfs: support for synchronous DAX faults | Christoph Hellwig | 2017-11-03 | 2 | -1/+19 |
| | * | xfs: Implement xfs_filemap_pfn_mkwrite() using __xfs_filemap_fault() | Jan Kara | 2017-11-03 | 2 | -27/+4 |
| | * | ext4: Support for synchronous DAX faults | Jan Kara | 2017-11-03 | 4 | -1/+47 |
| | * | 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-16 | 1 | -1/+2 |
| * | | tools/testing/nvdimm: unit test clear-error commands | Dan Williams | 2017-11-14 | 1 | -0/+18 |
| * | | acpi, nfit: validate commands against the device type | Dan Williams | 2017-11-13 | 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-20 | 1 | -1/+2 |
| * | | MAINTAINERS: Add entry for device DAX | Ross Zwisler | 2017-10-20 | 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 |