summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* staging: fsl-mc: fix warning in DT ranges parserArnd Bergmann2017-03-011-13/+9
* MAINTAINERS: Remove Noralf Trønnes as fbtft maintainerNoralf Trønnes2017-03-011-1/+0
* staging: vchiq_2835_arm: Make cache-line-size a required DT propertyMichael Zoran2017-02-261-1/+7
* staging: bcm2835/mmal-vchiq: unlock on error in buffer_from_host()Dan Carpenter2017-02-261-2/+5
* staging/lustre/lnet: Fix allocation size for sv_cpt_dataOleg Drokin2017-02-261-1/+1
* Merge tag 'iio-fixes-for-4.11b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-02-263-5/+7
|\
| * iio: adc: xilinx: Fix error handlingChristophe JAILLET2017-02-251-3/+3
| * iio: 104-quad-8: Fix off-by-one error when addressing flag registerWilliam Breathitt Gray2017-02-111-1/+1
| * iio: adc: handle unknow of_device_id dataArnd Bergmann2017-02-051-1/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-22124-1723/+4558
|\ \
| * | mm/z3fold.c: limit first_num to the actual range of possible buddy indexeszhong jiang2017-02-221-3/+7
| * | mm: fix <linux/pagemap.h> stray kernel-doc notationRandy Dunlap2017-02-221-1/+0
| * | zram: remove obsolete sysfs attrsSergey Senozhatsky2017-02-224-353/+42
| * | mm/memblock.c: remove unnecessary log and clean upMiles Chen2017-02-221-29/+25
| * | oom-reaper: use madvise_dontneed() logic to decide if unmap the VMAKirill A. Shutemov2017-02-223-9/+9
| * | mm: drop unused argument of zap_page_range()Kirill A. Shutemov2017-02-227-10/+8
| * | mm: drop zap_details::check_swap_entriesKirill A. Shutemov2017-02-223-5/+3
| * | mm: drop zap_details::ignore_dirtyKirill A. Shutemov2017-02-223-9/+1
| * | mm, page_alloc: warn_alloc nodemask is NULL when cpusets are disabledDavid Rientjes2017-02-221-3/+7
| * | mm: help __GFP_NOFAIL allocations which do not trigger OOM killerMichal Hocko2017-02-221-10/+36
| * | mm, oom: do not enforce OOM killer for __GFP_NOFAIL automaticallyMichal Hocko2017-02-222-26/+25
| * | mm: consolidate GFP_NOFAIL checks in the allocator slowpathMichal Hocko2017-02-221-39/+52
| * | lib/show_mem.c: teach show_mem to work with the given nodemaskMichal Hocko2017-02-2210-33/+32
| * | arch, mm: remove arch specific show_memMichal Hocko2017-02-225-197/+0
| * | mm, page_alloc: warn_alloc print nodemaskMichal Hocko2017-02-223-8/+10
| * | mm, page_alloc: do not report all nodes in show_memMichal Hocko2017-02-221-0/+3
| * | Revert "mm: bail out in shrink_inactive_list()"Michal Hocko2017-02-221-27/+0
| * | mm, vmscan: consider eligible zones in get_scan_countMichal Hocko2017-02-221-2/+2
| * | mm, vmscan: cleanup lru size claculationsMichal Hocko2017-02-223-47/+46
| * | mm, vmscan: do not count freed pages as PGDEACTIVATEMichal Hocko2017-02-221-3/+1
| * | mm/backing-dev.c: use rb_entry()Geliang Tang2017-02-221-2/+2
| * | mm, thp: add new defer+madvise defrag optionDavid Rientjes2017-02-223-73/+82
| * | mm/swap: skip readahead only when swap slot cache is enabledHuang Ying2017-02-223-4/+13
| * | mm/swap: enable swap slots cache usageTim Chen2017-02-221-0/+7
| * | mm/swap: add cache for swap slots allocationTim Chen2017-02-226-12/+391
| * | mm/swap: free swap slots in batchTim Chen2017-02-222-61/+95
| * | mm/swap: allocate swap slots in batchesTim Chen2017-02-222-25/+113
| * | mm/swap: skip readahead for unreferenced swap slotsTim Chen2017-02-223-6/+51
| * | mm/swap: split swap cache into 64MB trunksHuang, Ying2017-02-224-22/+79
| * | mm/swap: add cluster lockHuang, Ying2017-02-222-42/+179
| * | mm/swap: fix kernel message in swap_info_get()Huang, Ying2017-02-221-4/+4
| * | powerpc: do not make the entire heap executableDenys Vlasenko2017-02-224-14/+45
| * | mm/memory_hotplug: set magic number to page->freelist instead of page->lru.nextYasuaki Ishimatsu2017-02-223-4/+5
| * | mm/sparse: use page_private() to get page->private valueYasuaki Ishimatsu2017-02-221-1/+1
| * | mm/memblock.c: check return value of memblock_reserve() in memblock_virt_allo...Wei Yang2017-02-221-4/+2
| * | mm/memblock.c: trivial code refine in memblock_is_region_memory()Wei Yang2017-02-221-2/+1
| * | mm: fix some typos in mm/zsmalloc.cXishi Qiu2017-02-221-3/+3
| * | mm/bootmem.c: cosmetic improvement of code readabilityAdygzhy Ondar2017-02-221-1/+1
| * | mm,compaction: serialize waitqueue_active() checksDavidlohr Bueso2017-02-221-0/+7
| * | mm: page_alloc: skip over regions of invalid pfns where possiblePaul Burton2017-02-223-1/+36