]> www.infradead.org Git - users/jedix/linux-maple.git/shortlog
users/jedix/linux-maple.git
2016-12-07 Joe Perchescheckpatch: add __pmem to $Sparse annotations
2016-12-07 Ross Zwislerdax: update PMD fault handler with PMEM API
2016-12-07 Kirill A. Shutemovmm, dax: use i_mmap_unlock_write() in do_cow_fault()
2016-12-07 Kirill A. Shutemovmm: take i_mmap_lock in unmap_mapping_range() for DAX
2016-12-07 Matthew Wilcoxdax: use linear_page_index()
2016-12-07 Matthew Wilcoxdax: ensure that zero pages are removed from other...
2016-12-07 Kirill A. Shutemovdax: don't use set_huge_zero_page()
2016-12-07 Kirill A. Shutemovthp: fix zap_huge_pmd() for DAX
2016-12-07 Kirill A. Shutemovthp: decrement refcount on huge zero page if it is...
2016-12-07 Matthew Wilcoxdax: fix race between simultaneous faults
2016-12-07 Matthew Wilcoxext4: start transaction before calling into DAX
2016-12-07 Matthew Wilcoxext4: add ext4_get_block_dax()
2016-12-07 Matthew Wilcoxdax: improve comment about truncate race
2016-12-07 Matthew Wilcoxthp: change insert_pfn's return type to void
2016-12-07 Matthew Wilcoxext4: use ext4_get_block_write() for DAX
2016-12-07 Valentin Rothbergfs/dax.c: fix typo in #endif comment
2016-12-07 Matthew Wilcoxxfs: huge page fault support
2016-12-07 Matthew Wilcoxext4: huge page fault support
2016-12-07 Matthew Wilcoxext2: huge page fault support
2016-12-07 Matthew Wilcoxdax: add huge page fault support
2016-12-07 Matthew Wilcoxmm: add vmf_insert_pfn_pmd()
2016-12-07 Matthew Wilcoxmm: export various functions for the benefit of DAX
2016-12-07 Matthew Wilcoxmm: add a pmd_fault handler
2016-12-07 Matthew Wilcoxthp: prepare for DAX huge pages
2016-12-07 Aneesh Kumar K.Vmm: clarify that the function operates on hugepage pte
2016-12-07 Aneesh Kumar K.Vpowerpc/mm: use generic version of pmdp_clear_flush()
2016-12-07 Aneesh Kumar K.Vmm/thp: split out pmd collapse flush into separate...
2016-12-07 Matthew Wilcoxdax: move DAX-related functions to a new header
2016-12-07 Kirill A. Shutemovthp: vma_adjust_trans_huge(): adjust file-backed VMA too
2016-12-07 Toshi Kaniarch/*/io.h: Add ioremap_wt() to all architectures
2016-12-07 Dan Williamslibnvdimm, pmem: direct map legacy pmem by default
2016-12-07 Dan Williamslibnvdimm, pmem: 'struct page' for pmem
2016-12-07 Dan Williamslibnvdimm, pfn: 'struct page' provider infrastructure
2016-12-07 Dan Williamsx86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM...
2016-12-07 Christoph Hellwigadd devm_memremap_pages
2016-12-07 Dan Williamsmm: ZONE_DEVICE for "device memory"
2016-12-07 Christoph Hellwigmm: move __phys_to_pfn and __pfn_to_phys to asm/generic...
2016-12-07 Ross Zwislernd_blk: change aperture mapping from WC to WB
2016-12-07 Ross Zwislerpmem, dax: have direct_access use __pmem annotation
2016-12-07 Ross Zwislerdax: update I/O path to do proper PMEM flushing
2016-12-07 Ross Zwislerpmem: add copy_from_iter_pmem() and clear_pmem()
2016-12-07 Ross Zwislerpmem, x86: clean up conditional pmem includes
2016-12-07 Ross Zwislerpmem: remove layer when calling arch_has_wmb_pmem()
2016-12-07 Ross Zwislerpmem, x86: move x86 PMEM API to new pmem.h header
2016-12-07 Christoph Hellwigpmem: switch to devm_ allocations
2016-12-07 Christoph Hellwigdevres: add devm_memremap
2016-12-07 Dan Williamsarch: introduce memremap()
2016-12-07 Dan Williamspmem: convert to generic memremap
2016-12-07 Dan Williamsmm: enhance region_is_ram() to region_intersects()
2016-12-07 yalin wangnvdimm: change to use generic kvfree()
2016-12-07 Dan Williamslibnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate...
2016-12-07 Vishal Vermalibnvdimm, btt: write and validate parent_uuid
2016-12-07 Vishal Vermalibnvdimm, btt: consolidate arena validation
2016-12-07 Vishal Vermalibnvdimm, btt: clean up internal interfaces
2016-12-07 Randy Dunlapnvdimm: fix inline function return type warning
2016-12-07 Linda Knippersnfit: Don't check _STA on NVDIMM devices
2016-12-07 Vishal Vermalibnvdimm, pmem: Change pmem physical sector size to...
2016-12-07 Vishal Vermalibnvdimm: Add DSM support for Address Range Scrub...
2016-12-07 Vishal Vermalibnvdimm: Update name of the ars_status_record mask...
2016-12-07 Dan Williamslibnvdimm, btt: sparse fix
2016-12-07 Toshi Kaninfit: Clarify memory device state flags strings
2016-12-07 Ross Zwislernfit, nd_blk: BLK status register is only 32 bits
2016-12-07 Dave Chinnerxfs: call dax_fault on read page faults for DAX
2016-12-07 Toshi Kanimm: Fix bugs in region_is_ram()
2016-12-07 Toshi Kanix86/mm: Remove region_is_ram() call from ioremap
2016-12-07 Dan Williamslibnvdimm: fix namespace seed creation
2016-12-07 Ross Zwislernfit: add support for NVDIMM "latch" flag
2016-12-07 Ross Zwislernfit: update block I/O path to use PMEM API
2016-12-07 Dan Williamstools/testing/nvdimm: add mock acpi_nfit_flush_address...
2016-12-07 Dan Williamstools/testing/nvdimm: fix return code for unimplemented...
2016-12-07 Dan Williamstools/testing/nvdimm: mock ioremap_wt
2016-12-07 Ross Zwislerpmem: add maintainer for include/linux/pmem.h
2016-12-07 Dan Williamsnfit: fix smatch "use after null check" report
2016-12-07 Axel Linnvdimm: Fix return value of nvdimm_bus_init() if class_...
2016-12-07 Dan Williamslibnvdimm: smatch cleanups in __nd_ioctl
2016-12-07 Dan Williamssparse: fix misplaced __pmem definition
2016-12-07 Matthew Wilcoxdax: bdev_direct_access() may sleep
2016-12-07 Matthew Wilcoxblock: Add support for DAX reads/writes to block devices
2016-12-07 Matthew Wilcoxdax: Use copy_from_iter_nocache
2016-12-07 Matthew Wilcoxdax: Add block size note to documentation
2016-12-07 Christoph Hellwigxfs: saner xfs_trans_commit interface
2016-12-07 Christoph Hellwigxfs: remove the flags argument to xfs_trans_cancel
2016-12-07 Christoph Hellwigxfs: pass a boolean flag to xfs_trans_free_items
2016-12-07 Christoph Hellwigxfs: switch remaining xfs_trans_dup users to xfs_trans_roll
2016-10-12 Dave Chinnerxfs: add initial DAX support
2016-10-12 Dave Chinnerxfs: add DAX IO path support
2016-10-12 Dave Chinnerxfs: add DAX truncate support
2016-10-12 Dave Chinnerxfs: add DAX block zeroing support
2016-10-12 Dave Chinnerxfs: add DAX file operations support
2016-10-12 Dave Chinnerdax: expose __dax_fault for filesystems with locking...
2016-10-12 Dave Chinnerdax: don't abuse get_block mapping for endio callbacks
2016-10-12 Dave Chinnerxfs: mmap lock needs to be inside freeze protection
2016-10-11 Ross Zwislerarch, x86: pmem api for ensuring durability of persiste...
2016-10-11 Toshi Kanilibnvdimm: Add sysfs numa_node to NVDIMM devices
2016-10-11 Toshi Kanilibnvdimm: Set numa_node to NVDIMM devices
2016-10-11 Toshi Kaniacpi: Add acpi_map_pxm_to_online_node()
2016-10-11 Dan Williamslibnvdimm, nfit: handle unarmed dimms, mark namespaces...
2016-10-11 Dan Williamspmem: flag pmem block devices as non-rotational
2016-10-11 Dan Williamslibnvdimm: enable iostat
2016-10-11 Dan Williamspmem: make_request cleanups
next