Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
611f5763fd0e38f896aa38346d4bc3f5c388b608
/
mm
dc7acbb
Merge branch 'upstream/tidy-xen-mmu-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen
by Linus Torvalds
· 13 years ago
456f998
memcg: add the pagefault count into memcg stats
by Ying Han
· 13 years ago
406eb0c
memcg: add memory.numastat api for numa statistics
by Ying Han
· 13 years ago
1bac180
memcg: rename mem_cgroup_zone_nr_pages() to mem_cgroup_zone_nr_lru_pages()
by Ying Han
· 13 years ago
4fd14eb
memcg: remove unused retry signal from reclaim
by Johannes Weiner
· 13 years ago
246e87a
memcg: fix get_scan_count() for small targets
by KAMEZAWA Hiroyuki
· 13 years ago
889976d
memcg: reclaim memory from nodes in round-robin order
by Ying Han
· 13 years ago
6a5b18d
memcg: move page-freeing code out of lock
by Namhyung Kim
· 13 years ago
33278f7
memcg: fix off-by-one when calculating swap cgroup map length
by Namhyung Kim
· 13 years ago
268433b
memcg: mark init_section_page_cgroup() properly
by Namhyung Kim
· 13 years ago
39cc98f
memcg: remove pointless next_mz nullification in mem_cgroup_soft_limit_reclaim()
by Michal Hocko
· 13 years ago
d149e3b
memcg: add the soft_limit reclaim in global direct reclaim.
by Ying Han
· 13 years ago
0ae5e89
memcg: count the soft_limit reclaim in global background reclaim
by Ying Han
· 13 years ago
f780bdb
cgroups: add per-thread subsystem callbacks
by Ben Blum
· 13 years ago
f8d613e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmem
by Linus Torvalds
· 13 years ago
ca16d14
mm: don't access vm_flags as 'int'
by KOSAKI Motohiro
· 13 years ago
c515e1f
mm/fs: add hooks to support cleancache
by Dan Magenheimer
· 13 years ago
077b1f8
mm: cleancache core ops functions and config
by Dan Magenheimer
· 13 years ago
49a78d0
slub: remove no-longer used 'unlock_out' label
by Linus Torvalds
· 13 years ago
798ce8f
Merge branch 'for-2.6.40/core' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 13 years ago
f67d9b1
nommu: add page alignment to mmap
by Bob Liu
· 13 years ago
eb709b0
mm: batch activate_page() to reduce lock contention
by Shaohua Li
· 13 years ago
cfa54a0
mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()
by Andrew Barry
· 13 years ago
a2c8990
memsw: remove noswapaccount kernel parameter
by Michal Hocko
· 13 years ago
f69ff94
mm: proc: move show_numa_map() to fs/proc/task_mmu.c
by Stephen Wilson
· 13 years ago
9840e37
mm: remove check_huge_range()
by Stephen Wilson
· 13 years ago
722e2ee
mm: make gather_stats() type-safe and remove forward declaration
by Stephen Wilson
· 13 years ago
b1f72d1
mm: remove MPOL_MF_STATS
by Stephen Wilson
· 13 years ago
29ea2f6
mm: use walk_page_range() instead of custom page table walking code
by Stephen Wilson
· 13 years ago
d98f6cb
mm: export get_vma_policy()
by Stephen Wilson
· 13 years ago
b09e0fa
tmpfs: implement generic xattr support
by Eric Paris
· 13 years ago
4eb3170
memblock/nobootmem: remove unneeded code from alloc_bootmem_node_high()
by Yinghai Lu
· 13 years ago
a197b59
mm: fail GFP_DMA allocations when ZONE_DMA is not configured
by David Rientjes
· 13 years ago
a3bc42f
mm: remove dependency on CONFIG_FLATMEM from online_page()
by Daniel Kiper
· 13 years ago
821ed6b
mm: filter unevictable page out in deactivate_page()
by Minchan Kim
· 13 years ago
2cbea1d
readahead: trigger mmap sequential readahead on PG_readahead
by Wu Fengguang
· 13 years ago
207d04b
readahead: reduce unnecessary mmap_miss increases
by Andi Kleen
· 13 years ago
275b12b
readahead: return early when readahead is disabled
by Wu Fengguang
· 13 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
a09ed5e
vmscan: change shrink_slab() interfaces by passing shrink_control
by Ying Han
· 13 years ago
7b1de58
readahead: readahead page allocations are OK to fail
by Wu Fengguang
· 13 years ago
6d3163c
mm: check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE
by Arve Hjønnevåg
· 13 years ago
0c91731
mm: strictly require elevated page refcount in isolate_lru_page()
by Konstantin Khlebnikov
· 13 years ago
bd48628
mem-hwpoison: fix page refcount around isolate_lru_page()
by Konstantin Khlebnikov
· 13 years ago
700c2a4
mem-hotplug: call isolate_lru_page with elevated refcount
by Konstantin Khlebnikov
· 13 years ago
22943ab
mm: print vmalloc() state after allocation failures
by Dave Hansen
· 13 years ago
a238ab5
mm: break out page allocation warning code
by Dave Hansen
· 13 years ago
de03c72
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
by KOSAKI Motohiro
· 13 years ago
692e0b3
mm: thp: optimize memcg charge in khugepaged
by Andrea Arcangeli
· 13 years ago
9547d01
mm: uninline large generic tlb.h functions
by Peter Zijlstra
· 13 years ago
88c2208
mm: optimize page_lock_anon_vma() fast-path
by Peter Zijlstra
· 13 years ago
2b575eb
mm: convert anon_vma->lock to a mutex
by Peter Zijlstra
· 13 years ago
746b18d
mm: use refcounts for page_lock_anon_vma()
by Peter Zijlstra
· 13 years ago
6111e4c
mm: improve page_lock_anon_vma() comment
by Peter Zijlstra
· 13 years ago
25aeeb0
mm: revert page_lock_anon_vma() lock annotation
by Peter Zijlstra
· 13 years ago
3d48ae4
mm: Convert i_mmap_lock to a mutex
by Peter Zijlstra
· 13 years ago
97a8941
mm: Remove i_mmap_lock lockbreak
by Peter Zijlstra
· 13 years ago
e303297
mm: extended batches for generic mmu_gather
by Peter Zijlstra
· 13 years ago
2672391
mm, powerpc: move the RCU page-table freeing into generic code
by Peter Zijlstra
· 13 years ago
d16dfc5
mm: mmu_gather rework
by Peter Zijlstra
· 13 years ago
d05f316
mm: make expand_downwards() symmetrical with expand_upwards()
by Michal Hocko
· 13 years ago
248ac0e
mm/vmalloc: remove guard page from between vmap blocks
by Johannes Weiner
· 13 years ago
72788c3
oom: replace PF_OOM_ORIGIN with toggling oom_score_adj
by David Rientjes
· 13 years ago
c6a140b
mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD
by Andrea Arcangeli
· 13 years ago
a6cccdc
mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur
by KOSAKI Motohiro
· 13 years ago
1b79acc
mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs
by KOSAKI Motohiro
· 13 years ago
839a4fc
mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit.
by KOSAKI Motohiro
· 13 years ago
37b23e0
x86,mm: make pagefault killable
by KOSAKI Motohiro
· 13 years ago
f62e00c
mm: introduce wait_on_page_locked_killable()
by KOSAKI Motohiro
· 13 years ago
fa25c50
mm: per-node vmstat: show proper vmstats
by KOSAKI Motohiro
· 13 years ago
bb005a5
mm: nommu: fix a compile warning in do_mmap_pgoff()
by Namhyung Kim
· 13 years ago
7223bb4
mm: nommu: fix a potential memory leak in do_mmap_private()
by Namhyung Kim
· 13 years ago
d75a310
mm: nommu: check the vma list when unmapping file-mapped vma
by Namhyung Kim
· 13 years ago
e922c4c
mm: nommu: find vma using the sorted vma list
by Namhyung Kim
· 13 years ago
b951bf2
mm: nommu: don't scan the vma list when deleting
by Namhyung Kim
· 13 years ago
6038def
mm: nommu: sort mm->mmap list properly
by Namhyung Kim
· 13 years ago
ac3bbec
mm: remove unused zone_idx variable from set_migratetype_isolate
by Sergey Senozhatsky
· 13 years ago
965f55d
mmap: avoid merging cloned VMAs
by Shaohua Li
· 13 years ago
5f70b96
mmap: avoid unnecessary anon_vma lock
by Shaohua Li
· 13 years ago
34679d7
mmap: add alignment for some variables
by Shaohua Li
· 13 years ago
7bf02ea
arch, mm: filter disallowed nodes from arch specific show_mem functions
by David Rientjes
· 13 years ago
f06590b
mm: vmscan: correctly check if reclaimer should schedule during shrink_slab
by Minchan Kim
· 13 years ago
afc7e32
mm: vmscan: correct use of pgdat_balanced in sleeping_prematurely
by Johannes Weiner
· 13 years ago
a71ae47
slub: Fix double bit unlock in debug mode
by Christoph Lameter
· 13 years ago
0d66cba
Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 13 years ago
5129df0
Merge branch 'for-2.6.40' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 13 years ago
6988f20
Merge branch 'fixes-2.6.39' into for-2.6.40
by Tejun Heo
· 13 years ago
4867faa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6
by Linus Torvalds
· 13 years ago
bfb91fb
Merge branch 'slab/next' into for-linus
by Pekka Enberg
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
2d42552
[S390] merge page_test_dirty and page_clear_dirty
by Martin Schwidefsky
· 13 years ago
442b06b
slub: Remove node check in slab_free
by Christoph Lameter
· 13 years ago
e6c9366
tmpfs: fix highmem swapoff crash regression
by Hugh Dickins
· 13 years ago
ef69194
vmalloc: remove vmalloc_sync_all() from alloc_vm_area()
by Jeremy Fitzhardinge
· 14 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
345227d
backing-dev: Kill set but not used var in bdi_debug_stats_show()
by Gustavo F. Padovan
· 13 years ago
83d7e94
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-2.6-cm
by Linus Torvalds
· 13 years ago
52c3ce4
kmemleak: Do not return a pointer to an object that kmemleak did not get
by Catalin Marinas
· 14 years ago
d6c438b
memcg: fix zone congestion
by KAMEZAWA Hiroyuki
· 13 years ago
bd07d87
slub: avoid label inside conditional
by David Rientjes
· 13 years ago
Next »