summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* s390/dasd: fix spelling mistake: "supportet" -> "supported"Colin Ian King2017-02-231-1/+1
* s390/pkey: Introduce pkey kernel moduleHarald Freudenberger2017-02-239-0/+1374
* s390/zcrypt: export additional symbolsHarald Freudenberger2017-02-232-2/+5
* s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.Harald Freudenberger2017-02-231-9/+6
* s390/zcrypt: Cleanup leftover module code.Harald Freudenberger2017-02-231-10/+0
* s390/nmi: purge tlbs after control register validationHeiko Carstens2017-02-231-1/+2
* s390/nmi: fix order of register validationHeiko Carstens2017-02-231-12/+12
* s390/crypto: Add PCKMO inline functionHarald Freudenberger2017-02-231-0/+32
* s390/zcrypt: Enable request count reset for cards and queues.Harald Freudenberger2017-02-232-8/+37
* s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel2017-02-233-11/+11
* s390/chsc: Add exception handler for CHSC instructionPeter Oberparleiter2017-02-231-3/+5
* s390: opt into HAVE_COPY_THREAD_TLSHeiko Carstens2017-02-232-3/+3
* s390: restore address space when returning to user spaceHeiko Carstens2017-02-235-25/+53
* s390: rename CIF_ASCE to CIF_ASCE_PRIMARYHeiko Carstens2017-02-233-15/+15
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-23124-1723/+4558
|\
| * mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang2017-02-231-3/+7
| * mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap2017-02-231-1/+0
| * zram: remove obsolete sysfs attrsSergey Senozhatsky2017-02-234-353/+42
| * mm/memblock.c: remove unnecessary log and clean upMiles Chen2017-02-231-29/+25
| * oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-233-9/+9
| * mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-237-10/+8
| * mm: drop zap_details::check_swap_entriesKirill A. Shutemov2017-02-233-5/+3
| * mm: drop zap_details::ignore_dirtyKirill A. Shutemov2017-02-233-9/+1
| * mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-231-3/+7
| * mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko2017-02-231-10/+36
| * mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2017-02-232-26/+25
| * mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko2017-02-231-39/+52
| * lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-2310-33/+32
| * arch, mm: remove arch specific show_memMichal Hocko2017-02-235-197/+0
| * mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-233-8/+10
| * mm, page_alloc: do not report all nodes in show_memMichal Hocko2017-02-231-0/+3
| * Revert "mm: bail out in shrink_inactive_list()"Michal Hocko2017-02-231-27/+0
| * mm, vmscan: consider eligible zones in get_scan_countMichal Hocko2017-02-231-2/+2
| * mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-233-47/+46
| * mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko2017-02-231-3/+1
| * mm/backing-dev.c: use rb_entry()Geliang Tang2017-02-231-2/+2
| * mm, thp: add new defer+madvise defrag optionDavid Rientjes2017-02-233-73/+82
| * mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-233-4/+13
| * mm/swap: enable swap slots cache usageTim Chen2017-02-231-0/+7
| * mm/swap: add cache for swap slots allocationTim Chen2017-02-236-12/+391
| * mm/swap: free swap slots in batchTim Chen2017-02-232-61/+95
| * mm/swap: allocate swap slots in batchesTim Chen2017-02-232-25/+113
| * mm/swap: skip readahead for unreferenced swap slotsTim Chen2017-02-233-6/+51
| * mm/swap: split swap cache into 64MB trunksHuang, Ying2017-02-234-22/+79
| * mm/swap: add cluster lockHuang, Ying2017-02-232-42/+179
| * mm/swap: fix kernel message in swap_info_get()Huang, Ying2017-02-231-4/+4
| * powerpc: do not make the entire heap executableDenys Vlasenko2017-02-234-14/+45
| * mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-02-233-4/+5
| * mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu2017-02-231-1/+1
| * mm/memblock.c: check return value of memblock_reserve() in memblock_virt_allo...Wei Yang2017-02-231-4/+2