.. |
Kconfig
|
HWPOISON: Add PROC_FS dependency to hwpoison injector v2
|
15 years ago |
Kconfig.debug
|
trivial: improve help text for mm debug config options
|
16 years ago |
Makefile
|
make generic_acl slightly more generic
|
15 years ago |
backing-dev.c
|
flusher: Fix PF_FROZEN race
|
15 years ago |
bootmem.c
|
mm/bootmem.c: properly __init-annotate helper functions
|
15 years ago |
bounce.c
|
block: remove some includings of blktrace_api.h
|
16 years ago |
debug-pagealloc.c
|
…
|
|
dmapool.c
|
dmapools: protect page_list walk in show_pools()
|
16 years ago |
fadvise.c
|
readahead: move max_sane_readahead() calls into force_page_cache_readahead()
|
16 years ago |
failslab.c
|
…
|
|
filemap.c
|
direct I/O fallback sync simplification
|
15 years ago |
filemap_xip.c
|
const: mark struct vm_struct_operations
|
16 years ago |
fremap.c
|
…
|
|
highmem.c
|
highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTE
|
15 years ago |
hugetlb.c
|
hugetlb: abort a hugepage pool resize if a signal is pending
|
15 years ago |
hwpoison-inject.c
|
HWPOISON: Don't do early filtering if filter is disabled
|
15 years ago |
init-mm.c
|
mm: consolidate init_mm definition
|
16 years ago |
internal.h
|
HWPOISON: add an interface to switch off/on all the page filters
|
15 years ago |
kmemcheck.c
|
kmemcheck: add hooks for the page allocator
|
16 years ago |
kmemleak-test.c
|
percpu: clean up percpu variable definitions
|
16 years ago |
kmemleak.c
|
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
|
15 years ago |
ksm.c
|
ksm: remove unswappable max_kernel_pages
|
15 years ago |
maccess.c
|
[S390] maccess: add weak attribute to probe_kernel_write
|
16 years ago |
madvise.c
|
HWPOISON: Add a madvise() injector for soft page offlining
|
15 years ago |
memcontrol.c
|
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
|
15 years ago |
memory-failure.c
|
HWPOISON: Add PROC_FS dependency to hwpoison injector v2
|
15 years ago |
memory.c
|
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
|
15 years ago |
memory_hotplug.c
|
mm: fix section mismatch in memory_hotplug.c
|
15 years ago |
mempolicy.c
|
ksm: memory hotremove migration only
|
15 years ago |
mempool.c
|
mm: remove broken 'kzalloc' mempool
|
16 years ago |
migrate.c
|
mm: remove unevictable_migrate_page function
|
15 years ago |
mincore.c
|
mm: hugetlb: fix hugepage memory leak in mincore()
|
15 years ago |
mlock.c
|
mlock: replace stale comments in munlock_vma_page()
|
15 years ago |
mm_init.c
|
…
|
|
mmap.c
|
mm: move sys_mmap_pgoff from util.c
|
15 years ago |
mmu_context.c
|
mm: reduce atomic use on use_mm fast path
|
16 years ago |
mmu_notifier.c
|
ksm: add mmu_notifier set_pte_at_notify()
|
16 years ago |
mmzone.c
|
[ARM] Double check memmap is actually valid with a memmap has unexpected holes V2
|
16 years ago |
mprotect.c
|
perf: Do the big rename: Performance Counters -> Performance Events
|
16 years ago |
mremap.c
|
Take arch_mmap_check() into get_unmapped_area()
|
15 years ago |
msync.c
|
…
|
|
nommu.c
|
mm: move sys_mmap_pgoff from util.c
|
15 years ago |
oom_kill.c
|
memcg: avoid oom-killing innocent task in case of use_hierarchy
|
15 years ago |
page-writeback.c
|
writeback: remove unused nonblocking and congestion checks
|
15 years ago |
page_alloc.c
|
SYSCTL: Add a mutex to the page_alloc zone order sysctl
|
15 years ago |
page_cgroup.c
|
memory hotplug: alloc page from other node in memory online
|
16 years ago |
page_io.c
|
swap: rework map_swap_page() again
|
15 years ago |
page_isolation.c
|
…
|
|
pagewalk.c
|
mm hugetlb: add hugepage support to pagemap
|
15 years ago |
percpu.c
|
Merge branch 'for-linus' into for-next
|
15 years ago |
prio_tree.c
|
…
|
|
quicklist.c
|
cpumask: use new-style cpumask ops in mm/quicklist.
|
16 years ago |
readahead.c
|
readahead: add blk_run_backing_dev
|
15 years ago |
rmap.c
|
memcg: make memcg's file mapped consistent with global VM
|
15 years ago |
shmem.c
|
Fix breakage in shmem.c
|
15 years ago |
slab.c
|
SLAB: Fix lockdep annotation breakage
|
15 years ago |
slob.c
|
slab: remove duplicate kmem_cache_init_late() declarations
|
16 years ago |
slub.c
|
Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
sparse-vmemmap.c
|
memory hotplug: alloc page from other node in memory online
|
16 years ago |
sparse.c
|
memory hotplug: alloc page from other node in memory online
|
16 years ago |
swap.c
|
mm: replace various uses of num_physpages by totalram_pages
|
16 years ago |
swap_state.c
|
mm: add_to_swap_cache() does not return -EEXIST
|
16 years ago |
swapfile.c
|
ksm: let shared pages be swappable
|
15 years ago |
thrash.c
|
mm: pass mm to grab_swap_token
|
16 years ago |
truncate.c
|
memcg: coalesce uncharge during unmap/truncate
|
15 years ago |
util.c
|
mm: move sys_mmap_pgoff from util.c
|
15 years ago |
vmalloc.c
|
vmalloc(): adjust gfp mask passed on nested vmalloc() invocation
|
15 years ago |
vmscan.c
|
vmscan: simplify code
|
15 years ago |
vmstat.c
|
vmscan: stop kswapd waiting on congestion when the min watermark is not being met
|
15 years ago |