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
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
2017-02-23userfaultfd: shmem: add shmem_mcopy_atomic_pte for userfaultfd supportMike Rapoport
2017-02-23tmpfs: change shmem_mapping() to test shmem_aopsHugh Dickins
2017-02-04shmem: fix sleeping from atomic contextKirill A. Shutemov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-18Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds
2016-12-15radix-tree: delete radix_tree_locate_item()Matthew Wilcox
2016-12-15radix-tree: improve multiorder iteratorsMatthew Wilcox
2016-12-13lib: radix-tree: update callback for changing leaf nodesJohannes Weiner
2016-12-13lib: radix-tree: native accounting of exceptional entriesJohannes Weiner
2016-12-13shmem: fix compilation warnings on unused functionsJérémy Lefaure
2016-12-13shmem: avoid maybe-uninitialized warningArnd Bergmann
2016-12-09vfs: remove ".readlink = generic_readlink" assignmentsMiklos Szeredi
2016-12-06shmem: fix shm fallocate() list corruptionLinus Torvalds
2016-11-11shmem: fix pageflags after swapping DMA32 objectHugh Dickins
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-11Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro
2016-10-11Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2016-10-10Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro
2016-10-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-08vfs: Remove {get,set,remove}xattr inode operationsAndreas Gruenbacher
2016-10-08mm/shmem.c: constify anon_opsRasmus Villemoes
2016-10-06switch generic_file_splice_read() to use of ->read_iter()Al Viro
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-09-27fs: rename "rename2" i_op to "rename"Miklos Szeredi
2016-09-24huge tmpfs: fix Committed_AS leakHugh Dickins
2016-09-24shmem: fix tmpfs to handle the huge= option properlyToshi Kani
2016-09-22fs: Give dentry to inode_change_ok() instead of inodeJan Kara
2016-08-11thp: move shmem_huge_enabled() outside of SYSFS ifdefArnd Bergmann
2016-08-04shmem: Fix link error if huge pages support is disabledGeert Uytterhoeven
2016-07-29mm: move most file-based accounting to the nodeMel Gorman
2016-07-27shmem: split huge pages beyond i_size under memory pressureKirill A. Shutemov
2016-07-27thp: introduce CONFIG_TRANSPARENT_HUGE_PAGECACHEKirill A. Shutemov
2016-07-27khugepaged: add support of collapse for tmpfs/shmem pagesKirill A. Shutemov
2016-07-27shmem: make shmem_inode_info::lock irq-safeKirill A. Shutemov
2016-07-27shmem, thp: respect MADV_{NO,}HUGEPAGE for file mappingsKirill A. Shutemov
2016-07-27shmem: add huge pages supportKirill A. Shutemov
2016-07-27shmem: get_unmapped_area align huge pageHugh Dickins
2016-07-27shmem: prepare huge= mount option and sysfs knobKirill A. Shutemov