aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-09-12memcg: correct RESOURCE_MAX to ULLONG_MAXSha Zhengju
2013-09-12mm: memcg: do not trap chargers with full callstack on OOMJohannes Weiner
2013-09-12mm: memcg: enable memcg OOM killer only for user faultsJohannes Weiner
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner
2013-09-12memcg: enhance memcg iterator to support predicatesMichal Hocko
2013-09-12vmscan, memcg: do softlimit reclaim also for targeted reclaimMichal Hocko
2013-09-12memcg, vmscan: integrate soft reclaim tighter with zone shrinking codeMichal Hocko
2013-09-11Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-09-11lz4: fix compression/decompression signedness mismatchSergey Senozhatsky
2013-09-11ipc: rename ids->rw_mutexDavidlohr Bueso
2013-09-11initmpfs: move rootfs code from fs/ramfs/ to init/Rob Landley
2013-09-11lib/radix-tree.c: make radix_tree_node_alloc() work correctly within interruptJan Kara
2013-09-11rbtree: add rbtree_postorder_for_each_entry_safe() helperCody P Schafer
2013-09-11rbtree: add postorder iteration functionsCody P Schafer
2013-09-11vmcore: introduce remap_oldmem_pfn_range()Michael Holzheu
2013-09-11vmcore: introduce ELF header in new memory featureMichael Holzheu
2013-09-11exec: kill "int depth" in search_binary_handler()Oleg Nesterov
2013-09-11kprobes: allow to specify custom allocator for insn cachesHeiko Carstens
2013-09-11kprobes: unify insn cachesHeiko Carstens
2013-09-11syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich
2013-09-11smp.h: move !SMP version of on_each_cpu() out-of-lineDavid Daney
2013-09-11smp: quit unconditionally enabling irq in on_each_cpu_mask and on_each_cpu_condDavid Daney
2013-09-11mm/hwpoison: don't need to hold compound lock for hugetlbfs pageWanpeng Li
2013-09-11mm/page-writeback.c: add strictlimit featureMaxim Patlasov
2013-09-11mm/writeback: make writeback_inodes_wb staticWanpeng Li
2013-09-11mm: vmscan: fix do_try_to_free_pages() livelockLisa Du
2013-09-11mm: munlock: manual pte walk in fast path instead of follow_page_mask()Vlastimil Babka
2013-09-11mm: track vma changes with VM_SOFTDIRTY bitCyrill Gorcunov
2013-09-11memblock, numa: binary search node idYinghai Lu
2013-09-11mm: migrate: check movability of hugepage in unmap_and_move_huge_page()Naoya Horiguchi
2013-09-11mm: memory-hotplug: enable memory hotplug to handle hugepageNaoya Horiguchi
2013-09-11mm: migrate: remove VM_HUGETLB from vma flag check in vma_migratable()Naoya Horiguchi
2013-09-11mm: mbind: add hugepage migration code to mbind()Naoya Horiguchi
2013-09-11mm: soft-offline: use migrate_pages() instead of migrate_huge_page()Naoya Horiguchi
2013-09-11mm: migrate: make core migration code aware of hugepageNaoya Horiguchi
2013-09-11lib/genalloc.c: fix overflow of ending address of memory chunkJoonyoung Shim
2013-09-11vmstat: create separate function to fold per cpu diffs into local countersChristoph Lameter
2013-09-11swap: clean-up #ifdef in page_mapping()Joonsoo Kim
2013-09-11mm: page_alloc: fair zone allocator policyJohannes Weiner
2013-09-11mm/page_alloc.c: fix the value of fallback_migratetype in alloc_extfrag trace...Srivatsa S. Bhat
2013-09-11swap: make cluster allocation per-cpuShaohua Li
2013-09-11swap: make swap discard asyncShaohua Li
2013-09-11swap: change block allocation algorithm for SSDShaohua Li
2013-09-11mm: vmstats: track TLB flush stats on UP tooDave Hansen
2013-09-11mm: vmstats: tlb flush countersDave Hansen
2013-09-11mm: mempolicy: turn vma_set_policy() into vma_dup_policy()Oleg Nesterov
2013-09-11block: support embedded device command line partitionCai Zhiyong
2013-09-11include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...Oleg Nesterov
2013-09-11include/linux/smp.h:on_each_cpu(): switch back to a C functionAndrew Morton
2013-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds