index
:
~syeh/repos_linux
drm-vmwgfx-fixes
drm-vmwgfx-fixes-4_10
drm-vmwgfx-next
syeh-atomic
vmwgfx pull request repo
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
mm.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-10-09
mm: replace vma prio_tree with an interval tree
Michel Lespinasse
1
-13
/
+17
2012-10-09
mm: compaction: capture a suitable high-order page immediately when it is mad...
Mel Gorman
1
-0
/
+1
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-2
/
+1
2012-10-09
mm: prepare VM_DONTDUMP for using in drivers
Konstantin Khlebnikov
1
-1
/
+1
2012-10-09
mm: kill vma flag VM_EXECUTABLE and mm->num_exe_file_vmas
Konstantin Khlebnikov
1
-4
/
+0
2012-10-09
mm: kill vma flag VM_CAN_NONLINEAR
Konstantin Khlebnikov
1
-3
/
+4
2012-10-09
mm: kill vma flag VM_INSERTPAGE
Konstantin Khlebnikov
1
-1
/
+0
2012-10-09
mm: introduce arch-specific vma flag VM_ARCH_1
Konstantin Khlebnikov
1
-13
/
+21
2012-10-09
mm, x86, pat: rework linear pfn-mmap tracking
Konstantin Khlebnikov
1
-19
/
+1
2012-08-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-0
/
+1
2012-07-31
mm: add get_kernel_page[s] for pinning of kernel addresses for I/O
Mel Gorman
1
-0
/
+4
2012-07-31
mm: methods for teaching filesystems about PG_swapcache pages
Mel Gorman
1
-0
/
+25
2012-07-31
mm/hotplug: free zone->pageset when a zone becomes empty
Jiang Liu
1
-0
/
+1
2012-07-31
mm: account the total_vm in the vm_stat_account()
Huang Shijie
1
-0
/
+1
2012-07-31
mm: Make default vm_ops provide ->page_mkwrite handler
Jan Kara
1
-0
/
+1
2012-07-11
x86/mce: Fix siginfo_t->si_addr value for non-recoverable memory faults
Tony Luck
1
-0
/
+1
2012-06-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2012-06-01
switch aio and shm to do_mmap_pgoff(), make do_mmap() static
Al Viro
1
-1
/
+1
2012-05-29
mm: fix slab->page flags corruption
Pravin B Shelar
1
-0
/
+2
2012-05-29
mm/fs: remove truncate_range
Hugh Dickins
1
-4
/
+0
2012-05-06
vm: remove 'nr_accounted' calculations from the unmap_vmas() interfaces
Linus Torvalds
1
-3
/
+2
2012-05-06
vm: simplify unmap_vmas() calling convention
Linus Torvalds
1
-2
/
+1
2012-04-21
kill mm argument of vm_munmap()
Al Viro
1
-1
/
+1
2012-04-20
VM: add "vm_mmap()" helper function
Linus Torvalds
1
-17
/
+6
2012-04-20
VM: add "vm_munmap()" helper function
Linus Torvalds
1
-0
/
+1
2012-04-20
VM: add "vm_brk()" helper function
Linus Torvalds
1
-1
/
+2
2012-03-28
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-1
/
+1
2012-03-28
mm for fs: add truncate_pagecache_range()
Hugh Dickins
1
-1
/
+1
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...
Linus Torvalds
1
-0
/
+2
2012-03-28
Move all declarations of free_initmem() to linux/mm.h
David Howells
1
-0
/
+2
2012-03-24
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
1
-0
/
+1
2012-03-23
coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP
Jason Baron
1
-0
/
+1
2012-03-23
coredump: remove VM_ALWAYSDUMP flag
Jason Baron
1
-1
/
+0
2012-03-22
Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2012-03-22
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-14
/
+16
2012-03-21
page_alloc.c: remove add_from_early_node_map()
Kautuk Consul
1
-2
/
+0
2012-03-21
mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat()
David Rientjes
1
-2
/
+2
2012-03-21
procfs: mark thread stack correctly in proc/<pid>/maps
Siddhesh Poyarekar
1
-0
/
+3
2012-03-21
mm: make get_mm_counter static-inline
Konstantin Khlebnikov
1
-10
/
+11
2012-03-20
VM: make unmap_vmas() return void
Al Viro
1
-1
/
+1
2012-03-20
VM: make zap_page_range() return void
Al Viro
1
-1
/
+1
2012-03-04
BUG: headers with BUG/BUG_ON etc. need linux/bug.h
Paul Gortmaker
1
-0
/
+1
2012-01-26
Merge tag 'mce-recovery-for-tip' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
1
-2
/
+2
2012-01-11
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+0
2012-01-10
procfs: introduce the /proc/<pid>/map_files/ directory
Pavel Emelyanov
1
-0
/
+12
2012-01-10
mm: more intensive memory corruption debugging
Stanislaw Gruszka
1
-0
/
+17
2012-01-03
HWPOISON: Add code to handle "action required" errors.
Tony Luck
1
-0
/
+1
2012-01-03
HWPOISON: Clean up memory_failure() vs. __memory_failure()
Tony Luck
1
-2
/
+1
2011-12-20
Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...
Ingo Molnar
1
-22
/
+12
2011-12-09
vmscan: use atomic-long for shrinker batching
Konstantin Khlebnikov
1
-0
/
+1
[next]