Linux KVM
[Prev Page][Next Page]
- [PATCH 01/12] s390/vfio-ap: No need to check the 'E' and 'I' bits in APQSW after TAPQ, (continued)
- [PATCH 01/12] s390/vfio-ap: No need to check the 'E' and 'I' bits in APQSW after TAPQ,
Tony Krowiak
- [PATCH 02/12] s390/vfio-ap: clean up irq resources if possible,
Tony Krowiak
- [PATCH 03/12] s390/vfio-ap: wait for response code 05 to clear on queue reset,
Tony Krowiak
- [PATCH 05/12] s390/vfio-ap: remove upper limit on wait for queue reset to complete,
Tony Krowiak
- [PATCH 04/12] s390/vfio-ap: allow deconfigured queue to be passed through to a guest,
Tony Krowiak
- [PATCH 07/12] s390/vfio-ap: use work struct to verify queue reset,
Tony Krowiak
- [PATCH 06/12] s390/vfio-ap: store entire AP queue status word with the queue object,
Tony Krowiak
- [PATCH 09/12] s390/vfio-ap: check for TAPQ response codes 0x35 and 0x36,
Tony Krowiak
- [PATCH 08/12] s390/vfio-ap: handle queue state change in progress on reset,
Tony Krowiak
- [PATCH 11/12] kvm: s390: export kvm_s390_pv*_is_protected functions,
Tony Krowiak
- [PATCH 10/12] s390/uv: export uv_pin_shared for direct usage,
Tony Krowiak
- [PATCH 12/12] s390/vfio-ap: Make sure nib is shared,
Tony Krowiak
- Re: [PATCH 00/12] s390/vfio_ap: crypto pass-through for SE guests,
Janosch Frank
- [PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure,
Marc Zyngier
- [PATCH v4 01/28] arm64: Add missing VA CMO encodings,
Marc Zyngier
- [PATCH v4 02/28] arm64: Add missing ERX*_EL1 encodings,
Marc Zyngier
- [PATCH v4 08/28] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts,
Marc Zyngier
- [PATCH v4 05/28] arm64: Add AT operation encodings,
Marc Zyngier
- [PATCH v4 03/28] arm64: Add missing DC ZVA/GVA/GZVA encodings,
Marc Zyngier
- [PATCH v4 04/28] arm64: Add TLBI operation encodings,
Marc Zyngier
- [PATCH v4 07/28] arm64: Add missing BRB/CFP/DVP/CPP instructions,
Marc Zyngier
- [PATCH v4 09/28] arm64: Add feature detection for fine grained traps,
Marc Zyngier
- [PATCH v4 06/28] arm64: Add debug registers affected by HDFGxTR_EL2,
Marc Zyngier
- [PATCH v4 23/28] KVM: arm64: nv: Add SVC trap forwarding,
Marc Zyngier
- [PATCH v4 17/28] KVM: arm64: nv: Add trap forwarding for MDCR_EL2,
Marc Zyngier
- [PATCH v4 27/28] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems,
Marc Zyngier
- [PATCH v4 22/28] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2,
Marc Zyngier
- [PATCH v4 24/28] KVM: arm64: nv: Expand ERET trap forwarding to handle FGT,
Marc Zyngier
- [PATCH v4 26/28] KVM: arm64: nv: Expose FGT to nested guests,
Marc Zyngier
- [PATCH v4 18/28] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2,
Marc Zyngier
- [PATCH v4 16/28] KVM: arm64: nv: Expose FEAT_EVT to nested guests,
Marc Zyngier
- [PATCH v4 21/28] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2,
Marc Zyngier
- [PATCH v4 10/28] KVM: arm64: Correctly handle ACCDATA_EL1 traps,
Marc Zyngier
- [PATCH v4 20/28] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2,
Marc Zyngier
- [PATCH v4 25/28] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR,
Marc Zyngier
- [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2,
Marc Zyngier
- [PATCH v4 14/28] KVM: arm64: nv: Add trap forwarding infrastructure,
Marc Zyngier
- [PATCH v4 13/28] KVM: arm64: Restructure FGT register switching,
Marc Zyngier
- [PATCH v4 19/28] KVM: arm64: nv: Add fine grained trap forwarding infrastructure,
Marc Zyngier
- [PATCH v4 12/28] KVM: arm64: nv: Add FGT registers,
Marc Zyngier
- [PATCH v4 28/28] KVM: arm64: nv: Add support for HCRX_EL2,
Marc Zyngier
- [PATCH v4 11/28] KVM: arm64: Add missing HCR_EL2 trap bits,
Marc Zyngier
- Re: [PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure,
Marc Zyngier
- [PATCH] KVM: VMX: Delete ancient pr_warn() about KVM_SET_TSS_ADDR not being set,
Sean Christopherson
- [PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX,
isaku . yamahata
- [PATCH 5/8] KVM: gmem, x86: Add gmem hook for initializing private memory,
isaku . yamahata
- [PATCH 3/8] KVM: gmem: Fix kvm_gmem_issue_arch_invalidate(),
isaku . yamahata
- [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end(),
isaku . yamahata
- [PATCH 7/8] KVM: gmem: Avoid race with kvm_gmem_release and mmu notifier,
isaku . yamahata
- [PATCH 1/8] KVM: gmem: Make kvm_gmem_bind return EBADF on wrong fd,
isaku . yamahata
- [PATCH 2/8] KVM: gmem: removed duplicated kvm_gmem_init(),
isaku . yamahata
- [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating private memory,
isaku . yamahata
- [PATCH 8/8] RFC: KVM: gmem: Guarantee the order of destruction,
isaku . yamahata
- Re: [PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX,
Sean Christopherson
- [PATCH] KVM: x86: Increase KVM_MAX_VCPUS to 4096,
Kyle Meyer
- [PATCH v4 0/4] KVM: s390: Enable AP instructions for PV-guests,
Steffen Eiden
- [Bug 217796] New: latest Zen Inception fixes breaks nested kvm virtualization on AMD,
bugzilla-daemon
- [PATCH] kvm/mmu: fixed coding style issues,
Mohammad Natiq Khan
- [PATCH v2] arm/kvm: Enable support for KVM_CAP_ARM_EAGER_SPLIT_CHUNK_SIZE,
Shameer Kolothum
- [PATCH] x86: kvm: x86: Remove unnecessary initial values of variables,
Li zeming
- WARNING in kvm_vcpu_reset,
Yikebaer Aizezi
- [PATCH v2] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros,
Dapeng Mi
- [PATCH 0/3] KVM: x86: Cleanups,
Michal Luczaj
- [PATCH net-next v6 0/4] vsock/virtio/vhost: MSG_ZEROCOPY preparations,
Arseniy Krasnov
- FW: Need help/advice with CentOS 7 arm64 container on Ubuntu 22 amd64 Docker host,
John Pfuntner -X (jpfuntne - ACTALENT SERVICES LLC at Cisco)
- [PATCH v2 -next] kvm_host: Remove unused declarations,
Yue Haibing
- [PATCH v3 00/11] KVM: selftests: Test the consistency of the PMU's CPUID and its features,
Jinrong Liang
- [PATCH v3 01/11] KVM: selftests: Add vcpu_set_cpuid_property() to set properties,
Jinrong Liang
- [PATCH v3 02/11] KVM: selftests: Add pmu.h for PMU events and common masks,
Jinrong Liang
- [PATCH v3 04/11] KVM: selftests: Test Intel PMU architectural events on fixed counters,
Jinrong Liang
- [PATCH v3 05/11] KVM: selftests: Test consistency of CPUID with num of gp counters,
Jinrong Liang
- [PATCH v3 03/11] KVM: selftests: Test Intel PMU architectural events on gp counters,
Jinrong Liang
- [PATCH v3 06/11] KVM: selftests: Test consistency of CPUID with num of fixed counters,
Jinrong Liang
- [PATCH v3 07/11] KVM: selftests: Test Intel supported fixed counters bit mask,
Jinrong Liang
- [PATCH v3 08/11] KVM: selftests: Test consistency of PMU MSRs with Intel PMU version,
Jinrong Liang
- [PATCH v3 10/11] KVM: selftests: Test AMD PMU events on legacy four performance counters,
Jinrong Liang
- [PATCH v3 09/11] KVM: selftests: Add x86 feature and properties for AMD PMU in processor.h,
Jinrong Liang
- [PATCH v3 11/11] KVM: selftests: Test AMD Guest PerfMonV2,
Jinrong Liang
- [PATCH] tools/kvm_stat: add support for riscv,
Andreas Schwab
- [PATCH v3] KVM:arm64: reconfigurate the event filters for guest context,
Huang Shijie
- [PATCH v2 0/3] iommu: Make pasid array per device,
Lu Baolu
- [GIT PULL] virtio: bugfixes,
Michael S. Tsirkin
- A question about how the KVM emulates the effect of guest MTRRs on AMD platforms,
Yibo Huang
[PATCH] x86/CPU/AMD: Fix the DIV(0) initial fix attempt,
Borislav Petkov
[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation,
Marc Zyngier
VM Memory Map,
Yahya Sohail
[PATCH] x86/retpoline: Don't clobber RFLAGS during srso_safe_ret(),
Sean Christopherson
[kvm-unit-tests PATCH v1] s390x: spec_ex: load full register,
Nico Boehr
[PATCH kvmtool] virtio: Fix typo in comment,
Xueshi Hu
[PATCH -next] vfio/fsl-mc: use module_fsl_mc_driver() macro,
Yang Yingliang
[PATCH v7 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE,
Raghavendra Rao Ananta
- [PATCH v9 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally,
Raghavendra Rao Ananta
- [PATCH v9 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL,
Raghavendra Rao Ananta
- [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [PATCH v9 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [PATCH v9 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code,
Raghavendra Rao Ananta
- [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code,
Raghavendra Rao Ananta
- [PATCH v9 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op(),
Raghavendra Rao Ananta
- [PATCH v9 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range,
Raghavendra Rao Ananta
- [PATCH v9 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [PATCH v9 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [PATCH v9 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range(),
Raghavendra Rao Ananta
- [PATCH v9 12/14] KVM: arm64: Flush only the memslot after write-protect,
Raghavendra Rao Ananta
- [PATCH v9 13/14] KVM: arm64: Invalidate the table entries upon a range,
Raghavendra Rao Ananta
- [PATCH v9 14/14] KVM: arm64: Use TLBI range-based instructions for unmap,
Raghavendra Rao Ananta
- Re: [PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE,
Sean Christopherson
- Re: [PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE,
Marc Zyngier
[PATCH v2] KVM: arm64: selftests: Test pointer authentication support in KVM guest,
Jing Zhang
[mst-vhost:vhost 34/46] drivers/vdpa/vdpa_user/vduse_dev.c:1812:23: error: use of undeclared identifier 'VIRTIO_RING_F_INDIRECT_DESC',
kernel test robot
[PATCH 0/2] KVM: SVM: Fix unexpected #UD on INT3 in SEV guests,
Sean Christopherson
[PATCH] KVM: VMX: Rename vmx_get_max_tdp_level to vmx_get_max_ept_level,
Shiyuan Gao
[PATCH v3 0/3] KVM: s390: Enable AP instructions for PV-guests,
Steffen Eiden
[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM,
Yan Zhao
[PATCH v6 0/6] KVM: selftests: Improve PMU event filter settings and add test cases,
Jinrong Liang
[PATCH v3] Documentation: KVM: Add vPMU implementaion and gap document,
Xiong Zhang
next-20230809: kvm unittest fail: emulator,
Aithal, Srikanth
[PATCH 0/4] vfio: use __aligned_u64 for ioctl structs,
Stefan Hajnoczi
[PATCH v3] vfio: align capability structures,
Stefan Hajnoczi
[PATCH -next] vfio/fsl-mc: Use module_fsl_mc_driver macro to simplify the code,
Li Zetao
[PATCH 2/2] x86: move gds_ucode_mitigated() declaration to header,
Arnd Bergmann
[PATCH] Enable haltpoll for arm64,
Mihai Carabas
[PATCH 5.10 187/201] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
[PATCH 5.4 139/154] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
[PATCH 5.15 88/92] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
[PATCH 6.1 119/127] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
[PATCH 6.4 157/165] selftests/rseq: Play nice with binaries statically linked against glibc 2.35+,
Greg Kroah-Hartman
[kvm-unit-tests PATCH v1] s390x: explicitly mark stack as not executable,
Nico Boehr
[PATCH] powerpc: Make virt_to_pfn() a static inline,
Linus Walleij
[PATCH] perf/core: fix the bug in the event multiplexing,
Huang Shijie
[PATCH 0/2] KVM: SVM: Set pCPU during IRTE update if vCPU is running,
Sean Christopherson
[PATCH] KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPU,
Sean Christopherson
[PATCH v8 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE,
Raghavendra Rao Ananta
- [PATCH v8 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [PATCH v8 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs(),
Raghavendra Rao Ananta
- [PATCH v8 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally,
Raghavendra Rao Ananta
- [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL,
Raghavendra Rao Ananta
- [PATCH v8 05/14] KVM: Allow range-based TLB invalidation from common code,
Raghavendra Rao Ananta
- [PATCH v8 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code,
Raghavendra Rao Ananta
- [PATCH v8 07/14] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range,
Raghavendra Rao Ananta
- [PATCH v8 08/14] arm64: tlb: Implement __flush_s2_tlb_range_op(),
Raghavendra Rao Ananta
- [PATCH v8 10/14] KVM: arm64: Define kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [PATCH v8 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range(),
Raghavendra Rao Ananta
- [PATCH v8 12/14] KVM: arm64: Flush only the memslot after write-protect,
Raghavendra Rao Ananta
- [PATCH v8 11/14] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range(),
Raghavendra Rao Ananta
- [PATCH v8 13/14] KVM: arm64: Invalidate the table entries upon a range,
Raghavendra Rao Ananta
- [PATCH v8 14/14] KVM: arm64: Use TLBI range-based intructions for unmap,
Raghavendra Rao Ananta
[PATCH] KVM: x86/mmu: Include mmu.h in spte.h,
Sean Christopherson
[PATCH v3 00/27] KVM: arm64: NV trap forwarding infrastructure,
Marc Zyngier
- [PATCH v3 25/27] KVM: arm64: nv: Expose FGT to nested guests,
Marc Zyngier
- [PATCH v3 08/27] arm64: Add HDFGRTR_EL2 and HDFGWTR_EL2 layouts,
Marc Zyngier
- [PATCH v3 24/27] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR,
Marc Zyngier
- [PATCH v3 16/27] KVM: arm64: nv: Expose FEAT_EVT to nested guests,
Marc Zyngier
- [PATCH v3 18/27] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2,
Marc Zyngier
- [PATCH v3 12/27] KVM: arm64: nv: Add FGT registers,
Marc Zyngier
- [PATCH v3 10/27] KVM: arm64: Correctly handle ACCDATA_EL1 traps,
Marc Zyngier
- [PATCH v3 01/27] arm64: Add missing VA CMO encodings,
Marc Zyngier
- [PATCH v3 17/27] KVM: arm64: nv: Add trap forwarding for MDCR_EL2,
Marc Zyngier
- [PATCH v3 15/27] KVM: arm64: nv: Add trap forwarding for HCR_EL2,
Marc Zyngier
- [PATCH v3 19/27] KVM: arm64: nv: Add fine grained trap forwarding infrastructure,
Marc Zyngier
- [PATCH v3 21/27] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2,
Marc Zyngier
- [PATCH v3 26/27] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems,
Marc Zyngier
- [PATCH v3 13/27] KVM: arm64: Restructure FGT register switching,
Marc Zyngier
- [PATCH v3 06/27] arm64: Add debug registers affected by HDFGxTR_EL2,
Marc Zyngier
- [PATCH v3 05/27] arm64: Add AT operation encodings,
Marc Zyngier
- [PATCH v3 11/27] KVM: arm64: Add missing HCR_EL2 trap bits,
Marc Zyngier
- [PATCH v3 04/27] arm64: Add TLBI operation encodings,
Marc Zyngier
- [PATCH v3 27/27] KVM: arm64: nv: Add support for HCRX_EL2,
Marc Zyngier
- [PATCH v3 20/27] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2,
Marc Zyngier
- [PATCH v3 14/27] KVM: arm64: nv: Add trap forwarding infrastructure,
Marc Zyngier
- [PATCH v3 07/27] arm64: Add missing BRB/CFP/DVP/CPP instructions,
Marc Zyngier
- [PATCH v3 02/27] arm64: Add missing ERX*_EL1 encodings,
Marc Zyngier
- [PATCH v3 09/27] arm64: Add feature detection for fine grained traps,
Marc Zyngier
- [PATCH v3 03/27] arm64: Add missing DC ZVA/GVA/GZVA encodings,
Marc Zyngier
- [PATCH v3 22/27] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2,
Marc Zyngier
- [PATCH v3 23/27] KVM: arm64: nv: Add SVC trap forwarding,
Marc Zyngier
[PATCH RFV v2 00/13] Enable fixed counter 3 and topdown perf metrics for vPMU,
Dapeng Mi
- [PATCH RFV v2 11/13] KVM: x86/pmu: Support topdown perf metrics feature,
Dapeng Mi
- [PATCH RFV v2 13/13] KVM: x86/pmu: Expose Topdown in MSR_IA32_PERF_CAPABILITIES,
Dapeng Mi
- [PATCH RFV v2 12/13] KVM: x86/pmu: Handle PERF_METRICS overflow,
Dapeng Mi
- [PATCH RFV v2 10/13] KVM: x86/pmu: Extend pmc_reprogram_counter() to create group events,
Dapeng Mi
- [PATCH RFV v2 04/13] perf/core: Add function perf_event_move_group(),
Dapeng Mi
- [PATCH RFV v2 08/13] perf/core: Add new function perf_event_topdown_metrics(),
Dapeng Mi
- [PATCH RFV v2 01/13] KVM: x86/pmu: Add Intel CPUID-hinted TopDown slots event,
Dapeng Mi
- [PATCH RFV v2 09/13] perf/x86/intel: Handle KVM virtual metrics event in perf system,
Dapeng Mi
- [PATCH RFV v2 03/13] perf/core: Add function perf_event_group_leader_check(),
Dapeng Mi
- [PATCH RFV v2 07/13] perf/x86: Add constraint for guest perf metrics event,
Dapeng Mi
- [PATCH RFV v2 02/13] KVM: x86/pmu: Support PMU fixed counter 3,
Dapeng Mi
- [PATCH RFV v2 06/13] perf/x86: Fix typos and inconsistent indents in perf_event header,
Dapeng Mi
- [PATCH RFV v2 05/13] perf/core: Add function perf_event_create_group_kernel_counters(),
Dapeng Mi
[PATCH] i386/xen: Don't advertise XENFEAT_supervisor_mode_kernel,
David Woodhouse
[PATCH] KVM: x86/pmu: Manipulate FIXED_CTR_CTRL MSR with macros,
Dapeng Mi
[PATCH v6 0/4] iommufd: Add iommu hardware info reporting,
Yi Liu
[RFC PATCH 0/3] Reduce NUMA balance caused TLB-shootdowns in a VM,
Yan Zhao
[PATCH] KVM: x86/mmu: Remove unused "const u8 *new" for kvm_mmu_track_write(),
Like Xu
[PATCH v2] vfio: align capability structures,
Stefan Hajnoczi
[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU,
Yan Zhao
[PATCH -next] vfio/cdx: Remove redundant initialization owner in vfio_cdx_driver,
Li Zetao
[PATCH mm-unstable v9 00/31] Split ptdesc from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 05/31] mm: Convert ptlock_alloc() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 04/31] mm: Convert pmd_pgtable_page() callers to use pmd_ptdesc(),
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 01/31] mm: Add PAGE_TYPE_OP folio functions,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 03/31] mm: add utility functions for ptdesc,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 02/31] pgtable: create struct ptdesc,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 06/31] mm: Convert ptlock_ptr() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 07/31] mm: Convert pmd_ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 08/31] mm: Convert ptlock_init() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 09/31] mm: Convert pmd_ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 11/31] mm: Create ptdesc equivalents for pgtable_{pte,pmd}_page_{ctor,dtor},
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 10/31] mm: Convert ptlock_free() to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 12/31] powerpc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 13/31] x86: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 15/31] mm: remove page table members from struct page,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 16/31] pgalloc: Convert various functions to use ptdescs,
Vishal Moola (Oracle)
- [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs,
Vishal Moola (Oracle)
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]