Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-14Revert "Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_dir...Andrea Arcangeli
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-19mm: thp: fix false negative of shmem vma's THP eligibilityYang Shi
2019-07-17mm/shmem.c: fix unused shmem_parse_huge() function warningArnd Bergmann
2019-07-06Revert "mm: page cache: store only head pages in i_pages"Linus Torvalds
2019-07-05mnt_init(): call shmem_init() unconditionallyAl Viro
2019-05-14mm: page cache: store only head pages in i_pagesMatthew Wilcox
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-02shmem: make use of ->free_inode()Al Viro
2019-04-19mm: swapoff: shmem_unuse() stop eviction without igrab()Hugh Dickins
2019-04-19mm: swapoff: shmem_find_swap_entries() filter out other typesHugh Dickins
2019-03-06mm/memfd: add an F_SEAL_FUTURE_WRITE seal to memfdJoel Fernandes (Google)
2019-03-06mm: rid swapoff of quadratic complexityVineeth Remanan Pillai
2019-03-06mm: refactor swap-in logic out of shmem_getpage_gfpVineeth Remanan Pillai
2019-02-25tmpfs: fix uninitialized return value in shmem_linkDarrick J. Wong
2019-02-21tmpfs: fix link accounting when a tmpfile is linked inDarrick J. Wong
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS
2018-12-25Merge tag 'drm-next-2018-12-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-12-14Merge tag 'xarray-4.20-rc7' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-12-08Revert "mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpm...David Rientjes
2018-12-06XArray: Add xa_cmpxchg_irq and xa_cmpxchg_bhMatthew Wilcox
2018-12-01mm/khugepaged: fix crashes due to misaccounted holesHugh Dickins
2018-12-01userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not setAndrea Arcangeli
2018-12-01userfaultfd: shmem: add i_size checksAndrea Arcangeli
2018-12-01userfaultfd: use ENOENT instead of EFAULT if the atomic copy user failsAndrea Arcangeli
2018-12-01mm: use swp_offset as key in shmem_replace_page()Yu Zhao
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula
2018-11-18tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offsetYufen Yu
2018-11-07mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang
2018-11-03mm, thp: consolidate THP gfp handling into alloc_hugepage_direct_gfpmaskMichal Hocko
2018-10-21shmem: Comment fixupsMatthew Wilcox
2018-10-21shmem: Convert shmem_partial_swap_usage to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_free_swap to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_alloc_hugepage to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_add_to_page_cache to XArrayMatthew Wilcox
2018-10-21shmem: Convert find_swap_entry to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_confirm_swap to XArrayMatthew Wilcox
2018-10-21shmem: Convert shmem_radix_tree_replace to XArrayMatthew Wilcox
2018-09-30xarray: Replace exceptional entriesMatthew Wilcox
2018-09-20mm: shmem.c: Correctly annotate new inodes for lockdepJoel Fernandes (Google)
2018-08-24mm: Change return type int to vm_fault_t for fault handlersSouptick Joarder
2018-08-22mm: zero out the vma in vma_init()Andrew Morton
2018-08-18shmem: use monotonic time for i_generationArnd Bergmann
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-14Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-07-27mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov
2018-07-12... and switch shmem_file_setup() to alloc_file_pseudo()Al Viro
2018-07-12__shmem_file_setup(): reorder allocationsAl Viro
2018-07-12alloc_file(): switch to passing O_... flags instead of FMODE_... modeAl Viro