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