index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm_types.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-11
mm: rearrange vm_area_struct for fewer cache misses
Rik van Riel
1
-4
/
+8
2012-12-11
mm: augment vma rbtree with rb_subtree_gap
Michel Lespinasse
1
-0
/
+9
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
1
-9
/
+5
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-1
/
+0
2012-10-09
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
Konstantin Khlebnikov
1
-1
/
+0
2012-07-31
mm: introduce __GFP_MEMALLOC to allow access to emergency reserves
Mel Gorman
1
-1
/
+1
2012-07-31
mm: sl[au]b: add knowledge of PFMEMALLOC reserve pages
Mel Gorman
1
-0
/
+9
2012-07-30
Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-2
/
+9
2012-06-20
mm: fix slab->page _count corruption when using slub
Pravin B Shelar
1
-0
/
+10
2012-06-14
slab: Use page struct fields instead of casting
Christoph Lameter
1
-0
/
+4
2012-06-14
slob: Define page struct fields used in mm_types.h
Christoph Lameter
1
-2
/
+5
2012-05-29
mm: remove swap token code
Rik van Riel
1
-11
/
+0
2012-03-31
uprobes/core: Allocate XOL slots for uprobes use
Srikar Dronamraju
1
-0
/
+2
2012-01-12
mm,slub,x86: decouple size of struct page from CONFIG_CMPXCHG_LOCAL
Heiko Carstens
1
-5
/
+4
2011-11-02
mm: thp: tail page refcounting fix
Andrea Arcangeli
1
-4
/
+17
2011-10-31
mm: add comments to explain mm_struct fields
Christoph Lameter
1
-2
/
+9
2011-10-31
mm: distinguish between mlocked and pinned pages
Christoph Lameter
1
-1
/
+1
2011-10-31
oom: remove oom_disable_count
David Rientjes
1
-3
/
+0
2011-10-26
Merge branches 'slab/next' and 'slub/partial' into slab/for-linus
Pekka Enberg
1
-1
/
+13
2011-10-20
mm: add a "struct page_frag" type containing a page, offset and length
Ian Campbell
1
-0
/
+11
2011-08-19
slub: per cpu cache for partial pages
Christoph Lameter
1
-1
/
+13
2011-07-18
Avoid duplicate _count variables in page_struct
Christoph Lameter
1
-18
/
+19
2011-07-18
Revert "SLUB: Fix build breakage in linux/mm_types.h"
Pekka Enberg
1
-10
/
+15
2011-07-07
SLUB: Fix build breakage in linux/mm_types.h
Christoph Lameter
1
-15
/
+10
2011-07-02
mm: Rearrange struct page
Christoph Lameter
1
-28
/
+59
2011-07-02
slub: Do not use frozen page flag but a bit in the page counters
Christoph Lameter
1
-2
/
+3
2011-05-29
mm: Fix boot crash in mm_alloc()
Linus Torvalds
1
-2
/
+12
2011-05-26
mm: extract exe_file handling from procfs
Jiri Slaby
1
-2
/
+0
2011-05-26
mm: don't access vm_flags as 'int'
KOSAKI Motohiro
1
-1
/
+3
2011-05-25
mm: delete non-atomic mm counter implementation
Matt Fleming
1
-6
/
+3
2011-05-25
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
KOSAKI Motohiro
1
-3
/
+6
2011-05-25
mm: Remove i_mmap_lock lockbreak
Peter Zijlstra
1
-1
/
+0
2011-03-22
mm: mm_struct: remove 16 bytes of alignment padding on 64 bit builds
Richard Kennedy
1
-3
/
+5
2011-01-13
thp: add pmd_huge_pte to mm_struct
Andrea Arcangeli
1
-0
/
+3
2010-10-26
oom: add per-mm oom disable count
Ying Han
1
-0
/
+2
2010-08-23
Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Ingo Molnar
1
-1
/
+1
2010-08-21
mm: make the vma list be doubly linked
Linus Torvalds
1
-1
/
+1
2010-08-19
kernel: __rcu annotations
Arnd Bergmann
1
-1
/
+1
2010-03-12
nommu: fix build breakage
KAMEZAWA Hiroyuki
1
-1
/
+1
2010-03-06
mm: change anon_vma linking to fix multi-process server scalability issue
Rik van Riel
1
-1
/
+2
2010-03-06
mm: count swap usage
KAMEZAWA Hiroyuki
1
-0
/
+1
2010-03-06
mm: avoid false sharing of mm_counter
KAMEZAWA Hiroyuki
1
-0
/
+6
2010-03-06
mm: clean up mm_counter
KAMEZAWA Hiroyuki
1
-11
/
+22
2010-01-16
nommu: don't need get_unmapped_area() for NOMMU
David Howells
1
-0
/
+2
2010-01-16
nommu: struct vm_region's vm_usage count need not be atomic
David Howells
1
-1
/
+1
2010-01-06
NOMMU: Avoiding duplicate icache flushes of shared maps
Mike Frysinger
1
-0
/
+2
2009-09-27
const: mark struct vm_struct_operations
Alexey Dobriyan
1
-1
/
+1
2009-09-24
task_struct cleanup: move binfmt field to mm_struct
Hiroshi Shimamoto
1
-0
/
+2
2009-09-24
aio: ifdef fields in mm_struct
Alexey Dobriyan
1
-3
/
+2
2009-08-18
mm: revert "oom: move oom_adj value"
KOSAKI Motohiro
1
-2
/
+0
[next]