index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
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
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
2009-06-16
Merge branch 'akpm'
Linus Torvalds
1
-0
/
+2
2009-06-16
oom: move oom_adj value from task_struct to mm_struct
David Rientjes
1
-0
/
+2
2009-06-13
kmemcheck: add the kmemcheck core
Vegard Nossum
1
-0
/
+8
2009-04-02
generic debug pagealloc: build fix
Akinobu Mita
1
-3
/
+3
2009-04-01
generic debug pagealloc
Akinobu Mita
1
-0
/
+4
2009-03-12
cpumask: mm_cpumask for accessing the struct mm_struct's cpu_vm_mask.
Rusty Russell
1
-0
/
+3
2009-01-08
NOMMU: Make mmap allocation page trimming behaviour configurable.
Paul Mundt
1
-0
/
+1
2009-01-08
NOMMU: Make VMAs per MM as for MMU-mode linux
David Howells
1
-1
/
+17
2008-12-29
aio: make the lookup_ioctx() lockless
Jens Axboe
1
-2
/
+3
2008-10-20
memcg: allocate all page_cgroup at boot
KAMEZAWA Hiroyuki
1
-3
/
+0
2008-09-10
mm: define USE_SPLIT_PTLOCKS rather than repeating expression
Jeremy Fitzhardinge
1
-4
/
+6
2008-08-16
mm: VM_flags comment fixes
Hugh Dickins
1
-1
/
+1
2008-07-28
mmu-notifiers: core
Andrea Arcangeli
1
-0
/
+4
2008-07-25
coredump: kill mm->core_done
Oleg Nesterov
1
-3
/
+1
2008-07-25
coredump: construct the list of coredumping threads at startup time
Oleg Nesterov
1
-0
/
+6
2008-07-25
coredump: turn core_state->nr_threads into atomic_t
Oleg Nesterov
1
-1
/
+1
2008-07-25
coredump: move mm->core_waiters into struct core_state
Oleg Nesterov
1
-1
/
+1
2008-07-25
coredump: turn mm->core_startup_done into the pointer to struct core_state
Oleg Nesterov
1
-1
/
+6
2008-05-13
memcg: fix possible panic when CONFIG_MM_OWNER=y
KOSAKI Motohiro
1
-2
/
+11
2008-04-29
procfs task exe symlink
Matt Helsley
1
-0
/
+6
2008-04-29
cgroups: add an owner to the mm_struct
Balbir Singh
1
-2
/
+3
[next]