| Commit message (Expand) | Author | Age | Files | Lines |
* | libnvdimm, pmem: direct map legacy pmem by default | Dan Williams | 2015-08-29 | 6 | -8/+50 |
* | libnvdimm, pmem: 'struct page' for pmem | Dan Williams | 2015-08-29 | 6 | -17/+216 |
* | libnvdimm, pfn: 'struct page' provider infrastructure | Dan Williams | 2015-08-29 | 13 | -177/+719 |
* | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WB | Dan Williams | 2015-08-28 | 5 | -25/+27 |
* | add devm_memremap_pages | Christoph Hellwig | 2015-08-28 | 2 | -0/+73 |
* | mm: ZONE_DEVICE for "device memory" | Dan Williams | 2015-08-28 | 12 | -17/+70 |
* | mm: move __phys_to_pfn and __pfn_to_phys to asm/generic/memory_model.h | Christoph Hellwig | 2015-08-28 | 4 | -18/+6 |
* | dax: drop size parameter to ->direct_access() | Dan Williams | 2015-08-28 | 6 | -11/+7 |
* | Merge branch 'pmem-api' into libnvdimm-for-next | Dan Williams | 2015-08-28 | 56 | -315/+671 |
|\ |
|
| * | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 2015-08-28 | 11 | -36/+88 |
| * | pmem, dax: have direct_access use __pmem annotation | Ross Zwisler | 2015-08-20 | 8 | -34/+41 |
| * | dax: update I/O path to do proper PMEM flushing | Ross Zwisler | 2015-08-20 | 1 | -14/+25 |
| * | pmem: add copy_from_iter_pmem() and clear_pmem() | Ross Zwisler | 2015-08-20 | 2 | -2/+137 |
| * | pmem, x86: clean up conditional pmem includes | Ross Zwisler | 2015-08-20 | 1 | -11/+2 |
| * | pmem: remove layer when calling arch_has_wmb_pmem() | Ross Zwisler | 2015-08-20 | 2 | -11/+4 |
| * | pmem, x86: move x86 PMEM API to new pmem.h header | Ross Zwisler | 2015-08-20 | 4 | -72/+94 |
| * | pmem: switch to devm_ allocations | Christoph Hellwig | 2015-08-14 | 4 | -53/+47 |
| * | devres: add devm_memremap | Christoph Hellwig | 2015-08-14 | 2 | -0/+43 |
| * | pmem: convert to generic memremap | Dan Williams | 2015-08-14 | 4 | -35/+37 |
| * | visorbus: switch from ioremap_cache to memremap | Dan Williams | 2015-08-14 | 2 | -15/+18 |
| * | arch: introduce memremap() | Dan Williams | 2015-08-14 | 6 | -0/+112 |
| * | cleanup IORESOURCE_CACHEABLE vs ioremap() | Dan Williams | 2015-08-11 | 11 | -44/+16 |
| * | arch, drivers: don't include <asm/io.h> directly, use <linux/io.h> instead | Dan Williams | 2015-08-11 | 14 | -13/+14 |
| * | mm: enhance region_is_ram() to region_intersects() | Dan Williams | 2015-08-11 | 2 | -26/+44 |
* | | nvdimm: change to use generic kvfree() | yalin wang | 2015-08-28 | 1 | -4/+1 |
* | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate option | Dan Williams | 2015-08-19 | 7 | -74/+108 |
* | | libnvdimm, btt: write and validate parent_uuid | Vishal Verma | 2015-08-14 | 4 | -1/+37 |
* | | libnvdimm, btt: consolidate arena validation | Vishal Verma | 2015-08-14 | 3 | -36/+37 |
* | | libnvdimm, btt: clean up internal interfaces | Vishal Verma | 2015-08-14 | 1 | -10/+9 |
|/ |
|
* | nvdimm: fix inline function return type warning | Randy Dunlap | 2015-08-01 | 1 | -1/+1 |
* | nfit: Don't check _STA on NVDIMM devices | Linda Knippers | 2015-07-28 | 1 | -18/+2 |
* | libnvdimm, pmem: Change pmem physical sector size to PAGE_SIZE | Vishal Verma | 2015-07-28 | 1 | -0/+1 |
* | libnvdimm: Add DSM support for Address Range Scrub commands | Vishal Verma | 2015-07-28 | 4 | -59/+152 |
* | libnvdimm: Update name of the ars_status_record mask field | Vishal Verma | 2015-07-28 | 1 | -1/+1 |
* | libnvdimm, btt: sparse fix | Dan Williams | 2015-07-28 | 1 | -2/+3 |
* | Linux 4.2-rc4v4.2-rc4 | Linus Torvalds | 2015-07-26 | 1 | -1/+1 |
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-07-26 | 1 | -0/+8 |
|\ |
|
| * | perf/x86/intel/cqm: Return cached counter value from IRQ context | Matt Fleming | 2015-07-26 | 1 | -0/+8 |
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-07-26 | 11 | -59/+81 |
|\ \
| |/
|/| |
|
| * | x86/mm/pat: Revert 'Adjust default caching mode translation tables' | Thomas Gleixner | 2015-07-26 | 1 | -3/+3 |
| * | x86/asm/entry/32: Revert 'Do not use R9 in SYSCALL32' commit | Denys Vlasenko | 2015-07-24 | 1 | -5/+9 |
| * | x86/mm: Fix newly introduced printk format warnings | Thomas Gleixner | 2015-07-24 | 1 | -2/+2 |
| * | mm: Fix bugs in region_is_ram() | Toshi Kani | 2015-07-22 | 1 | -3/+3 |
| * | x86/mm: Remove region_is_ram() call from ioremap | Toshi Kani | 2015-07-22 | 1 | -18/+6 |
| * | x86/mm: Move warning from __ioremap_check_ram() to the call site | Toshi Kani | 2015-07-22 | 1 | -3/+4 |
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 2015-07-21 | 2 | -4/+33 |
| |\ |
|
| | * | efi: Handle memory error structures produced based on old versions of standard | Luck, Tony | 2015-07-15 | 2 | -4/+33 |
| * | | x86/mm/pat, drivers/media/ivtv: Move the PAT warning and replace WARN() with ... | Luis R. Rodriguez | 2015-07-21 | 1 | -6/+9 |
| * | | x86/mm/pat, drivers/infiniband/ipath: Replace WARN() with pr_warn() | Luis R. Rodriguez | 2015-07-21 | 1 | -2/+4 |
| * | | x86/mm/pat: Adjust default caching mode translation tables | Jan Beulich | 2015-07-21 | 1 | -3/+3 |