summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-24mmc: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-28/+0
2013-02-24mmc: tmio: remove unused and deprecated symbolsGuennadi Liakhovetski1-18/+0
2013-02-24mmc: sh_mobile_sdhi: remove unused .pdata fieldGuennadi Liakhovetski1-2/+0
2013-02-24mmc: (cosmetic) remove "extern" from function declarationsGuennadi Liakhovetski1-11/+11
2013-02-24mmc: provide a standard MMC device-tree binding parser centrallyGuennadi Liakhovetski1-0/+1
2013-02-24mmc: support packed write command for eMMC4.5 devicesSeungwon Jeon3-0/+14
2013-02-24mmc: add packed command feature of eMMC4.5Seungwon Jeon3-2/+20
2013-02-24mmc: sdhci: enhance preset value functionKevin Liu2-1/+1
2013-02-24mmc: core: Add card_busy to host_opsJohan Rudholm1-0/+3
2013-02-24mmc: sdhci-esdhc-imx: support 8bit modeSascha Hauer1-0/+1
2013-02-24mmc: dw_mmc: Remove DW_MCI_QUIRK_NO_WRITE_PROTECTDoug Anderson1-7/+0
2013-02-24mmc: dw_mmc: Add "disable-wp" device tree propertyDoug Anderson1-0/+9
2013-02-24mmc: correct the EXCEPTION_EVENTS_STATUS value in commentZhang, YiX X1-1/+1
2013-02-24cputime: Constify timeval_to_cputime(timeval) argumentLi Zhong1-1/+1
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-38/+134
2013-02-23vlan: adjust vlan_set_encap_proto() for its callersCong Wang1-3/+3
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Linus Torvalds25-175/+356
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins1-0/+1
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse1-2/+11
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse2-10/+11
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-23mm: fix return type for functions nr_free_*_pagesZhang Yanfei1-2/+2
2013-02-23mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Cody P Schafer1-4/+10
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 Schafer1-0/+10
2013-02-23mm: add SECTION_IN_PAGE_FLAGSCody P Schafer1-2/+6
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner1-7/+0
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins1-8/+6
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins1-14/+4
2013-02-23mm: rename page struct field helpersMel Gorman1-10/+10
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman1-16/+5
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo1-0/+3
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov2-2/+2
2013-02-23swap: add per-partition lock for swapfileShaohua Li1-5/+27
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-4/+5
2013-02-23mm: don't inline page_mapping()Shaohua Li1-12/+1
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra3-10/+58
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: 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-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Ming Lei2-0/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei1-0/+22
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic1-1/+0
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim2-0/+21
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen1-0/+1
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-0/+2
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen1-0/+5
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyTang Chen1-0/+8