Linus Torvalds d3dc366bba Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block 11 年之前
..
Kconfig 09316c09dd mm/balloon_compaction: add vmstat counters and kpageflags bit 11 年之前
Kconfig.debug c0a32fc5a2 mm: more intensive memory corruption debugging 13 年之前
Makefile ce254b34da Merge tag 'tiny/no-advice-fixup-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/josh/linux 11 年之前
backing-dev.c d3dc366bba Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-block 11 年之前
balloon_compaction.c 09316c09dd mm/balloon_compaction: add vmstat counters and kpageflags bit 11 年之前
bootmem.c d85fbee89f mm/bootmem.c: use include/linux/ headers 11 年之前
cleancache.c 309381feae mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE 11 年之前
cma.c de9e14eebf drivers: dma-contiguous: add initialization from device tree 11 年之前
compaction.c d6d86c0a7f mm/balloon_compaction: redesign ballooned pages management 11 年之前
debug-pagealloc.c 54c29c635a mm, x86: Remove debug_pagealloc_enabled 13 年之前
debug.c 7a82ca0d64 mm/debug.c: use pr_emerg() 11 年之前
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 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 12 年之前
failslab.c f4ae40a6a5 switch debugfs to umode_t 13 年之前
filemap.c 99dadfdde0 mm/filemap.c: remove trailing whitespace 11 年之前
filemap_xip.c 1ca7d67cf5 seqcount: Add lockdep functionality to seqcount/seqlock structures 11 年之前
fremap.c 33041a0d76 mm: mark remap_file_pages() syscall as deprecated 11 年之前
frontswap.c 18ab4d4ced swap: change swap_list_head to plist, add swap_avail_head 11 年之前
gup.c 2667f50e8b mm: introduce a general RCU get_user_pages_fast() 11 年之前
highmem.c 15de36a4c3 mm/highmem: make kmap cache coloring aware 11 年之前
huge_memory.c 96dad67ff2 mm: use VM_BUG_ON_MM where possible 11 年之前
hugetlb.c 81d1b09c6b mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 11 年之前
hugetlb_cgroup.c 7ea8574e5f hugetlb_cgroup: use lockdep_assert_held rather than spin_is_locked 11 年之前
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 6d7ce55940 mm, compaction: pass gfp mask to compact_control 11 年之前
interval_tree.c 81d1b09c6b mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 11 年之前
iov_iter.c c35e024800 Add copy_to_iter(), copy_from_iter() and iov_iter_zero() 11 年之前
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 ffe2c748e2 mm: introduce kmemleak_update_trace() 11 年之前
ksm.c 25acde3173 mm: ksm use pr_err instead of printk 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 54980b93c0 mm: update the description for madvise_remove 11 年之前
memblock.c 0a313a998a mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_range() 11 年之前
memcontrol.c cf2b8fbf1d memcg: zap memcg_can_account_kmem 11 年之前
memory-failure.c f29374b146 cgroup: remove redundant check in cgroup_ino() 11 年之前
memory.c 64e455079e mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared 11 年之前
memory_hotplug.c ed2f240094 memory-hotplug: add sysfs valid_zones attribute 11 年之前
mempolicy.c 2c0346a36c mm: mempolicy: skip inaccessible VMAs when setting MPOL_MF_LAZY 11 年之前
mempool.c 1741196281 mm/mempool.c: update the kmemleak stack trace for mempool allocations 11 年之前
migrate.c d6d86c0a7f mm/balloon_compaction: redesign ballooned pages management 11 年之前
mincore.c 0cd6144aad mm + fs: prepare for non-page entries in page cache radix trees 11 年之前
mlock.c d6dd50e07c Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 年之前
mm_init.c e82cb95d62 mm: bring back /sys/kernel/mm 11 年之前
mmap.c 64e455079e mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared 11 年之前
mmu_context.c a53efe5ff8 sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm 11 年之前
mmu_notifier.c 5712846808 kvm: Fix page ageing bugs 11 年之前
mmzone.c 90572890d2 mm: numa: Change page last {nid,pid} into {cpu,pid} 12 年之前
mprotect.c 64e455079e mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY cleared 11 年之前
mremap.c 2581d20237 mm/mremap.c: use linux headers 11 年之前
msync.c 496a8e6865 msync: fix incorrect fstart calculation 11 年之前
nobootmem.c 0a313a998a mem-hotplug: let memblock skip the hotpluggable memory regions in __next_mem_range() 11 年之前
nommu.c 908c7f1949 percpu_counter: add @gfp to percpu_counter_init() 11 年之前
oom_kill.c 5705465174 mm: clean up zone flags 11 年之前
page-writeback.c c798360cd1 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 11 年之前
page_alloc.c df133e8fa8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 11 年之前
page_cgroup.c d20199e1f5 mm/page_cgroup.c: mark functions as static 11 年之前
page_io.c 05064084e8 fix __swap_writepage() compile failure on old gcc versions 11 年之前
page_isolation.c c8721bbbdd mm: memory-hotplug: enable memory hotplug to handle hugepage 12 年之前
pagewalk.c 96dad67ff2 mm: use VM_BUG_ON_MM where possible 11 年之前
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 6ae833c7fe percpu: fix how @gfp is interpreted by the percpu allocator 11 年之前
pgtable-generic.c ce8369bcbe mm: actually clear pmd_numa before invalidating 11 年之前
process_vm_access.c 71d8e532b1 start adding the tag to iov_iter 11 年之前
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> 14 年之前
readahead.c 3e2faa0854 mm/readahead.c: remove unused file_ra_state from count_history_pages 11 年之前
rmap.c 81d1b09c6b mm: convert a few VM_BUG_ON callers to VM_BUG_ON_VMA 11 年之前
shmem.c c798360cd1 Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu 11 年之前
slab.c 85c9f4b04a mm/slab: fix unaligned access on sparc64 11 年之前
slab.h bf0dea23a9 mm/slab: use percpu allocator for cpu cache 11 年之前
slab_common.c 6f817f4cda memcg: move memcg_update_cache_size() to slab_common.c 11 年之前
slob.c 61f47105a2 mm/sl[ao]b: always track caller in kmalloc_(node_)track_caller() 11 年之前
slub.c 423c929cbb mm/slab_common: commonize slab merge logic 11 年之前
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 aabfb57296 mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache 11 年之前
swap_state.c aabfb57296 mm: memcontrol: do not kill uncharge batching in free_pages_and_swap_cache 11 年之前
swapfile.c 0a31bc97c8 mm: memcontrol: rewrite uncharge API 11 年之前
truncate.c 0a31bc97c8 mm: memcontrol: rewrite uncharge API 11 年之前
util.c 58cb65487e proc/maps: make vm_is_stack() logic namespace-friendly 11 年之前
vmacache.c 6b4ebc3a90 mm,vmacache: optimize overflow system-wide flushing 11 年之前
vmalloc.c 703394c100 mm/vmalloc.c: use seq_open_private() instead of seq_open() 11 年之前
vmpressure.c 1ff6bbfd13 arm, pm, vmpressure: add missing slab.h includes 11 年之前
vmscan.c b70a2a21dc mm: memcontrol: fix transparent huge page allocations under pressure 11 年之前
vmstat.c 7cc36bbddd vmstat: on-demand vmstat workers V8 11 年之前
workingset.c 449dd6984d mm: keep page cache radix tree nodes in check 11 年之前
zbud.c f203c3b33f zbud: avoid accessing last unused freelist 11 年之前
zpool.c 137f8cff50 mm/zpool: use prefixed module loading 11 年之前
zsmalloc.c 5538c56237 zsmalloc: simplify init_zspage free obj linking 11 年之前
zswap.c c119239b16 mm/zswap.c: add __init to zswap_entry_cache_destroy() 11 年之前