.. |
Kconfig
|
6ad696d2cf
mm: allow memory hotplug and hibernation in the same kernel
|
15 years ago |
Kconfig.debug
|
22f8b45822
trivial: improve help text for mm debug config options
|
15 years ago |
Makefile
|
c44972f178
procfs: disable per-task stack usage on NOMMU
|
15 years ago |
allocpercpu.c
|
e74e396204
percpu: use dynamic percpu allocator as the default percpu allocator
|
16 years ago |
backing-dev.c
|
8c4db3355b
backing-dev: bdi sb prune should be in the unregister path, not destroy
|
15 years ago |
bootmem.c
|
008139d914
kmemleak: Do not report alloc_bootmem blocks as leaks
|
15 years ago |
bounce.c
|
e212d6f250
block: remove some includings of blktrace_api.h
|
16 years ago |
debug-pagealloc.c
|
6a11f75b6a
generic debug pagealloc
|
16 years ago |
dmapool.c
|
c49568235d
dmapools: protect page_list walk in show_pools()
|
16 years ago |
fadvise.c
|
f7e839dd36
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
|
16 years ago |
failslab.c
|
255d11bc91
kmemtrace, mm: fix slab.h dependency problem in mm/failslab.c
|
16 years ago |
filemap.c
|
f0f37e2f77
const: mark struct vm_struct_operations
|
15 years ago |
filemap_xip.c
|
f0f37e2f77
const: mark struct vm_struct_operations
|
15 years ago |
fremap.c
|
5a6fe12595
Do not account for the address space used by hugetlbfs using VM_ACCOUNT
|
16 years ago |
highmem.c
|
d451564669
highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTE
|
15 years ago |
hugetlb.c
|
f0f37e2f77
const: mark struct vm_struct_operations
|
15 years ago |
hwpoison-inject.c
|
cae681fc12
HWPOISON: Add simple debugfs interface to inject hwpoison on arbitary PFNs
|
15 years ago |
init-mm.c
|
bb1f17b037
mm: consolidate init_mm definition
|
16 years ago |
internal.h
|
03f6462a3a
mm: move highest_memmap_pfn
|
15 years ago |
kmemcheck.c
|
b1eeab6768
kmemcheck: add hooks for the page allocator
|
16 years ago |
kmemleak-test.c
|
245b2e70ea
percpu: clean up percpu variable definitions
|
16 years ago |
kmemleak.c
|
0d5d1aadc8
kmemleak: Check for NULL pointer returned by create_object()
|
15 years ago |
ksm.c
|
d178f27fc5
ksm: cond_resched in unstable tree
|
15 years ago |
maccess.c
|
d93f82b6e0
[S390] maccess: add weak attribute to probe_kernel_write
|
16 years ago |
madvise.c
|
db16826367
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
|
15 years ago |
memcontrol.c
|
ef8745c1e7
memcg: reduce check for softlimit excess
|
15 years ago |
memory-failure.c
|
7456b0405d
HWPOISON: fix invalid page count in printk output
|
15 years ago |
memory.c
|
3242f9804b
Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
|
15 years ago |
memory_hotplug.c
|
6ad696d2cf
mm: allow memory hotplug and hibernation in the same kernel
|
15 years ago |
mempolicy.c
|
b05ca7385a
do_mbind(): fix memory leak
|
15 years ago |
mempool.c
|
bba7881954
mm: remove broken 'kzalloc' mempool
|
15 years ago |
migrate.c
|
e00e431612
memcg: fix wrong pointer initialization at page migration when memcg is disabled.
|
15 years ago |
mincore.c
|
3480b25743
[CVE-2009-0029] System call wrappers part 14
|
16 years ago |
mlock.c
|
6e919717c8
mm: m(un)lock avoid ZERO_PAGE
|
15 years ago |
mm_init.c
|
759f9a2df7
mm: mminit_loglevel cannot be __meminitdata anymore
|
17 years ago |
mmap.c
|
f0f37e2f77
const: mark struct vm_struct_operations
|
15 years ago |
mmu_context.c
|
f68e148050
mm: reduce atomic use on use_mm fast path
|
15 years ago |
mmu_notifier.c
|
828502d300
ksm: add mmu_notifier set_pte_at_notify()
|
15 years ago |
mmzone.c
|
eb33575cf6
[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2
|
16 years ago |
mprotect.c
|
cdd6c482c9
perf: Do the big rename: Performance Counters -> Performance Events
|
15 years ago |
mremap.c
|
25d9e2d152
truncate: new helpers
|
15 years ago |
msync.c
|
6a6160a7b5
[CVE-2009-0029] System call wrappers part 13
|
16 years ago |
nommu.c
|
89a8640279
NOMMU: Don't pass NULL pointers to fput() in do_mmap_pgoff()
|
15 years ago |
oom_kill.c
|
8c5cd6f3a1
oom: oom_kill doesn't kill vfork parent (or child)
|
15 years ago |
page-writeback.c
|
d25105e891
writeback: account IO throttling wait as iowait
|
15 years ago |
page_alloc.c
|
9d0ed60fe9
page allocator: Do not allow interrupts to use ALLOC_HARDER
|
15 years ago |
page_cgroup.c
|
f52407ce2d
memory hotplug: alloc page from other node in memory online
|
15 years ago |
page_io.c
|
aca8bf323e
mm: remove file argument from swap_readpage()
|
16 years ago |
page_isolation.c
|
a70dcb969f
memory hotplug: fix page_zone() calculation in test_pages_isolated()
|
16 years ago |
pagewalk.c
|
2165009bdf
pagemap: pass mm into pagewalkers
|
17 years ago |
percpu.c
|
833af8427b
percpu: restructure pcpu_extend_area_map() to fix bugs and improve readability
|
15 years ago |
prio_tree.c
|
183ff22bb6
spelling fixes: mm/
|
17 years ago |
quicklist.c
|
db79078658
cpumask: use new-style cpumask ops in mm/quicklist.
|
15 years ago |
readahead.c
|
10be0b372c
readahead: introduce context readahead algorithm
|
16 years ago |
rmap.c
|
bf89c8c867
mm/rmap.c: fix comment
|
15 years ago |
shmem.c
|
f0f37e2f77
const: mark struct vm_struct_operations
|
15 years ago |
shmem_acl.c
|
6d848a488a
shmfs: use 'check_acl' instead of 'permission'
|
15 years ago |
slab.c
|
4481374ce8
mm: replace various uses of num_physpages by totalram_pages
|
15 years ago |
slob.c
|
bbff2e433e
slab: remove duplicate kmem_cache_init_late() declarations
|
16 years ago |
slub.c
|
fe1ff49d0d
mm: kmem_cache_create(): make it easier to catch NULL cache names
|
15 years ago |
sparse-vmemmap.c
|
f52407ce2d
memory hotplug: alloc page from other node in memory online
|
15 years ago |
sparse.c
|
f52407ce2d
memory hotplug: alloc page from other node in memory online
|
15 years ago |
swap.c
|
4481374ce8
mm: replace various uses of num_physpages by totalram_pages
|
15 years ago |
swap_state.c
|
2ca4532a49
mm: add_to_swap_cache() does not return -EEXIST
|
15 years ago |
swapfile.c
|
32c5fc10e7
mm: remove incorrect swap_count() from try_to_unuse()
|
15 years ago |
thrash.c
|
a5c9b696ec
mm: pass mm to grab_swap_token
|
16 years ago |
truncate.c
|
6c5daf012c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
|
15 years ago |
util.c
|
e03ab9d415
Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus
|
16 years ago |
vmalloc.c
|
d43c36dc6b
headers: remove sched.h from interrupt.h
|
15 years ago |
vmscan.c
|
6a7b95481d
vmscan: order evictable rescue in LRU putback
|
15 years ago |
vmstat.c
|
a731286de6
mm: vmstat: add isolate pages
|
15 years ago |