summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2015-04-15mm: uninline and cleanup page-mapping related helpersKirill A. Shutemov
2015-04-15include/linux/mm.h: simplify flag checkBorislav Petkov
2015-04-15mm: hugetlb: cleanup using paeg_huge_active()Naoya Horiguchi
2015-04-15mm, mempool: disallow mempools based on slab caches with constructorsDavid Rientjes
2015-04-15hugetlbfs: accept subpool min_size mount option and setup accordinglyMike Kravetz
2015-04-15hugetlbfs: add minimum size tracking fields to subpool structureMike Kravetz
2015-04-15mm: rename deactivate_page to deactivate_file_pageMinchan Kim
2015-04-15mm: allow compaction of unevictable pagesEric B Munson
2015-04-15mm: avoid tail page refcounting on non-THP compound pagesKirill A. Shutemov
2015-04-15mm: consolidate all page-flags helpers in <linux/page-flags.h>Kirill A. Shutemov
2015-04-15mm: refactor zone_movable_is_highmem()Zhang Zhen
2015-04-15vfs: delete vfs_readdir function declarationZhang Zhen
2015-04-15Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds
2015-04-15Merge tag 'locks-v4.1-1' of git://git.samba.org/jlayton/linuxLinus Torvalds
2015-04-15Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-15Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2015-04-15net/mlx4_core: Set initial admin GUIDs for VFsYishai Hadas
2015-04-15net/mlx4_core: Manage alias GUID per VFYishai Hadas
2015-04-15VFS: Impose ordering on accesses of d_inode and d_flagsDavid Howells
2015-04-15VFS: Add owner-filesystem positive/negative dentry checksDavid Howells
2015-04-15nfs: generic_write_checks() shouldn't be done on swapout...Al Viro
2015-04-15Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2015-04-15init: export name_to_dev_t and mark name argument as constDan Ehrenberg
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-04-14Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-15virtio: drop virtio_device_is_legacy_onlyMichael S. Tsirkin
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2015-04-14Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2015-04-14Merge tag 'vfio-v4.1-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2015-04-14of/fdt: Add endianness helper function for early init codeKevin Cernekee
2015-04-14of: Add helper function to check MMIO register endiannessKevin Cernekee
2015-04-14Merge tag 'mfd-for-linus-4.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-14of: Add dummy of_irq_to_resource_table() for IRQ_OF=nGeert Uytterhoeven
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14memtest: use phys_addr_t for physical addressesVladimir Murzin
2015-04-14mm: move memtest under mmVladimir Murzin
2015-04-14mm, mempool: do not allow atomic resizingDavid Rientjes
2015-04-14memcg: print cgroup information when system panics due to panic_on_oomBalasubramani Vivekanandan
2015-04-14mm: numa: remove migrate_ratelimitedMel Gorman
2015-04-14mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZEKees Cook
2015-04-14mm: expose arch_mmap_rnd when availableKees Cook
2015-04-14lib/ioremap.c: add huge I/O map capability interfacesToshi Kani
2015-04-14mm: clarify __GFP_NOFAIL deprecation statusMichal Hocko
2015-04-14mm: cma: constify and use correct signness in mm/cma.cSasha Levin
2015-04-14mm: remove GFP_THISNODEDavid Rientjes
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov
2015-04-14cleancache: forbid overriding cleancache_opsVladimir Davydov
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov
2015-04-14mm: do not add nr_pmds into mm_struct if PMD is foldedKirill A. Shutemov