index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
internal.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-16
HWPOISON: add an interface to switch off/on all the page filters
Haicheng Li
1
-0
/
+1
2009-12-16
HWPOISON: add memory cgroup filter
Andi Kleen
1
-0
/
+1
2009-12-16
HWPOISON: add page flags filter
Wu Fengguang
1
-0
/
+2
2009-12-16
HWPOISON: limit hwpoison injector to known page types
Wu Fengguang
1
-0
/
+2
2009-12-16
HWPOISON: add fs/device filters
Wu Fengguang
1
-0
/
+3
2009-12-16
HWPOISON: detect free buddy pages explicitly
Wu Fengguang
1
-0
/
+3
2009-12-15
mm: remove unevictable_migrate_page function
Lee Schermerhorn
1
-12
/
+0
2009-12-15
ksm: fix mlockfreed to munlocked
Hugh Dickins
1
-1
/
+2
2009-12-15
mm: CONFIG_MMU for PG_mlocked
Hugh Dickins
1
-14
/
+12
2009-09-22
mm: move highest_memmap_pfn
Hugh Dickins
1
-1
/
+2
2009-09-22
mm: FOLL flags for GUP flags
Hugh Dickins
1
-5
/
+1
2009-09-22
mm: FOLL_DUMP replace FOLL_ANON
Hugh Dickins
1
-0
/
+1
2009-09-22
mm: remove unused GUP flags
Hugh Dickins
1
-4
/
+2
2009-06-17
vmscan: do not unconditionally treat zones that fail zone_reclaim() as full
Mel Gorman
1
-0
/
+4
2009-06-17
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
1
-6
/
+0
2009-06-17
mm: introduce PageHuge() for testing huge/gigantic pages
Wu Fengguang
1
-3
/
+2
2009-06-17
page allocator: move free_page_mlock() to page_alloc.c
KOSAKI Motohiro
1
-13
/
+0
2009-06-17
page allocator: do not disable interrupts in free_page_mlock()
Mel Gorman
1
-8
/
+3
2009-04-01
nommu: there is no mlock() for NOMMU, so don't provide the bits
David Howells
1
-3
/
+5
2009-01-07
mm: make get_user_pages() interruptible
Ying Han
1
-0
/
+1
2009-01-07
badpage: vm_normal_page use print_bad_pte
Hugh Dickins
1
-0
/
+1
2008-11-07
hugetlb: pull gigantic page initialisation out of the default path
Andy Whitcroft
1
-0
/
+1
2008-11-07
hugetlbfs: handle pages higher order than MAX_ORDER
Andy Whitcroft
1
-0
/
+28
2008-10-20
mlock: count attempts to free mlocked page
Lee Schermerhorn
1
-0
/
+17
2008-10-20
vmstat: mlocked pages statistics
Nick Piggin
1
-3
/
+13
2008-10-20
mmap: handle mlocked pages during map, remap, unmap
Rik van Riel
1
-2
/
+7
2008-10-20
mlock: mlocked pages are unevictable
Nick Piggin
1
-0
/
+71
2008-10-20
Unevictable LRU Infrastructure
Lee Schermerhorn
1
-0
/
+26
2008-10-20
vmscan: move isolate_lru_page() to vmscan.c
Nick Piggin
1
-0
/
+2
2008-07-24
mm: export prep_compound_page to mm
Andi Kleen
1
-0
/
+2
2008-07-24
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
Jan Beulich
1
-0
/
+3
2008-07-24
mm: print out the zonelists on request for manual verification
Mel Gorman
1
-0
/
+5
2008-07-24
mm: make defensive checks around PFN values registered for memory usage
Mel Gorman
1
-0
/
+12
2008-07-24
mm: verify the page links and memory model
Mel Gorman
1
-0
/
+12
2008-07-24
mm: add a basic debugging framework for memory initialisation
Mel Gorman
1
-0
/
+27
2008-04-28
memory hotplug: free memmaps allocated by bootmem
Yasunori Goto
1
-2
/
+1
2008-02-24
Solve section mismatch for free_area_init_core.
Alexander van Heukelum
1
-0
/
+13
2008-02-05
set_page_refcounted() VM_BUG_ON fix
Qi Yong
1
-1
/
+1
2008-02-05
mm: remove fastcall from mm/
Harvey Harrison
1
-1
/
+1
2007-10-16
Breakout page_order() to internal.h to avoid special knowledge of the buddy a...
Mel Gorman
1
-0
/
+10
2007-05-07
Make page->private usable in compound pages
Christoph Lameter
1
-1
/
+1
2006-09-26
[PATCH] mm: VM_BUG_ON
Nick Piggin
1
-2
/
+2
2006-03-22
[PATCH] remove set_page_count() outside mm/
Nick Piggin
1
-1
/
+12
2006-03-22
[PATCH] mm: nommu use compound pages
Nick Piggin
1
-12
/
+0
2006-03-22
[PATCH] mm: make __put_page internal
Nick Piggin
1
-0
/
+11
2006-01-06
[PATCH] FRV: Clean up bootmem allocator's page freeing algorithm
David Howells
1
-0
/
+2
2006-01-06
[PATCH] mm: set_page_refs opt
Nick Piggin
1
-2
/
+17
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+13