- deed966 batman-adv: Drop immediate batadv_orig_ifinfo free function by Sven Eckelmann · 9 years ago
- 44e8e7e9 batman-adv: Avoid recursive call_rcu for batadv_nc_node by Sven Eckelmann · 9 years ago
- 63b3992 batman-adv: Avoid recursive call_rcu for batadv_bla_claim by Sven Eckelmann · 9 years ago
- 6c3f5ae bna: fix Rx data corruption with VLAN stripping enabled and MTU > 4096 by Ivan Vecera · 9 years ago
- ece6267 Merge tag 'clk-for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 9 years ago
- d45187a Merge branch 'dmi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging by Linus Torvalds · 9 years ago
- 6611d8d memcg: only free spare array when readers are done by Martijn Coenen · 9 years ago
- 98fd1ef mm: soft-offline: exit with failure for non anonymous thp by Naoya Horiguchi · 9 years ago
- acc14dc mm: soft-offline: clean up soft_offline_page() by Naoya Horiguchi · 9 years ago
- 4aae8d1 mm/hugetlbfs: unmap pages if page fault raced with hole punch by Mike Kravetz · 9 years ago
- 9aacdd3 fs/hugetlbfs/inode.c: fix bugs in hugetlb_vmtruncate_list() by Mike Kravetz · 9 years ago
- 9f8bdb3 mm: make swapoff more robust against soft dirty by Hugh Dickins · 9 years ago
- 88f306b mm: fix locking order in mm_take_all_locks() by Kirill A. Shutemov · 9 years ago
- d645fc0 mm: mempolicy: skip non-migratable VMAs when setting MPOL_MF_LAZY by Liang Chen · 9 years ago
- f16f091 mm/page_alloc.c: remove unused struct zone *z variable by Alexander Kuleshov · 9 years ago
- 7f43add mm/mlock.c: change can_do_mlock return value type to boolean by Wang Xiaoqiang · 9 years ago
- 61e1655 mm/vmalloc.c: use macro IS_ALIGNED to judge the aligment by Wang Xiaoqiang · 9 years ago
- 654a0dd cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_from_page() by Tejun Heo · 9 years ago
- 6f8d2b8 mm/page_isolation: do some cleanup in "undo_isolate_page_range" by Wang Xiaoqiang · 9 years ago
- 036fbb2 memblock: fix section mismatch by Kirill A. Shutemov · 9 years ago
- fef8953 s390/mm: enable fixup_user_fault retrying by Dominik Dingel · 9 years ago
- 4a9e1cd mm: bring in additional flag for fixup_user_fault to signal unlock by Dominik Dingel · 9 years ago
- c046c32 dax: re-enable dax pmd mappings by Dan Williams · 9 years ago
- cbb38e4 dax: provide diagnostics for pmd mapping failures by Dan Williams · 9 years ago
- 3565fce mm, x86: get_user_pages() for dax mappings by Dan Williams · 9 years ago
- 5c7fb56 mm, dax: dax-pmd vs thp-pmd vs hugetlbfs-pmd by Dan Williams · 9 years ago
- 5c2c258 mm, dax, pmem: introduce {get|put}_dev_pagemap() for dax-gup by Dan Williams · 9 years ago
- 468ded0 libnvdimm, pmem: move request_queue allocation earlier in probe by Dan Williams · 9 years ago
- f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
- 01c8f1c mm, dax, gpu: convert vm_insert_mixed to pfn_t by Dan Williams · 9 years ago
- 69660fd x86, mm: introduce _PAGE_DEVMAP by Dan Williams · 9 years ago
- 6d8113c frv: fix compiler warning from definition of __pmd() by Dan Williams · 9 years ago
- 888cdbc hugetlb: fix compile error on tile by Dan Williams · 9 years ago
- 083fc21 avr32: convert to asm-generic/memory_model.h by Dan Williams · 9 years ago
- d2c0f04 libnvdimm, pfn, pmem: allocate memmap array in persistent memory by Dan Williams · 9 years ago
- 4b94ffd x86, mm: introduce vmem_altmap to augment vmemmap_populate() by Dan Williams · 9 years ago
- 9476df7 mm: introduce find_dev_pagemap() by Dan Williams · 9 years ago
- 260ae3f mm: skip memory block registration for ZONE_DEVICE by Dan Williams · 9 years ago
- 34c0fd5 mm, dax, pmem: introduce pfn_t by Dan Williams · 9 years ago
- ba049e9 kvm: rename pfn_t to kvm_pfn_t by Dan Williams · 9 years ago
- 16da306 um: kill pfn_t by Dan Williams · 9 years ago
- 59bf4fb dax: Split pmd map when fallback on COW by Toshi Kani · 9 years ago
- 01871e5 mm, dax: fix livelock, allow dax pmd mappings to become writeable by Ross Zwisler · 9 years ago
- b2e0d16 dax: fix lifetime of in-kernel dax mappings with dax_map_atomic() by Dan Williams · 9 years ago
- fe683ad dax: guarantee page aligned results from bdev_direct_access() by Dan Williams · 9 years ago
- 0e749e5 dax: increase granularity of dax_clear_blocks() operations by Dan Williams · 9 years ago
- 52db400 pmem, dax: clean up clear_pmem() by Dan Williams · 9 years ago
- bd56086 thp: fix split_huge_page() after mremap() of THP by Kirill A. Shutemov · 9 years ago
- b8d3c4c mm/huge_memory.c: don't split THP page when MADV_FREE syscall is called by Minchan Kim · 9 years ago
- 05ee26d arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP by Minchan Kim · 9 years ago
- 4484204 arch/arm/include/asm/pgtable-3level.h: add pmd_mkclean for THP by Minchan Kim · 9 years ago
- d5d6a44 arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THP by Minchan Kim · 9 years ago
- 79cedb8 arch/sparc/include/asm/pgtable_64.h: add pmd_[dirty|mkclean] for THP by Minchan Kim · 9 years ago
- 590a471 arch/x86/include/asm/pgtable.h: add pmd_[dirty|mkclean] for THP by Minchan Kim · 9 years ago
- 337ed7e mm/ksm.c: mark stable page dirty by Minchan Kim · 9 years ago
- 10853a0 mm: move lazily freed pages to inactive list by Minchan Kim · 9 years ago
- 64b42bc mm/madvise.c: free swp_entry in madvise_free by Minchan Kim · 9 years ago
- 21f55b0 arch/*/include/uapi/asm/mman.h: : let MADV_FREE have same value for all architectures by Chen Gang · 9 years ago
- ef58978 mm: define MADV_FREE for some arches by Minchan Kim · 9 years ago
- 854e9ed mm: support madvise(MADV_FREE) by Minchan Kim · 9 years ago
- 17ec4cd zram: don't call idr_remove() from zram_remove() by Jerome Marchand · 9 years ago
- 8749cfe mm: add page_check_address_transhuge() helper by Vladimir Davydov · 9 years ago
- d965432 thp: increase split_huge_page() success rate by Kirill A. Shutemov · 9 years ago
- 49071d4 thp: add debugfs handle to split all huge pages by Kirill A. Shutemov · 9 years ago
- b20ce5e mm: prepare page_referenced() and page_idle to new THP refcounting by Kirill A. Shutemov · 9 years ago
- e90309c thp: allow mlocked THP again by Kirill A. Shutemov · 9 years ago
- a46e637 thp: update documentation by Kirill A. Shutemov · 9 years ago
- 61f5d69 mm: re-enable THP by Kirill A. Shutemov · 9 years ago
- 9a98225 thp: introduce deferred_split_huge_page() by Kirill A. Shutemov · 9 years ago
- 248db92 migrate_pages: try to split pages on queuing by Kirill A. Shutemov · 9 years ago
- e9b61f1 thp: reintroduce split_huge_page() by Kirill A. Shutemov · 9 years ago
- 4e41a30 mm: hwpoison: adjust for new thp refcounting by Naoya Horiguchi · 9 years ago
- d96b339 mm: soft-offline: check return value in second __get_any_page() call by Naoya Horiguchi · 9 years ago
- 4d2fa96 thp, mm: split_huge_page(): caller need to lock page by Kirill A. Shutemov · 9 years ago
- ba98828 thp: add option to setup migration entries during PMD split by Kirill A. Shutemov · 9 years ago
- eef1b3b thp: implement split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- e81c480 mm, numa: skip PTE-mapped THP on numa fault by Kirill A. Shutemov · 9 years ago
- e1534ae mm: differentiate page_mapped() from page_mapcount() for compound pages by Kirill A. Shutemov · 9 years ago
- 53f9263 mm: rework mapcount accounting to enable 4k mapping of THPs by Kirill A. Shutemov · 9 years ago
- 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 1f19617 x86, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 702b63c tile, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 99f1bc0 sparc, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- fecffad s390, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 7aa9a23 powerpc, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- b278737 mips, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 0ebd744 arm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- b7ed934 arm64, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
- 3ac808f mm, thp: remove compound_lock() by Kirill A. Shutemov · 9 years ago
- f765f54 ksm: prepare to new THP semantics by Kirill A. Shutemov · 9 years ago
- 14d27ab futex, thp: remove special case for THP in get_futex_key by Kirill A. Shutemov · 9 years ago
- ddc58f2 mm: drop tail page refcounting by Kirill A. Shutemov · 9 years ago
- ad0bed2 thp: drop all split_huge_page()-related code by Kirill A. Shutemov · 9 years ago
- 56a17b8 mm: temporarily mark THP broken by Kirill A. Shutemov · 9 years ago
- 122afea mm, vmstats: new THP splitting event by Kirill A. Shutemov · 9 years ago
- 78ddc53 thp: rename split_huge_page_pmd() to split_huge_pmd() by Kirill A. Shutemov · 9 years ago
- b1caa95 khugepaged: ignore pmd tables with THP mapped with ptes by Kirill A. Shutemov · 9 years ago
- 7479df6 thp, mlock: do not allow huge pages in mlocked area by Kirill A. Shutemov · 9 years ago
- 7aef417 mm: handle PTE-mapped tail pages in gerneric fast gup implementaiton by Kirill A. Shutemov · 9 years ago
- 6742d29 mm: adjust FOLL_SPLIT for new refcounting by Kirill A. Shutemov · 9 years ago