aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-08-17mm: workingset: make shadow_lru_isolate() use locking suffixSebastian Andrzej Siewior1-5/+3
2018-08-17mm: workingset: remove local_irq_disable() from count_shadow_nodes()Sebastian Andrzej Siewior1-3/+0
2018-08-17mm: drop VM_BUG_ON from __get_free_pagesMichal Hocko1-8/+4
2018-08-17mm, hugetlbfs: pass fault address to cow handlerHuang Ying1-4/+5
2018-08-17mm, hugetlbfs: rename address to haddr in hugetlb_cow()Huang Ying1-14/+12
2018-08-17mm, huge page: copy target sub-page last when copy huge pageHuang Ying3-9/+27
2018-08-17mm, clear_huge_page: move order algorithm into a separate functionHuang Ying1-34/+56
2018-08-17ext4: readpages() should submit IO as read-aheadJens Axboe3-5/+7
2018-08-17btrfs: readpages() should submit IO as read-aheadJens Axboe1-1/+1
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadJens Axboe3-10/+28
2018-08-17mpage: add argument structure for do_mpage_readpage()Jens Axboe1-52/+57
2018-08-17mm: thp: inc counter for collapsed shmem THPYang Shi1-0/+2
2018-08-17mm: thp: register mm for khugepaged when merging vma for shmemYang Shi1-27/+26
2018-08-17mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_element()Jia-Ju Bai1-6/+6
2018-08-17mm/vmscan.c: condense scan_controlGreg Thelen1-12/+20
2018-08-17mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov2-4/+4
2018-08-17include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISONKirill A. Shutemov1-11/+0
2018-08-17shmem: use monotonic time for i_generationArnd Bergmann1-1/+2
2018-08-17mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka1-3/+4
2018-08-17tools/vm/page-types.c: add support for idle page trackingChristian Hansen2-1/+51
2018-08-17tools/vm/page-types.c: include shared map countsChristian Hansen2-14/+62
2018-08-17thp: use mm_file_counter to determine update which rss counterYang Shi2-3/+3
2018-08-17mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin1-1/+4
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder32-51/+69
2018-08-17mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka1-2/+1
2018-08-17fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown2-54/+63
2018-08-17vfs: discard ATTR_ATTR_FLAGNeilBrown2-2/+1
2018-08-17fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa1-1/+2
2018-08-17ocfs2: make several functions and variables static (and some const)Colin Ian King3-10/+10
2018-08-17ocfs2: clean up some unnecessary codewangyan3-19/+5
2018-08-17ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao3-37/+30
2018-08-17sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2-2/+3
2018-08-17sh: make use of for_each_node_by_type()Dmitry Torokhov1-3/+4
2018-08-17ntfs: mft: remove VLA usageKees Cook1-2/+10
2018-08-17ntfs: decompress: remove VLA usageKees Cook1-12/+16
2018-08-17ntfs: aops: remove VLA usageKees Cook1-1/+4
2018-08-17fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior1-4/+0
2018-08-17scripts: add Python 3 compatibility to spdxcheck.pyJeremy Cline1-2/+5
2018-08-17scripts/spdxcheck.py: work with current HEAD LICENSES/ directoryJoe Perches1-3/+1
2018-08-17fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2-9/+16
2018-08-17fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2-18/+21
2018-08-17fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann4-5/+19
2018-08-17firewire: use 64-bit time_t based interfacesArnd Bergmann1-4/+4
2018-08-17dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang11-14/+27
2018-08-17bitfield: avoid gcc-8 -Wint-in-bool-context warningArnd Bergmann1-1/+1
2018-08-179p: add Dominique Martinet to MAINTAINERSDominique Martinet1-0/+2
2018-08-179p: remove Ron Minnich from MAINTAINERSDominique Martinet2-1/+5
2018-08-16Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linuxLinus Torvalds2-12/+10
2018-08-16Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2-1/+15
2018-08-16Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermalLinus Torvalds24-907/+649