summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-01-15um: kill pfn_tDan Williams3-7/+6
2016-01-15pmem, dax: clean up clear_pmem()Dan Williams1-6/+1
2016-01-15arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THPMinchan Kim1-0/+1
2016-01-15arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THPMinchan Kim1-0/+1
2016-01-15arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THPMinchan Kim1-0/+2
2016-01-15arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THPMinchan Kim1-0/+9
2016-01-15arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THPMinchan Kim1-0/+5
2016-01-15arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all archi...Chen Gang4-0/+4
2016-01-15mm: define MADV_FREE for some archesMinchan Kim4-0/+4
2016-01-15mm: differentiate page_mapped() from page_mapcount() for compound pagesKirill A. Shutemov8-14/+15
2016-01-15x86, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov4-36/+1
2016-01-15tile, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov1-10/+0
2016-01-15sparc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov3-20/+1
2016-01-15s390, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov3-41/+2
2016-01-15powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov6-80/+2
2016-01-15mips, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov5-51/+5
2016-01-15arm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov3-27/+2
2016-01-15arm64, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2-24/+0
2016-01-15mm: drop tail page refcountingKirill A. Shutemov5-45/+3
2016-01-15thp: rename split_huge_page_pmd() to split_huge_pmd()Kirill A. Shutemov2-2/+6
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-2/+7
2016-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds2-8/+9
2016-01-15Merge tag 'powerpc-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds190-8423/+5142
2016-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds11-17/+141
2016-01-15dts: hisi: fixes no syscon fault when init mdioyankejian2-2/+7
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds11-77/+56
2016-01-14mm: rework virtual memory accountingKonstantin Khlebnikov1-2/+1
2016-01-14x86: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2-6/+22
2016-01-14arm64: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2-2/+35
2016-01-14arm: mm: support ARCH_MMAP_RND_BITSDaniel Cashman2-2/+10
2016-01-14mm: mmap: add new /proc tunable for mmap_base ASLRDaniel Cashman1-0/+68
2016-01-14mm, shmem: add internal shmem resident memory accountingJerome Marchand1-4/+1
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-14m32r: fix m32104ut_defconfig build failSudip Mukherjee1-0/+3
2016-01-14sparc64: Fix numa node distance initializationNitin Gupta1-7/+8
2016-01-14Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds14-126/+199
2016-01-14sparc64: fix incorrect sign extension in sys_sparc64_personalityDmitry V. Levin1-1/+1
2016-01-14mmc: atmel: get rid of struct mci_dma_dataMans Rullgard1-11/+10
2016-01-14mmc: atmel-mci: restore dma on AVR32Mans Rullgard1-0/+16
2016-01-14x86/cpu/amd: Remove an unneeded condition in srat_detect_node()Dan Carpenter1-2/+1
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-86/+9
2016-01-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman60-5093/+352
2016-01-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds66-853/+1094
2016-01-13Merge tag 'please-pull-fixefi' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-4/+11
2016-01-13Merge tag 'spi-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds1-9/+10
2016-01-13Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtdLinus Torvalds19-35/+27
2016-01-13Merge tag 'dmaengine-4.5-rc1' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds1-0/+2
2016-01-13ia64: split off early_ioremap() declarations into asm/early_ioremap.hArd Biesheuvel2-4/+11
2016-01-13Merge tag 'tty-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds12-54/+60
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-0/+58