index
:
kernel_samsung_espresso10.git
replicant-4.2
replicant-6.0
kernel/samsung/espresso10
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PATCH] oom fix: prevent oom from killing a process with children/sibling unk...
Ankita Garg
2007-03-16
1
-1
/
+1
*
[PATCH] nfs: fix congestion control
Peter Zijlstra
2007-03-16
1
-0
/
+16
*
[PATCH] dio: invalidate clean pages before dio write
Zach Brown
2007-03-16
1
-11
/
+35
*
[PATCH] mm: fix madvise infinine loop
Nick Piggin
2007-03-16
1
-1
/
+4
*
[PATCH] Page migration: Fix vma flag checking
Christoph Lameter
2007-03-05
2
-10
/
+1
*
[PATCH] shmem and simple const super_operations
Hugh Dickins
2007-03-05
1
-2
/
+2
*
[PATCH] VM: invalidate_inode_pages2_range() should not exit early
Trond Myklebust
2007-03-01
1
-2
/
+2
*
[PATCH] adapt page_lock_anon_vma() to PREEMPT_RCU
Oleg Nesterov
2007-03-01
1
-4
/
+13
*
[PATCH] throttle_vm_writeout(): don't loop on GFP_NOFS and GFP_NOIO allocations
Andrew Morton
2007-03-01
2
-3
/
+12
*
[PATCH] Bug in MM_RB debugging
David Miller
2007-03-01
1
-0
/
+2
*
[PATCH] Rename PG_checked to PG_owner_priv_1
Nick Piggin
2007-03-01
1
-1
/
+1
*
[PATCH] kernel-doc fixes for 2.6.20-git15 (non-drivers)
Randy Dunlap
2007-03-01
1
-1
/
+1
*
[PATCH] mm/{,tiny-}shmem.c cleanups
Adrian Bunk
2007-03-01
2
-2
/
+5
*
[PATCH] slab: reduce size of alien cache to cover only possible nodes
Christoph Lameter
2007-02-20
2
-2
/
+2
*
[PATCH] Replace highest_possible_node_id() with nr_node_ids
Christoph Lameter
2007-02-20
1
-14
/
+21
*
[PATCH] fix mempolicy's check on a system with memory-less-node
KAMEZAWA Hiroyuki
2007-02-20
1
-4
/
+9
*
[PATCH] knfsd: stop NFSD writes from being broken into lots of little writes ...
NeilBrown
2007-02-16
1
-13
/
+19
*
[PATCH] mincore: vma crossing fix
Nick Piggin
2007-02-15
1
-2
/
+10
*
[PATCH] mincore: fill in results properly
Nick Piggin
2007-02-15
1
-0
/
+5
*
[PATCH] mincore: CONFIG_SWAP=n fix
Nick Piggin
2007-02-15
1
-0
/
+5
*
[PATCH] mark struct inode_operations const 2
Arjan van de Ven
2007-02-12
1
-10
/
+10
*
[PATCH] mm: mincore anon
Nick Piggin
2007-02-12
1
-26
/
+76
*
[PATCH] Add NOPFN_REFAULT result from vm_ops->nopfn()
Benjamin Herrenschmidt
2007-02-12
1
-2
/
+4
*
[PATCH] add vm_insert_pfn()
Nick Piggin
2007-02-12
1
-0
/
+45
*
[PATCH] Change constant zero to NOTIFY_DONE in ratelimit_handler()
Paul E. McKenney
2007-02-11
1
-1
/
+1
*
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2007-02-11
6
-14
/
+9
*
[PATCH] remove invalidate_inode_pages()
Andrew Morton
2007-02-11
1
-2
/
+2
*
[PATCH] Export invalidate_mapping_pages() to modules
Anton Altaparmakov
2007-02-11
1
-6
/
+1
*
[PATCH] lockdep: also check for freed locks in kmem_cache_free()
Ingo Molnar
2007-02-11
1
-0
/
+1
*
[PATCH] do not disturb page referenced state when unmapping memory range
Ken Chen
2007-02-11
1
-1
/
+1
*
[PATCH] simplify shmem_aops.set_page_dirty() method
Ken Chen
2007-02-11
2
-1
/
+11
*
[PATCH] Set CONFIG_ZONE_DMA for arches with GENERIC_ISA_DMA
Christoph Lameter
2007-02-11
1
-4
/
+0
*
[PATCH] optional ZONE_DMA: optional ZONE_DMA in the VM
Christoph Lameter
2007-02-11
4
-8
/
+30
*
[PATCH] optional ZONE_DMA: introduce CONFIG_ZONE_DMA
Christoph Lameter
2007-02-11
1
-0
/
+4
*
[PATCH] optional ZONE_DMA: deal with cases of ZONE_DMA meaning the first zone
Christoph Lameter
2007-02-11
2
-5
/
+5
*
[PATCH] Drop get_zone_counts()
Christoph Lameter
2007-02-11
2
-15
/
+2
*
[PATCH] Drop __get_zone_counts()
Christoph Lameter
2007-02-11
2
-14
/
+2
*
[PATCH] Drop nr_free_pages_pgdat()
Christoph Lameter
2007-02-11
1
-7
/
+0
*
[PATCH] Drop free_pages()
Christoph Lameter
2007-02-11
1
-10
/
+0
*
[PATCH] Reorder ZVCs according to cacheline
Christoph Lameter
2007-02-11
1
-2
/
+2
*
[PATCH] Use ZVC for free_pages
Christoph Lameter
2007-02-11
3
-41
/
+19
*
[PATCH] Use ZVC for inactive and active counts
Christoph Lameter
2007-02-11
3
-42
/
+43
*
[PATCH] page_mkwrite caller race fix
Hugh Dickins
2007-02-11
1
-2
/
+1
*
[PATCH] /proc/zoneinfo: fix vm stats display
Andrew Morton
2007-02-11
1
-6
/
+0
*
[PATCH] Avoid excessive sorting of early_node_map[]
Mel Gorman
2007-02-11
1
-7
/
+13
*
[PATCH] slab: use parameter passed to cache_reap to determine pointer to work...
Christoph Lameter
2007-02-11
1
-8
/
+7
*
[PATCH] slab: cache alloc cleanups
Pekka Enberg
2007-02-11
1
-90
/
+110
*
[PATCH] slab: remove broken PageSlab check from kfree_debugcheck
Pekka Enberg
2007-02-11
1
-8
/
+0
*
[PATCH] Add install_special_mapping
Roland McGrath
2007-02-09
1
-0
/
+72
*
[PATCH] mm: show bounce pages in oom killer output
Andrew Morton
2007-02-09
1
-3
/
+4
[next]