You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
kernel_samsung_sm7125/mm
Randy Dunlap 1aab4d772e mm: fix page_alloc.c kernel-doc warnings 11 years ago
..
Kconfig mm/zsmalloc: make zsmalloc module-buildable 11 years ago
Kconfig.debug
Makefile mm: move get_user_pages()-related code to separate file 11 years ago
backing-dev.c arch: Mass conversion of smp_mb__*() 11 years ago
balloon_compaction.c mm: print more details for bad_page() 11 years ago
bootmem.c mm/bootmem.c: remove unused local `map' 11 years ago
cleancache.c mm: dump page when hitting a VM_BUG_ON using VM_BUG_ON_PAGE 11 years ago
compaction.c mm, compaction: properly signal and act upon lock and need_sched() contention 11 years ago
debug-pagealloc.c
dmapool.c mm/dmapool.c: reuse devres_release() to free resources 11 years ago
early_ioremap.c mm: create generic early_ioremap() support 11 years ago
fadvise.c teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long 12 years ago
failslab.c
filemap.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
filemap_xip.c seqcount: Add lockdep functionality to seqcount/seqlock structures 11 years ago
fremap.c mm: mark remap_file_pages() syscall as deprecated 11 years ago
frontswap.c swap: change swap_list_head to plist, add swap_avail_head 11 years ago
gup.c mm: cleanup __get_user_pages() 11 years ago
highmem.c Some nice cleanups, and even a patch my wife did as a "live" demo for 12 years ago
huge_memory.c mm: let mm_find_pmd fix buggy race with THP fault 11 years ago
hugetlb.c mm: hugetlb: fix copy_hugetlb_page_range() 11 years ago
hugetlb_cgroup.c cgroup: remove css_parent() 11 years ago
hwpoison-inject.c mm/hwpoison: add '#' to hwpoison_inject 11 years ago
init-mm.c
internal.h mm, compaction: properly signal and act upon lock and need_sched() contention 11 years ago
interval_tree.c
iov_iter.c bio_vec-backed iov_iter 11 years ago
kmemcheck.c
kmemleak-test.c mm/kmemleak-test.c: use pr_fmt for logging 11 years ago
kmemleak.c mm: introduce kmemleak_update_trace() 11 years ago
ksm.c mm: let mm_find_pmd fix buggy race with THP fault 11 years ago
list_lru.c mm: keep page cache radix tree nodes in check 11 years ago
maccess.c
madvise.c mm: madvise: fix MADV_WILLNEED on shmem swapouts 11 years ago
memblock.c mm/memblock.c: call kmemleak directly from memblock_(alloc|free) 11 years ago
memcontrol.c Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 11 years ago
memory-failure.c mm/rmap.c: fix pgoff calculation to handle hugepage correctly 11 years ago
memory.c mm: do not call do_fault_around for non-linear fault 11 years ago
memory_hotplug.c mm, migration: add destination page freeing callback 11 years ago
mempolicy.c Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup 11 years ago
mempool.c mm/mempool.c: update the kmemleak stack trace for mempool allocations 11 years ago
migrate.c mm: fix direct reclaim writeback regression 11 years ago
mincore.c mm + fs: prepare for non-page entries in page cache radix trees 11 years ago
mlock.c mm: try_to_unmap_cluster() should lock_page() before mlocking 11 years ago
mm_init.c mm: bring back /sys/kernel/mm 11 years ago
mmap.c mm: convert some level-less printks to pr_* 11 years ago
mmu_context.c sched/mm: call finish_arch_post_lock_switch in idle_task_exit and use_mm 11 years ago
mmu_notifier.c mm: audit/fix non-modular users of module_init in core code 11 years ago
mmzone.c mm: numa: Change page last {nid,pid} into {cpu,pid} 11 years ago
mprotect.c mm: move mmu notifier call from change_protection to change_pmd_range 11 years ago
mremap.c mm, thp: close race between mremap() and split_huge_page() 11 years ago
msync.c msync: fix incorrect fstart calculation 11 years ago
nobootmem.c mm/memblock.c: call kmemleak directly from memblock_(alloc|free) 11 years ago
nommu.c mm: nommu: per-thread vma cache fix 11 years ago
oom_kill.c mm, oom: base root bonus on current usage 11 years ago
page-writeback.c Clean ups and miscellaneous bug fixes, in particular for the new 11 years ago
page_alloc.c mm: fix page_alloc.c kernel-doc warnings 11 years ago
page_cgroup.c mm/page_cgroup.c: mark functions as static 11 years ago
page_io.c fix __swap_writepage() compile failure on old gcc versions 11 years ago
page_isolation.c mm: memory-hotplug: enable memory hotplug to handle hugepage 12 years ago
pagewalk.c mm/pagewalk.c: fix walk_page_range() access of wrong PTEs 11 years ago
percpu-km.c
percpu-vm.c
percpu.c percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree() 11 years ago
pgtable-generic.c mm: fix TLB flush race between migration, and change_protection_range 11 years ago
process_vm_access.c start adding the tag to iov_iter 11 years ago
quicklist.c
readahead.c mm/readahead.c: inline ra_submit 11 years ago
rmap.c mm/rmap.c: fix pgoff calculation to handle hugepage correctly 11 years ago
shmem.c shmem: fix splicing from a hole while it's punched 11 years ago
slab.c slab: fix oops when reading /proc/slab_allocators 11 years ago
slab.h memcg, slab: merge memcg_{bind,release}_pages to memcg_{un}charge_slab 11 years ago
slab_common.c Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/linux into for-3.16-rcX 11 years ago
slob.c slab: get_online_mems for kmem_cache_{create,destroy,shrink} 11 years ago
slub.c slub: fix off by one in number of slab tests 11 years ago
sparse-vmemmap.c mm/sparse: use memblock apis for early memory allocations 11 years ago
sparse.c mm: use macros from compiler.h instead of __attribute__((...)) 11 years ago
swap.c mm: non-atomically mark page accessed during page cache allocation where possible 11 years ago
swap_state.c mm: page_alloc: convert hot/cold parameter and immediate callers to bool 11 years ago
swapfile.c mm/swapfile.c: delete the "last_in_cluster < scan_base" loop in the body of scan_swap_map() 11 years ago
truncate.c mm/fs: fix pessimization in hole-punching pagecache 11 years ago
util.c nick kvfree() from apparmor 11 years ago
vmacache.c mm,vmacache: optimize overflow system-wide flushing 11 years ago
vmalloc.c mm/vmalloc.c: export unmap_kernel_range() 11 years ago
vmpressure.c arm, pm, vmpressure: add missing slab.h includes 11 years ago
vmscan.c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 11 years ago
vmstat.c mm: use the light version __mod_zone_page_state in mlocked_vma_newpage() 11 years ago
workingset.c mm: keep page cache radix tree nodes in check 11 years ago
zbud.c mm/zbud.c: make size unsigned like unique callsite 11 years ago
zsmalloc.c zsmalloc: fixup trivial zs size classes value in comments 11 years ago
zswap.c mm/zswap: NUMA aware allocation for zswap_dstmem 11 years ago