Hugh Dickins d26ed650d9 mm: don't rely on flags coincidence 16 yıl önce
..
Kconfig 517d08699b Merge branch 'akpm' 16 yıl önce
Kconfig.debug 7d46d9e6db kmemcheck: enable in the x86 Kconfig 16 yıl önce
Makefile 517d08699b Merge branch 'akpm' 16 yıl önce
allocpercpu.c 5d6700ea7b percpu: __percpu_depopulate_mask can take a const mask 16 yıl önce
backing-dev.c 1faa16d228 block: change the request allocation/congestion logic to be sync/async based 16 yıl önce
bootmem.c 433f13a727 bootmem.c: avoid c90 declaration warning 16 yıl önce
bounce.c e212d6f250 block: remove some includings of blktrace_api.h 16 yıl önce
debug-pagealloc.c 6a11f75b6a generic debug pagealloc 16 yıl önce
dmapool.c b5ee5befa7 dmapool: enable debugging for CONFIG_SLUB_DEBUG_ON too 17 yıl önce
fadvise.c f7e839dd36 readahead: move max_sane_readahead() calls into force_page_cache_readahead() 16 yıl önce
failslab.c 255d11bc91 kmemtrace, mm: fix slab.h dependency problem in mm/failslab.c 16 yıl önce
filemap.c 6484eb3e2a page allocator: do not check NUMA node ID when the caller knows the node is valid 16 yıl önce
filemap_xip.c 58984ce21d mm: do_xip_mapping_read: fix length calculation 16 yıl önce
fremap.c 5a6fe12595 Do not account for the address space used by hugetlbfs using VM_ACCOUNT 16 yıl önce
highmem.c e212d6f250 block: remove some includings of blktrace_api.h 16 yıl önce
hugetlb.c 788c7df451 hugetlb: fault flags instead of write_access 16 yıl önce
init-mm.c bb1f17b037 mm: consolidate init_mm definition 16 yıl önce
internal.h fa5e084e43 vmscan: do not unconditionally treat zones that fail zone_reclaim() as full 16 yıl önce
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator 16 yıl önce
kmemleak-test.c 0822ee4ac1 kmemleak: Simple testing module for kmemleak 16 yıl önce
kmemleak.c 2030117d27 kmemleak: Fix some typos in comments 16 yıl önce
maccess.c d93f82b6e0 [S390] maccess: add weak attribute to probe_kernel_write 16 yıl önce
madvise.c 75927af8bc mm: madvise(): correct return code 16 yıl önce
memcontrol.c 2ffebca6aa memcg: fix lru rotation in isolate_pages 16 yıl önce
memory.c d26ed650d9 mm: don't rely on flags coincidence 16 yıl önce
memory_hotplug.c bce7394a3e page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens 16 yıl önce
mempolicy.c 6484eb3e2a page allocator: do not check NUMA node ID when the caller knows the node is valid 16 yıl önce
mempool.c 183ff22bb6 spelling fixes: mm/ 18 yıl önce
migrate.c 35282a2de4 migration: only migrate_prep() once per move_pages() 16 yıl önce
mincore.c 3480b25743 [CVE-2009-0029] System call wrappers part 14 16 yıl önce
mlock.c 6837765963 mm: remove CONFIG_UNEVICTABLE_LRU config option 16 yıl önce
mm_init.c 759f9a2df7 mm: mminit_loglevel cannot be __meminitdata anymore 17 yıl önce
mmap.c 8a1ca8cedd Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 yıl önce
mmu_notifier.c cddb8a5c14 mmu-notifiers: core 17 yıl önce
mmzone.c eb33575cf6 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 16 yıl önce
mprotect.c dab5855b12 perf_counter: Add mmap event hooks to mprotect() 16 yıl önce
mremap.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 16 yıl önce
msync.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 16 yıl önce
nommu.c 35f2c2f6f6 nommu: Provide mmap_min_addr definition. 16 yıl önce
oom_kill.c 8123681022 oom: only oom kill exiting tasks with attached memory 16 yıl önce
page-writeback.c dcf975d585 mm/page-writeback.c: dirty limit type should be unsigned long 16 yıl önce
page_alloc.c c277331d5f mm: page_alloc: clear PG_locked before checking flags on free 16 yıl önce
page_cgroup.c 338c843108 memcg: remove some redundant checks 16 yıl önce
page_io.c aca8bf323e mm: remove file argument from swap_readpage() 16 yıl önce
page_isolation.c a70dcb969f memory hotplug: fix page_zone() calculation in test_pages_isolated() 16 yıl önce
pagewalk.c 2165009bdf pagemap: pass mm into pagewalkers 17 yıl önce
pdflush.c cd17cbfda0 Revert "mm: add /proc controls for pdflush threads" 16 yıl önce
percpu.c e1b9aa3f47 percpu: remove rbtree and use page->index instead 16 yıl önce
prio_tree.c 183ff22bb6 spelling fixes: mm/ 18 yıl önce
quicklist.c a70f730282 cpumask: replace node_to_cpumask with cpumask_of_node. 16 yıl önce
readahead.c 10be0b372c readahead: introduce context readahead algorithm 16 yıl önce
rmap.c d69b042f3d memcg: add file-based RSS accounting 16 yıl önce
shmem.c 168f5ac668 mm cleanup: shmem_file_setup: 'char *' -> 'const char *' for name argument 16 yıl önce
shmem_acl.c e6305c43ed [PATCH] sanitize ->permission() prototype 17 yıl önce
slab.c dcce284a25 mm: Extend gfp masking to the page allocator 16 yıl önce
slob.c e03ab9d415 Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus 16 yıl önce
slub.c dcce284a25 mm: Extend gfp masking to the page allocator 16 yıl önce
sparse-vmemmap.c b41ad14c30 vmemmap: warn about page_structs with remote distance 16 yıl önce
sparse.c ef161a9863 mm: mminit_validate_memmodel_limits(): remove redundant test 16 yıl önce
swap.c 00a62ce91e mm: fix Committed_AS underflow on large NR_CPUS environment 16 yıl önce
swap_state.c aca8bf323e mm: remove file argument from swap_readpage() 16 yıl önce
swapfile.c 8a9478ca7f memcg: fix swap accounting 16 yıl önce
thrash.c 7faaa5f0bf Bug in mm/thrash.c function grab_swap_token() 18 yıl önce
truncate.c 286973552f mm: remove __invalidate_mapping_pages variant 16 yıl önce
util.c e03ab9d415 Merge branches 'slab/documentation', 'slab/fixes', 'slob/cleanups' and 'slub/fixes' into for-linus 16 yıl önce
vmalloc.c 512626a04e Merge branch 'for-linus' of git://linux-arm.org/linux-2.6 16 yıl önce
vmscan.c cb4cbcf6b3 mm: fix incorrect page removal from LRU 16 yıl önce
vmstat.c 24cf72518c vmscan: count the number of times zone_reclaim() scans and fails 16 yıl önce