summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: remove x86-only restriction of movable_nodeReza Arbab2016-12-133-21/+25
* powerpc/mm: allow memory hotplug into a memoryless nodeReza Arbab2016-12-131-12/+1Star
* mm/mempolicy.c: forbid static or relative flags for local NUMA modePiotr Kwapulinski2016-12-131-1/+3
* mm: fix up get_user_pages* commentsLorenzo Stoakes2016-12-131-10/+6Star
* mm: remove the page size change check in tlb_remove_pageAneesh Kumar K.V2016-12-137-81/+15Star
* mm: add tlb_remove_check_page_size_change to track page size changeAneesh Kumar K.V2016-12-1311-1/+78
* mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pagesAneesh Kumar K.V2016-12-137-1/+20
* mm: update mmu_gather range correctlyAneesh Kumar K.V2016-12-131-12/+31
* mm: use the correct page size when removing the pageAneesh Kumar K.V2016-12-131-2/+2
* shmem: avoid maybe-uninitialized warningArnd Bergmann2016-12-131-3/+1Star
* mm, compaction: fix NR_ISOLATED_* stats for pfn based migrationMing Ling2016-12-132-26/+14Star
* mm, mempolicy: clean up __GFP_THISNODE confusion in policy_zonelistMichal Hocko2016-12-131-16/+8Star
* mm, thp: avoid unlikely branches for split_huge_pmdDavid Rientjes2016-12-134-4/+6
* mm/vmalloc.c: simplify /proc/vmallocinfo implementationzijun_hu2016-12-131-22/+5Star
* mm: make unreserve highatomic functions reliableMinchan Kim2016-12-131-7/+17
* mm: try to exhaust highatomic reserve before the OOMMinchan Kim2016-12-131-5/+10
* mm: prevent double decrease of nr_reserved_highatomicMinchan Kim2016-12-131-6/+18
* mm: don't steal highatomic pageblockMinchan Kim2016-12-131-2/+4
* kmemleak: fix reference to DocumentationAndreas Platschek2016-12-131-1/+1
* mm/hugetlb.c: use huge_pte_lock instead of opencoding the lockAneesh Kumar K.V2016-12-131-4/+2Star
* mm/hugetlb.c: use the right pte val for compare in hugetlb_cowAneesh Kumar K.V2016-12-131-5/+7
* mm/gup.c: make unnecessarily global vma_permits_fault() staticTobias Klauser2016-12-131-1/+2
* mm/vmscan.c: set correct defer count for shrinkerShaohua Li2016-12-131-3/+11
* mm/mprotect.c: don't touch single threaded PTEs which are on the right nodeAndi Kleen2016-12-131-0/+13
* mm, slab: maintain total slab count instead of active countDavid Rientjes2016-12-132-43/+31Star
* mm, slab: faster active and free statsGreg Thelen2016-12-132-71/+49Star
* mm/slab_common.c: check kmem_create_cache flags are commonThomas Garnier2016-12-132-0/+21
* slub: avoid false-postive warningArnd Bergmann2016-12-131-1/+1
* slub: move synchronize_sched out of slab_mutex on shrinkVladimir Davydov2016-12-135-23/+31
* mm: memcontrol: use special workqueue for creating per-memcg cachesVladimir Davydov2016-12-131-1/+14
* ocfs2: replace CURRENT_TIME macroDeepa Dinamani2016-12-133-4/+6
* ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-133-4/+4
* ocfs2: fix double put of recount tree in ocfs2_lock_refcount_tree()Ashish Samant2016-12-131-1/+0Star
* ocfs2: clean up unused 'page' parameter in ocfs2_write_end_nolock()piaojun2016-12-133-8/+5Star
* ocfs2/dlm: clean up deadcode in dlm_master_request_handler()piaojun2016-12-131-6/+0Star
* ocfs2: delete redundant code and set the node bit into maybe_map directlyGuozhonghua2016-12-131-4/+1Star
* ocfs2/dlm: clean up useless BUG_ON default case in dlm_finalize_reco_handler()piaojun2016-12-131-2/+0Star
* drivers/pcmcia/m32r_pcc.c: check return from add_pcc_socketSudip Mukherjee2016-12-131-2/+8
* drivers/pcmcia/m32r_pcc.c: use common error pathSudip Mukherjee2016-12-131-7/+10
* drivers/pcmcia/m32r_pcc.c: check return from request_irqSudip Mukherjee2016-12-131-4/+10
* m32r: fix build warningSudip Mukherjee2016-12-131-0/+2
* m32r: add simple dmaSudip Mukherjee2016-12-133-2/+38
* scripts/tags.sh: handle OMAP platforms properlySam Protsenko2016-12-131-2/+17
* scripts/bloat-o-meter: compile .NUMBER regexAlexey Dobriyan2016-12-131-1/+3
* scripts/bloat-o-meter: don't use readlines()Alexey Dobriyan2016-12-131-11/+12
* prctl: remove one-shot limitation for changing exe linkStanislav Kinsburskiy2016-12-132-11/+5Star
* kthread: add __printf attributesNicolas Iooss2016-12-132-3/+4
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-12-1213-91/+528
|\
| * x86/mce: Include the PPIN in MCE records when availableTony Luck2016-11-235-0/+47
| * x86/mce/AMD: Add system physical address translation for AMD Fam17hYazen Ghannam2016-11-223-1/+203