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
2018-06-15mm: use octal not symbolic permissionsJoe Perches
2018-06-08mm/shmem.c: zero out unused vma fields in shmem_pseudo_vma_init()Kirill A. Shutemov
2018-06-08mm/shmem.c: use new return type vm_fault_tSouptick Joarder
2018-06-08tmpfs: allow decoding a file handle of an unlinked fileAmir Goldstein
2018-06-08mm: shmem: make stat.st_blksize return huge page size if THP is onYang Shi
2018-06-08mm: restructure memfd codeMike Kravetz
2018-06-08mm/shmem: update file sealing comments and file checkingMike Kravetz
2018-06-08mm/shmem: add __rcu annotations and properly deref radix entryMike Kravetz
2018-06-08mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo
2018-04-11page cache: use xa_lockMatthew Wilcox
2018-04-06mm: swap: unify cluster-based and vma-based swap readaheadMinchan Kim
2018-03-23mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()Kirill A. Shutemov
2018-02-01shmem: add sealing support to hugetlb-backed memfdMarc-André Lureau
2018-02-01shmem: rename functions that are memfd-relatedMarc-André Lureau
2018-02-01shmem: unexport shmem_add_seals()/shmem_get_seals()Marc-André Lureau
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-18mm: shmem: remove unused info variableCorentin Labbe
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-16mm/shmem.c: mark expected switch fall-throughGustavo A. R. Silva
2017-11-16shmem: convert shmem_init_inodecache() to voidweiping zhang
2017-11-16mm, pagevec: remove cold parameter for pagevecsMel Gorman
2017-11-16mm, truncate: do not check mapping for every page being truncatedMel Gorman
2017-10-07mm/shmem: introduce shmem_file_setup_with_mntMatthew Auld
2017-09-14mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko
2017-09-07mm, swap: VMA based swap readaheadHuang Ying
2017-09-07mm/shmem: add hugetlbfs support to memfd_create()Mike Kravetz
2017-09-07userfaultfd: shmem: add shmem_mfill_zeropage_pte for userfaultfd supportMike Rapoport
2017-09-07shmem: introduce shmem_inode_acct_blockMike Rapoport
2017-09-07shmem: shmem_charge: verify max_block is not exceeded before inode updateMike Rapoport
2017-08-26mm, shmem: fix handling /sys/kernel/mm/transparent_hugepage/shmem_enabledKirill A. Shutemov
2017-08-11mm: fix list corruptions on shmem shrinklistCong Wang
2017-07-11mm: make PR_SET_THP_DISABLE immediately activeMichal Hocko
2017-07-07mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-07mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim
2017-07-07mm, THP, swap: delay splitting THP during swap outHuang Ying
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-05tmpfs: generate random sb->s_uuidAmir Goldstein
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-25mm/shmem.c: fix unlikely() test of info->seals to test only for WRITE and GROWSteven Rostedt (VMware)
2017-02-25mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-23userfaultfd: shmem: avoid leaking blocks and used blocks in UFFDIO_COPYAndrea Arcangeli
2017-02-23userfaultfd: shmem: avoid a lockup resulting from corrupted page->flagsAndrea Arcangeli
2017-02-23userfaultfd: shmem: lock the page before adding it to pagecacheAndrea Arcangeli
2017-02-23userfaultfd: shmem: add userfaultfd hook for shared memory faultsMike Rapoport
2017-02-23userfaultfd: shmem: add tlbflush.h header for microblazeAndrea Arcangeli
2017-02-23userfaultfd: shmem: introduce vma_is_shmemMike Rapoport