Linus Torvalds f788baadbd Merge branch 'gadget' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
..
kasan a5af5aa8b6 kasan, module, vmalloc: rework shadow allocation for modules 10 years ago
Kconfig b11a278397 Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild 10 years ago
Kconfig.debug 70ecb3cb03 mm/debug_pagealloc: remove obsolete Kconfig options 10 years ago
Makefile d879cb8341 move iov_iter.c from mm/ to lib/ 10 years ago
backing-dev.c 038911597e Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 10 years ago
balloon_compaction.c 4d88e6f7d5 mm/balloon_compaction: fix deflation when compaction is disabled 10 years ago
bootmem.c f784a3f196 mem-hotplug: reset node managed pages when hot-adding a new pgdat 10 years ago
cleancache.c 8fc8f4d57c mm: fix cleancache debugfs directory path 10 years ago
cma.c 850fc430f4 mm: cma: fix CMA aligned offset calculation 10 years ago
compaction.c b8c73fc249 mm: page_alloc: add kasan hooks on alloc and free paths 10 years ago
debug-pagealloc.c 031bc5743f mm/debug-pagealloc: make debug-pagealloc boottime configurable 10 years ago
debug.c dc6c9a35b6 mm: account pmd page tables to the process 10 years ago
dmapool.c baa2ef8398 mm/dmapool.c: fixed a brace coding style issue 10 years ago
early_ioremap.c 9e5c33d7ae mm: create generic early_ioremap() support 11 years ago
fadvise.c e748dcd095 vfs: remove get_xip_mem 10 years ago
failslab.c f4ae40a6a5 switch debugfs to umode_t 13 years ago
filemap.c d475c6346a dax,ext2: replace XIP read and write with DAX I/O 10 years ago
frontswap.c a1ad28973d mm/frontswap.c: fix the condition in BUG_ON 10 years ago
gup.c c833e17e27 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux 10 years ago
highmem.c 15de36a4c3 mm/highmem: make kmap cache coloring aware 11 years ago
huge_memory.c ba68bc0115 mm: thp: Return the correct value for change_huge_pmd 10 years ago
hugetlb.c 44fc80573c mm, hugetlb: close race when setting PageTail for gigantic pages 10 years ago
hugetlb_cgroup.c 650c5e5654 mm: page_counter: pull "-1" handling out of page_counter_memparse() 10 years ago
hwpoison-inject.c c2ea2181db mm/hwpoison-inject.c: remove unnecessary null test before debugfs_remove_recursive 11 years ago
init-mm.c 60063497a9 atomic: use <linux/atomic.h> 14 years ago
internal.h fc5199d1a9 mm/internal.h: don't split printk call in two 10 years ago
interval_tree.c ac51b934f3 mm: replace vma->sharead.linear with vma->shared 10 years ago
kmemcheck.c 07f361b2be mm/slab_common: move kmem_cache definition to internal header 10 years ago
kmemleak-test.c f59428ab73 mm/kmemleak-test.c: use pr_fmt for logging 11 years ago
kmemleak.c e79ed2f13f kmemleak: disable kasan instrumentation for kmemleak 10 years ago
ksm.c 0661a33611 mm: remove rest usage of VM_NONLINEAR and pte_file() 10 years ago
list_lru.c 2788cf0c40 memcg: reparent list_lrus and free kmemcg_id on css offline 10 years ago
maccess.c b95f1b31b7 mm: Map most files to use export.h instead of module.h 13 years ago
madvise.c e748dcd095 vfs: remove get_xip_mem 10 years ago
memblock.c 4308ce17f6 mm/memblock.c: refactor functions to set/clear MEMBLOCK_HOTPLUG 10 years ago
memcontrol.c 7feee590bb memcg: disable hierarchy support if bound to the legacy cgroup hierarchy 10 years ago
memory-failure.c 9ab3b598d2 mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page() 10 years ago
memory.c 53da3bc2ba mm: fix up numa read-only thread grouping logic 10 years ago
memory_hotplug.c c05543293e mm, memory_hotplug/failure: drain single zone pcplists 10 years ago
mempolicy.c 9e763e0f4f mm: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
mempool.c 1741196281 mm/mempool.c: update the kmemleak stack trace for mempool allocations 11 years ago
migrate.c 4d94246699 mm: convert p[te|md]_mknonnuma and remaining page table manipulations 10 years ago
mincore.c 1e25a271c8 mincore: apply page table walker on do_mincore() 10 years ago
mlock.c a5a6579db3 mm: reorder can_do_mlock to fix audit denial 10 years ago
mm_init.c 194e815120 mm/mm_init.c: mark mminit_loglevel __meminitdata 10 years ago
mmap.c 5703b087dc mm/mmap.c: fix arithmetic overflow in __vm_enough_memory() 10 years ago
mmu_context.c a53efe5ff8 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm 11 years ago
mmu_notifier.c 0f0a327fa1 mmu_notifier: add the callback for mmu_notifier_invalidate_range() 10 years ago
mmzone.c 05891fb065 mm: microoptimize zonelist operations 10 years ago
mprotect.c 10c1045f28 mm: numa: avoid unnecessary TLB flushes when setting NUMA hinting entries 10 years ago
mremap.c 0661a33611 mm: remove rest usage of VM_NONLINEAR and pte_file() 10 years ago
msync.c 0661a33611 mm: remove rest usage of VM_NONLINEAR and pte_file() 10 years ago
nobootmem.c f784a3f196 mem-hotplug: reset node managed pages when hot-adding a new pgdat 10 years ago
nommu.c 5b8bf30721 mm/nommu.c: export symbol max_mapnr 10 years ago
oom_kill.c dc6c9a35b6 mm: account pmd page tables to the process 10 years ago
page-writeback.c 6bec003528 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block 10 years ago
page_alloc.c e009d5dc0a mm, oom: do not fail __GFP_NOFAIL allocation if oom killer is disabled 10 years ago
page_counter.c 650c5e5654 mm: page_counter: pull "-1" handling out of page_counter_memparse() 10 years ago
page_ext.c 48c96a3685 mm/page_owner: keep track of page owners 10 years ago
page_io.c 05afcb77eb new helper: iov_iter_bvec() 10 years ago
page_isolation.c ec25af84b2 mm, page_isolation: drain single zone pcplists 10 years ago
page_owner.c 94f759d62b mm/page_owner.c: remove unnecessary stack_trace field 10 years ago
pagewalk.c 48684a65b4 mm: pagewalk: fix misbehavior of walk_page_range for vma(VM_PFNMAP) 10 years ago
percpu-km.c b539b87fed percpu: implmeent pcpu_nr_empty_pop_pages and chunk->nr_populated 11 years ago
percpu-vm.c a93ace487a percpu: move region iterations out of pcpu_[de]populate_chunk() 11 years ago
percpu.c 807de073bb percpu: use %*pb[l] to print bitmaps including cpumasks and nodemasks 10 years ago
pgtable-generic.c 4d94246699 mm: convert p[te|md]_mknonnuma and remaining page table manipulations 10 years ago
process_vm_access.c 7e33912849 mm: gup: use get_user_pages_unlocked 10 years ago
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> 13 years ago
readahead.c de1414a654 fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info 10 years ago
rmap.c 6de226191d mm: memcontrol: track move_lock state internally 10 years ago
shmem.c f0774d884b mm: shmem: check for mapping owner before dereferencing 10 years ago
slab.c d6e0b7fa11 slub: make dead caches discard free slabs immediately 10 years ago
slab.h d6e0b7fa11 slub: make dead caches discard free slabs immediately 10 years ago
slab_common.c 0316bec22e mm: slub: add kernel address sanitizer support for slub allocator 10 years ago
slob.c d6e0b7fa11 slub: make dead caches discard free slabs immediately 10 years ago
slub.c 0316bec22e mm: slub: add kernel address sanitizer support for slub allocator 10 years ago
sparse-vmemmap.c bb016b8416 mm/sparse: use memblock apis for early memory allocations 11 years ago
sparse.c 3b32123d73 mm: use macros from compiler.h instead of __attribute__((...)) 11 years ago
swap.c 6bec003528 Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block 10 years ago
swap_cgroup.c 5d1ea48bdd mm: page_cgroup: rename file to mm/swap_cgroup.c 10 years ago
swap_state.c b83ae6d421 fs: remove mapping->backing_dev_info 10 years ago
swapfile.c 5d1ea48bdd mm: page_cgroup: rename file to mm/swap_cgroup.c 10 years ago
truncate.c de1414a654 fs: export inode_to_bdi and use it in favor of mapping->backing_dev_info 10 years ago
util.c a4bb1e43e2 mm/util: add kstrdup_const 10 years ago
vmacache.c f5f302e212 mm,vmacache: count number of system-wide flushes 10 years ago
vmalloc.c a5af5aa8b6 kasan, module, vmalloc: rework shadow allocation for modules 10 years ago
vmpressure.c 91b57191cf mm/vmpressure.c: fix race in vmpressure_work_fn() 10 years ago
vmscan.c 818099574b Merge branch 'akpm' (patches from Andrew) 10 years ago
vmstat.c 57c2e36b6f vmstat: Reduce time interval to stat update on idle cpu 10 years ago
workingset.c 3f97b16320 list_lru: add helpers to isolate items 10 years ago
zbud.c 3eba0c6a56 mm/zpool: add name argument to create zpool 10 years ago
zpool.c 3eba0c6a56 mm/zpool: add name argument to create zpool 10 years ago
zsmalloc.c 0f050d997e mm/zsmalloc: add statistics support 10 years ago
zswap.c 3eba0c6a56 mm/zpool: add name argument to create zpool 10 years ago