summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-25spi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindings to YAMLNobuhiro Iwamatsu
2021-06-25gpio: AMD8111 and TQMX86 require HAS_IOPORT_MAPJohannes Berg
2021-06-24mailmap: add Marek's other e-mail address and identity without diacriticsMarek BehĂșn
2021-06-24MAINTAINERS: fix Marek's identity againMarek BehĂșn
2021-06-24mm/page_alloc: do bulk array bounds check after checking populated elementsMel Gorman
2021-06-24mm/page_alloc: __alloc_pages_bulk(): do bounds check before accessing arrayRasmus Villemoes
2021-06-24mm/hwpoison: do not lock page again when me_huge_page() successfully recoversNaoya Horiguchi
2021-06-24mm,hwpoison: return -EHWPOISON to denote that the page has already been poisonedAili Yao
2021-06-24mm/memory-failure: use a mutex to avoid memory_failure() racesTony Luck
2021-06-24mm, futex: fix shared futex pgoff on shmem huge pageHugh Dickins
2021-06-24kthread: prevent deadlock when kthread_mod_delayed_work() races with kthread_...Petr Mladek
2021-06-24kthread_worker: split code for canceling the delayed work timerPetr Mladek
2021-06-24mm/vmalloc: unbreak kasan vmalloc supportDaniel Axtens
2021-06-24KVM: s390: prepare for hugepage vmallocClaudio Imbrenda
2021-06-24mm/vmalloc: add vmalloc_no_hugeClaudio Imbrenda
2021-06-24nilfs2: fix memory leak in nilfs_sysfs_delete_device_groupPavel Skripkin
2021-06-24mm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()Hugh Dickins
2021-06-24mm/thp: fix page_vma_mapped_walk() if THP mapped by ptesHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): get vma_address_end() earlierHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use goto instead of while (1)Hugh Dickins
2021-06-24mm: page_vma_mapped_walk(): add a level of indentationHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): crossing page table boundaryHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): prettify PVMW_MIGRATION blockHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use pmde for *pvmw->pmdHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): settle PageHuge on entryHugh Dickins
2021-06-24mm: page_vma_mapped_walk(): use page for pvmw->pageHugh Dickins
2021-06-24ata: rb532_cf: remove redundant codesgushengxian
2021-06-24KVM: x86: rename apic_access_page_done to apic_access_memslot_enabledMaxim Levitsky
2021-06-24kvm: x86: disable the narrow guest module parameter on unloadAaron Lewis
2021-06-24selftests: kvm: Allows userspace to handle emulation errors.Aaron Lewis
2021-06-24kvm: x86: Allow userspace to handle emulation errorsAaron Lewis
2021-06-24KVM: x86/mmu: Let guest use GBPAGES if supported in hardware and TDP is onSean Christopherson
2021-06-24KVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shadow page faultSean Christopherson
2021-06-24KVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow page faultSean Christopherson
2021-06-24KVM: x86/mmu: Drop redundant rsvd bits reset for nested NPTSean Christopherson
2021-06-24KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logicSean Christopherson
2021-06-24KVM: x86: Enhance comments for MMU roles and nested transition trickinessSean Christopherson
2021-06-24KVM: x86/mmu: WARN on any reserved SPTE value when making a valid SPTESean Christopherson
2021-06-24KVM: x86/mmu: Add helpers to do full reserved SPTE checks w/ generic MMUSean Christopherson
2021-06-24KVM: x86/mmu: Use MMU's role to determine PTTYPESean Christopherson
2021-06-24KVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements for helpersSean Christopherson
2021-06-24KVM: x86/mmu: Add a helper to calculate root from role_regsSean Christopherson
2021-06-24KVM: x86/mmu: Add helper to update paging metadataSean Christopherson
2021-06-24KVM: x86/mmu: Don't update nested guest's paging bitmasks if CR0.PG=0Sean Christopherson
2021-06-24KVM: x86/mmu: Consolidate reset_rsvds_bits_mask() callsSean Christopherson
2021-06-24KVM: x86/mmu: Use MMU role_regs to get LA57, and drop vCPU LA57 helperSean Christopherson
2021-06-24KVM: x86/mmu: Get nested MMU's root level from the MMU's roleSean Christopherson
2021-06-24KVM: x86/mmu: Drop "nx" from MMU context now that there are no readersSean Christopherson
2021-06-24KVM: x86/mmu: Use MMU's role to get EFER.NX during MMU configurationSean Christopherson
2021-06-24KVM: x86/mmu: Use MMU's role/role_regs to compute context's metadataSean Christopherson