index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm_types.h
Age
Commit message (
Expand
)
Author
2015-11-06
mm: use 'unsigned int' for compound_dtor/compound_order on 64BIT
Kirill A. Shutemov
2015-11-06
mm: make compound_head() robust
Kirill A. Shutemov
2015-11-06
mm: pack compound_dtor and compound_order into one word in struct page
Kirill A. Shutemov
2015-11-06
mm: drop page->slab_page
Kirill A. Shutemov
2015-11-05
mm: hugetlb: proc: add HugetlbPages field to /proc/PID/status
Naoya Horiguchi
2015-09-08
mm: drop __nocast from vm_flags_t definition
Kirill A. Shutemov
2015-09-04
x86, mm: trace when an IPI is about to be sent
Mel Gorman
2015-09-04
userfaultfd: add vm_userfaultfd_ctx to the vm_area_struct
Andrea Arcangeli
2015-08-21
mm: make page pfmemalloc check more robust
Michal Hocko
2015-05-12
mm/net: Rename and move page fragment handling from net/ to mm/
Alexander Duyck
2015-04-17
mm: rcu-protected get_mm_exe_file()
Konstantin Khlebnikov
2015-04-14
mm: do not add nr_pmds into mm_struct if PMD is folded
Kirill A. Shutemov
2015-02-11
mm: account pmd page tables to the process
Kirill A. Shutemov
2015-02-11
mm: add fields for compound destructor and order into struct page
Kirill A. Shutemov
2015-02-10
mm: replace vma->sharead.linear with vma->shared
Kirill A. Shutemov
2015-02-10
rmap: drop support of non-linear mappings
Kirill A. Shutemov
2014-12-13
mm/debug-pagealloc: prepare boottime configurable on/off
Joonsoo Kim
2014-12-13
mm: move swp_entry_t definition to include/linux/mm_types.h
Tejun Heo
2014-12-10
mm: embed the memcg pointer directly into struct page
Johannes Weiner
2014-11-18
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
2014-08-08
fork/exec: cleanup mm initialization
Vladimir Davydov
2014-07-31
x86/mm: Add tracepoints for TLB flushes
Dave Hansen
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
2014-06-04
memcg: kill CONFIG_MM_OWNER
Oleg Nesterov
2014-05-20
x86, mm: Improve _install_special_mapping and fix x86 vdso naming
Andy Lutomirski
2014-04-13
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2014-04-11
mm: slab/slub: use page->list consistently instead of page->lru
Dave Hansen
2014-04-07
mm: per-thread vma caching
Davidlohr Bueso
2013-12-20
mm: do not allocate page->ptl dynamically, if spinlock_t fits to long
Kirill A. Shutemov
2013-12-18
mm: numa: guarantee that tlb_flush_pending updates are visible before page ta...
Mel Gorman
2013-12-18
mm: fix TLB flush race between migration, and change_protection_range
Rik van Riel
2013-11-22
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2013-11-21
mm: place page->pmd_huge_pte to right union
Kirill A. Shutemov
2013-11-15
mm: properly separate the bloated ptl from the regular case
Peter Zijlstra
2013-11-15
mm: dynamically allocate page->ptl if it cannot be embedded to struct page
Kirill A. Shutemov
2013-11-15
mm: implement split page table lock for PMD level
Kirill A. Shutemov
2013-11-15
mm: convert mm->nr_ptes to atomic_long_t
Kirill A. Shutemov
2013-11-15
mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
Kirill A. Shutemov
2013-10-24
slab: use struct page for slab management
Joonsoo Kim
2013-10-24
slab: overloading the RCU head over the LRU for RCU free
Joonsoo Kim
2013-10-09
sched/numa: Remove the numa_balancing_scan_period_reset sysctl
Mel Gorman
2013-10-09
mm: numa: Change page last {nid,pid} into {cpu,pid}
Peter Zijlstra
2013-10-09
sched/numa: Set preferred NUMA node based on number of private faults
Mel Gorman
2013-10-09
Revert "mm: sched: numa: Delay PTE scanning until a task is scheduled on a ne...
Mel Gorman
2013-09-13
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2013-08-22
x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member
Radu Caragea
2013-07-30
aio: convert the ioctx list to table lookup v3
Benjamin LaHaise
2013-07-10
mm: remove free_area_cache
Michel Lespinasse
2013-02-23
mm: fold page->_last_nid into page->flags where possible
Peter Zijlstra
2013-02-23
mm: move page flags layout to separate header
Peter Zijlstra
[next]