aboutsummaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2013-03-10ARM: AT91SAM9G45: same platform data structure for all crypto peripheralsGravatar Nicolas Royer 2-22/+22
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-0/+10
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-3/+7
2013-02-26block: fix part_pack_uuid() build errorGravatar Mimi Zohar 1-0/+10
2013-02-24Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Gravatar Linus Torvalds 14-42/+195
2013-02-24Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Gravatar Linus Torvalds 1-0/+3
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-11/+19
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 4-13/+126
2013-02-23Merge branch 'akpm' (more incoming from Andrew)Gravatar Linus Torvalds 25-175/+356
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitGravatar Hugh Dickins 1-0/+1
2013-02-23mm: accelerate mm_populate() treatment of THP pagesGravatar Michel Lespinasse 1-2/+11
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Gravatar Michel Lespinasse 2-10/+11
2013-02-23vmscan: change type of vm_total_pages to unsigned longGravatar Zhang Yanfei 1-1/+1
2013-02-23mm: fix return type for functions nr_free_*_pagesGravatar Zhang Yanfei 1-2/+2
2013-02-23mmzone: add pgdat_{end_pfn,is_empty}() helpers & consolidate.Gravatar Cody P Schafer 1-4/+10
2013-02-23mm: add zone_is_empty() and zone_is_initialized()Gravatar Cody P Schafer 1-0/+10
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Gravatar Cody P Schafer 1-0/+10
2013-02-23mm: add SECTION_IN_PAGE_FLAGSGravatar Cody P Schafer 1-2/+6
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Gravatar Johannes Weiner 1-7/+0
2013-02-23mm: remove offlining arg to migrate_pagesGravatar Hugh Dickins 1-8/+6
2013-02-23ksm: remove old stable nodes more thoroughlyGravatar Hugh Dickins 1-14/+4
2013-02-23mm: rename page struct field helpersGravatar Mel Gorman 1-10/+10
2013-02-23mm: uninline page_xchg_last_nid()Gravatar Mel Gorman 1-16/+5
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryGravatar Paul Szabo 1-0/+3
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Gravatar Konstantin Khlebnikov 2-2/+2
2013-02-23swap: add per-partition lock for swapfileGravatar Shaohua Li 1-5/+27
2013-02-23swap: make each swap partition have one address_spaceGravatar Shaohua Li 1-4/+5
2013-02-23mm: don't inline page_mapping()Gravatar Shaohua Li 1-12/+1
2013-02-23mm: fold page->_last_nid into page->flags where possibleGravatar Peter Zijlstra 3-10/+58
2013-02-23mm: move page flags layout to separate headerGravatar Peter Zijlstra 4-61/+73
2013-02-23mm: numa: handle side-effects in count_vm_numa_events() for !CONFIG_NUMA_BALA...Gravatar Mel Gorman 1-1/+1
2013-02-23mm: numa: fix minor typo in numa_next_scanGravatar Mel Gorman 1-3/+3
2013-02-23mm: remove unused memclear_highpage_flush()Gravatar Kirill A. Shutemov 1-6/+0
2013-02-23pm / runtime: introduce pm_runtime_set_memalloc_noio()Gravatar Ming Lei 2-0/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationGravatar Ming Lei 1-0/+22
2013-02-23mm: don't wait on congested zones in balance_pgdat()Gravatar Zlatko Calusic 1-1/+0
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesGravatar Xishi Qiu 1-1/+1
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathGravatar Minchan Kim 2-0/+21
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Gravatar Tang Chen 1-0/+1
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATGravatar Tang Chen 1-0/+2
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeGravatar Tang Chen 1-0/+5
2013-02-23acpi, memory-hotplug: parse SRAT before memblock is readyGravatar Tang Chen 1-0/+8
2013-02-23page_alloc: bootmem limit with movablecore_mapGravatar Tang Chen 1-0/+1
2013-02-23page_alloc: add movable_memmap kernel parameterGravatar Tang Chen 1-0/+11
2013-02-23memory-hotplug: export the function try_offline_node()Gravatar Wen Congyang 1-0/+3
2013-02-23memory-hotplug: remove sysfs file of nodeGravatar Tang Chen 1-1/+1
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapGravatar Tang Chen 1-0/+3
2013-02-23memory-hotplug: common APIs to support page tables hot-removeGravatar Wen Congyang 1-0/+1
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapGravatar Yasuaki Ishimatsu 2-8/+8
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableGravatar Wen Congyang 1-0/+1