index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: do not allocate page->ptl dynamically, if spinlock_t fits to long
Kirill A. Shutemov
2013-12-20
1
-3
/
+3
*
Revert "mm: create a separate slab for page->ptl allocation"
Linus Torvalds
2013-11-20
1
-9
/
+0
*
mm: create a separate slab for page->ptl allocation
Kirill A. Shutemov
2013-11-15
1
-0
/
+9
*
mm: properly separate the bloated ptl from the regular case
Peter Zijlstra
2013-11-15
1
-11
/
+13
*
mm: dynamically allocate page->ptl if it cannot be embedded to struct page
Kirill A. Shutemov
2013-11-15
1
-20
/
+61
*
mm: allow pgtable_page_ctor() to fail
Kirill A. Shutemov
2013-11-15
1
-1
/
+2
*
mm: implement split page table lock for PMD level
Kirill A. Shutemov
2013-11-15
1
-0
/
+32
*
mm, thp: do not access mm->pmd_huge_pte directly
Kirill A. Shutemov
2013-11-15
1
-0
/
+1
*
mm: introduce api for split page table lock for PMD level
Kirill A. Shutemov
2013-11-15
1
-0
/
+13
*
mm: rename USE_SPLIT_PTLOCKS to USE_SPLIT_PTE_PTLOCKS
Kirill A. Shutemov
2013-11-15
1
-3
/
+3
*
mm/memblock.c: introduce bottom-up allocation mode
Tang Chen
2013-11-13
1
-0
/
+4
*
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...
Linus Torvalds
2013-11-12
1
-0
/
+14
|
\
|
*
powerpc: Prepare to support kernel handling of IOMMU map/unmap
Alexey Kardashevskiy
2013-10-11
1
-0
/
+14
*
|
sched/numa: Use {cpu, pid} to create task groups for shared faults
Peter Zijlstra
2013-10-09
1
-0
/
+11
*
|
mm: numa: Change page last {nid,pid} into {cpu,pid}
Peter Zijlstra
2013-10-09
1
-40
/
+50
*
|
sched/numa: Set preferred NUMA node based on number of private faults
Mel Gorman
2013-10-09
1
-22
/
+67
|
/
*
thp: consolidate code between handle_mm_fault() and do_huge_pmd_anonymous_page()
Kirill A. Shutemov
2013-09-12
1
-1
/
+2
*
truncate: drop 'oldsize' truncate_pagecache() parameter
Kirill A. Shutemov
2013-09-12
1
-1
/
+1
*
arch: mm: pass userspace fault flag to generic fault handler
Johannes Weiner
2013-09-12
1
-0
/
+1
*
mm/hwpoison: don't need to hold compound lock for hugetlbfs page
Wanpeng Li
2013-09-11
1
-14
/
+0
*
mm: munlock: manual pte walk in fast path instead of follow_page_mask()
Vlastimil Babka
2013-09-11
1
-6
/
+6
*
mm: track vma changes with VM_SOFTDIRTY bit
Cyrill Gorcunov
2013-09-11
1
-0
/
+6
*
Merge branch 'x86/mce' into x86/ras
Ingo Molnar
2013-08-12
1
-0
/
+1
|
\
|
*
mce: acpi/apei: Soft-offline a page on firmware GHES notification
Naveen N. Rao
2013-07-10
1
-0
/
+1
*
|
mm: remove unused VM_<READfoo> macros and expand other in-place
Joe Perches
2013-07-09
1
-6
/
+0
*
|
mm: introduce helper function set_max_mapnr()
Jiang Liu
2013-07-03
1
-1
/
+8
*
|
mm: kill global variable num_physpages
Jiang Liu
2013-07-03
1
-1
/
+0
*
|
mm: introduce helper function mem_init_print_info() to simplify mem_init()
Jiang Liu
2013-07-03
1
-0
/
+12
*
|
mm: use a dedicated lock to protect totalram_pages and zone->managed_pages
Jiang Liu
2013-07-03
1
-4
/
+2
*
|
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
2013-07-03
1
-3
/
+4
*
|
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
2013-07-03
1
-3
/
+2
*
|
include/linux/mm.h: add PAGE_ALIGNED() helper
Andrew Morton
2013-07-03
1
-0
/
+3
*
|
mm: change invalidatepage prototype to accept length
Lukas Czerner
2013-05-21
1
-1
/
+2
|
/
*
include/linux/mm.h: complete the mm_walk definition
Andrew Morton
2013-05-07
1
-7
/
+13
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-3
/
+0
|
\
|
*
make do_mremap() static
Al Viro
2013-03-04
1
-3
/
+0
*
|
mm: replace hardcoded 3% with admin_reserve_pages knob
Andrew Shewmaker
2013-04-29
1
-0
/
+1
*
|
mm: limit growth of 3% hardcoded other user reserve
Andrew Shewmaker
2013-04-29
1
-0
/
+2
*
|
page_alloc: make setup_nr_node_ids() usable for arch init code
Cody P Schafer
2013-04-29
1
-0
/
+6
*
|
sparse-vmemmap: specify vmemmap population range in bytes
Johannes Weiner
2013-04-29
1
-4
/
+4
*
|
fs: don't compile in drop_caches.c when CONFIG_SYSCTL=n
Josh Triplett
2013-04-29
1
-0
/
+4
*
|
mm: introduce free_highmem_page() helper to free highmem pages into buddy system
Jiang Liu
2013-04-29
1
-0
/
+7
*
|
mm: introduce common help functions to deal with reserved/managed pages
Jiang Liu
2013-04-29
1
-0
/
+48
*
|
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
2013-04-29
1
-1
/
+2
*
|
vm: add vm_iomap_memory() helper function
Linus Torvalds
2013-04-16
1
-0
/
+2
*
|
Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...
Michel Lespinasse
2013-03-28
1
-1
/
+0
|
/
*
Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2013-03-03
1
-0
/
+2
|
\
|
*
mm: define VM_GROWSUP for CONFIG_METAG
James Hogan
2013-03-02
1
-0
/
+2
*
|
x86, ACPI, mm: Revert movablemem_map support
Yinghai Lu
2013-03-02
1
-18
/
+0
*
|
mm,ksm: FOLL_MIGRATION do migration_entry_wait
Hugh Dickins
2013-02-23
1
-0
/
+1
[next]