summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm, huge page: copy target sub-page last when copy huge pageHuang Ying2018-08-183-9/+27
* mm, clear_huge_page: move order algorithm into a separate functionHuang Ying2018-08-181-34/+56
* ext4: readpages() should submit IO as read-aheadJens Axboe2018-08-183-5/+7
* btrfs: readpages() should submit IO as read-aheadJens Axboe2018-08-181-1/+1
* mpage: mpage_readpages() should submit IO as read-aheadJens Axboe2018-08-183-10/+28
* mpage: add argument structure for do_mpage_readpage()Jens Axboe2018-08-181-52/+57
* mm: thp: inc counter for collapsed shmem THPYang Shi2018-08-181-0/+2
* mm: thp: register mm for khugepaged when merging vma for shmemYang Shi2018-08-181-27/+26
* mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...Jia-Ju Bai2018-08-181-6/+6
* mm/vmscan.c: condense scan_controlGreg Thelen2018-08-181-12/+20
* mm/page_ext.c: constify lookup_page_ext() argumentKirill A. Shutemov2018-08-182-4/+4
* include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISONKirill A. Shutemov2018-08-181-11/+0
* shmem: use monotonic time for i_generationArnd Bergmann2018-08-181-1/+2
* mm, page_alloc: actually ignore mempolicies for high priority allocationsVlastimil Babka2018-08-181-3/+4
* tools/vm/page-types.c: add support for idle page trackingChristian Hansen2018-08-182-1/+51
* tools/vm/page-types.c: include shared map countsChristian Hansen2018-08-182-14/+62
* thp: use mm_file_counter to determine update which rss counterYang Shi2018-08-182-3/+3
* mm: skip invalid pages block at a time in zero_resv_unresv()Pavel Tatashin2018-08-181-1/+4
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-1832-51/+69
* mm, slub: restore the original intention of prefetch_freepointer()Vlastimil Babka2018-08-181-2/+1
* fs/seq_file.c: simplify seq_file iteration code and interfaceNeilBrown2018-08-182-54/+63
* vfs: discard ATTR_ATTR_FLAGNeilBrown2018-08-182-2/+1
* fs/dcache.c: fix kmemcheck splat at take_dentry_name_snapshot()Tetsuo Handa2018-08-181-1/+2
* ocfs2: make several functions and variables static (and some const)Colin Ian King2018-08-183-10/+10
* ocfs2: clean up some unnecessary codewangyan2018-08-183-19/+5
* ocfs2: return -EROFS when filesystem becomes read-onlyJun Piao2018-08-183-37/+30
* sh: prefer _THIS_IP_ to current_text_addrNick Desaulniers2018-08-182-2/+3
* sh: make use of for_each_node_by_type()Dmitry Torokhov2018-08-181-3/+4
* ntfs: mft: remove VLA usageKees Cook2018-08-181-2/+10
* ntfs: decompress: remove VLA usageKees Cook2018-08-181-12/+16
* ntfs: aops: remove VLA usageKees Cook2018-08-181-1/+4
* fs/ntfs/aops.c: don't disable interrupts during kmap_atomic()Sebastian Andrzej Siewior2018-08-181-4/+0
* scripts: add Python 3 compatibility to spdxcheck.pyJeremy Cline2018-08-181-2/+5
* scripts/spdxcheck.py: work with current HEAD LICENSES/ directoryJoe Perches2018-08-181-3/+1
* fs/hpfs: extend gmt_to_local() conversion to 64-bit timesArnd Bergmann2018-08-182-9/+16
* fs/ntfs: use timespec64 directly for timestamp conversionArnd Bergmann2018-08-182-18/+21
* fs/ufs: use ktime_get_real_seconds for sb and cg timestampsArnd Bergmann2018-08-184-5/+19
* firewire: use 64-bit time_t based interfacesArnd Bergmann2018-08-181-4/+4
* dax: remove VM_MIXEDMAP for fsdax and device daxDave Jiang2018-08-1811-14/+27
* bitfield: avoid gcc-8 -Wint-in-bool-context warningArnd Bergmann2018-08-181-1/+1
* 9p: add Dominique Martinet to MAINTAINERSDominique Martinet2018-08-181-0/+2
* 9p: remove Ron Minnich from MAINTAINERSDominique Martinet2018-08-182-1/+5
* Merge tag 'for-linus-4.19-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-162-12/+10
|\
| * orangefs: remove redundant pointer orangefs_inodeColin Ian King2018-08-141-3/+0
| * orangefs: Adding new return type vm_fault_tSouptick Joarder2018-08-141-9/+10
* | Merge tag 'vfio-v4.19-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds2018-08-162-1/+15
|\ \
| * | vfio-pci: Disable binding to PFs with SR-IOV enabledAlex Williamson2018-08-061-0/+13
| * | vfio: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-062-1/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-08-1624-907/+649
|\ \ \
| * | | thermal: armada: fix copy-paste error in armada_thermal_probe()Wei Yongjun2018-08-011-1/+1