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-05-15mm: move buddy list manipulations into helpersDan Williams
2019-05-14mm: remove stale comment from page structTobin C. Harding
2019-04-06mm: fix vm_fault_t cast in VM_FAULT_GET_HINDEX()Jann Horn
2019-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds
2019-03-08mm: create the new vm_fault_t typeSouptick Joarder
2019-03-06mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-02-14mm: add dma_addr_t to struct pageJesper Dangaard Brouer
2019-02-07mm: make mm->pinned_vm an atomic64 counterDavidlohr Bueso
2018-12-15mm: introduce common STRUCT_PAGE_MAX_SHIFT defineLogan Gunthorpe
2018-09-14mm: get rid of vmacache_flush_all() entirelyLinus Torvalds
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-08-07powerpc/64s: Fix page table fragment refcount race vs speculative referencesNicholas Piggin
2018-07-17mm: Allocate the mm_cpumask (mm->cpu_bitmap[]) dynamically based on nr_cpu_idsRik van Riel
2018-06-08mm: add hmm_data to struct pageMatthew Wilcox
2018-06-08mm: add pt_mm to struct pageMatthew Wilcox
2018-06-08mm: improve struct page documentationMatthew Wilcox
2018-06-08mm: combine LRU and main union in struct pageMatthew Wilcox
2018-06-08mm: move lru union within struct pageMatthew Wilcox
2018-06-08mm: combine first three unions in struct pageMatthew Wilcox
2018-06-08mm: move _refcount out of struct page unionMatthew Wilcox
2018-06-08mm: move 'private' union within struct pageMatthew Wilcox
2018-06-08mm: switch s_mem and slab_cache in struct pageMatthew Wilcox
2018-06-08mm: split page_type out from _mapcountMatthew Wilcox
2018-06-08mm: change return type to vm_fault_tSouptick Joarder
2018-06-08mm: introduce arg_lock to protect arg_start|end and env_start|end in mm_structYang Shi
2018-04-06mm: change return type to vm_fault_tSouptick Joarder
2018-02-01mm: remove reference to PG_buddyMatthew Wilcox
2018-02-01mm: document how to use struct pageMatthew Wilcox
2018-02-01mm: store compound_dtor / compound_order as bytesMatthew Wilcox
2018-02-01mm: introduce _slub_counter_tMatthew Wilcox
2018-02-01mm: improve comment on page->mappingMatthew Wilcox
2018-02-01mm: remove misleading alignment claimsMatthew Wilcox
2018-02-01mm: de-indent struct pageMatthew Wilcox
2018-02-01mm: align struct page more aestheticallyMatthew Wilcox
2017-11-16kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)
2017-11-16mm: consolidate page table accountingKirill A. Shutemov
2017-11-16mm: introduce wrappers to access mm->nr_ptesKirill A. Shutemov
2017-11-16mm: account pud page tablesKirill A. Shutemov
2017-11-16mm: update comments for struct page.mappingChangbin Du
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-20membarrier: Provide register expedited private commandMathieu Desnoyers
2017-09-09mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse
2017-09-07mm, swap: VMA based swap readaheadHuang Ying
2017-08-25mm, locking/barriers: Clarify tlb_flush_pending() barriersPeter Zijlstra
2017-08-11Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar
2017-08-11mm: fix MADV_[FREE|DONTNEED] TLB flush miss problemMinchan Kim
2017-08-11mm: make tlb_flush_pending globalMinchan Kim
2017-08-11mm: refactor TLB gathering APIMinchan Kim
2017-08-11mm: migrate: fix barriers around tlb_flush_pendingNadav Amit
2017-08-11mm: migrate: prevent racy access to tlb_flush_pendingNadav Amit