.. |
Kconfig
|
a626b46e17
Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
Kconfig.debug
|
22f8b45822
trivial: improve help text for mm debug config options
|
16 years ago |
Makefile
|
1c7c474c31
make generic_acl slightly more generic
|
15 years ago |
backing-dev.c
|
bf7ec5bb61
flusher: Fix PF_FROZEN race
|
15 years ago |
bootmem.c
|
08677214e3
x86: Make 64 bit use early_res instead of bootmem before slab
|
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
|
0141450f66
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
|
15 years ago |
failslab.c
|
4c13dd3b48
failslab: add ability to filter slab caches
|
15 years ago |
filemap.c
|
59e99e5b97
mm: use rlimit helpers
|
15 years ago |
filemap_xip.c
|
d559db086f
mm: clean up mm_counter
|
15 years ago |
fremap.c
|
d559db086f
mm: clean up mm_counter
|
15 years ago |
highmem.c
|
5e39df5625
grammar fix in comment
|
15 years ago |
hugetlb.c
|
ac0f6f927d
Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm
|
15 years ago |
hwpoison-inject.c
|
0d57eb8dfc
HWPOISON: Don't do early filtering if filter is disabled
|
15 years ago |
init-mm.c
|
bb1f17b037
mm: consolidate init_mm definition
|
16 years ago |
internal.h
|
1bfe5febe3
HWPOISON: add an interface to switch off/on all the page filters
|
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
|
dcc7cd0112
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
|
15 years ago |
ksm.c
|
5beb493052
mm: change anon_vma linking to fix multi-process server scalability issue
|
15 years ago |
maccess.c
|
6144a85a0e
maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write)
|
15 years ago |
madvise.c
|
afcf938ee0
HWPOISON: Add a madvise() injector for soft page offlining
|
15 years ago |
memcontrol.c
|
867578cbcc
memcg: fix oom kill behavior
|
15 years ago |
memory-failure.c
|
5beb493052
mm: change anon_vma linking to fix multi-process server scalability issue
|
15 years ago |
memory.c
|
718a38211b
mm: introduce dump_page() and print symbolic flag names
|
15 years ago |
memory_hotplug.c
|
718a38211b
mm: introduce dump_page() and print symbolic flag names
|
15 years ago |
mempolicy.c
|
4e3eaddd14
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
mempool.c
|
bba7881954
mm: remove broken 'kzalloc' mempool
|
16 years ago |
migrate.c
|
85f1fb72fa
mm/migrate.c: kill anon local variable from migrate_page_copy
|
15 years ago |
mincore.c
|
4f16fc107d
mm: hugetlb: fix hugepage memory leak in mincore()
|
15 years ago |
mlock.c
|
59e99e5b97
mm: use rlimit helpers
|
15 years ago |
mm_init.c
|
759f9a2df7
mm: mminit_loglevel cannot be __meminitdata anymore
|
17 years ago |
mmap.c
|
a4679373cf
Add generic sys_old_mmap()
|
15 years ago |
mmu_context.c
|
5da779c34c
mm: export use_mm/unuse_mm to modules
|
15 years ago |
mmu_notifier.c
|
828502d300
ksm: add mmu_notifier set_pte_at_notify()
|
16 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
|
16 years ago |
mremap.c
|
5beb493052
mm: change anon_vma linking to fix multi-process server scalability issue
|
15 years ago |
msync.c
|
6a6160a7b5
[CVE-2009-0029] System call wrappers part 13
|
16 years ago |
nommu.c
|
a4679373cf
Add generic sys_old_mmap()
|
15 years ago |
oom_kill.c
|
867578cbcc
memcg: fix oom kill behavior
|
15 years ago |
page-writeback.c
|
0d99519efe
writeback: remove unused nonblocking and congestion checks
|
15 years ago |
page_alloc.c
|
718a38211b
mm: introduce dump_page() and print symbolic flag names
|
15 years ago |
page_cgroup.c
|
e9e58a4ec3
memcg: avoid use cmpxchg in swap cgroup maintainance
|
15 years ago |
page_io.c
|
d4906e1aa5
swap: rework map_swap_page() again
|
15 years ago |
page_isolation.c
|
a70dcb969f
memory hotplug: fix page_zone() calculation in test_pages_isolated()
|
16 years ago |
pagewalk.c
|
5dc37642cb
mm hugetlb: add hugepage support to pagemap
|
15 years ago |
percpu.c
|
43cf38eb5c
percpu: add __percpu sparse annotations to core kernel subsystems
|
15 years ago |
prio_tree.c
|
183ff22bb6
spelling fixes: mm/
|
18 years ago |
quicklist.c
|
db79078658
cpumask: use new-style cpumask ops in mm/quicklist.
|
16 years ago |
readahead.c
|
0141450f66
readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM
|
15 years ago |
rmap.c
|
6457474624
vmscan: detect mapped file pages used only once
|
15 years ago |
shmem.c
|
718deb6b61
Fix breakage in shmem.c
|
15 years ago |
slab.c
|
e2b093f3e9
Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus
|
15 years ago |
slob.c
|
bbff2e433e
slab: remove duplicate kmem_cache_init_late() declarations
|
16 years ago |
slub.c
|
c32da02342
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
|
15 years ago |
sparse-vmemmap.c
|
9bdac91424
sparsemem: Put mem map for one node together.
|
15 years ago |
sparse.c
|
81d0d950e5
sparsemem: Fix compilation on PowerPC
|
15 years ago |
swap.c
|
fc91668eaf
mm: remove free_hot_page()
|
15 years ago |
swap_state.c
|
2ca4532a49
mm: add_to_swap_cache() does not return -EEXIST
|
16 years ago |
swapfile.c
|
024914477e
memcg: move charges of anonymous swap
|
15 years ago |
thrash.c
|
a5c9b696ec
mm: pass mm to grab_swap_token
|
16 years ago |
truncate.c
|
cedabed49b
vfs: Fix vmtruncate() regression
|
15 years ago |
util.c
|
efc1a3b169
nommu: don't need get_unmapped_area() for NOMMU
|
15 years ago |
vmalloc.c
|
02b709df81
mm: purge fragmented percpu vmap blocks
|
15 years ago |
vmscan.c
|
6457474624
vmscan: detect mapped file pages used only once
|
15 years ago |
vmstat.c
|
93e4a89a8c
mm: restore zone->all_unreclaimable to independence word
|
15 years ago |