Emese Revfy 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 16 лет назад
..
Kconfig a626b46e17 Merge branch 'x86-bootmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 16 лет назад
Kconfig.debug 22f8b45822 trivial: improve help text for mm debug config options 16 лет назад
Makefile 1c7c474c31 make generic_acl slightly more generic 16 лет назад
backing-dev.c bf7ec5bb61 flusher: Fix PF_FROZEN race 16 лет назад
bootmem.c 08677214e3 x86: Make 64 bit use early_res instead of bootmem before slab 16 лет назад
bounce.c e212d6f250 block: remove some includings of blktrace_api.h 16 лет назад
debug-pagealloc.c 6a11f75b6a generic debug pagealloc 17 лет назад
dmapool.c c49568235d dmapools: protect page_list walk in show_pools() 16 лет назад
fadvise.c 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM 16 лет назад
failslab.c 4c13dd3b48 failslab: add ability to filter slab caches 16 лет назад
filemap.c 59e99e5b97 mm: use rlimit helpers 16 лет назад
filemap_xip.c d559db086f mm: clean up mm_counter 16 лет назад
fremap.c d559db086f mm: clean up mm_counter 16 лет назад
highmem.c d451564669 highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NMI_PTE 16 лет назад
hugetlb.c ac0f6f927d Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-arm 16 лет назад
hwpoison-inject.c 0d57eb8dfc HWPOISON: Don't do early filtering if filter is disabled 16 лет назад
init-mm.c bb1f17b037 mm: consolidate init_mm definition 16 лет назад
internal.h 1bfe5febe3 HWPOISON: add an interface to switch off/on all the page filters 16 лет назад
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator 16 лет назад
kmemleak-test.c 245b2e70ea percpu: clean up percpu variable definitions 16 лет назад
kmemleak.c dcc7cd0112 Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6 16 лет назад
ksm.c 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 16 лет назад
maccess.c 6144a85a0e maccess,probe_kernel: Allow arch specific override probe_kernel_(read|write) 16 лет назад
madvise.c afcf938ee0 HWPOISON: Add a madvise() injector for soft page offlining 16 лет назад
memcontrol.c 648bcc7711 mm/memcontrol.c: fix "integer as NULL pointer" sparse warning 16 лет назад
memory-failure.c 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 16 лет назад
memory.c c44b674323 rmap: move exclusively owned pages to own anon_vma in do_wp_page() 16 лет назад
memory_hotplug.c d96ae53091 memory-hotplug: create /sys/firmware/memmap entry for new memory 16 лет назад
mempolicy.c da0aa13894 mm/mempolicy.c: fix indentation of the comments of do_migrate_pages 16 лет назад
mempool.c bba7881954 mm: remove broken 'kzalloc' mempool 16 лет назад
migrate.c 85f1fb72fa mm/migrate.c: kill anon local variable from migrate_page_copy 16 лет назад
mincore.c 4f16fc107d mm: hugetlb: fix hugepage memory leak in mincore() 16 лет назад
mlock.c 59e99e5b97 mm: use rlimit helpers 16 лет назад
mm_init.c 759f9a2df7 mm: mminit_loglevel cannot be __meminitdata anymore 17 лет назад
mmap.c fc148a5f7e mm: remove VM_LOCK_RMAP code 16 лет назад
mmu_context.c 5da779c34c mm: export use_mm/unuse_mm to modules 16 лет назад
mmu_notifier.c 828502d300 ksm: add mmu_notifier set_pte_at_notify() 16 лет назад
mmzone.c eb33575cf6 [ARM] Double check memmap is actually valid with a memmap has unexpected holes V2 16 лет назад
mprotect.c cdd6c482c9 perf: Do the big rename: Performance Counters -> Performance Events 16 лет назад
mremap.c 5beb493052 mm: change anon_vma linking to fix multi-process server scalability issue 16 лет назад
msync.c 6a6160a7b5 [CVE-2009-0029] System call wrappers part 13 17 лет назад
nommu.c c08c6e1f54 nommu: get_user_pages(): pin last page on non-page-aligned start 16 лет назад
oom_kill.c d559db086f mm: clean up mm_counter 16 лет назад
page-writeback.c 0d99519efe writeback: remove unused nonblocking and congestion checks 16 лет назад
page_alloc.c 72f0ba0252 mm: suppress pfn range output for zones without pages 16 лет назад
page_cgroup.c f52407ce2d memory hotplug: alloc page from other node in memory online 16 лет назад
page_io.c d4906e1aa5 swap: rework map_swap_page() again 16 лет назад
page_isolation.c a70dcb969f memory hotplug: fix page_zone() calculation in test_pages_isolated() 17 лет назад
pagewalk.c 5dc37642cb mm hugetlb: add hugepage support to pagemap 16 лет назад
percpu.c 43cf38eb5c percpu: add __percpu sparse annotations to core kernel subsystems 16 лет назад
prio_tree.c 183ff22bb6 spelling fixes: mm/ 18 лет назад
quicklist.c db79078658 cpumask: use new-style cpumask ops in mm/quicklist. 16 лет назад
readahead.c 0141450f66 readahead: introduce FMODE_RANDOM for POSIX_FADV_RANDOM 16 лет назад
rmap.c 6457474624 vmscan: detect mapped file pages used only once 16 лет назад
shmem.c 718deb6b61 Fix breakage in shmem.c 16 лет назад
slab.c e2b093f3e9 Merge branches 'slab/cleanups', 'slab/failslab', 'slab/fixes' and 'slub/percpu' into slab-for-linus 16 лет назад
slob.c bbff2e433e slab: remove duplicate kmem_cache_init_late() declarations 16 лет назад
slub.c 52cf25d0ab Driver core: Constify struct sysfs_ops in struct kobj_type 16 лет назад
sparse-vmemmap.c 9bdac91424 sparsemem: Put mem map for one node together. 16 лет назад
sparse.c 81d0d950e5 sparsemem: Fix compilation on PowerPC 16 лет назад
swap.c fc91668eaf mm: remove free_hot_page() 16 лет назад
swap_state.c 2ca4532a49 mm: add_to_swap_cache() does not return -EEXIST 16 лет назад
swapfile.c 08259d58e4 mm: add comment on swap_duplicate's error code 16 лет назад
thrash.c a5c9b696ec mm: pass mm to grab_swap_token 16 лет назад
truncate.c cedabed49b vfs: Fix vmtruncate() regression 16 лет назад
util.c efc1a3b169 nommu: don't need get_unmapped_area() for NOMMU 16 лет назад
vmalloc.c 02b709df81 mm: purge fragmented percpu vmap blocks 16 лет назад
vmscan.c 6457474624 vmscan: detect mapped file pages used only once 16 лет назад
vmstat.c 93e4a89a8c mm: restore zone->all_unreclaimable to independence word 16 лет назад