Age | Commit message (Expand) | Author | Files | Lines |
2016-01-17 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 1 | -1/+14 |
2016-01-17 | Merge branch 'parisc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 | -46/+123 |
2016-01-17 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 82 | -485/+286 |
2016-01-17 | Merge tag 'gpio-v4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu... | Linus Torvalds | 6 | -12/+12 |
2016-01-17 | Merge tag 'sound-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 5 | -47/+77 |
2016-01-16 | Kconfig: remove HAVE_LATENCYTOP_SUPPORT | Will Deacon | 11 | -36/+0 |
2016-01-16 | parisc: Protect huge page pte changes with spinlocks | Helge Deller | 2 | -28/+52 |
2016-01-15 | Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
2016-01-15 | s390/mm: enable fixup_user_fault retrying | Dominik Dingel | 1 | -3/+26 |
2016-01-15 | mm: bring in additional flag for fixup_user_fault to signal unlock | Dominik Dingel | 1 | -3/+5 |
2016-01-15 | mm, x86: get_user_pages() for dax mappings | Dan Williams | 2 | -3/+61 |
2016-01-15 | mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd | Dan Williams | 1 | -1/+8 |
2016-01-15 | mm, dax: convert vmf_insert_pfn_pmd() to pfn_t | Dan Williams | 2 | -2/+8 |
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 |