linux-2.6-microblaze.git
2021-06-25 Mark BrownMerge remote-tracking branch 'spi/for-5.14' into spi...
2021-06-25 Mark BrownMerge remote-tracking branch 'spi/for-5.13' into spi...
2021-06-25 Mark BrownMerge remote-tracking branch 'spi/for-5.12' into spi...
2021-06-25 Vinod Koulspi: core: add dma_map_dev for dma device
2021-06-25 Nobuhiro Iwamatsuspi: convert Xilinx Zynq UltraScale+ MPSoC GQSPI bindin...
2021-06-25 Johannes Berggpio: AMD8111 and TQMX86 require HAS_IOPORT_MAP
2021-06-25 Marek Behúnmailmap: add Marek's other e-mail address and identity...
2021-06-25 Marek BehúnMAINTAINERS: fix Marek's identity again
2021-06-25 Mel Gormanmm/page_alloc: do bulk array bounds check after checkin...
2021-06-25 Rasmus Villemoesmm/page_alloc: __alloc_pages_bulk(): do bounds check...
2021-06-25 Naoya Horiguchimm/hwpoison: do not lock page again when me_huge_page...
2021-06-25 Aili Yaomm,hwpoison: return -EHWPOISON to denote that the page...
2021-06-25 Tony Luckmm/memory-failure: use a mutex to avoid memory_failure...
2021-06-25 Hugh Dickinsmm, futex: fix shared futex pgoff on shmem huge page
2021-06-25 Petr Mladekkthread: prevent deadlock when kthread_mod_delayed_work...
2021-06-25 Petr Mladekkthread_worker: split code for canceling the delayed...
2021-06-25 Daniel Axtensmm/vmalloc: unbreak kasan vmalloc support
2021-06-25 Claudio ImbrendaKVM: s390: prepare for hugepage vmalloc
2021-06-25 Claudio Imbrendamm/vmalloc: add vmalloc_no_huge
2021-06-25 Pavel Skripkinnilfs2: fix memory leak in nilfs_sysfs_delete_device_group
2021-06-25 Hugh Dickinsmm/thp: another PVMW_SYNC fix in page_vma_mapped_walk()
2021-06-25 Hugh Dickinsmm/thp: fix page_vma_mapped_walk() if THP mapped by...
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): get vma_address_end() earlier
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): use goto instead of while (1)
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): add a level of indentation
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): crossing page table boundary
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): prettify PVMW_MIGRATION...
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): use pmde for *pvmw->pmd
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): settle PageHuge on entry
2021-06-25 Hugh Dickinsmm: page_vma_mapped_walk(): use page for pvmw->page
2021-06-25 gushengxianata: rb532_cf: remove redundant codes
2021-06-24 Maxim LevitskyKVM: x86: rename apic_access_page_done to apic_access_m...
2021-06-24 Aaron Lewiskvm: x86: disable the narrow guest module parameter...
2021-06-24 Aaron Lewisselftests: kvm: Allows userspace to handle emulation...
2021-06-24 Aaron Lewiskvm: x86: Allow userspace to handle emulation errors
2021-06-24 Sean ChristophersonKVM: x86/mmu: Let guest use GBPAGES if supported in...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Get CR4.SMEP from MMU, not vCPU, in shado...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Get CR0.WP from MMU, not vCPU, in shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop redundant rsvd bits reset for nested NPT
2021-06-24 Sean ChristophersonKVM: x86/mmu: Optimize and clean up so called "last...
2021-06-24 Sean ChristophersonKVM: x86: Enhance comments for MMU roles and nested...
2021-06-24 Sean ChristophersonKVM: x86/mmu: WARN on any reserved SPTE value when...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add helpers to do full reserved SPTE...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to determine PTTYPE
2021-06-24 Sean ChristophersonKVM: x86/mmu: Collapse 32-bit PAE and 64-bit statements...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add a helper to calculate root from role_regs
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add helper to update paging metadata
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't update nested guest's paging bitmas...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Consolidate reset_rsvds_bits_mask() calls
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU role_regs to get LA57, and drop...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Get nested MMU's root level from the...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop "nx" from MMU context now that there...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to get EFER.NX during...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role/role_regs to compute conte...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to detect EFER.NX in guest...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's roles to compute last non-leaf...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to compute PKRU bitmask
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to compute permission...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop vCPU param from reserved bits calculator
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to get CR4.PSE for computi...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Don't grab CR4.PSE for calculating shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Always set new mmu_role immediately after...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Set CR4.PKE/LA57 in MMU role iff long...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Do not set paging-related bits in MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add accessors to query mmu_role bits
2021-06-24 Sean ChristophersonKVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role_regs, not vCPU state,...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Ignore CR0 and CR4 bits in nested EPT...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Consolidate misc updates into shadow_mmu_...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Add struct and helpers to retrieve MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Grab shadow root level from mmu_role...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Move nested NPT reserved bit calculation...
2021-06-24 Sean ChristophersonKVM: x86: Read and pass all CR0/CR4 role bits to shadow...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop smep_andnot_wp check from "uses...
2021-06-24 Sean ChristophersonKVM: nSVM: Add a comment to document why nNPT uses...
2021-06-24 Sean ChristophersonKVM: x86: Fix sizes used to pass around CR0, CR4, and...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Rename unsync helper and update related...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Drop the intermediate "transient" __kvm_s...
2021-06-24 Sean ChristophersonKVM: x86/mmu: comment on kvm_mmu_get_page's syncing...
2021-06-24 Sean ChristophersonKVM: x86/mmu: WARN and zap SP when sync'ing if MMU...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU role to check for matching guest...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Unconditionally zap unsync SPs when creat...
2021-06-24 Sean ChristophersonRevert "KVM: MMU: record maximum physical address width...
2021-06-24 Sean ChristophersonKVM: x86: Alert userspace that KVM_SET_CPUID{,2} after...
2021-06-24 Sean ChristophersonKVM: x86: Force all MMUs to reinitialize if guest CPUID...
2021-06-24 Sean ChristophersonRevert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Use MMU's role to detect CR4.SMEP value...
2021-06-24 Sean ChristophersonKVM: x86: Properly reset MMU context at vCPU RESET...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Treat NX as used (not reserved) for all...
2021-06-24 Sean ChristophersonKVM: x86/mmu: Remove broken WARN that fires on 32-bit...
2021-06-24 Jing ZhangKVM: debugfs: Reuse binary stats descriptors
2021-06-24 Jing ZhangKVM: selftests: Add selftest for KVM statistics data...
2021-06-24 Jing ZhangKVM: stats: Add documentation for binary statistics...
2021-06-24 Jing ZhangKVM: stats: Support binary stats retrieval for a VCPU
2021-06-24 Jing ZhangKVM: stats: Support binary stats retrieval for a VM
2021-06-24 Linus TorvaldsMerge tag 'drm-fixes-2021-06-25' of git://anongit.freed...
2021-06-24 Johan Hovoldi2c: robotfuzz-osif: fix control-request directions
2021-06-24 Dave AirlieMerge tag 'drm-misc-fixes-2021-06-24' of git://anongit...
2021-06-24 Andreas Hechti2c: dev: Add __user annotation
2021-06-24 Ilya Dryomovlibceph: set global_id as soon as we get an auth ticket
next