index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ksm: the mm interface to ksm
Hugh Dickins
2009-09-22
8
-1
/
+147
*
ksm: define MADV_MERGEABLE and MADV_UNMERGEABLE
Hugh Dickins
2009-09-22
5
-0
/
+15
*
ksm: first tidy up madvise_vma()
Hugh Dickins
2009-09-22
1
-26
/
+13
*
ksm: add mmu_notifier set_pte_at_notify()
Izik Eidus
2009-09-22
3
-2
/
+61
*
mm: perform non-atomic test-clear of PG_mlocked on free
Johannes Weiner
2009-09-22
2
-5
/
+11
*
vmalloc.c: fix double error checking
Figo.zhang
2009-09-22
1
-3
/
+1
*
mm: add gfp mask checking for __get_free_pages()
Akinobu Mita
2009-09-22
1
-15
/
+9
*
vmscan: kill unnecessary prefetch
KOSAKI Motohiro
2009-09-22
1
-1
/
+0
*
vmscan: kill unnecessary page flag test
KOSAKI Motohiro
2009-09-22
1
-2
/
+2
*
vmscan: move ClearPageActive from move_active_pages() to shrink_active_list()
KOSAKI Motohiro
2009-09-22
1
-4
/
+1
*
vmscan: don't attempt to reclaim anon page in lumpy reclaim when no swap spac...
Minchan Kim
2009-09-22
1
-0
/
+10
*
mm: count only reclaimable lru pages
Wu Fengguang
2009-09-22
3
-22
/
+44
*
vm: document that setting vfs_cache_pressure to 0 isn't a good idea
Jan Kara
2009-09-22
1
-1
/
+3
*
mm: remove __{add,sub}_zone_page_state()
KOSAKI Motohiro
2009-09-22
1
-5
/
+0
*
vmscan: throttle direct reclaim when too many pages are isolated already
Rik van Riel
2009-09-22
1
-0
/
+33
*
mm: vmstat: add isolate pages
KOSAKI Motohiro
2009-09-22
5
-4
/
+35
*
mm: shrink_inactive_list() nr_scan accounting fix fix
KOSAKI Motohiro
2009-09-22
1
-12
/
+18
*
mm: rename pgmoved variable in shrink_active_list()
KOSAKI Motohiro
2009-09-22
1
-8
/
+8
*
mm: update alloc_flags after oom killer has been called
David Rientjes
2009-09-22
1
-1
/
+1
*
mm: oom analysis: add shmem vmstat
KOSAKI Motohiro
2009-09-22
7
-3
/
+18
*
mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output
KOSAKI Motohiro
2009-09-22
6
-1
/
+22
*
mm: oom analysis: add buffer cache information to show_free_areas()
KOSAKI Motohiro
2009-09-22
1
-1
/
+2
*
mm: oom analysis: add per-zone statistics to show_free_areas()
KOSAKI Motohiro
2009-09-22
1
-0
/
+20
*
Documentation/memory.txt: remove some very outdated recommendations
Andi Kleen
2009-09-22
1
-29
/
+2
*
mm: show_free_areas(): display slab pages in two separate fields
KOSAKI Motohiro
2009-09-22
1
-3
/
+4
*
mm: clean up page_remove_rmap()
KOSAKI Motohiro
2009-09-22
1
-27
/
+30
*
hugetlb: restore interleaving of bootmem huge pages
Lee Schermerhorn
2009-09-22
1
-1
/
+1
*
hugetlb: clean up and update huge pages documentation
Lee Schermerhorn
2009-09-22
1
-46
/
+87
*
hugetlb: use free_pool_huge_page() to return unused surplus pages
Lee Schermerhorn
2009-09-22
1
-33
/
+24
*
hugetlb: balance freeing of huge pages across nodes
Lee Schermerhorn
2009-09-22
2
-47
/
+88
*
page_alloc: fix kernel-doc warning
Randy Dunlap
2009-09-22
1
-1
/
+1
*
memory hotplug: migrate swap cache page
Shaohua Li
2009-09-22
1
-2
/
+4
*
memory hotplug: alloc page from other node in memory online
Shaohua Li
2009-09-22
3
-7
/
+22
*
memory hotplug: make pages from movable zone always isolatable
Shaohua Li
2009-09-22
1
-1
/
+4
*
memory hotplug: exclude isolated page from pco page alloc
Shaohua Li
2009-09-22
1
-1
/
+11
*
memory hotplug: update zone pcp at memory online
Shaohua Li
2009-09-22
3
-0
/
+29
*
mm: remove obsoleted alloc_pages cpuset comment
David Rientjes
2009-09-22
1
-4
/
+0
*
mm: make swap token dummies static inlines
Johannes Weiner
2009-09-22
1
-4
/
+16
*
const: make block_device_operations const
Alexey Dobriyan
2009-09-22
56
-61
/
+59
*
const: make lock_manager_operations const
Alexey Dobriyan
2009-09-22
5
-6
/
+6
*
const: make file_lock_operations const
Alexey Dobriyan
2009-09-22
4
-4
/
+4
*
const: mark remaining inode_operations as const
Alexey Dobriyan
2009-09-22
14
-30
/
+30
*
const: mark remaining address_space_operations const
Alexey Dobriyan
2009-09-22
12
-15
/
+15
*
const: mark remaining export_operations const
Alexey Dobriyan
2009-09-22
2
-2
/
+2
*
const: mark remaining super_operations const
Alexey Dobriyan
2009-09-22
18
-24
/
+23
*
const: make struct super_block::s_qcop const
Alexey Dobriyan
2009-09-22
10
-11
/
+11
*
const: make struct super_block::dq_op const
Alexey Dobriyan
2009-09-22
8
-8
/
+8
*
drivers/mfd/ab3100-core.c: fix powerpc build error
Andrew Morton
2009-09-22
1
-1
/
+1
*
proc: document `guest' column in /proc/stat
Eric Dumazet
2009-09-22
1
-3
/
+4
*
fs: make sure data stored into inode is properly seen before unlocking new inode
Jan Kara
2009-09-22
1
-6
/
+8
[next]