index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm_types.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: fold page->_last_nid into page->flags where possible
Peter Zijlstra
2013-02-23
1
-1
/
+1
*
mm: move page flags layout to separate header
Peter Zijlstra
2013-02-23
1
-0
/
+1
*
mm: numa: fix minor typo in numa_next_scan
Mel Gorman
2013-02-23
1
-3
/
+3
*
Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2012-12-18
1
-5
/
+2
|
\
|
*
slub: Commonize slab_cache field in struct page
Glauber Costa
2012-10-24
1
-5
/
+2
*
|
Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2012-12-16
1
-0
/
+31
|
\
\
|
*
|
mm: sched: numa: Delay PTE scanning until a task is scheduled on a new node
Mel Gorman
2012-12-11
1
-0
/
+10
|
*
|
mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrate
Mel Gorman
2012-12-11
1
-0
/
+3
|
*
|
mm: numa: Introduce last_nid to the page frame
Mel Gorman
2012-12-11
1
-0
/
+4
|
*
|
mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) rate
Peter Zijlstra
2012-12-11
1
-0
/
+3
|
*
|
mm: numa: Add fault driven placement and migration
Peter Zijlstra
2012-12-11
1
-0
/
+11
|
|
/
*
|
mm: rearrange vm_area_struct for fewer cache misses
Rik van Riel
2012-12-11
1
-4
/
+8
*
|
mm: augment vma rbtree with rb_subtree_gap
Michel Lespinasse
2012-12-11
1
-0
/
+9
|
/
*
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
2012-10-09
1
-9
/
+5
*
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
2012-10-09
1
-1
/
+0
*
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
Konstantin Khlebnikov
2012-10-09
1
-1
/
+0
*
mm: introduce __GFP_MEMALLOC to allow access to emergency reserves
Mel Gorman
2012-07-31
1
-1
/
+1
*
mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages
Mel Gorman
2012-07-31
1
-0
/
+9
*
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
2012-07-30
1
-2
/
+9
|
\
|
*
slab: Use page struct fields instead of casting
Christoph Lameter
2012-06-14
1
-0
/
+4
|
*
slob: Define page struct fields used in mm_types.h
Christoph Lameter
2012-06-14
1
-2
/
+5
*
|
mm: fix slab->page _count corruption when using slub
Pravin B Shelar
2012-06-20
1
-0
/
+10
|
/
*
mm: remove swap token code
Rik van Riel
2012-05-29
1
-11
/
+0
*
uprobes/core: Allocate XOL slots for uprobes use
Srikar Dronamraju
2012-03-31
1
-0
/
+2
*
mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL
Heiko Carstens
2012-01-12
1
-5
/
+4
*
mm: thp: tail page refcounting fix
Andrea Arcangeli
2011-11-02
1
-4
/
+17
*
mm: add comments to explain mm_struct fields
Christoph Lameter
2011-10-31
1
-2
/
+9
*
mm: distinguish between mlocked and pinned pages
Christoph Lameter
2011-10-31
1
-1
/
+1
*
oom: remove oom_disable_count
David Rientjes
2011-10-31
1
-3
/
+0
*
-
.
Merge branches 'slab/next' and 'slub/partial' into slab/for-linus
Pekka Enberg
2011-10-26
1
-1
/
+13
|
\
\
|
|
*
slub: per cpu cache for partial pages
Christoph Lameter
2011-08-19
1
-1
/
+13
|
|
/
*
/
mm: add a "struct page_frag" type containing a page, offset and length
Ian Campbell
2011-10-20
1
-0
/
+11
|
/
*
Avoid duplicate _count variables in page_struct
Christoph Lameter
2011-07-18
1
-18
/
+19
*
Revert "SLUB: Fix build breakage in linux/mm_types.h"
Pekka Enberg
2011-07-18
1
-10
/
+15
*
SLUB: Fix build breakage in linux/mm_types.h
Christoph Lameter
2011-07-07
1
-15
/
+10
*
mm: Rearrange struct page
Christoph Lameter
2011-07-02
1
-28
/
+59
*
slub: Do not use frozen page flag but a bit in the page counters
Christoph Lameter
2011-07-02
1
-2
/
+3
*
mm: Fix boot crash in mm_alloc()
Linus Torvalds
2011-05-29
1
-2
/
+12
*
mm: extract exe_file handling from procfs
Jiri Slaby
2011-05-26
1
-2
/
+0
*
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
2011-05-26
1
-1
/
+3
*
mm: delete non-atomic mm counter implementation
Matt Fleming
2011-05-25
1
-6
/
+3
*
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
KOSAKI Motohiro
2011-05-25
1
-3
/
+6
*
mm: Remove i_mmap_lock lockbreak
Peter Zijlstra
2011-05-25
1
-1
/
+0
*
mm: mm_struct: remove 16 bytes of alignment padding on 64 bit builds
Richard Kennedy
2011-03-22
1
-3
/
+5
*
thp: add pmd_huge_pte to mm_struct
Andrea Arcangeli
2011-01-13
1
-0
/
+3
*
oom: add per-mm oom disable count
Ying Han
2010-10-26
1
-0
/
+2
*
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
2010-08-23
1
-1
/
+1
|
\
|
*
kernel: __rcu annotations
Arnd Bergmann
2010-08-19
1
-1
/
+1
*
|
mm: make the vma list be doubly linked
Linus Torvalds
2010-08-21
1
-1
/
+1
|
/
*
nommu: fix build breakage
KAMEZAWA Hiroyuki
2010-03-12
1
-1
/
+1
[next]