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
2015-03-12mm: fix up numa read-only thread grouping logicLinus Torvalds
2015-02-17mm: allow page fault handlers to perform the COWMatthew Wilcox
2015-02-17mm: fix XIP fault vs truncate raceMatthew Wilcox
2015-02-13mm/memory.c: actually remap enough memoryGrazvydas Ignotas
2015-02-13mm: numa: add paranoid check around pte_protnone_numaMel Gorman
2015-02-13mm: numa: do not trap faults on the huge zero pageMel Gorman
2015-02-13mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman
2015-02-13mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-11mm: memory: merge shared-writable dirtying branches in do_wp_page()Johannes Weiner
2015-02-11mm: memory: remove ->vm_file check on shared writable vmasJohannes Weiner
2015-02-11mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov
2015-02-11mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov
2015-02-11mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov
2015-02-11Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2015-01-29vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds
2015-01-28mm: provide a find_special_page vma operationDavid Vrabel
2015-01-13mm: mmu_gather: use tlb->end != 0 only for TLB invalidationWill Deacon
2015-01-09mm: protect set_page_dirty() from ongoing truncationJohannes Weiner
2015-01-07mm: propagate error from stack expansion even for guard pageLinus Torvalds
2014-12-23Revert "mm/memory.c: share the i_mmap_rwsem"Kirill A. Shutemov
2014-12-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2014-12-19mm/memory.c:do_shared_fault(): add commentAndrew Morton
2014-12-18mm: replace ACCESS_ONCE with READ_ONCE or barriersChristian Borntraeger
2014-12-17mmu_gather: fix over-eager tlb_flush_mmu_free() callingLinus Torvalds
2014-12-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-12-13mm: export find_extend_vma() and handle_mm_fault() for driver useJesse Barnes
2014-12-13mm/memory.c: share the i_mmap_rwsemDavidlohr Bueso
2014-12-13mm: use new helper functions around the i_mmap_mutexDavidlohr Bueso
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-12-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2014-12-08Merge tag 'v3.18' into drm-nextDave Airlie
2014-12-03mm: fix swapoff hang after page migration and forkHugh Dickins
2014-11-17mmu_gather: move minimal range calculations into generic codeWill Deacon
2014-10-28zap_pte_range: update addr when forcing flush after TLB batching faiureWill Deacon
2014-10-27mm: introduce mm_forbids_zeropage functionDominik Dingel
2014-10-14mm: softdirty: enable write notifications on VMAs after VM_SOFTDIRTY clearedPeter Feiner
2014-09-26mm: softdirty: keep bit when zapping file ptePeter Feiner
2014-09-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-09-14mm: export symbol dependencies of is_zero_pfn()Ard Biesheuvel
2014-08-30x86,mm: fix pte_special versus pte_numaHugh Dickins
2014-08-09arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski
2014-08-09mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-09mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-07mm: change confusing #ifdef use in __access_remote_vmRik van Riel
2014-08-07mm: mark fault_around_bytes __read_mostlyKirill A. Shutemov
2014-08-07mm: close race between do_fault_around() and fault_around_bytes_set()Kirill A. Shutemov
2014-08-07mm: describe mmap_sem rules for __lock_page_or_retry() and callersPaul Cassella
2014-08-07mm/memory.c: don't forget to set softdirty on file mapped faultCyrill Gorcunov