aboutsummaryrefslogtreecommitdiffstats
path: root/arch/avr32 (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-24s390/crypt: Add protected key AES moduleMartin Schwidefsky4-2/+634
2017-02-23s390/dasd: fix spelling mistake: "supportet" -> "supported"Colin Ian King1-1/+1
2017-02-23s390/pkey: Introduce pkey kernel moduleHarald Freudenberger9-0/+1374
2017-02-23s390/zcrypt: export additional symbolsHarald Freudenberger2-2/+5
2017-02-23s390/zcrypt: Rework CONFIG_ZCRYPT Kconfig text.Harald Freudenberger1-9/+6
2017-02-23s390/zcrypt: Cleanup leftover module code.Harald Freudenberger1-10/+0
2017-02-23s390/nmi: purge tlbs after control register validationHeiko Carstens1-1/+2
2017-02-23s390/nmi: fix order of register validationHeiko Carstens1-12/+12
2017-02-23s390/crypto: Add PCKMO inline functionHarald Freudenberger1-0/+32
2017-02-23s390/zcrypt: Enable request count reset for cards and queues.Harald Freudenberger2-8/+37
2017-02-23s390/mm: use _SEGMENT_ENTRY_EMPTY in the codeDominik Dingel3-11/+11
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-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