linux-2.6-microblaze.git
2020-10-16 Randy Dunlaplib: bitmap: delete duplicated words
2020-10-16 Jarkko SakkinenMAINTAINERS: jarkko.sakkinen@linux.intel.com -> jarkko@
2020-10-16 Joe Perchesget_maintainer: exclude MAINTAINERS file(s) from -...
2020-10-16 Joe Perchesget_maintainer: add test for file in VCS
2020-10-16 Randy Dunlapkernel: acct.c: fix some kernel-doc nits
2020-10-16 Randy Dunlapkernel/: fix repeated words in comments
2020-10-16 Liao Pingfangkernel/sys.c: replace do_brk with do_brk_flags in comme...
2020-10-16 Andy Shevchenkokernel.h: split out min()/max() et al. helpers
2020-10-16 Randy Dunlapfs: configfs: delete repeated words in comments
2020-10-16 Matthew Wilcox... mm: rename page_order() to buddy_order()
2020-10-16 Mike Rapoportinclude/linux/mmzone.h: remove unused early_pfn_valid()
2020-10-16 Miaohe Linmm: use helper function put_write_access()
2020-10-16 Xiaofei Tanmm/workingset.c: fix some doc warnings
2020-10-16 Chen Taomm: fix some comments formatting
2020-10-16 Miaohe Linmm: fix some broken comments
2020-10-16 Yu Zhaomm: use self-explanatory macros rather than "2"
2020-10-16 Ira Weinymm/highmem.c: clean up endif comments
2020-10-16 Wei Yangmm/page_reporting.c: drop stale list head check in...
2020-10-16 YueHaibingmm/slab.h: remove duplicate include
2020-10-16 Douglas Andersonzram: failing to decompress is WARN_ON worthy
2020-10-16 David Hildenbrandmm/memory_hotplug: update comment regarding zone shuffling
2020-10-16 David Hildenbrandmm/page_alloc: place pages to tail in __free_pages_core()
2020-10-16 David Hildenbrandmm/page_alloc: move pages to tail in move_to_free_list()
2020-10-16 David Hildenbrandmm/page_alloc: place pages to tail in __putback_isolate...
2020-10-16 David Hildenbrandmm/page_alloc: convert "report" flag of __free_one_page...
2020-10-16 Laurent Dufourmm: don't panic when links can't be created in sysfs
2020-10-16 David Hildenbrandkernel/resource: make iomem_resource implicit in releas...
2020-10-16 David Hildenbrandhv_balloon: try to merge system ram resources
2020-10-16 David Hildenbrandxen/balloon: try to merge system ram resources
2020-10-16 David Hildenbrandvirtio-mem: try to merge system ram resources
2020-10-16 David Hildenbrandmm/memory_hotplug: MEMHP_MERGE_RESOURCE to specify...
2020-10-16 David Hildenbrandmm/memory_hotplug: prepare passing flags to add_memory...
2020-10-16 David Hildenbrandmm/memory_hotplug: guard more declarations by CONFIG_ME...
2020-10-16 David Hildenbrandkernel/resource: move and rename IORESOURCE_MEM_DRIVER_...
2020-10-16 David Hildenbrandkernel/resource: make release_mem_region_adjustable...
2020-10-16 David Hildenbrandmm/memory_hotplug: mark pageblocks MIGRATE_ISOLATE...
2020-10-16 David Hildenbrandmm: pass migratetype into memmap_init_zone() and move_p...
2020-10-16 David Hildenbrandmm/page_alloc: drop stale pageblock comment in memmap_i...
2020-10-16 David Hildenbrandmm/memory_hotplug: simplify page onlining
2020-10-16 David Hildenbrandmm/page_isolation: simplify return value of start_isola...
2020-10-16 David Hildenbrandmm/memory_hotplug: drop nr_isolate_pageblock in offline...
2020-10-16 David Hildenbrandmm/page_alloc: simplify __offline_isolated_pages()
2020-10-16 David Hildenbrandmm/memory_hotplug: simplify page offlining
2020-10-16 David Hildenbrandmm/memory_hotplug: enforce section granularity when...
2020-10-16 David Hildenbrandmm/memory_hotplug: inline __offline_pages() into offlin...
2020-10-16 Jann Hornmm/mmu_notifier: fix mmget() assert in __mmu_interval_n...
2020-10-16 Bartosz Golaszewskimm/util.c: update the kerneldoc for kstrdup_const()
2020-10-16 Miaohe Linmm/vmstat.c: use helper macro abs()
2020-10-16 Mateusz Nosekmm/page_poison.c: replace bool variable with static key
2020-10-16 Oscar Salvadormm,hwpoison: try to narrow window race for free pages
2020-10-16 Naoya Horiguchimm,hwpoison: double-check page count in __get_any_page()
2020-10-16 Naoya Horiguchimm,hwpoison: introduce MF_MSG_UNSPLIT_THP
2020-10-16 Oscar Salvadormm,hwpoison: return 0 if the page is already poisoned...
2020-10-16 Oscar Salvadormm,hwpoison: refactor soft_offline_huge_page and __soft...
2020-10-16 Oscar Salvadormm,hwpoison: rework soft offline for in-use pages
2020-10-16 Oscar Salvadormm,hwpoison: rework soft offline for free pages
2020-10-16 Oscar Salvadormm,hwpoison: unify THP handling for hard and soft offline
2020-10-16 Oscar Salvadormm,hwpoison: kill put_hwpoison_page
2020-10-16 Oscar Salvadormm,hwpoison: refactor madvise_inject_error
2020-10-16 Oscar Salvadormm,hwpoison: unexport get_hwpoison_page and make it...
2020-10-16 Naoya Horiguchimm,hwpoison-inject: don't pin for hwpoison_filter
2020-10-16 Naoya Horiguchimm, hwpoison: remove recalculating hpage
2020-10-16 Naoya Horiguchimm,hwpoison: cleanup unused PageHuge() check
2020-10-16 David Howellsmm/readahead: pass a file_ra_state into force_page_cache_ra
2020-10-16 David Howellsmm/filemap: fold ra_submit into do_sync_mmap_readahead
2020-10-16 Matthew Wilcox... mm/readahead: add page_cache_sync_ra and page_cache_asy...
2020-10-16 David Howellsmm/readahead: pass readahead_control to force_page_cache_ra
2020-10-16 David Howellsmm/readahead: make ondemand_readahead take a readahead_...
2020-10-16 Matthew Wilcox... mm/readahead: make do_page_cache_ra take a readahead_co...
2020-10-16 Matthew Wilcox... mm/readahead: make page_cache_ra_unbounded take a reada...
2020-10-16 Matthew Wilcox... mm/readahead: add DEFINE_READAHEAD
2020-10-16 Huang Yingmm: fix a race during THP splitting
2020-10-16 Matthew Wilcox... fs: do not update nr_thps for mappings which support...
2020-10-16 Matthew Wilcox... fs: add a filesystem flag for THPs
2020-10-16 Matthew Wilcox... mm/vmscan: allow arbitrary sized pages to be paged out
2020-10-16 Matthew Wilcox... mm/page-writeback: support tail pages in wait_for_stabl...
2020-10-16 Matthew Wilcox... mm/truncate: fix truncation for pages of arbitrary...
2020-10-16 Matthew Wilcox... mm/rmap: fix assumptions of THP size
2020-10-16 Matthew Wilcox... mm/huge_memory: fix can_split_huge_page assumption...
2020-10-16 Matthew Wilcox... mm/huge_memory: fix page_trans_huge_mapcount assumption...
2020-10-16 Kirill A. Shutemovmm/huge_memory: fix split assumption of page size
2020-10-16 Kirill A. Shutemovmm/huge_memory: fix total_mapcount assumption of page...
2020-10-16 Matthew Wilcox... mm/page_owner: change split_page_owner to take a count
2020-10-16 Matthew Wilcox... mm/memory: remove page fault assumption of compound...
2020-10-16 Matthew Wilcox... mm/filemap: fix page cache removal for arbitrary sized...
2020-10-16 Matthew Wilcox... mm/filemap: fix storing to a THP shadow entry
2020-10-16 Matthew Wilcox... XArray: add xas_split
2020-10-16 Matthew Wilcox... XArray: add xa_get_order
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable: avoid doing memory allocation...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable: avoid none pte in pte_clear_test
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/hugetlb: disable hugetlb test on...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/thp: use page table depost/withdraw...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/locks: take correct page table...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/locks: move non page table modifyin...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/savedwrite: enable savedwrite test...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtables/hugevmap: use the arch helper...
2020-10-16 Aneesh Kumar K.Vmm/debug_vm_pgtable/ppc64: avoid setting top bits in...
2020-10-16 Aneesh Kumar K.Vpowerpc/mm: move setting pte specific flags to pfn_pte
next