summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-02-24mm: don't inline page_mapping()Shaohua Li1-12/+1
2013-02-24mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra3-10/+58
2013-02-24mm: move page flags layout to separate headerPeter Zijlstra4-61/+73
2013-02-24mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman1-1/+1
2013-02-24mm: numa: fix minor typo in numa_next_scanMel Gorman1-3/+3
2013-02-24mm: remove unused memclear_highpage_flush()Kirill A. Shutemov1-6/+0
2013-02-24pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2-0/+4
2013-02-24mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-0/+22
2013-02-24mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic1-1/+0
2013-02-24memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-24mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2-0/+21
2013-02-24mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen1-0/+1
2013-02-24acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-0/+2
2013-02-24acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen1-0/+5
2013-02-24acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-0/+8
2013-02-24page_alloc: bootmem limit with movablecore_mapTang Chen1-0/+1
2013-02-24page_alloc: add movable_memmap kernel parameterTang Chen1-0/+11
2013-02-24memory-hotplug: export the function try_offline_node()Wen Congyang1-0/+3
2013-02-24memory-hotplug: remove sysfs file of nodeTang Chen1-1/+1
2013-02-24memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-0/+3
2013-02-24memory-hotplug: common APIs to support page tables hot-removeWen Congyang1-0/+1
2013-02-24memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2-8/+8
2013-02-24memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+1
2013-02-24memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-0/+6
2013-02-24memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu1-0/+1
2013-02-24mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse1-1/+1
2013-02-24mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse2-1/+4
2013-02-24mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse1-1/+0
2013-02-24mm: remove flags argument to mmap_regionMichel Lespinasse1-2/+1
2013-02-24mm: introduce mm_populate() for populating new vmasMichel Lespinasse1-3/+15
2013-02-24mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-3/+2
2013-02-24mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-1/+1
2013-02-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds6-0/+761
2013-02-23constify d_lookup() argumentsAl Viro1-1/+1
2013-02-23constify __d_lookup() argumentsAl Viro1-1/+1
2013-02-23vfs: remove d_path_with_unreachableJeff Layton1-1/+0
2013-02-23new helper: file_inode(file)Al Viro4-5/+10
2013-02-23Merge tag 'please-pull-fix-ia64-build' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2013-02-23Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-104/+93
2013-02-23Merge branch 'pm-cpufreq' into fixesRafael J. Wysocki1-9/+9
2013-02-23PM / OPP: fix condition for empty of_init_opp_table()Shawn Guo1-9/+9
2013-02-22sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams2-6/+6
2013-02-22sched: Move RR_TIMESLICE from sysctl.h to rt.hClark Williams2-6/+6
2013-02-22mtd: map: BUG() in non handled casesDmitry Eremin-Solenikov1-2/+6
2013-02-22video: Add generic HDMI infoframe helpersThierry Reding1-0/+231
2013-02-22Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-2/+10
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-8/+0
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-3/+14
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2013-02-22Merge branch 'akpm' (incoming from Andrew)Linus Torvalds11-48/+129