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
path: root/mm
AgeCommit message (Expand)Author
2018-10-31mm/gup_benchmark.c: prevent integer overflow in ioctlDan Carpenter
2018-10-31mm/hmm: invalidate device page table at start of invalidationJérôme Glisse
2018-10-31mm/hmm: use a structure for update callback parametersJérôme Glisse
2018-10-31mm/hmm: properly handle migration pmdJérôme Glisse
2018-10-31mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callbackRalph Campbell
2018-10-31mm/rmap: map_pte() was not handling private ZONE_DEVICE page properlyRalph Campbell
2018-10-31mm/hmm: fix utf8 ...Jérôme Glisse
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-27hugetlbfs: dirty pages as they are added to pagecacheMike Kravetz
2018-10-27mm: export add_swap_extent()Omar Sandoval
2018-10-27mm: split SWP_FILE into SWP_ACTIVATED and SWP_FSOmar Sandoval
2018-10-27mm: thp: relocate flush_cache_range() in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-27mm: thp: fix mmu_notifier in migrate_misplaced_transhuge_page()Andrea Arcangeli
2018-10-27mm: thp: fix MADV_DONTNEED vs migrate_misplaced_transhuge_page race conditionAndrea Arcangeli
2018-10-27mm/kasan/quarantine.c: make quarantine_lock a raw_spinlock_tClark Williams
2018-10-27mm/gup: cache dev_pagemap while pinning pagesKeith Busch
2018-10-27mm: return zero_resv_unavail optimizationPavel Tatashin
2018-10-27mm: zero remaining unavailable struct pagesNaoya Horiguchi
2018-10-27mm/gup_benchmark.c: add additional pinning methodsKeith Busch
2018-10-27mm/gup_benchmark.c: time put_page()Keith Busch
2018-10-27mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin
2018-10-27mm/page-writeback.c: fix range_cyclic writeback vs writepages deadlockDave Chinner
2018-10-27mm: move mirrored memory specific code outside of memmap_init_zonePavel Tatashin
2018-10-27mm: calculate deferred pages after skipping mirrored memoryPavel Tatashin
2018-10-27mm: make memmap_init a proper functionPavel Tatashin
2018-10-27mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai
2018-10-27mm/page_alloc.c: initialize num_movable in move_freepages()David Rientjes
2018-10-27mm/zsmalloc.c: fix fall-through annotationGustavo A. R. Silva
2018-10-27mm/vmstat.c: assert that vmstat_text is in sync with stat_items_sizeJann Horn
2018-10-27mm/memory.c: recheck page table entry with page table lock heldAneesh Kumar K.V
2018-10-27mm: brk: downgrade mmap_sem to read when shrinkingYang Shi
2018-10-27mm: mremap: downgrade mmap_sem to read when shrinkingYang Shi
2018-10-27mm/filemap.c: use vmf_error()Souptick Joarder
2018-10-27mm: remove unnecessary local variable addr in __get_user_pages_fast()Wei Yang
2018-10-27mm: defer ZONE_DEVICE page initialization to the point where we init pgmapAlexander Duyck
2018-10-27mm: create non-atomic version of SetPageReserved for init useAlexander Duyck
2018-10-27mm: provide kernel parameter to allow disabling page init poisoningAlexander Duyck
2018-10-27memcg: remove memcg_kmem_skip_accountShakeel Butt
2018-10-27mm/memory_hotplug.c: clean up node_states_check_changes_offline()Oscar Salvador
2018-10-27mm/memory_hotplug.c: simplify node_states_check_changes_onlineOscar Salvador
2018-10-27mm/memory_hotplug.c: tidy up node_states_clear_node()Oscar Salvador
2018-10-27mm/memory_hotplug.c: spare unnecessary calls to node_set_stateOscar Salvador
2018-10-27mm/filemap.c: Use existing variablehaiqing.shq
2018-10-27mm: unmap VM_PFNMAP mappings with optimized pathYang Shi
2018-10-27mm: unmap VM_HUGETLB mappings with optimized pathYang Shi
2018-10-27mm: mmap: zap pages with read mmap_sem in munmapYang Shi
2018-10-27vfree: add debug might_sleep()Andrey Ryabinin
2018-10-27mm/vmalloc.c: improve vfree() kerneldocAndrey Ryabinin
2018-10-27kvfree(): fix misleading commentAndrey Ryabinin
2018-10-27mm/mempolicy.c: use match_string() helper to simplify the codezhong jiang