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
2020-06-18libata: Use per port sync for detachKai-Heng Feng
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04include/linux/memblock.h: fix minor typo and unclear commentchenqiwu
2020-06-04mm: vmscan: reclaim writepage is IO costJohannes Weiner
2020-06-04mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner
2020-06-04mm: balance LRU lists based on relative thrashingJohannes Weiner
2020-06-04mm: base LRU balancing on an explicit cost modelJohannes Weiner
2020-06-04mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()Johannes Weiner
2020-06-04mm: keep separate anon and file statistics on page reclaim activityJohannes Weiner
2020-06-04mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-04mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner
2020-06-04mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner
2020-06-04mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() APIJohannes Weiner
2020-06-04mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner
2020-06-04mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-04mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner
2020-06-04mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner
2020-06-04mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner
2020-06-04mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner
2020-06-04mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-04mm/vmscan: count layzfree pages and fix nr_isolated_* mismatchJaewon Kim
2020-06-04mm: simplify calling a compound page destructorMatthew Wilcox (Oracle)
2020-06-04mm/hugetlb: define a generic fallback for arch_clear_hugepage_flags()Anshuman Khandual
2020-06-04mm/hugetlb: define a generic fallback for is_hugepage_only_range()Anshuman Khandual
2020-06-04hugetlbfs: move hugepagesz= parsing to arch independent codeMike Kravetz
2020-06-04hugetlbfs: add arch_hugetlb_valid_sizeMike Kravetz
2020-06-04mm: make deferred init's max threads arch-specificDaniel Jordan
2020-06-04padata: add basic support for multithreaded jobsDaniel Jordan
2020-06-04padata: allocate work structures for parallel jobs from a poolDaniel Jordan
2020-06-04padata: initialize earlierDaniel Jordan
2020-06-04mm: initialize deferred pages with interrupts enabledPavel Tatashin
2020-06-04mm/page_alloc: restrict and formalize compound_page_dtors[]Anshuman Khandual
2020-06-04mm: rename gfpflags_to_migratetype to gfp_migratetype for same conventionWei Yang
2020-06-04mm/page_alloc: integrate classzone_idx and high_zoneidxJoonsoo Kim
2020-06-04mm/page_alloc.c: remove unused free_bootmem_with_active_regionsBaoquan He
2020-06-04mm: rename free_area_init_node() to free_area_init_memoryless_node()Mike Rapoport
2020-06-04mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport
2020-06-04mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport
2020-06-04mm: remove CONFIG_HAVE_MEMBLOCK_NODE_MAP optionMike Rapoport
2020-06-04mm: make early_pfn_to_nid() and related defintions close to each otherMike Rapoport
2020-06-04mm: clarify __GFP_MEMALLOC usageMichal Hocko
2020-06-04string.h: fix incompatibility between FORTIFY_SOURCE and KASANDaniel Axtens
2020-06-04mm/gup: introduce pin_user_pages_fast_only()John Hubbard
2020-06-04mm/gup: refactor and de-duplicate gup_fast() codeJohn Hubbard
2020-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-04Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-06-04Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-06-04Merge tag 'kgdb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Linus Torvalds