aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...arch-xtensaarch-x86arch-unicore32arch-tilearch-sparcarch-sharch-scorearch-s390arch-powerpcarch-pariscarch-openriscarch-mn10300arch-mipsarch-microblazearch-m68karch-m32rarch-ia64arch-hexagonarch-h8300arch-frvarch-crisarch-c6xarch-blackfinarch-avr32arch-arm64arch-armarch-alphaLinus Torvalds185-4825/+1363
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds113-1632/+4408
2013-02-23ksm: allocate roots when neededHugh Dickins1-23/+49
2013-02-23mm: cleanup "swapcache" in do_swap_pageHugh Dickins1-10/+8
2013-02-23mm,ksm: swapoff might need to copyHugh Dickins1-1/+14
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins3-3/+20
2013-02-23ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins1-12/+14
2013-02-23ksm: treat unstable nid like in stable treeHugh Dickins1-10/+9
2013-02-23ksm: add some commentsHugh Dickins2-8/+26
2013-02-23tmpfs: fix mempolicy object leaksGreg Thelen1-3/+10
2013-02-23tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2013-02-23mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman1-2/+16
2013-02-23mm: export mmu notifier invalidatesCliff Wickman1-0/+2
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse3-12/+38
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse6-34/+36
2013-02-23mm: accurately document nr_free_*_pages functions with code commentsZhang Yanfei1-4/+19
2013-02-23HWPOISON: change order of error_states[]'s elementsNaoya Horiguchi1-3/+3
2013-02-23HWPOISON: fix misjudgement of page_action() for errors on mlocked pagesNaoya Horiguchi1-5/+22
2013-02-23memcg: stop warning on memcg_propagate_kmemHugh Dickins1-2/+2
2013-02-23net: change type of virtio_chan->p9_max_pagesZhang Yanfei1-1/+1
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei2-2/+2
2013-02-23fs/nfsd: change type of max_delegations, nfsd_drc_max_mem and nfsd_drc_mem_usedZhang Yanfei3-9/+9
2013-02-23fs/buffer.c: change type of max_buffer_heads to unsigned longZhang Yanfei1-2/+2
2013-02-23ia64: use %ld to print pages calculated in nr_free_buffer_pagesZhang Yanfei2-2/+2
2013-02-23mm: fix return type for functions nr_free_*_pagesZhang Yanfei2-6/+6
2013-02-23memcg: cleanup mem_cgroup_init commentMichal Hocko1-4/+6
2013-02-23memcg: move memcg_stock initialization to mem_cgroup_initMichal Hocko1-8/+12
2013-02-23memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_initMichal Hocko1-16/+3
2013-02-23mm: use up free swap space before reaching OOM killMinchan Kim1-5/+10
2013-02-23mm: use NUMA_NO_NODEDavid Rientjes4-23/+26
2013-02-23mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt1-40/+42
2013-02-23mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same.Cody P Schafer1-1/+1
2013-02-23mm/memory_hotplug: use ensure_zone_is_initialized()Cody P Schafer1-19/+10
2013-02-23mm: add helper ensure_zone_is_initialized()Cody P Schafer1-0/+11
2013-02-23mm/page_alloc: add informative debugging message in page_outside_zone_boundar...Cody P Schafer1-0/+7
2013-02-23mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer1-4/+10
2013-02-23mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer1-0/+2
2013-02-23mm: add zone_is_empty() and zone_is_initialized()Cody P Schafer1-0/+10
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer6-27/+32
2013-02-23mm: add SECTION_IN_PAGE_FLAGSCody P Schafer1-2/+6
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner1-0/+4
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner3-31/+6
2013-02-23mm: shmem: use new radix tree iteratorJohannes Weiner1-13/+12
2013-02-23ksm: stop hotremove lockdep warningHugh Dickins1-14/+41
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins7-46/+29
2013-02-23ksm: enable KSM page migrationHugh Dickins2-20/+4
2013-02-23ksm: make !merge_across_nodes migration safeHugh Dickins1-30/+134
2013-02-23ksm: make KSM page migration possibleHugh Dickins2-22/+77
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins3-28/+92
2013-02-23ksm: get_ksm_page lockedHugh Dickins1-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeHugh Dickins1-16/+22
2013-02-23ksm: trivial tidyupsHugh Dickins1-26/+22
2013-02-23ksm: add sysfs ABI DocumentationPetr Holasek1-0/+52
2013-02-23ksm: allow trees per NUMA nodePetr Holasek2-19/+139
2013-02-23mm: rename page struct field helpersMel Gorman10-25/+25
2013-02-23memcg: avoid dangling reference count in creation failure.Glauber Costa1-0/+2
2013-02-23memcg: increment static branch right after limit setGlauber Costa1-24/+7
2013-02-23memcg: replace cgroup_lock with memcg specific memcg_lockGlauber Costa1-18/+21
2013-02-23memcg: fast hierarchy-aware child testGlauber Costa1-7/+31
2013-02-23memcg: split part of memcg creation to css_onlineGlauber Costa1-22/+40
2013-02-23memcg: prevent changes to move_charge_at_immigrate during task attachGlauber Costa1-13/+19
2013-02-23memcg: reduce the size of struct memcg 244-fold.Glauber Costa1-15/+26
2013-02-23mm: init: report on last-nid information stored in page->flagsMel Gorman1-12/+19
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman2-17/+24
2013-02-23memcg: clean up swap accounting initialization codeMichal Hocko1-18/+12
2013-02-23memcg: do not create memsw files if swap accounting is disabledMichal Hocko1-40/+54
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo4-2/+6
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov6-11/+11
2013-02-23swap: add per-partition lock for swapfileShaohua Li8-60/+145
2013-02-23swap: make each swap partition have one address_spaceShaohua Li8-34/+67
2013-02-23mm: don't inline page_mapping()Shaohua Li2-12/+17
2013-02-23mm: numa: cleanup flow of transhuge page migrationHugh Dickins2-71/+52
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra4-10/+62
2013-02-23mm: move page flags layout to separate headerPeter Zijlstra4-61/+73
2013-02-23mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Mel Gorman1-1/+1
2013-02-23mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman1-2/+4
2013-02-23mm: numa: fix minor typo in numa_next_scanMel Gorman1-3/+3
2013-02-23mm: remove unused memclear_highpage_flush()Kirill A. Shutemov1-6/+0
2013-02-23usb: forbid memory allocation with I/O during bus resetMing Lei1-0/+13
2013-02-23pm / runtime: force memory allocation with no I/O during Runtime PM callbcackMing Lei1-1/+18
2013-02-23net/core: apply pm_runtime_set_memalloc_noio on network devicesMing Lei1-0/+5
2013-02-23block/genhd.c: apply pm_runtime_set_memalloc_noio on block devicesMing Lei1-0/+10
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei3-0/+74
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei3-3/+32
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic3-30/+1
2013-02-23mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...Naoya Horiguchi1-1/+11
2013-02-23mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi1-69/+87
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu4-11/+11
2013-02-23memory-failure: do code refactor of soft_offline_page()Xishi Qiu1-14/+20
2013-02-23memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu1-21/+17
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim5-7/+38
2013-02-23mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu1-0/+1
2013-02-23mm: set zone->present_pages to number of existing pages in the zoneJiang Liu1-1/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu3-24/+24
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen2-0/+35
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen4-11/+113
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen3-5/+98
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen4-16/+34
2013-02-23page_alloc: bootmem limit with movablecore_mapTang Chen2-1/+18
2013-02-23page_alloc: make movablemem_map have higher priorityTang Chen1-3/+25
2013-02-23page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen1-2/+74
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen3-0/+159
2013-02-23x86: get pg_data_t's memory from other nodeYasuaki Ishimatsu1-3/+2
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen1-9/+19
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang3-5/+33
2013-02-23cpu-hotplug, memory-hotplug: try offlining the node when hotremoving a cpuWen Congyang1-0/+2
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang2-1/+5
2013-02-23cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2-1/+5
2013-02-23mempolicy: fix is_valid_nodemask()Lai Jiangshan1-14/+22
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang1-1/+1
2013-02-23memory-hotplug: do not allocate pgdat if it was not freed when offline.Tang Chen1-8/+16
2013-02-23memory-hotplug: free node_data when a node is offlinedWen Congyang1-3/+27
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen3-5/+63
2013-02-23memory_hotplug: clear zone when removing the memoryYasuaki Ishimatsu1-0/+207
2013-02-23memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.Tang Chen1-11/+0
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen8-1/+31
2013-02-23memory-hotplug: remove page table of x86_64 architectureTang Chen1-0/+10
2013-02-23memory-hotplug: common APIs to support page tables hot-removeWen Congyang4-22/+331
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen2-5/+4
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu8-13/+111
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang9-0/+97
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu3-14/+193
2013-02-23memory-hotplug: remove redundant codesWen Congyang1-47/+82
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu3-0/+55
2013-02-23memory-hotplug: try to offline the memory twice to avoid dependenceWen Congyang1-2/+14
2013-02-23mm: memory_hotplug: no need to check res twice in add_memorySasha Levin1-2/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse6-14/+13
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse5-15/+25
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse5-87/+9
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse4-22/+18
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse1-4/+14
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse1-16/+6
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse7-22/+62
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse1-8/+14
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton2-10/+7
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin1-45/+9
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman1-3/+2
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton1-5/+2
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2-7/+4
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner2-5/+7
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada1-3/+5
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton1-8/+7
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2-12/+41
2013-02-23drivers/md/persistent-data/dm-transaction-manager.c: rename HASH_SIZEAndrew Morton1-7/+7
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds201-2581/+7075
2013-02-24powerpc/kexec: Disable hard IRQ before kexecPhileas Fogg1-0/+5
2013-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lli...Linus Torvalds5-23/+13
2013-02-22Merge branch 'parisc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds32-316/+708
2013-02-22Merge tag 'please-pull-fix-ia64-build' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-6/+6
2013-02-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds17-237/+221
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds16-183/+1301
2013-02-22x86-64, xen, mmu: Provide an early version of write_cr3.Konrad Rzeszutek Wilk1-5/+39
2013-02-22x86-64: don't set the early IDT to point directly to 'early_idt_handler'Linus Torvalds3-8/+3
2013-02-22sched: move RR_TIMESLICE from sysctl.h to rt.hClark Williams2-6/+6
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds77-1247/+1542
2013-02-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds5-32/+43
2013-02-21Merge tag 'please-pull-misc-3.9' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-11/+17
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds82-930/+1216
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds71-824/+1405
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds58-110/+215
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds165-1297/+9671
2013-02-21rtc: rtc-davinci: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-max8997: use devm_request_threaded_irq()Jingoo Han1-4/+3
2013-02-21rtc: rtc-max8907: use devm_request_threaded_irq()Jingoo Han1-3/+3
2013-02-21rtc: rtc-da9052: use devm_request_threaded_irq()Jingoo Han1-12/+6
2013-02-21rtc: rtc-wm831x: use devm_request_threaded_irq()Jingoo Han1-5/+4
2013-02-21rtc: rtc-tps80031: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-02-21rtc: rtc-lp8788: use devm_request_threaded_irq()Jingoo Han1-8/+2
2013-02-21rtc: rtc-coh901331: use devm_clk_get()Jingoo Han1-5/+2
2013-02-21rtc: rtc-vt8500: use devm_*() functionsJingoo Han1-18/+10
2013-02-21rtc: rtc-tps6586x: use devm_request_threaded_irq()Jingoo Han1-2/+2
2013-02-21rtc: rtc-imxdi: use devm_clk_get()Jingoo Han1-3/+1
2013-02-21rtc: rtc-cmos: use dev_warn()/dev_dbg() instead of printk()/pr_debug()Jingoo Han1-8/+4
2013-02-21rtc: rtc-pcf8583: use dev_warn() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-sun4v: use pr_warn() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: rtc-vr41xx: use dev_info() instead of printk()Jingoo Han1-1/+1
2013-02-21rtc: rtc-rs5c313: use pr_err() instead of printk()Jingoo Han1-2/+3
2013-02-21rtc: rtc-at91rm9200: use dev_dbg()/dev_err() instead of printk()/pr_debug()Jingoo Han1-9/+8
2013-02-21rtc: rtc-rs5c372: use dev_dbg()/dev_warn() instead of printk()/pr_debug()Jingoo Han1-6/+4
2013-02-21rtc: rtc-ds2404: use dev_err() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: rtc-efi: use dev_err()/dev_warn()/pr_err() instead of printk()Jingoo Han1-4/+6
2013-02-21rtc: max77686: use dev_info() instead of printk()Jingoo Han1-2/+2
2013-02-21rtc: use dev_warn()/dev_dbg()/pr_err() instead of printk()Jingoo Han2-6/+9
2013-02-21drivers/rtc/rtc-sa1100.c: move clock enable/disable to probe/removeChao Xie1-5/+6
2013-02-21rtc: max8997: add driver for max8997 rtcJonghwa Lee3-0/+564
2013-02-21drivers/rtc/rtc-s3c.c: use dev_dbg() instaed of pr_debug()Jingoo Han1-9/+9
2013-02-21arm: mvebu: add RTC support for Armada 370 and Armada XPGregory CLEMENT1-0/+6
2013-02-21drivers/rtc/rtc-pl031.c: add wakeup supportRob Herring1-0/+2