Joonsoo Kim e66f097257 mm, page_alloc: add unlikely macro to help compiler optimization há 12 anos atrás
..
Kconfig bf550fc93d Merge remote-tracking branch 'origin/next' into kvm-ppc-next há 12 anos atrás
Kconfig.debug c0a32fc5a2 mm: more intensive memory corruption debugging há 13 anos atrás
Makefile 2b2811178e zswap: add to mm/ há 12 anos atrás
backing-dev.c d9e1241e46 backing-dev: convert class code to use dev_groups há 12 anos atrás
balloon_compaction.c 18468d93e5 mm: introduce a common interface for balloon pages mobility há 12 anos atrás
bootmem.c e1280be0d8 mm: kill free_all_bootmem_node() há 12 anos atrás
bounce.c 4de13d7aa8 Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block há 12 anos atrás
cleancache.c ff610a1d55 mm: cleancache: clean up cleancache_enabled há 12 anos atrás
compaction.c 108bcc96ef mm: add & use zone_end_pfn() and zone_spans_pfn() há 12 anos atrás
debug-pagealloc.c 54c29c635a mm, x86: Remove debug_pagealloc_enabled há 13 anos atrás
dmapool.c 5de55b265a dmapool: make DMAPOOL_DEBUG detect corruption of free marker há 12 anos atrás
fadvise.c 4a0fd5bf0f teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long há 12 anos atrás
failslab.c f4ae40a6a5 switch debugfs to umode_t há 13 anos atrás
filemap.c 02afc27fae direct-io: Handle O_(D)SYNC AIO há 12 anos atrás
filemap_xip.c 03d95eb2f2 lift sb_start_write() out of ->write() há 12 anos atrás
fremap.c 41bb3476b3 mm: save soft-dirty bits on file pages há 12 anos atrás
frontswap.c 7b57976da4 frontswap: fix incorrect zeroing and allocation size for frontswap_map há 12 anos atrás
highmem.c b7dfde956d Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux há 12 anos atrás
huge_memory.c a8f531ebc3 mm/huge_memory.c: fix potential NULL pointer dereference há 12 anos atrás
hugetlb.c af0ed73e69 mm, hugetlb: decrement reserve count if VM_NORESERVE alloc page cache há 12 anos atrás
hugetlb_cgroup.c 182446d087 cgroup: pass around cgroup_subsys_state instead of cgroup in file methods há 12 anos atrás
hwpoison-inject.c c255a45805 memcg: rename config variables há 13 anos atrás
init-mm.c 60063497a9 atomic: use <linux/atomic.h> há 14 anos atrás
internal.h 929aaf5695 mm: remove unused __put_page() há 12 anos atrás
interval_tree.c ed8ea81501 mm: add CONFIG_DEBUG_VM_RB build option há 13 anos atrás
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator há 16 anos atrás
kmemleak-test.c 0a08739e81 kmemleak: remove memset by using kzalloc há 14 anos atrás
kmemleak.c 3dbb95f789 mm: replace strict_strtoul() with kstrtoul() há 12 anos atrás
ksm.c 3dbb95f789 mm: replace strict_strtoul() with kstrtoul() há 12 anos atrás
maccess.c b95f1b31b7 mm: Map most files to use export.h instead of module.h há 13 anos atrás
madvise.c ec9bed9d38 mm/madvise.c: fix coding-style errors há 12 anos atrás
memblock.c d8bbdd773d mm/memblock.c: fix wrong comment in __next_free_mem_range() há 12 anos atrás
memcontrol.c 32dad03d16 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup há 12 anos atrás
memory-failure.c 2e515bf096 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial há 12 anos atrás
memory.c 5bc0b123dc Merge 3.11-rc6 into char-misc-next há 12 anos atrás
memory_hotplug.c 0a1be15097 mm/memory_hotplug.c: fix return value of online_pages() há 12 anos atrás
mempolicy.c 1da6f0e1b3 mm/mempolicy: return NULL if node is NUMA_NO_NODE in get_task_policy há 12 anos atrás
mempool.c a91a5ac685 mempool: add @gfp_mask to mempool_create_node() há 13 anos atrás
migrate.c 30dad30922 mm: migration: add migrate_entry_wait_huge() há 12 anos atrás
mincore.c 33806f06da swap: make each swap partition have one address_space há 12 anos atrás
mlock.c 09a9f1d278 Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace programs" há 12 anos atrás
mm_init.c 917d9290af mm: tune vm_committed_as percpu_counter batching size há 12 anos atrás
mmap.c e86867720e mm: mmap_region: kill correct_wcount/inode, use allow_write_access() há 12 anos atrás
mmu_context.c 697f4d68cf mm: remove old aio use_mm() comment há 12 anos atrás
mmu_notifier.c 83a35e3604 treewide: relase -> release há 12 anos atrás
mmzone.c 22b751c3d0 mm: rename page struct field helpers há 12 anos atrás
mprotect.c 7d12efaea7 mm/mprotect.c: coding-style cleanups há 12 anos atrás
mremap.c 6dec97dc92 mm: move_ptes -- Set soft dirty bit depending on pte type há 12 anos atrás
msync.c 8018ab0574 sanitize vfs_fsync calling conventions há 15 anos atrás
nobootmem.c 0c98853473 mm: concentrate modification of totalram_pages into the mm core há 12 anos atrás
nommu.c 98d1e64f95 mm: remove free_area_cache há 12 anos atrás
oom_kill.c 6b4f2b56a4 mm/oom_kill: remove weird use of ERR_PTR()/PTR_ERR(). há 12 anos atrás
page-writeback.c 72457c0a05 mm: revert "page-writeback.c: subtract min_free_kbytes from dirtyable memory" há 12 anos atrás
page_alloc.c e66f097257 mm, page_alloc: add unlikely macro to help compiler optimization há 12 anos atrás
page_cgroup.c 31aaea4aa1 memcontrol: use N_MEMORY instead N_HIGH_MEMORY há 12 anos atrás
page_io.c b430e9d1c6 mm: remove compressed copy from zram in-memory há 12 anos atrás
page_isolation.c 85dbe70607 page_isolation: Fix a comment typo in test_pages_isolated() há 12 anos atrás
pagewalk.c a9ff785e44 mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas há 12 anos atrás
percpu-km.c fc1481a956 percpu: clear memory allocated with the km allocator há 15 anos atrás
percpu-vm.c dad7557eb7 mm: fix kernel-doc warnings há 13 anos atrás
percpu.c 5479c78ac6 mm, percpu: Make sure percpu_alloc early parameter has an argument há 12 anos atrás
pgtable-generic.c 6b0b50b061 mm/THP: add pmd args to pgtable deposit and withdraw APIs há 12 anos atrás
process_vm_access.c 8aec0f5d41 Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and security keys há 12 anos atrás
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> há 13 anos atrás
readahead.c d47992f86b mm: change invalidatepage prototype to accept length há 12 anos atrás
rmap.c 0944fe3f4a s390/mm: implement software referenced bits há 12 anos atrás
shmem.c ca4e05195d shm_mnt is as longterm as it gets, TYVM... há 12 anos atrás
slab.c 0db0628d90 kernel: delete __cpuinit usage from all core kernel files há 12 anos atrás
slab.h 6f6b895189 memcg: check that kmem_cache has memcg_params before accessing it há 12 anos atrás
slab_common.c 54be820019 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux há 12 anos atrás
slob.c 54be820019 Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux há 12 anos atrás
slub.c 3dbb95f789 mm: replace strict_strtoul() with kstrtoul() há 12 anos atrás
sparse-vmemmap.c 0aad818b2d sparse-vmemmap: specify vmemmap population range in bytes há 12 anos atrás
sparse.c f3deb6872b mm/sparse.c: put clear_hwpoisoned_pages within CONFIG_MEMORY_HOTREMOVE há 12 anos atrás
swap.c e180cf806a thp, mm: avoid PageUnevictable on active/inactive lru lists há 12 anos atrás
swap_state.c cbab0e4eec swap: avoid read_swap_cache_async() race to deadlock while waiting on discard I/O completion há 12 anos atrás
swapfile.c ebc2a1a691 swap: make cluster allocation per-cpu há 12 anos atrás
truncate.c 5a7203947a mm: teach truncate_inode_pages_range() to handle non page aligned ranges há 12 anos atrás
util.c 98d1e64f95 mm: remove free_area_cache há 12 anos atrás
vmalloc.c bcb615a81b mm/vmalloc.c: fix an overflow bug in alloc_vmap_area() há 12 anos atrás
vmpressure.c 32dad03d16 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup há 12 anos atrás
vmscan.c 892f795df1 mm: vmscan: fix numa reclaim balance problem in kswapd há 12 anos atrás
vmstat.c 81c0a2bb51 mm: page_alloc: fair zone allocator policy há 12 anos atrás
zbud.c 9d8c5b5284 mm: zbud: fix condition check on allocation size há 12 anos atrás
zswap.c 822518dc56 mm/zswap.c: get swapper address_space by using macro há 12 anos atrás