Naoya Horiguchi d8c37c4806 thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE hace 13 años
..
Kconfig d4bbf7e775 Merge branch 'master' into x86/memblock hace 13 años
Kconfig.debug c0a32fc5a2 mm: more intensive memory corruption debugging hace 13 años
Makefile fcf634098c Cross Memory Attach hace 13 años
backing-dev.c 2673b4cf5d backing-dev: fix wakeup timer races with bdi_unregister() hace 13 años
bootmem.c f5bf18fa22 bootmem/sparsemem: remove limit constraint in alloc_bootmem_section hace 13 años
bounce.c 9b04c5fec4 mm: remove the second argument of k[un]map_atomic() hace 13 años
cleancache.c 077b1f83a6 mm: cleancache core ops functions and config hace 14 años
compaction.c aad6ec3777 mm: compaction: make compact_control order signed hace 13 años
debug-pagealloc.c 54c29c635a mm, x86: Remove debug_pagealloc_enabled hace 13 años
dmapool.c 7c77509c54 mm: fix implicit stat.h usage in dmapool.c hace 13 años
fadvise.c ad8a1b558e fadvise: only initiate writeback for specified range with FADV_DONTNEED hace 13 años
failslab.c f4ae40a6a5 switch debugfs to umode_t hace 13 años
filemap.c cc9a6c8776 cpuset: mm: reduce large amounts of memory barrier related damage v3 hace 13 años
filemap_xip.c 99f02ef1f1 mm/filemap_xip.c: fix race condition in xip_file_fault() hace 13 años
fremap.c e25934a517 mm: delete various needless include <linux/module.h> hace 13 años
highmem.c 32aaeffbd4 Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux hace 13 años
huge_memory.c 025c5b2451 thp: optimize away unnecessary page table locking hace 13 años
hugetlb.c 90481622d7 hugepages: fix use after free bug in "quota" handling hace 13 años
hwpoison-inject.c 25985edced Fix common misspellings hace 14 años
init-mm.c 60063497a9 atomic: use <linux/atomic.h> hace 14 años
internal.h 70b50f94f1 mm: thp: tail page refcounting fix hace 13 años
kmemcheck.c b1eeab6768 kmemcheck: add hooks for the page allocator hace 16 años
kmemleak-test.c 0a08739e81 kmemleak: remove memset by using kzalloc hace 14 años
kmemleak.c b370d29ea7 kmemleak: Disable early logging when kmemleak is off by default hace 13 años
ksm.c ef6942224a ksm: cleanup: introduce find_mergeable_vma() hace 13 años
maccess.c b95f1b31b7 mm: Map most files to use export.h instead of module.h hace 13 años
madvise.c bd5fe6c5eb fs: kill i_alloc_sem hace 14 años
memblock.c 847854f598 memblock: Fix size aligning of memblock_alloc_base_nid() hace 13 años
memcontrol.c 8d32ff8440 memcg: clean up existing move charge code hace 13 años
memory-failure.c 385de35722 thp: allow a hwpoisoned head page to be put back to LRU hace 13 años
memory.c ea48cf7863 mm, counters: fold __sync_task_rss_stat() into sync_mm_rss() hace 13 años
memory_hotplug.c a6bc32b899 mm: compaction: introduce sync-light migration for use by compaction hace 13 años
mempolicy.c cc9a6c8776 cpuset: mm: reduce large amounts of memory barrier related damage v3 hace 13 años
mempool.c 1ebb7044c9 mempool: fix first round failure behavior hace 13 años
migrate.c 3268c63ede mm: fix move/migrate_pages() race on task struct hace 13 años
mincore.c 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode hace 13 años
mlock.c 097d59106a vm: avoid using find_vma_prev() unnecessarily hace 13 años
mm_init.c b95f1b31b7 mm: Map most files to use export.h instead of module.h hace 13 años
mmap.c 88f6b4c32e mmap.c: fix comment for __insert_vm_struct() hace 13 años
mmu_context.c 05af2e104a mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() hace 13 años
mmu_notifier.c b95f1b31b7 mm: Map most files to use export.h instead of module.h hace 13 años
mmzone.c e25934a517 mm: delete various needless include <linux/module.h> hace 13 años
mprotect.c ce1744f4ed mm: replace PAGE_MIGRATION with IS_ENABLED(CONFIG_MIGRATION) hace 13 años
mremap.c 948f017b09 mremap: enforce rmap src/dst vma ordering in case of vma_merge() succeeding in copy_vma() hace 13 años
msync.c 8018ab0574 sanitize vfs_fsync calling conventions hace 15 años
nobootmem.c d4bbf7e775 Merge branch 'master' into x86/memblock hace 13 años
nommu.c b94cfaf668 NOMMU: Don't need to clear vm_mm when deleting a VMA hace 13 años
oom_kill.c e845e19936 mm, memcg: pass charge order to oom killer hace 13 años
page-writeback.c 47a133339c mm: use global_dirty_limit in throttle_vm_writeout() hace 13 años
page_alloc.c b224ef856b page_alloc: remove unused find_zone_movable_pfns_for_nodes() argument hace 13 años
page_cgroup.c c09ff089aa page_cgroup: fix horrid swap accounting regression hace 13 años
page_io.c 721a9602e6 block: kill off REQ_UNPLUG hace 14 años
page_isolation.c f6a3607e5f mm: page_isolation: codeclean fix comment and rm unneeded val init hace 14 años
pagewalk.c 1a5a9906d4 mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode hace 13 años
percpu-km.c fc1481a956 percpu: clear memory allocated with the km allocator hace 15 años
percpu-vm.c 26dd8e0291 percpu: use bitmap_clear hace 13 años
percpu.c 892d208bcf Merge tag 'kmemleak' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux hace 13 años
pgtable-generic.c d8c37c4806 thp: add HPAGE_PMD_* definitions for !CONFIG_TRANSPARENT_HUGEPAGE hace 13 años
prio_tree.c 268bb0ce3e sanitize <linux/prefetch.h> usage hace 14 años
process_vm_access.c 8cdb878dcb Fix race in process_vm_rw_core hace 13 años
quicklist.c e25934a517 mm: delete various needless include <linux/module.h> hace 13 años
readahead.c b95f1b31b7 mm: Map most files to use export.h instead of module.h hace 13 años
rmap.c 89c06bd52f memcg: use new logic for page stat accounting hace 13 años
shmem.c 6d9d88d07e tmpfs: security xattr setting on inode creation hace 13 años
slab.c cc9a6c8776 cpuset: mm: reduce large amounts of memory barrier related damage v3 hace 13 años
slob.c b95f1b31b7 mm: Map most files to use export.h instead of module.h hace 13 años
slub.c cc9a6c8776 cpuset: mm: reduce large amounts of memory barrier related damage v3 hace 13 años
sparse-vmemmap.c e25934a517 mm: delete various needless include <linux/module.h> hace 13 años
sparse.c f5bf18fa22 bootmem/sparsemem: remove limit constraint in alloc_bootmem_section hace 13 años
swap.c f0cb3c76ae mm: drain percpu lru add/rotate page-vectors on cpu hot-unplug hace 13 años
swap_state.c 67f96aa252 mm: make swapin readahead skip over holes hace 13 años
swapfile.c 052b1987fa swap: don't do discard if no discard option added hace 13 años
thrash.c 22d5368a08 mm/thrash.c: quiet sparse noise hace 13 años
truncate.c 73c1e20430 mm: fix comment typo of truncate_inode_pages_range hace 13 años
util.c b76437579d procfs: mark thread stack correctly in proc/<pid>/maps hace 13 años
vmalloc.c 9b04c5fec4 mm: remove the second argument of k[un]map_atomic() hace 13 años
vmscan.c 1480de0340 mm: forbid lumpy-reclaim in shrink_active_list() hace 13 años
vmstat.c 4156153c4d mm,x86,um: move CMPXCHG_LOCAL config option hace 13 años