aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-generic/pgtable.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-19huge pagecache: extend mremap pmd rmap lockout to filesHugh Dickins1-20/+22
2016-05-19huge mm: move_huge_pmd does not need new_vmaHugh Dickins3-11/+5
2016-05-19mm: /proc/sys/vm/stat_refresh to force vmstat updateHugh Dickins4-0/+85
2016-05-19tmpfs: mem_cgroup charge fault to vm_mm not current mmAndres Lagar-Cavilla1-27/+34
2016-05-19tmpfs: preliminary minor tidyupsHugh Dickins2-43/+32
2016-05-19mm: use __SetPageSwapBacked and dont ClearPageSwapBackedHugh Dickins4-8/+7
2016-05-19mm: update_lru_size do the __mod_zone_page_stateHugh Dickins4-25/+30
2016-05-19mm: update_lru_size warn and reset bad lru_sizeHugh Dickins2-5/+21
2016-05-19mm/mmap: kill hook arch_rebalance_pgtables()Konstantin Khlebnikov1-5/+0
2016-05-19mm/vmstat: make node_page_state() handles all zones by itselfJoonsoo Kim1-12/+6
2016-05-19mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim1-8/+4
2016-05-19mm/page_alloc: correct highmem memory statisticsJoonsoo Kim1-5/+14
2016-05-19mm/writeback: correct dirty page calculation for highmemJoonsoo Kim1-2/+6
2016-05-19power: add zone range overlapping checkJoonsoo Kim1-0/+4
2016-05-19mm/page_owner: add zone range overlapping checkJoonsoo Kim1-0/+3
2016-05-19mm/vmstat: add zone range overlapping checkJoonsoo Kim1-0/+7
2016-05-19mm/memory_hotplug: add comment to some functions related to memory hotplugJoonsoo Kim2-1/+3
2016-05-19mm/hugetlb: add same zone check in pfn_range_valid_gigantic()Joonsoo Kim1-3/+6
2016-05-19mm: uninline page_mapped()Andrew Morton2-20/+24
2016-05-19mm/highmem: simplify is_highmem()Chanho Min1-4/+1
2016-05-19mm, compaction: skip blocks where isolation fails in async direct compactionVlastimil Babka1-9/+80
2016-05-19mm, compaction: reduce spurious pcplist drainsVlastimil Babka1-11/+9
2016-05-19mm, compaction: wrap calculating first and last pfn of pageblockVlastimil Babka1-14/+19
2016-05-19mm/rmap: replace BUG_ON(anon_vma->degree) with VM_WARN_ONKonstantin Khlebnikov1-1/+1
2016-05-19mm/mempolicy.c:offset_il_node() document and clarifyAndrew Morton1-9/+11
2016-05-19mm/hugetlb.c: use first_memory_nodeAndrew Morton1-2/+2
2016-05-19mm/page_alloc: Remove useless parameter of __free_pages_boot_coreLi Zhang1-6/+5
2016-05-19mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify commentMichal Hocko1-4/+3
2016-05-19mm/mempolicy.c: vma_migratable() can return boolYaowei Bai1-5/+5
2016-05-19mm/vmalloc.c: is_vmalloc_addr() can return boolYaowei Bai1-2/+2
2016-05-19mm/memory_hotplug: is_mem_section_removable() can return boolYaowei Bai2-6/+6
2016-05-19mm/hugetlb: is_vm_hugetlb_page() can return boolYaowei Bai1-3/+3
2016-05-19x86: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-19tile: mm: use hugetlb_bad_size()Vaishali Thakkar1-1/+6
2016-05-19powerpc: mm: use hugetlb_bad_size()Vaishali Thakkar1-2/+4
2016-05-19metag: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-19arm64: mm: use hugetlb_bad_size()Vaishali Thakkar1-0/+1
2016-05-19mm/hugetlb: introduce hugetlb_bad_size()Vaishali Thakkar2-1/+14
2016-05-19mm/hugetlb: optimize minimum size (min_size) accountingMike Kravetz1-2/+4
2016-05-19include/linux/nodemask.h: create next_node_in() helperAndrew Morton11-59/+54
2016-05-19include/linux: apply __malloc attributeRasmus Villemoes6-26/+27
2016-05-19compiler.h: add support for malloc attributeRasmus Villemoes2-0/+5
2016-05-19mm: rename _count, field of the struct page, to _refcountJoonsoo Kim17-54/+58
2016-05-19mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim4-4/+4
2016-05-19mm/slub.c: fix sysfs filename in commentLi Peng1-5/+5
2016-05-19mm: slab: remove ZONE_DMA_FLAGYang Shi2-27/+1
2016-05-19mm: SLAB freelist randomizationThomas Garnier3-2/+178
2016-05-19mm/slub.c: replace kick_all_cpus_sync() with synchronize_sched() in kmem_cache_shrink()Vladimir Davydov1-1/+1
2016-05-19mm/slab: lockless decision to grow cacheJoonsoo Kim1-3/+18
2016-05-19mm/slab: refill cpu cache through a new slab without holding a node lockJoonsoo Kim1-32/+36