Age | Commit message (Expand) | Author | Files | Lines |
2016-01-15 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams | 1 | -0/+5 |
2016-01-15 | x86, mm: introduce _PAGE_DEVMAP | Dan Williams | 1 | -1/+6 |
2016-01-15 | frv: fix compiler warning from definition of __pmd() | Dan Williams | 1 | -1/+1 |
2016-01-15 | avr32: convert to asm-generic/memory_model.h | Dan Williams | 1 | -4/+4 |
2016-01-15 | libnvdimm, pfn, pmem: allocate memmap array in persistent memory | Dan Williams | 2 | -0/+2 |
2016-01-15 | x86, mm: introduce vmem_altmap to augment vmemmap_populate() | Dan Williams | 1 | -7/+26 |
2016-01-15 | mm, dax, pmem: introduce pfn_t | Dan Williams | 1 | -5/+4 |
2016-01-15 | kvm: rename pfn_t to kvm_pfn_t | Dan Williams | 20 | -62/+66 |
2016-01-15 | um: kill pfn_t | Dan Williams | 3 | -7/+6 |
2016-01-15 | pmem, dax: clean up clear_pmem() | Dan Williams | 1 | -6/+1 |
2016-01-15 | arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP | Minchan Kim | 1 | -0/+1 |
2016-01-15 | arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THP | Minchan Kim | 1 | -0/+1 |
2016-01-15 | arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 1 | -0/+2 |
2016-01-15 | arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 1 | -0/+9 |
2016-01-15 | arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THP | Minchan Kim | 1 | -0/+5 |
2016-01-15 | arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi... | Chen Gang | 4 | -0/+4 |
2016-01-15 | mm: define MADV_FREE for some arches | Minchan Kim | 4 | -0/+4 |
2016-01-15 | mm: differentiate page_mapped() from page_mapcount() for compound pages | Kirill A. Shutemov | 8 | -14/+15 |
2016-01-15 | x86, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 4 | -36/+1 |
2016-01-15 | tile, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -10/+0 |
2016-01-15 | sparc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 3 | -20/+1 |
2016-01-15 | s390, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 3 | -41/+2 |
2016-01-15 | powerpc, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 6 | -80/+2 |
2016-01-15 | mips, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 5 | -51/+5 |
2016-01-15 | arm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 3 | -27/+2 |
2016-01-15 | arm64, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 2 | -24/+0 |
2016-01-15 | mm: drop tail page refcounting | Kirill A. Shutemov | 5 | -45/+3 |
2016-01-15 | thp: rename split_huge_page_pmd() to split_huge_pmd() | Kirill A. Shutemov | 2 | -2/+6 |
2016-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -2/+7 |
2016-01-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc | Linus Torvalds | 2 | -8/+9 |
2016-01-15 | Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 190 | -8423/+5142 |
2016-01-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 11 | -17/+141 |
2016-01-15 | dts: hisi: fixes no syscon fault when init mdio | yankejian | 2 | -2/+7 |
2016-01-14 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 11 | -77/+56 |
2016-01-14 | mm: rework virtual memory accounting | Konstantin Khlebnikov | 1 | -2/+1 |
2016-01-14 | x86: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 2 | -6/+22 |
2016-01-14 | arm64: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 2 | -2/+35 |
2016-01-14 | arm: mm: support ARCH_MMAP_RND_BITS | Daniel Cashman | 2 | -2/+10 |
2016-01-14 | mm: mmap: add new /proc tunable for mmap_base ASLR | Daniel Cashman | 1 | -0/+68 |
2016-01-14 | mm, shmem: add internal shmem resident memory accounting | Jerome Marchand | 1 | -4/+1 |
2016-01-14 | kmemcg: account certain kmem allocations to memcg | Vladimir Davydov | 1 | -1/+1 |
2016-01-14 | m32r: fix m32104ut_defconfig build fail | Sudip Mukherjee | 1 | -0/+3 |
2016-01-14 | sparc64: Fix numa node distance initialization | Nitin Gupta | 1 | -7/+8 |
2016-01-14 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 14 | -126/+199 |
2016-01-14 | sparc64: fix incorrect sign extension in sys_sparc64_personality | Dmitry V. Levin | 1 | -1/+1 |
2016-01-14 | mmc: atmel: get rid of struct mci_dma_data | Mans Rullgard | 1 | -11/+10 |
2016-01-14 | mmc: atmel-mci: restore dma on AVR32 | Mans Rullgard | 1 | -0/+16 |
2016-01-14 | x86/cpu/amd: Remove an unneeded condition in srat_detect_node() | Dan Carpenter | 1 | -2/+1 |
2016-01-13 | Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 15 | -86/+9 |
2016-01-14 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo... | Michael Ellerman | 60 | -5093/+352 |