| .. |
|
ashmem.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |
|
backing-dev.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |
|
bootmem.c
|
bootmem/sparsemem: remove limit constraint in alloc_bootmem_section
|
2012-04-02 09:27:11 -07:00 |
|
bounce.c
|
bounce: call flush_dcache_page() after bounce_copy_vec()
|
2010-09-09 18:57:25 -07:00 |
|
cleancache.c
|
mm: cleancache core ops functions and config
|
2011-05-26 10:01:36 -06:00 |
|
cma-best-fit.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |
|
cma.c
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
compaction-cma.c
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
compaction.c
|
Merge branch 'linux-3.0.59' into odroid-3.0.y
|
2013-01-18 07:17:44 +01:00 |
|
debug-pagealloc.c
|
|
|
|
dmapool.c
|
mm: dmapool: use provided gfp flags for all dma_alloc_coherent() calls
|
2012-12-17 10:49:02 -08:00 |
|
fadvise.c
|
mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all pages
|
2013-02-28 06:32:25 -08:00 |
|
failslab.c
|
|
|
|
filemap.c
|
cpuset: mm: reduce large amounts of memory barrier related damage v3
|
2012-08-01 12:27:20 -07:00 |
|
filemap_xip.c
|
mm/filemap_xip.c: fix race condition in xip_file_fault()
|
2012-02-13 11:06:07 -08:00 |
|
fremap.c
|
mm: don't access vm_flags as 'int'
|
2011-05-26 09:20:31 -07:00 |
|
highmem.c
|
mm,x86: fix kmap_atomic_push vs ioremap_32.c
|
2010-10-27 18:03:05 -07:00 |
|
huge_memory.c
|
mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer
|
2013-06-07 12:46:37 -07:00 |
|
hugetlb.c
|
hugetlbfs: add swap entry check in follow_hugetlb_page()
|
2013-04-25 21:23:47 -07:00 |
|
hwpoison-inject.c
|
Fix common misspellings
|
2011-03-31 11:26:23 -03:00 |
|
init-mm.c
|
mm: convert mm->cpu_vm_cpumask into cpumask_var_t
|
2011-05-25 08:39:21 -07:00 |
|
internal.h
|
mm: thp: tail page refcounting fix
|
2011-11-11 09:36:29 -08:00 |
|
Kconfig
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
Kconfig.debug
|
mm: debug-pagealloc: fix kconfig dependency warning
|
2011-03-22 17:44:02 -07:00 |
|
kmemcheck.c
|
|
|
|
kmemleak-test.c
|
kmemleak: remove memset by using kzalloc
|
2011-01-27 18:31:51 +00:00 |
|
kmemleak.c
|
kmemleak: Do not return a pointer to an object that kmemleak did not get
|
2011-05-19 17:35:28 +01:00 |
|
ksm.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |
|
maccess.c
|
maccess,probe_kernel: Make write/read src const void *
|
2011-05-25 19:56:23 -04:00 |
|
madvise.c
|
mm: Hold a file reference in madvise_remove
|
2012-07-16 08:47:52 -07:00 |
|
Makefile
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
memblock.c
|
mm/memblock: properly handle overlaps and fix error path
|
2011-03-22 17:44:09 -07:00 |
|
memcontrol.c
|
mm: change isolate mode from #define to bitwise type
|
2012-08-01 12:27:16 -07:00 |
|
memory-failure.c
|
mm: soft offline: split thp at the beginning of soft_offline_page()
|
2012-12-10 10:45:07 -08:00 |
|
memory.c
|
vm: add vm_iomap_memory() helper function
|
2013-04-25 21:23:49 -07:00 |
|
memory_hotplug.c
|
mm/hotplug: correctly add new zone to all other nodes' zone lists
|
2013-04-05 10:16:47 -07:00 |
|
mempolicy.c
|
mm: mempolicy: Let vma_merge and vma_split handle vma->vm_policy linkages
|
2013-01-17 19:00:32 +09:00 |
|
mempool.c
|
|
|
|
migrate-cma.c
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
migrate.c
|
mm compaction: fix of improper cache flush in migration code
|
2013-06-07 12:46:36 -07:00 |
|
mincore.c
|
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
|
2012-04-02 09:27:10 -07:00 |
|
mlock.c
|
mm: don't access vm_flags as 'int'
|
2011-05-26 09:20:31 -07:00 |
|
mm_init.c
|
|
|
|
mmap.c
|
mm: prevent mmap_cache race in find_vma()
|
2013-04-12 09:18:09 -07:00 |
|
mmu_context.c
|
|
|
|
mmu_notifier.c
|
mm: mmu_notifier: re-fix freed page still mapped in secondary MMU
|
2013-06-07 12:46:36 -07:00 |
|
mmzone.c
|
mm: page allocator: adjust the per-cpu counter threshold when memory is low
|
2011-01-13 17:32:31 -08:00 |
|
mprotect.c
|
thp: mprotect: transparent huge page support
|
2011-01-13 17:32:44 -08:00 |
|
mremap.c
|
mm: Convert i_mmap_lock to a mutex
|
2011-05-25 08:39:18 -07:00 |
|
msync.c
|
|
|
|
nobootmem.c
|
mm: nobootmem: fix sign extend problem in __free_pages_memory()
|
2012-05-21 09:40:02 -07:00 |
|
nommu.c
|
mm: prevent mmap_cache race in find_vma()
|
2013-04-12 09:18:09 -07:00 |
|
oom_kill.c
|
oom: fix integer overflow of points in oom_badness
|
2012-01-06 14:13:51 -08:00 |
|
page-writeback.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |
|
page_alloc-cma.c
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
page_alloc.c
|
This is the 3.0.68 stable release
|
2013-03-04 14:18:15 +09:00 |
|
page_cgroup.c
|
memcg: fix init_page_cgroup nid with sparsemem
|
2011-06-15 20:04:01 -07:00 |
|
page_io.c
|
block: kill off REQ_UNPLUG
|
2011-03-10 08:52:27 +01:00 |
|
page_isolation-cma.c
|
cma: Add memspace check against registered regions
|
2013-01-24 21:03:35 +09:00 |
|
page_isolation.c
|
mm: page_isolation: codeclean fix comment and rm unneeded val init
|
2010-10-26 16:52:11 -07:00 |
|
pagewalk.c
|
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
|
2012-04-02 09:27:10 -07:00 |
|
percpu-km.c
|
percpu: clear memory allocated with the km allocator
|
2010-10-02 10:28:42 +03:00 |
|
percpu-vm.c
|
percpu: fix chunk range calculation
|
2011-12-21 12:57:37 -08:00 |
|
percpu.c
|
percpu: pcpu_embed_first_chunk() should free unused parts after all allocs are complete
|
2012-05-21 09:40:02 -07:00 |
|
pgtable-generic.c
|
mm/pgtable-generic.c: fix CONFIG_SWAP=n build
|
2011-01-26 10:49:58 +10:00 |
|
prio_tree.c
|
sanitize <linux/prefetch.h> usage
|
2011-05-20 12:50:29 -07:00 |
|
quicklist.c
|
|
|
|
readahead.c
|
readahead: readahead page allocations are OK to fail
|
2011-05-25 08:39:25 -07:00 |
|
rmap.c
|
mm: fix XFS oops due to dirty pages without buffers on s390
|
2012-11-05 09:44:26 +01:00 |
|
shmem.c
|
This is the 3.0.68 stable release
|
2013-03-04 14:18:15 +09:00 |
|
slab.c
|
mm: restrict access to slab files under procfs and sysfs
|
2013-01-17 19:04:55 +09:00 |
|
slob.c
|
mm: Remove support for kmem_cache_name()
|
2011-01-23 21:00:05 +02:00 |
|
slqb.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |
|
slub.c
|
mm: restrict access to slab files under procfs and sysfs
|
2013-01-17 19:04:55 +09:00 |
|
sparse-vmemmap.c
|
tree-wide: fix comment/printk typos
|
2010-11-01 15:38:34 -04:00 |
|
sparse.c
|
mm/vmemmap: fix wrong use of virt_to_page
|
2012-12-10 10:45:07 -08:00 |
|
swap.c
|
mm: fix UP THP spin_is_locked BUGs
|
2012-02-13 11:06:11 -08:00 |
|
swap_state.c
|
mm: fix s390 BUG by __set_page_dirty_no_writeback on swap
|
2012-04-27 09:51:07 -07:00 |
|
swapfile.c
|
mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode
|
2012-04-02 09:27:10 -07:00 |
|
thrash.c
|
vmscan: implement swap token priority aging
|
2011-06-15 20:03:59 -07:00 |
|
truncate.c
|
mm: fix invalidate_complete_page2() lock ordering
|
2012-10-13 05:28:10 +09:00 |
|
util.c
|
mm: nommu: sort mm->mmap list properly
|
2011-05-25 08:39:05 -07:00 |
|
vmalloc.c
|
mm: fix faulty initialization in vmalloc_init()
|
2012-06-17 11:23:13 -07:00 |
|
vmscan.c
|
Merge branch 'linux-3.0.57' into 3.0.57
|
2013-01-07 23:38:08 +01:00 |
|
vmstat.c
|
Merge 3.0.51 from Hardkernel svn repo
|
2012-12-31 14:20:49 +09:00 |