aboutsummaryrefslogtreecommitdiff
path: root/mm/memory.c
AgeCommit message (Expand)Author
2013-11-20Revert "mm: create a separate slab for page->ptl allocation"Linus Torvalds
2013-11-15mm: create a separate slab for page->ptl allocationKirill A. Shutemov
2013-11-15mm: properly separate the bloated ptl from the regular casePeter Zijlstra
2013-11-15mm: dynamically allocate page->ptl if it cannot be embedded to struct pageKirill A. Shutemov
2013-11-15mm: convert the rest to new page table lock apiKirill A. Shutemov
2013-11-15mm: convert mm->nr_ptes to atomic_long_tKirill A. Shutemov
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13mm: remove obsolete comments about page table lockNaoya Horiguchi
2013-11-01Merge branch 'linus' into sched/coreIngo Molnar
2013-10-29mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-10-24file->f_op is never NULL...Al Viro
2013-10-16mm: memcg: handle non-error OOM situations more gracefullyJohannes Weiner
2013-10-16mm: migration: do not lose soft dirty bit if page is in migration stateCyrill Gorcunov
2013-10-09sched/numa: Adjust scan rate in task_numa_placementRik van Riel
2013-10-09sched/numa: Be more careful about joining numa groupsRik van Riel
2013-10-09mm: numa: Do not batch handle PMD pagesMel Gorman
2013-10-09mm: numa: Do not group on RO pagesPeter Zijlstra
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra
2013-10-09mm: numa: Change page last {nid,pid} into {cpu,pid}Peter Zijlstra
2013-10-09sched/numa: Set preferred NUMA node based on number of private faultsMel Gorman
2013-10-09mm: numa: Scan pages with elevated page_mapcountMel Gorman
2013-10-09sched/numa: Add infrastructure for split shared/private accounting of NUMA hi...Mel Gorman
2013-10-09mm: numa: Do not migrate or account for hinting faults on the zero pageMel Gorman
2013-10-09mm: numa: Sanitize task_numa_fault() callsitesMel Gorman
2013-09-12thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()Kirill A. Shutemov
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-11mm: migrate: add hugepage migration code to move_pages()Naoya Horiguchi
2013-09-11mm: move pgtable related functions to right placeJoonsoo Kim
2013-08-18Merge 3.11-rc6 into char-misc-nextGreg Kroah-Hartman
2013-08-16Fix TLB gather virtual address range invalidation corner casesLinus Torvalds
2013-08-13mm: save soft-dirty bits on file pagesCyrill Gorcunov
2013-08-13mm: save soft-dirty bits on swapped pagesCyrill Gorcunov
2013-08-12mm: make generic_access_phys available for modulesUwe Kleine-König
2013-07-09mm: remove unused VM_<READfoo> macros and expand other in-placeJoe Perches
2013-07-03mm: kill global variable num_physpagesJiang Liu
2013-07-03mm: fix the TLB range flushed when __tlb_remove_page() runs out of slotsVineet Gupta
2013-07-03mm: use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin
2013-07-02Merge branch 'sched-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2013-06-06arch, mm: Remove tlb_fast_mode()Peter Zijlstra
2013-05-28mm, sched: Allow uaccess in atomic with pagefault_disable()Michael S. Tsirkin
2013-05-28mm, sched: Drop voluntary schedule from might_fault()Michael S. Tsirkin
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-29THP: fix comment about memory barrierMinchan Kim
2013-04-29mm: Convert print_symbol to %pSRJoe Perches
2013-04-16vm: add vm_iomap_memory() helper functionLinus Torvalds
2013-04-12x86-32: Fix possible incomplete TLB invalidate with PAE pagetablesDave Hansen
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-23mm: cleanup "swapcache" in do_swap_pageHugh Dickins