Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
81257def2ab8ae1680583ce1e5f018dc6c8ed98d
/
mm
« Previous
63b4613
hugetlb: fix hugepage allocation with memoryless nodes
by Nishanth Aravamudan
· 17 years ago
6b0c880
hugetlb: fix pool resizing corner case
by Adam Litke
· 17 years ago
54f9f80
hugetlb: Add hugetlb_dynamic_pool sysctl
by Adam Litke
· 17 years ago
e4e574b
hugetlb: Try to grow hugetlb pool for MAP_SHARED mappings
by Adam Litke
· 17 years ago
7893d1d
hugetlb: Try to grow hugetlb pool for MAP_PRIVATE mappings
by Adam Litke
· 17 years ago
6af2acb
hugetlb: Move update_and_free_page
by Adam Litke
· 17 years ago
98f3cfc
memory hotplug: Hot-add with sparsemem-vmemmap
by Yasunori Goto
· 17 years ago
48e9419
fix memory hot remove not configured case.
by KAMEZAWA Hiroyuki
· 17 years ago
0c0e619
memory unplug: page offline
by KAMEZAWA Hiroyuki
· 17 years ago
a5d76b5
memory unplug: page isolation
by KAMEZAWA Hiroyuki
· 17 years ago
75884fb
memory unplug: memory hotplug cleanup
by KAMEZAWA Hiroyuki
· 17 years ago
48f13bf
Breakout page_order() to internal.h to avoid special knowledge of the buddy allocator
by Mel Gorman
· 17 years ago
ea3061d
slub: list_locations() can use GFP_TEMPORARY
by Andrew Morton
· 17 years ago
42a9fdb
SLUB: Optimize cacheline use for zeroing
by Christoph Lameter
· 17 years ago
4c93c355
SLUB: Place kmem_cache_cpu structures in a NUMA aware way
by Christoph Lameter
· 17 years ago
ee3c72a
SLUB: Avoid touching page struct when freeing to per cpu slab
by Christoph Lameter
· 17 years ago
b3fba8d
SLUB: Move page->offset to kmem_cache_cpu->offset
by Christoph Lameter
· 17 years ago
8e65d24
SLUB: Do not use page->mapping
by Christoph Lameter
· 17 years ago
dfb4f09
SLUB: Avoid page struct cacheline bouncing due to remote frees to cpu slab
by Christoph Lameter
· 17 years ago
484f51f
mm/page_alloc.c: make code static
by Adrian Bunk
· 17 years ago
467c996
Print out statistics in relation to fragmentation avoidance to /proc/pagetypeinfo
by Mel Gorman
· 17 years ago
d9c2340
Do not depend on MAX_ORDER when grouping pages by mobility
by Mel Gorman
· 17 years ago
d100313
Fix calculation in move_freepages_block for counting pages
by Mel Gorman
· 17 years ago
64c5e13
don't group high order atomic allocations
by Mel Gorman
· 17 years ago
ac0e5b7
remove PAGE_GROUP_BY_MOBILITY
by Mel Gorman
· 17 years ago
56fd56b
Bias the location of pages freed for min_free_kbytes in the same MAX_ORDER_NR_PAGES blocks
by Mel Gorman
· 17 years ago
5c0e306
Fix corruption of memmap on IA64 SPARSEMEM when mem_section is not a power of 2
by Mel Gorman
· 17 years ago
46dafbc
Be more agressive about stealing when MIGRATE_RECLAIMABLE allocations fallback
by Mel Gorman
· 17 years ago
5adc5be
Bias the placement of kernel pages at lower PFNs
by Mel Gorman
· 17 years ago
9ef9acb
Do not group pages by mobility type on low memory systems
by Mel Gorman
· 17 years ago
e010487
Group high-order atomic allocations
by Mel Gorman
· 17 years ago
e12ba74
Group short-lived and reclaimable kernel allocations
by Mel Gorman
· 17 years ago
c361be5
Move free pages between lists on steal
by Mel Gorman
· 17 years ago
e2c55dc
Drain per-cpu lists when high-order allocations fail
by Mel Gorman
· 17 years ago
b92a6ed
Add a configure option to group pages by mobility
by Mel Gorman
· 17 years ago
535131e
Choose pages from the per-cpu list based on migration type
by Mel Gorman
· 17 years ago
b2a0ac8
Split the free lists for movable and unmovable allocations
by Mel Gorman
· 17 years ago
835c134
Add a bitmap that is used to track flags affecting a block of pages
by Mel Gorman
· 17 years ago
954ffcb
flush icache before set_pte() on ia64: flush icache at set_pte
by KAMEZAWA Hiroyuki
· 17 years ago
97ee052
flush cache before installing new page at migraton
by KAMEZAWA Hiroyuki
· 17 years ago
4106f83
make swappiness safer to use
by Andrea Arcangeli
· 17 years ago
6cb0622
Categorize GFP flags
by Christoph Lameter
· 17 years ago
58c0a4a
Fix panic of cpu online with memory less node
by Yasunori Goto
· 17 years ago
37b07e4
memoryless nodes: fixup uses of node_online_map in generic code
by Lee Schermerhorn
· 17 years ago
523b945
Memoryless nodes: Fix GFP_THISNODE behavior
by Christoph Lameter
· 17 years ago
633c066
Memoryless nodes: drop one memoryless node boot warning
by Christoph Lameter
· 17 years ago
37c0708
Memoryless nodes: Add N_CPU node state
by Christoph Lameter
· 17 years ago
56bbd65
Memoryless nodes: Update memory policy and page migration
by Christoph Lameter
· 17 years ago
f64dc58
Memoryless nodes: SLUB support
by Christoph Lameter
· 17 years ago
04231b3
Memoryless nodes: Slab support
by Christoph Lameter
· 17 years ago
9422ffb
Memoryless nodes: No need for kswapd
by Christoph Lameter
· 17 years ago
ee31af5
Memoryless nodes: OOM: use N_HIGH_MEMORY map instead of constructing one on the fly
by Christoph Lameter
· 17 years ago
6eaf806
Memoryless nodes: Fix interleave behavior for memoryless nodes
by Christoph Lameter
· 17 years ago
7ea1530
Memoryless nodes: introduce mask of nodes with memory
by Christoph Lameter
· 17 years ago
1380891
Memoryless nodes: Generic management of nodemasks for various purposes
by Christoph Lameter
· 17 years ago
5514476
fs: remove some AOP_TRUNCATED_PAGE
by Nick Piggin
· 17 years ago
89e1078
fs: new cont helpers
by Nick Piggin
· 17 years ago
800d15a
implement simple fs aops
by Nick Piggin
· 17 years ago
674b892
mm: restore KERNEL_DS optimisations
by Nick Piggin
· 17 years ago
afddba4
fs: introduce write_begin, write_end, and perform_write aops
by Nick Piggin
· 17 years ago
2f718ff
mm: buffered write iterator
by Nick Piggin
· 17 years ago
0829142
mm: fix pagecache write deadlocks
by Nick Piggin
· 17 years ago
4a9e5ef
mm: write iovec cleanup
by Nick Piggin
· 17 years ago
eb2be18
mm: buffered write cleanup
by Nick Piggin
· 17 years ago
64649a5
mm: trim more holes
by Nick Piggin
· 17 years ago
5fe1723
mm: debug write deadlocks
by Nick Piggin
· 17 years ago
ae37461
mm: clean up buffered write code
by Andrew Morton
· 17 years ago
6814d7a
Revert "[PATCH] generic_file_buffered_write(): deadlock on vectored write"
by Andrew Morton
· 17 years ago
4b49643
Revert "[PATCH] generic_file_buffered_write(): handle zero-length iovec segments"
by Andrew Morton
· 17 years ago
41cb8ac
mm: revert KERNEL_DS buffered write optimisation
by Nick Piggin
· 17 years ago
902aaed
mm: use pagevec to rotate reclaimable page
by Hisashi Hifumi
· 17 years ago
754af6f
Mem Policy: add MPOL_F_MEMS_ALLOWED get_mempolicy() flag
by Lee Schermerhorn
· 17 years ago
32a4330
mm: prevent kswapd from freeing excessive amounts of lowmem
by Rik van Riel
· 17 years ago
8691f3a
mm: no need to cast vmalloc() return value in zone_wait_table_init()
by Jesper Juhl
· 17 years ago
ef8b452
Slab allocators: fail if ksize is called with a NULL parameter
by Christoph Lameter
· 17 years ago
0da7e01
calculation of pgoff in do_linear_fault() uses mixed units
by Dean Nelson
· 17 years ago
2408c55
{slub, slob}: use unlikely() for kfree(ZERO_OR_NULL_PTR) check
by Satyam Sharma
· 17 years ago
b55ed81
mm: clarify __add_to_swap_cache locking
by Nick Piggin
· 17 years ago
45726cb
mm: improve find_lock_page
by Nick Piggin
· 17 years ago
0012818
mm: use lockless radix-tree probe
by Nick Piggin
· 17 years ago
557ed1f
remove ZERO_PAGE
by Nick Piggin
· 17 years ago
aadb4bc
SLUB: direct pass through of page size or higher kmalloc requests
by Christoph Lameter
· 17 years ago
57f6b96
filemap: convert some unsigned long to pgoff_t
by Fengguang Wu
· 17 years ago
b2c3843
filemap: trivial code cleanups
by Fengguang Wu
· 17 years ago
535443f
readahead: remove several readahead macros
by Fengguang Wu
· 17 years ago
7ff8107
readahead: remove the local copy of ra in do_generic_mapping_read()
by Fengguang Wu
· 17 years ago
6b10c6c
readahead: basic support of interleaved reads
by Fengguang Wu
· 17 years ago
f4e6b49
readahead: combine file_ra_state.prev_index/prev_offset into prev_pos
by Fengguang Wu
· 17 years ago
0bb7ba6
readahead: mmap read-around simplification
by Fengguang Wu
· 17 years ago
937085a
readahead: compacting file_ra_state
by Fengguang Wu
· 17 years ago
43fac94
Clean up duplicate includes in mm/
by Jesper Juhl
· 17 years ago
1cd7daa
slub.c:early_kmem_cache_node_alloc() shouldn't be __init
by Adrian Bunk
· 17 years ago
29c7111
vmemmap: generify initialisation via helpers
by Andy Whitcroft
· 17 years ago
8f6aac4
Generic Virtual Memmap support for SPARSEMEM
by Christoph Lameter
· 17 years ago
540557b
sparsemem: record when a section has a valid mem_map
by Andy Whitcroft
· 17 years ago
cd881a6
sparsemem: clean up spelling error in comments
by Andy Whitcroft
· 17 years ago
bf2de6f
block: Initial support for data-less (or empty) barrier support
by Jens Axboe
· 17 years ago
9d966d4
mm/migrate.c __user annotation
by Al Viro
· 17 years ago
6712ecf
Drop 'size' argument from bio_endio and bi_end_io
by NeilBrown
· 17 years ago
f5ff842
Fix warnings with !CONFIG_BLOCK
by Jens Axboe
· 17 years ago
Next »