aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-05-05Merge tag 'pci-v5.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds88-1269/+2930
2021-05-05Merge tag 'pwm/for-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds67-395/+619
2021-05-05smc: disallow TCP_ULP in smc_setsockopt()Cong Wang1-1/+3
2021-05-05x86/cpu: Remove write_tsc() and write_rdtscp_aux() wrappersSean Christopherson2-5/+1
2021-05-05x86/cpu: Initialize MSR_TSC_AUX if RDTSCP *or* RDPID is supportedSean Christopherson1-1/+1
2021-05-05x86/resctrl: Fix init const confusionAndi Kleen1-1/+1
2021-05-05x86: Delete UD0, UD1 tracesAlexey Dobriyan1-9/+0
2021-05-05x86/smpboot: Remove duplicate includesWan Jiabing1-3/+0
2021-05-05net: fix nla_strcmp to handle more then one trailing null characterMaciej Żenczykowski1-1/+1
2021-05-05Merge tag 'thermal-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds38-446/+863
2021-05-05net:CXGB4: fix leak if sk_buff is not usedÍñigo Huguet1-7/+9
2021-05-05Fix spelling error from "eleminate" to "eliminate"Sean Gloumeau1-1/+1
2021-05-05ethtool: fix missing NLM_F_MULTI flag when dumpingFernando Fernandez Mancera1-1/+2
2021-05-05Merge tag 'gpio-updates-for-v5.13-v2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds33-350/+1068
2021-05-05Merge tag 'char-misc-5.13-rc1-round2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-27/+18
2021-05-05Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...Linus Torvalds2-548/+772
2021-05-05Merge tag 'ktest-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds3-281/+433
2021-05-05Merge tag 'safesetid-5.13' of git://github.com/micah-morton/linuxLinus Torvalds1-3/+0
2021-05-05kfence: use power-efficient work queue to run delayed workMarco Elver1-2/+3
2021-05-05kfence: maximize allocation wait timeout durationMarco Elver1-1/+11
2021-05-05kfence: await for allocation using wait_eventMarco Elver2-16/+30
2021-05-05kfence: zero guard page after out-of-bounds accessMarco Elver1-0/+1
2021-05-05mm/process_vm_access.c: remove duplicate includeZhang Yunkai1-1/+0
2021-05-05mm/mempool: minor coding style tweaksZhiyuan Dai14-23/+27
2021-05-05mm/highmem.c: fix coding style issuesongqiang1-6/+5
2021-05-05btrfs: use memzero_page() instead of open coded kmap patternIra Weiny6-58/+18
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny2-7/+8
2021-05-05mm/zsmalloc: use BUG_ON instead of if condition followed by BUG.zhouchuangao1-4/+2
2021-05-05mm/zswap.c: switch from strlcpy to strscpyZhiyuan Dai1-1/+1
2021-05-05arm64/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador1-0/+3
2021-05-05x86/Kconfig: introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLEOscar Salvador1-0/+3
2021-05-05mm,memory_hotplug: add kernel boot option to enable memmap_on_memoryOscar Salvador3-2/+30
2021-05-05acpi,memhotplug: enable MHP_MEMMAP_ON_MEMORY when supportedOscar Salvador1-1/+4
2021-05-05mm,memory_hotplug: allocate memmap from the added memory rangeOscar Salvador8-22/+250
2021-05-05mm,memory_hotplug: factor out adjusting present pages into adjust_present_pag...David Hildenbrand1-10/+12
2021-05-05mm,memory_hotplug: relax fully spanned sections checkOscar Salvador1-4/+18
2021-05-05drivers/base/memory: introduce memory_block_{online,offline}Oscar Salvador1-12/+21
2021-05-05mm/memory_hotplug: remove broken locking of zone PCP structures during hot re...Mel Gorman1-4/+0
2021-05-05selftests/vm: gup_test: test faulting in kernel, and verify pinnable pagesPavel Tatashin2-4/+25
2021-05-05selftests/vm: gup_test: fix test flagPavel Tatashin3-18/+23
2021-05-05mm/gup: longterm pin migration cleanupPavel Tatashin1-56/+37
2021-05-05mm/gup: change index type to long as it counts pagesPavel Tatashin1-1/+1
2021-05-05memory-hotplug.rst: add a note about ZONE_MOVABLE and page pinningPavel Tatashin1-0/+9
2021-05-05mm/gup: migrate pinned pages out of movable zonePavel Tatashin4-36/+44
2021-05-05mm/gup: do not migrate zero pagePavel Tatashin3-1/+18
2021-05-05mm: honor PF_MEMALLOC_PIN for all movable pagesPavel Tatashin4-13/+33
2021-05-05mm: apply per-task gfp constraints in fast pathPavel Tatashin1-7/+8
2021-05-05mm cma: rename PF_MEMALLOC_NOCMA to PF_MEMALLOC_PINPavel Tatashin5-23/+12
2021-05-05mm/gup: check for isolation errorsPavel Tatashin1-26/+34
2021-05-05mm/gup: return an error on migration failurePavel Tatashin1-10/+7
2021-05-05mm/gup: check every subpage of a compound page during isolationPavel Tatashin1-12/+7
2021-05-05mm/gup: don't pin migrated cma pages in movable zonePavel Tatashin1-1/+1
2021-05-05mm/util.c: fix typoBhaskar Chowdhury1-1/+1
2021-05-05mm/util.c: reduce mem_dump_obj() object sizeJoe Perches1-10/+14
2021-05-05mm: drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGEAnshuman Khandual2-8/+2
2021-05-05mm: drop redundant ARCH_ENABLE_SPLIT_PMD_PTLOCKAnshuman Khandual4-14/+4
2021-05-05mm: drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATIONAnshuman Khandual3-20/+5
2021-05-05mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual8-40/+18
2021-05-05mm: generalize SYS_SUPPORTS_HUGETLBFS (rename as ARCH_SUPPORTS_HUGETLBFS)Anshuman Khandual9-31/+13
2021-05-05mm: generalize ARCH_HAS_CACHE_LINE_SIZEAnshuman Khandual4-9/+6
2021-05-05mm/mmap.c: don't unlock VMAs in remap_file_pages()Liam Howlett1-17/+1
2021-05-05x86/mm: track linear mapping split eventsSaravanan D3-0/+16
2021-05-05mm: /proc/sys/vm/stat_refresh stop checking monotonic numa statsHugh Dickins1-9/+0
2021-05-05mm: /proc/sys/vm/stat_refresh skip checking known negative statsHugh Dickins1-0/+15
2021-05-05mm: no more EINVAL from /proc/sys/vm/stat_refreshHugh Dickins1-5/+0
2021-05-05mm: restore node stat checking in /proc/sys/vm/stat_refreshHugh Dickins1-0/+8
2021-05-05mm/ksm: remove unused parameter from remove_trailing_rmap_items()Chengyang Fan1-4/+3
2021-05-05ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin1-0/+1
2021-05-05ksm: remove dedicated macro KSM_FLAG_MASKMiaohe Lin1-3/+1
2021-05-05ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()Miaohe Lin1-2/+1
2021-05-05ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()Miaohe Lin1-2/+0
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim5-25/+26
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim2-14/+21
2021-05-05mm: cma: support sysfsMinchan Kim6-2/+174
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark4-1/+69
2021-05-05mm: cma: use pr_err_ratelimited for CMA warningBaolin Wang1-2/+2
2021-05-05mm: vmstat: add cma statisticsMinchan Kim3-3/+17
2021-05-05Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin1-16/+2
2021-05-05mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...Miaohe Lin1-17/+11
2021-05-05mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-05mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin1-1/+1
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin2-7/+1
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim3-7/+38
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim5-40/+10
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim7-14/+86
2021-05-05mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy2-0/+10
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar3-5/+1
2021-05-05mm: vmscan: shrink deferred objects proportional to priorityYang Shi1-35/+11
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi3-0/+26
2021-05-05mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkersYang Shi1-15/+16
2021-05-05mm: vmscan: use per memcg nr_deferred of shrinkerYang Shi1-12/+66
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi2-21/+46
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi2-28/+19
2021-05-05mm: vmscan: add shrinker_info_protected() helperYang Shi1-3/+9
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi3-36/+36
2021-05-05mm: vmscan: use kvfree_rcu instead of call_rcuYang Shi1-6/+1
2021-05-05mm: vmscan: remove memcg_shrinker_map_sizeYang Shi1-9/+11
2021-05-05mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocationYang Shi1-10/+8
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi5-141/+142
2021-05-05mm: vmscan: use nid from shrink_control for tracepointYang Shi1-1/+1
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen3-2/+9
2021-05-05mm/vmscan: move RECLAIM* bits to uapi headerDave Hansen2-8/+7
2021-05-05userfaultfd/selftests: add test exercising minor fault handlingAxel Rasmussen1-6/+158
2021-05-05userfaultfd: update documentation to describe minor fault handlingAxel Rasmussen1-41/+66
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen6-30/+156
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen2-0/+6
2021-05-05userfaultfd: disable huge PMD sharing for MINOR registered VMAsAxel Rasmussen1-3/+10
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen10-62/+150
2021-05-05mm,page_alloc: drop unnecessary checks from pfn_range_valid_contigOscar Salvador1-6/+0
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador4-10/+34
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador3-3/+152
2021-05-05mm,hugetlb: split prep_new_huge_page functionalityOscar Salvador1-3/+17
2021-05-05mm,hugetlb: drop clearing of flag from prep_new_huge_pageOscar Salvador1-1/+0
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador3-33/+36
2021-05-05mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_rangeOscar Salvador1-1/+8
2021-05-05hugetlb: add lockdep_assert_held() calls for hugetlb_lockMike Kravetz1-0/+9
2021-05-05hugetlb: make free_huge_page irq safeMike Kravetz2-110/+67
2021-05-05hugetlb: change free_pool_huge_page to remove_pool_huge_pageMike Kravetz1-42/+51
2021-05-05hugetlb: call update_and_free_page without hugetlb_lockMike Kravetz1-5/+26
2021-05-05hugetlb: create remove_hugetlb_page() to separate functionalityMike Kravetz1-25/+40
2021-05-05hugetlb: add per-hstate mutex to synchronize user adjustmentsMike Kravetz2-0/+9
2021-05-05hugetlb: no need to drop hugetlb_lock to call cma_releaseMike Kravetz1-6/+0
2021-05-05mm/cma: change cma mutex to irq safe spinlockMike Kravetz3-14/+14
2021-05-05mm/hugetlb: remove unused variable pseudo_vma in remove_inode_hugepages()Miaohe Lin1-3/+0
2021-05-05mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin1-2/+9
2021-05-05mm/hugeltb: clarify (chg - freed) won't go negative in hugetlb_unreserve_pages()Miaohe Lin1-0/+3
2021-05-05mm/hugeltb: simplify the return code of __vma_reservation_common()Miaohe Lin1-21/+20
2021-05-05mm/hugeltb: remove redundant VM_BUG_ON() in region_add()Miaohe Lin1-1/+0
2021-05-05mm: huge_memory: debugfs for file-backed THP splitZi Yan2-6/+166
2021-05-05mm: huge_memory: a new debugfs interface for splitting THP testsZi Yan4-8/+467
2021-05-05khugepaged: remove meaningless !pte_present() check in khugepaged_scan_pmd()Miaohe Lin1-4/+0
2021-05-05khugepaged: remove unnecessary out label in collapse_huge_page()Miaohe Lin1-5/+3
2021-05-05khugepaged: use helper function range_in_vma() in collapse_pte_mapped_thp()Miaohe Lin1-1/+1
2021-05-05mm/khugepaged.c: replace barrier() with READ_ONCE() for a selective variableYanfei Xu1-3/+1
2021-05-05mm/huge_memory.c: use helper function migration_entry_to_page()Miaohe Lin1-2/+2
2021-05-05mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAGMiaohe Lin1-3/+0
2021-05-05mm/huge_memory.c: remove redundant PageCompound() checkMiaohe Lin1-1/+1
2021-05-05mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightlyMiaohe Lin1-6/+5
2021-05-05mm/huge_memory.c: make get_huge_zero_page() return boolMiaohe Lin1-4/+4
2021-05-05mm/huge_memory.c: rework the function vma_adjust_trans_huge()Miaohe Lin1-25/+19
2021-05-05mm/huge_memory.c: remove unnecessary local variable ret2Miaohe Lin1-5/+3
2021-05-05khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2021-05-05khugepaged: use helper khugepaged_test_exit() in __khugepaged_enter()Miaohe Lin1-1/+1
2021-05-05khugepaged: reuse the smp_wmb() inside __SetPageUptodate()Miaohe Lin1-7/+6
2021-05-05khugepaged: remove unneeded return value of khugepaged_collapse_pte_mapped_th...Miaohe Lin1-6/+4
2021-05-05mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op caseMiaohe Lin1-2/+2
2021-05-05mm/hugetlb: simplify the code when alloc_huge_page() failed in hugetlb_no_page()Miaohe Lin1-6/+3
2021-05-05mm/hugetlb_cgroup: remove unnecessary VM_BUG_ON_PAGE in hugetlb_cgroup_migrate()Miaohe Lin1-1/+0
2021-05-05mm/hugetlb: optimize the surplus state transfer code in move_hugetlb_state()Miaohe Lin1-0/+6
2021-05-05mm/hugetlb: use some helper functions to cleanup codeMiaohe Lin2-4/+4
2021-05-05mm: generalize HUGETLB_PAGE_SIZE_VARIABLEAnshuman Khandual3-10/+9
2021-05-05mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()Miaohe Lin1-1/+1
2021-05-05hugetlb/userfaultfd: unshare all pmds for hugetlbfs when register wpPeter Xu3-0/+58
2021-05-05mm/hugetlb: move flush_hugetlb_tlb_range() into hugetlb.hPeter Xu2-8/+8
2021-05-05hugetlb/userfaultfd: forbid huge pmd sharing when uffd enabledPeter Xu4-8/+28
2021-05-05hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu11-20/+24
2021-05-05mm: remove nrexceptional from inode: remove BUG_ONHugh Dickins1-1/+8
2021-05-05mm: remove nrexceptional from inodeMatthew Wilcox (Oracle)2-3/+1
2021-05-05dax: account DAX entries as nrpagesMatthew Wilcox (Oracle)2-6/+3
2021-05-05mm: stop accounting shadow entriesMatthew Wilcox (Oracle)4-19/+0
2021-05-05mm: introduce and use mapping_empty()Matthew Wilcox (Oracle)5-19/+11
2021-05-05arm64: Fix the documented event stream frequencyCatalin Marinas1-1/+1
2021-05-06kbuild: Don't remove link-vmlinux temporary files on exit/signalAndi Kleen1-14/+0
2021-05-06kbuild: remove the unneeded comments for external module buildsMasahiro Yamada1-11/+1
2021-05-06kbuild: make distclean remove tag files in sub-directoriesMasahiro Yamada1-7/+2
2021-05-06kbuild: make distclean work against $(objtree) instead of $(srctree)Masahiro Yamada1-1/+1
2021-05-06kbuild: refactor modname-multi by using suffix-searchMasahiro Yamada1-1/+1
2021-05-06kbuild: refactor fdtoverlay ruleMasahiro Yamada2-19/+16
2021-05-06kbuild: parameterize the .o part of suffix-searchMasahiro Yamada1-8/+11
2021-05-05arm64: entry: always set GIC_PRIO_PSR_I_SET during entryMark Rutland3-30/+5
2021-05-06arch: use cross_compiling to check whether it is a cross build or notMasahiro Yamada5-9/+5
2021-05-05ARM: footbridge: remove personal server platformRussell King5-107/+0
2021-05-05docs: vfio: fix typoAlyssa Ross1-1/+1
2021-05-05vfio/pci: Revert nvlink removal uAPI breakageAlex Williamson1-4/+42
2021-05-05netfilter: nfnetlink: add a missing rcu_read_unlock()Eric Dumazet1-0/+1
2021-05-05ftrace: Handle commands when closing set_ftrace_filter fileSteven Rostedt (VMware)1-1/+4
2021-05-05Merge tag 'nvme-5.13-2021-05-05' of git://git.infradead.org/nvme into block-5.13Jens Axboe12-134/+143
2021-05-06KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacksNicholas Piggin3-17/+36
2021-05-05dt-bindings: gpio: add YAML description for rockchip,gpio-bankJohan Jonker2-57/+83
2021-05-05gpio: mxs: remove useless functionJiapeng Chong1-5/+0
2021-05-05dt-bindings: gpio: fairchild,74hc595: Convert to json-schemaGeert Uytterhoeven2-27/+77
2021-05-05gpio: it87: remove unused codeJiapeng Chong1-8/+0
2021-05-05gpio: 104-dio-48e: Fix coding style issuesBarney Goette1-25/+25
2021-05-05gpio: mpc8xxx: Add ACPI supportRan Wang1-14/+33
2021-05-05gpio: ich: Switch to be dependent on LPC_ICHAndy Shevchenko2-5/+2
2021-05-05gpio: sch: Drop MFD_CORE selectionAndy Shevchenko1-1/+0
2021-05-05gpio: sch: depends on LPC_SCHRandy Dunlap1-1/+1
2021-05-05gpiolib: acpi: Add quirk to ignore EC wakeups on Dell Venue 10 Pro 5055Hans de Goede1-0/+14
2021-05-05gpio: sch: Hook into ACPI GPE handler to catch GPIO edge eventsAndy Shevchenko2-1/+83
2021-05-05gpio: sch: Add edge event supportJan Kiszka2-8/+109
2021-05-05gpio: aggregator: Replace custom get_arg() with a generic next_arg()Andy Shevchenko1-34/+5
2021-05-05lib/cmdline: Export next_arg() for being used in modulesAndy Shevchenko1-0/+1
2021-05-05gpio: omap: Use device_get_match_data() helperTian Tao1-3/+2
2021-05-05gpio: Add Realtek Otto GPIO supportSander Vanheule3-0/+339
2021-05-05dt-bindings: gpio: Binding for Realtek Otto GPIOSander Vanheule1-0/+78
2021-05-05docs: kernel-parameters: Add gpio_mockup_named_linesAlexander Dahl1-0/+2
2021-05-05docs: kernel-parameters: Move gpio-mockup for alphabetic orderAlexander Dahl1-4/+4
2021-05-05lib: bitmap: provide devm_bitmap_alloc() and devm_bitmap_zalloc()Bartosz Golaszewski2-0/+41
2021-05-05lib: bitmap: order includes alphabeticallyBartosz Golaszewski2-6/+7
2021-05-05lib: bitmap: remove the 'extern' keyword from function declarationsBartosz Golaszewski1-58/+57