aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-02-23s390/chsc: Add exception handler for CHSC instructionPeter Oberparleiter1-3/+5
2017-02-23s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens2-3/+3
2017-02-23s390: restore address space when returning to user spaceHeiko Carstens5-25/+53
2017-02-23s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens3-15/+15
2017-02-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds124-1723/+4558
2017-02-22Merge tag 'devicetree-for-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds66-1100/+1781
2017-02-22Merge tag 'docs-4.11' of git://git.lwn.net/linuxLinus Torvalds56-3510/+3288
2017-02-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds110-2968/+7277
2017-02-22Merge tag 'iommu-fix-v4.11-rc0' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+4
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-5/+8
2017-02-22Merge tag 'xfs-4.11-merge-7' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds51-638/+920
2017-02-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds11-255/+347
2017-02-22Merge tag 'modules-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linuxLinus Torvalds3-17/+20
2017-02-22mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang1-3/+7
2017-02-22mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap1-1/+0
2017-02-22zram: remove obsolete sysfs attrsSergey Senozhatsky4-353/+42
2017-02-22mm/memblock.c: remove unnecessary log and clean upMiles Chen1-29/+25
2017-02-22oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov3-9/+9
2017-02-22mm: drop unused argument of zap_page_range()Kirill A. Shutemov7-10/+8
2017-02-22mm: drop zap_details::check_swap_entriesKirill A. Shutemov3-5/+3
2017-02-22mm: drop zap_details::ignore_dirtyKirill A. Shutemov3-9/+1
2017-02-22mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes1-3/+7
2017-02-22mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko1-10/+36
2017-02-22mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2-26/+25
2017-02-22mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko1-39/+52
2017-02-22lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko10-33/+32
2017-02-22arch, mm: remove arch specific show_memMichal Hocko5-197/+0
2017-02-22mm, page_alloc: warn_alloc print nodemaskMichal Hocko3-8/+10
2017-02-22mm, page_alloc: do not report all nodes in show_memMichal Hocko1-0/+3
2017-02-22Revert "mm: bail out in shrink_inactive_list()"Michal Hocko1-27/+0
2017-02-22mm, vmscan: consider eligible zones in get_scan_countMichal Hocko1-2/+2
2017-02-22mm, vmscan: cleanup lru size claculationsMichal Hocko3-47/+46
2017-02-22mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko1-3/+1
2017-02-22mm/backing-dev.c: use rb_entry()Geliang Tang1-2/+2
2017-02-22mm, thp: add new defer+madvise defrag optionDavid Rientjes3-73/+82
2017-02-22mm/swap: skip readahead only when swap slot cache is enabledHuang Ying3-4/+13
2017-02-22mm/swap: enable swap slots cache usageTim Chen1-0/+7
2017-02-22mm/swap: add cache for swap slots allocationTim Chen6-12/+391
2017-02-22mm/swap: free swap slots in batchTim Chen2-61/+95
2017-02-22mm/swap: allocate swap slots in batchesTim Chen2-25/+113
2017-02-22mm/swap: skip readahead for unreferenced swap slotsTim Chen3-6/+51
2017-02-22mm/swap: split swap cache into 64MB trunksHuang, Ying4-22/+79
2017-02-22mm/swap: add cluster lockHuang, Ying2-42/+179
2017-02-22mm/swap: fix kernel message in swap_info_get()Huang, Ying1-4/+4
2017-02-22powerpc: do not make the entire heap executableDenys Vlasenko4-14/+45
2017-02-22mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu3-4/+5
2017-02-22mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu1-1/+1
2017-02-22mm/memblock.c: check return value of memblock_reserve() in memblock_virt_alloc_internal()Wei Yang1-4/+2
2017-02-22mm/memblock.c: trivial code refine in memblock_is_region_memory()Wei Yang1-2/+1
2017-02-22mm: fix some typos in mm/zsmalloc.cXishi Qiu1-3/+3