Geert Uytterhoeven f7c1d07420 mm: Initialize error in shmem_file_aio_read() 11 лет назад
..
Kconfig 9e5c33d7ae mm: create generic early_ioremap() support 11 лет назад
Kconfig.debug c0a32fc5a2 mm: more intensive memory corruption debugging 14 лет назад
Makefile 5166701b36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 лет назад
backing-dev.c 5acda9d12d bdi: avoid oops on device removal 11 лет назад
balloon_compaction.c f0b791a34c mm: print more details for bad_page() 12 лет назад
bootmem.c 4a099fb4bd mm/bootmem.c: remove unused local `map' 12 лет назад
bounce.c 7988613b0e block: Convert bio_for_each_segment() to bvec_iter 12 лет назад
cleancache.c 309381feae mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE 12 лет назад
compaction.c da1c67a76f mm, compaction: determine isolation mode only once 11 лет назад
debug-pagealloc.c 54c29c635a mm, x86: Remove debug_pagealloc_enabled 14 лет назад
dmapool.c 5de55b265a dmapool: make DMAPOOL_DEBUG detect corruption of free marker 13 лет назад
early_ioremap.c 9e5c33d7ae mm: create generic early_ioremap() support 11 лет назад
fadvise.c 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 13 лет назад
failslab.c f4ae40a6a5 switch debugfs to umode_t 14 лет назад
filemap.c 5166701b36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 лет назад
filemap_xip.c 1ca7d67cf5 seqcount: Add lockdep functionality to seqcount/seqlock structures 12 лет назад
fremap.c 887843961c mm: fix bad rss-counter if remap_file_pages raced migration 11 лет назад
frontswap.c 7b57976da4 frontswap: fix incorrect zeroing and allocation size for frontswap_map 12 лет назад
highmem.c b7dfde956d Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux 13 лет назад
huge_memory.c d715ae08f2 memcg: rename high level charging functions 11 лет назад
hugetlb.c 55f67141a8 mm: hugetlb: fix softlockup when a large number of hugepages are freed. 11 лет назад
hugetlb_cgroup.c 4d3bb511b5 cgroup: drop const from @buffer of cftype->write_string() 11 лет назад
hwpoison-inject.c 4883e997b2 mm/hwpoison: add '#' to hwpoison_inject 12 лет назад
init-mm.c 60063497a9 atomic: use <linux/atomic.h> 14 лет назад
internal.h 29f175d125 mm/readahead.c: inline ra_submit 11 лет назад
interval_tree.c ed8ea81501 mm: add CONFIG_DEBUG_VM_RB build option 13 лет назад
iov_iter.c 4f18cd317a take iov_iter stuff to mm/iov_iter.c 11 лет назад
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator 16 лет назад
kmemleak-test.c 0a08739e81 kmemleak: remove memset by using kzalloc 15 лет назад
kmemleak.c 8910ae896c kmemleak: change some global variables to int 11 лет назад
ksm.c 668f9abbd4 mm: close PageTail race 11 лет назад
list_lru.c 449dd6984d mm: keep page cache radix tree nodes in check 11 лет назад
maccess.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 14 лет назад
madvise.c 20cb6cab52 mm/hwpoison: fix traversal of hugetlbfs pages to avoid printk flood 12 лет назад
memblock.c 1676323030 mm/memblock.c: use PFN_PHYS() 11 лет назад
memcontrol.c b8529907ba memcg, slab: do not destroy children caches if parent has aliases 11 лет назад
memory-failure.c 32d01dc7be Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 11 лет назад
memory.c ed6d7c8e57 mm: remove unused arg of set_page_dirty_balance() 11 лет назад
memory_hotplug.c ac13c4622b mm/memory_hotplug.c: move register_memory_resource out of the lock_memory_hotplug 12 лет назад
mempolicy.c f0432d1596 mm, mempolicy: remove per-process flag 11 лет назад
mempool.c eb9a3c62a0 mempool: add unlikely and likely hints 11 лет назад
migrate.c 7e09e738af mm: fix swapops.h:131 bug if remap_file_pages raced migration 11 лет назад
mincore.c 0cd6144aad mm + fs: prepare for non-page entries in page cache radix trees 11 лет назад
mlock.c 57e68e9cd6 mm: try_to_unmap_cluster() should lock_page() before mlocking 11 лет назад
mm_init.c e82cb95d62 mm: bring back /sys/kernel/mm 12 лет назад
mmap.c 615d6e8756 mm: per-thread vma caching 11 лет назад
mmu_context.c a53efe5ff8 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm 12 лет назад
mmu_notifier.c a64fb3cd61 mm: audit/fix non-modular users of module_init in core code 12 лет назад
mmzone.c 90572890d2 mm: numa: Change page last {nid,pid} into {cpu,pid} 12 лет назад
mprotect.c a5338093bf mm: move mmu notifier call from change_protection to change_pmd_range 11 лет назад
mremap.c 57a8f0cdb8 mm: revert mremap pud_free anti-fix 12 лет назад
msync.c 8018ab0574 sanitize vfs_fsync calling conventions 15 лет назад
nobootmem.c de49850725 mm/nobootmem.c: mark function as static 11 лет назад
nommu.c ac7149045d mm: fix 'ERROR: do not initialise globals to 0 or NULL' and coding style 11 лет назад
oom_kill.c 778c14affa mm, oom: base root bonus on current usage 12 лет назад
page-writeback.c ed6d7c8e57 mm: remove unused arg of set_page_dirty_balance() 11 лет назад
page_alloc.c ed12d845b5 mm/page_alloc.c: change mm debug routines back to EXPORT_SYMBOL 11 лет назад
page_cgroup.c d20199e1f5 mm/page_cgroup.c: mark functions as static 11 лет назад
page_io.c f568849eda Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block 12 лет назад
page_isolation.c c8721bbbdd mm: memory-hotplug: enable memory hotplug to handle hugepage 12 лет назад
pagewalk.c 3017f079ef mm/pagewalk.c: fix walk_page_range() access of wrong PTEs 12 лет назад
percpu-km.c fc1481a956 percpu: clear memory allocated with the km allocator 15 лет назад
percpu-vm.c dad7557eb7 mm: fix kernel-doc warnings 13 лет назад
percpu.c 21ddfd38ee percpu: renew the max_contig if we merge the head and previous block 11 лет назад
pgtable-generic.c 2084140594 mm: fix TLB flush race between migration, and change_protection_range 12 лет назад
process_vm_access.c 5166701b36 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 лет назад
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> 14 лет назад
readahead.c 29f175d125 mm/readahead.c: inline ra_submit 11 лет назад
rmap.c 57e68e9cd6 mm: try_to_unmap_cluster() should lock_page() before mlocking 11 лет назад
shmem.c f7c1d07420 mm: Initialize error in shmem_file_aio_read() 11 лет назад
slab.c bf3a340738 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux 11 лет назад
slab.h a44cb94491 memcg, slab: never try to merge memcg caches 11 лет назад
slab_common.c b8529907ba memcg, slab: do not destroy children caches if parent has aliases 11 лет назад
slob.c 34bf6ef94a mm: slab/slub: use page->list consistently instead of page->lru 11 лет назад
slub.c bf3a340738 Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux 11 лет назад
sparse-vmemmap.c bb016b8416 mm/sparse: use memblock apis for early memory allocations 12 лет назад
sparse.c 3b32123d73 mm: use macros from compiler.h instead of __attribute__((...)) 11 лет назад
swap.c a528910e12 mm: thrash detection-based file cache sizing 11 лет назад
swap_state.c 579f82901f swap: add a simple detector for inappropriate swapin readahead 12 лет назад
swapfile.c f893ab41e4 mm/swap: fix race on swap_info reuse between swapoff and swapon 12 лет назад
truncate.c 449dd6984d mm: keep page cache radix tree nodes in check 11 лет назад
util.c 0b747172dc Merge git://git.infradead.org/users/eparis/audit 11 лет назад
vmacache.c 615d6e8756 mm: per-thread vma caching 11 лет назад
vmalloc.c 3643763834 mm/vmalloc.c: enhance vm_map_ram() comment 11 лет назад
vmpressure.c 1ff6bbfd13 arm, pm, vmpressure: add missing slab.h includes 12 лет назад
vmscan.c 0bf1457f0c mm: vmscan: do not swap anon pages just because free+file is low 11 лет назад
vmstat.c 467a9e1633 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm 11 лет назад
workingset.c 449dd6984d mm: keep page cache radix tree nodes in check 11 лет назад
zbud.c eee87e1726 mm/zbud: fix some trivial typos in comments 12 лет назад
zsmalloc.c f0e71fcd0f zsmalloc: Fix CPU hotplug callback registration 11 лет назад
zswap.c 26c12d9334 Merge branch 'akpm' (incoming from Andrew) 11 лет назад