Linux KVM
[Prev Page][Next Page]
- [PATCH v11 02/19] KVM: pfncache: remove unnecessary exports, (continued)
- [PATCH v11 02/19] KVM: pfncache: remove unnecessary exports,
Paul Durrant
- [PATCH v11 06/19] KVM: pfncache: stop open-coding offset_in_page(),
Paul Durrant
- [PATCH v11 08/19] KVM: pfncache: allow a cache to be activated with a fixed (userspace) HVA,
Paul Durrant
- [PATCH v11 09/19] KVM: xen: separate initialization of shared_info cache and content,
Paul Durrant
- [PATCH v11 07/19] KVM: pfncache: include page offset in uhva and use it consistently,
Paul Durrant
- [PATCH v11 03/19] KVM: xen: mark guest pages dirty with the pfncache lock held,
Paul Durrant
- [PATCH v11 04/19] KVM: pfncache: add a mark-dirty helper,
Paul Durrant
- [PATCH v11 05/19] KVM: pfncache: remove KVM_GUEST_USES_PFN usage,
Paul Durrant
- [PATCH v11 01/19] KVM: pfncache: Add a map helper function,
Paul Durrant
- [PATCH v11 19/19] KVM: xen: allow vcpu_info content to be 'safely' copied,
Paul Durrant
- [PATCH v11 18/19] KVM: pfncache: check the need for invalidation under read lock first,
Paul Durrant
- [PATCH v11 13/19] KVM: selftests / xen: map shared_info using HVA rather than GFN,
Paul Durrant
- [PATCH v11 12/19] KVM: xen: allow vcpu_info to be mapped by fixed HVA,
Paul Durrant
- [PATCH v11 14/19] KVM: selftests / xen: re-map vcpu_info using HVA rather than GPA,
Paul Durrant
- [PATCH v11 10/19] KVM: xen: re-initialize shared_info if guest (32/64-bit) mode is set,
Paul Durrant
- [PATCH v11 15/19] KVM: xen: advertize the KVM_XEN_HVM_CONFIG_SHARED_INFO_HVA capability,
Paul Durrant
- [PATCH v11 16/19] KVM: xen: split up kvm_xen_set_evtchn_fast(),
Paul Durrant
- [PATCH v11 17/19] KVM: xen: don't block on pfncache locks in kvm_xen_set_evtchn_fast(),
Paul Durrant
- [PATCH v11 11/19] KVM: xen: allow shared_info to be mapped by fixed HVA,
Paul Durrant
- [kvm-unit-tests PATCH v2] scripts/pretty_print_stacks.py: Silence warning from Python 3.12,
Thomas Huth
- [PATCH v4 0/4] KVM: s390: Fix minor bugs in STFLE shadowing,
Nina Schoetterl-Glausch
- [kvm-unit-tests PATCH] scripts/pretty_print_stacks.py: Silence warning from Python 3.12,
Thomas Huth
- [PATCH V10 vfio 0/9] Introduce a vfio driver over virtio devices,
Yishai Hadas
- [PATCH V10 vfio 1/9] virtio: Define feature bit for administration virtqueue,
Yishai Hadas
- [PATCH V10 vfio 2/9] virtio-pci: Introduce admin virtqueue,
Yishai Hadas
- [PATCH V10 vfio 3/9] virtio-pci: Introduce admin command sending function,
Yishai Hadas
- [PATCH V10 vfio 4/9] virtio-pci: Introduce admin commands,
Yishai Hadas
- [PATCH V10 vfio 5/9] virtio-pci: Initialize the supported admin commands,
Yishai Hadas
- [PATCH V10 vfio 6/9] virtio-pci: Introduce APIs to execute legacy IO admin commands,
Yishai Hadas
- [PATCH V10 vfio 7/9] vfio/pci: Expose vfio_pci_core_setup_barmap(),
Yishai Hadas
- [PATCH V10 vfio 8/9] vfio/pci: Expose vfio_pci_core_iowrite/read##size(),
Yishai Hadas
- [PATCH V10 vfio 9/9] vfio/virtio: Introduce a vfio driver over virtio devices,
Yishai Hadas
- Re: [PATCH V10 vfio 0/9] Introduce a vfio driver over virtio devices,
Alex Williamson
- [PATCH] powerpc/hvcall: Reorder Nestedv2 hcall opcodes,
Vaibhav Jain
- [PATCH v3 0/4] KVM: X86: Make bus clock frequency for vapic timer configurable,
Isaku Yamahata
- [PATCH 0/3] KVM: arm64: Fix + cleanup for GICv3 ISPENDR,
Oliver Upton
- [GIT PULL] KVM/arm64 fixes for 6.7, part #2,
Oliver Upton
- [PATCH] PRODKERNEL: KVM: Mark a vCPU as preempted/ready iff it's scheduled out while running,
David Matlack
- [PATCH V7 0/8] KVM: selftests: Add simple SEV test,
Peter Gonda
- [PATCH 0/2] x86: KVM: Limit guest physical bits when 5-level EPT is unsupported,
Tao Su
- [kvm-unit-tests PATCH] x86/msr: Fix typo in output SMR,
Jack Wang
- [v1 00/10] RISC-V SBI v2.0 PMU improvements and Perf sampling in KVM guest,
Atish Patra
- [v1 01/10] RISC-V: Fix the typo in Scountovf CSR name,
Atish Patra
- [v1 02/10] RISC-V: Add FIRMWARE_READ_HI definition,
Atish Patra
- [v1 03/10] drivers/perf: riscv: Read upper bits of a firmware counter,
Atish Patra
- [v1 04/10] RISC-V: Add SBI PMU snapshot definitions,
Atish Patra
- [v1 05/10] drivers/perf: riscv: Implement SBI PMU snapshot function,
Atish Patra
- [v1 06/10] RISC-V: KVM: No need to update the counter value during reset,
Atish Patra
- [v1 07/10] RISC-V: KVM: No need to exit to the user space if perf event failed,
Atish Patra
- [v1 08/10] RISC-V: KVM: Implement SBI PMU Snapshot feature,
Atish Patra
- [v1 09/10] RISC-V: KVM: Add perf sampling support for guests,
Atish Patra
- [v1 10/10] RISC-V: KVM: Support 64 bit firmware counters on RV32,
Atish Patra
- [PATCH v4 0/3] kvm: arm64: allow the VM to select DEVICE_* and NORMAL_NC for IO memory,
ankita
- [PATCH V9 vfio 0/9] Introduce a vfio driver over virtio devices,
Yishai Hadas
- [kvm-unit-tests PATCH v2] x86/asyncpf: fix async page fault issues,
Dan Wu
- [kvm-unit-tests RFC v2 00/18] X86: TDX framework support,
Qian Wen
- [kvm-unit-tests RFC v2 01/18] x86 TDX: Port tdx basic functions from TDX guest code,
Qian Wen
- [kvm-unit-tests RFC v2 02/18] x86 TDX: Add support functions for TDX framework,
Qian Wen
- [kvm-unit-tests RFC v2 03/18] x86 TDX: Add #VE handler,
Qian Wen
- [kvm-unit-tests RFC v2 04/18] x86 TDX: Bypass APIC and enable x2APIC directly,
Qian Wen
- [kvm-unit-tests RFC v2 05/18] x86 TDX: Add exception table support,
Qian Wen
- [kvm-unit-tests RFC v2 06/18] x86 TDX: Bypass wrmsr simulation on some specific MSRs,
Qian Wen
- [kvm-unit-tests RFC v2 07/18] x86 TDX: Simulate single step on #VE handled instruction,
Qian Wen
- [kvm-unit-tests RFC v2 08/18] x86 TDX: Extend EFI run script to support TDX,
Qian Wen
- [kvm-unit-tests RFC v2 09/18] x86 TDX: Add support for memory accept,
Qian Wen
- [kvm-unit-tests RFC v2 10/18] acpi: Add MADT table parse code,
Qian Wen
- [kvm-unit-tests RFC v2 11/18] x86 TDX: Add multi processor support,
Qian Wen
- [kvm-unit-tests RFC v2 12/18] x86 TDX: Add a formal IPI handler,
Qian Wen
- [kvm-unit-tests RFC v2 13/18] x86 TDX: Enable lvl5 boot page table,
Qian Wen
- [kvm-unit-tests RFC v2 14/18] x86 TDX: Add lvl5 page table support to virtual memory,
Qian Wen
- [kvm-unit-tests RFC v2 15/18] x86 TDX: bypass unsupported syscall TF for TDX,
Qian Wen
- [kvm-unit-tests RFC v2 16/18] x86 TDX: Modify the MSR test to be compatible with TDX,
Qian Wen
- [kvm-unit-tests RFC v2 17/18] x86 TDX: Add TDX specific test case,
Qian Wen
- [kvm-unit-tests RFC v2 18/18] x86 TDX: Make run_tests.sh work with TDX,
Qian Wen
- [PATCH v15 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper,
ankita
- [PATCH] selftest: kvm: kvm_page_table_test: change default guest memory down to 128MB,
Itaru Kitayama
- [PATCH net-next v2 0/3] Abstract page from net stack,
Mina Almasry
- [syzbot] Monthly kvm report (Dec 2023),
syzbot
- [kvm-unit-tests PATCH v5 00/29] powerpc: updates, P10, PNV support,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 01/29] arch-run: Clean up temporary files properly,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 02/29] arch-run: Clean up initrd cleanup,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 03/29] migration: use a more robust way to wait for background job,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 04/29] migration: Support multiple migrations,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 05/29] arch-run: rename migration variables,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 06/29] powerpc: Quiet QEMU TCG pseries capability warnings,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 07/29] powerpc: Add a migration stress tester,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 08/29] powerpc: Require KVM for the TM test,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 10/29] powerpc/sprs: Specify SPRs with data rather than code,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 09/29] powerpc: Fix interrupt stack alignment,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 11/29] powerpc/sprs: Don't fail changed SPRs that are used by the test harness,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 12/29] powerpc/sprs: Avoid taking async interrupts caused by register fuzzing,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 13/29] powerpc: Make interrupt handler error more readable,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 14/29] powerpc: Expand exception handler vector granularity,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 15/29] powerpc: Add support for more interrupts including HV interrupts,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 16/29] powerpc: Set .got section alignment to 256 bytes,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 17/29] powerpc: Discover runtime load address dynamically,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 18/29] powerpc: Fix stack backtrace termination,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 19/29] scripts: allow machine option to be specified in unittests.cfg,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 20/29] scripts: Accommodate powerpc powernv machine differences,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 21/29] powerpc: Support powernv machine with QEMU TCG,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 22/29] powerpc: Fix emulator illegal instruction test for powernv,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 23/29] powerpc/sprs: Test hypervisor registers on powernv machine,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 24/29] powerpc: interrupt tests,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 25/29] powerpc: Add rtas stop-self support,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 26/29] powerpc: add SMP and IPI support,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 27/29] powerpc: Avoid using larx/stcx. in spinlocks when only one CPU is running,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 28/29] powerpc: Add atomics tests,
Nicholas Piggin
- [kvm-unit-tests PATCH v5 29/29] powerpc: Add timebase tests,
Nicholas Piggin
- [RFC PATCH v2 0/7] treewide: Use clocksource id for get_device_system_crosststamp(),
Peter Hilber
- [RFC PATCH v2 3/7] x86/kvm, ptp/kvm: Add clocksource ID, set system_counterval_t.cs_id,
Peter Hilber
- [RFC PATCH v2 4/7] ptp/kvm, arm_arch_timer: Set system_counterval_t.cs_id to constant,
Peter Hilber
- [RFC PATCH v2 2/7] x86/tsc: Add clocksource ID, set system_counterval_t.cs_id,
Peter Hilber
- [RFC PATCH v2 1/7] timekeeping: Add clocksource ID to struct system_counterval_t,
Peter Hilber
- [RFC PATCH v2 5/7] timekeeping: Evaluate system_counterval_t.cs_id instead of .cs,
Peter Hilber
- [RFC PATCH v2 7/7] kvmclock: Unexport kvmclock clocksource,
Peter Hilber
- [RFC PATCH v2 6/7] treewide: Remove system_counterval_t.cs, which is never read,
Peter Hilber
- [GIT PULL] KVM/riscv fixes for 6.7, take #1,
Anup Patel
- [PATCH] KVM: s390: selftest: memop: Fix undefined behavior,
Nina Schoetterl-Glausch
- [PATCH vhost v3 0/6] vdpa/mlx5: Add support for resumable vqs,
Dragos Tatulea
- [Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- Re: [Bug 218267] New: [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
Sean Christopherson
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [Bug 218267] [Sapphire Rapids][Upstream]Boot up multiple Windows VMs hang,
bugzilla-daemon
- [PATCH v2] KVM: x86/xen: Inject vCPU upcall vector when local APIC is enabled,
David Woodhouse
- [PATCH v3] KVM: x86/xen: improve accuracy of Xen timers,
David Woodhouse
- [RFC PATCH] tests/avocado: avoid a copy to support read/write rootfs,
Alex Bennée
- [PATCH net-next v10 0/3] send credit update during setting SO_RCVLOWAT,
Arseniy Krasnov
- [PATCH V8 vfio 0/9] Introduce a vfio driver over virtio devices,
Yishai Hadas
- [RFC PATCH] KVM: Introduce KVM VIRTIO device,
Yan Zhao
- [PATCH net-next v9 0/4] send credit update during setting SO_RCVLOWAT,
Arseniy Krasnov
- [RFC PATCH 0/8] Dynamic vcpu priority management in kvm,
Vineeth Pillai (Google)
- [ANNOUNCE / RFC] PUCK Future Topics,
Sean Christopherson
- [PATCH v2 0/4] riscv: Use READ_ONCE()/WRITE_ONCE() for pte accesses,
Alexandre Ghiti
- [syzbot] [kvm?] WARNING in kvm_mmu_notifier_change_pte,
syzbot
- [kvm-unit-tests PATCH 0/5] s390x: STFLE nested interpretation,
Nina Schoetterl-Glausch
- [PATCH] KVM: selftests: Fix dynamic generation of configuration names,
Paolo Bonzini
- [PATCH v4 0/2] LoongArch: KVM: Add LSX,LASX support,
Tianrui Zhao
- [PATCH v2 1/1] RISCV: KVM: update external interrupt atomically for IMSIC swfile,
Yong-Xuan Wang
- [ANNOUNCE] PUCK Agenda - 2023.12.13 - No topic,
Sean Christopherson
- [PATCH v2 0/6] s390/vfio-ap: reset queues removed from guest's AP configuration,
Tony Krowiak
- [RFC PATCH v5 00/29] TDX KVM selftests,
Sagi Shahar
- [RFC PATCH v5 01/29] KVM: selftests: Add function to allow one-to-one GVA to GPA mappings,
Sagi Shahar
- [RFC PATCH v5 02/29] KVM: selftests: Expose function that sets up sregs based on VM's mode,
Sagi Shahar
- [RFC PATCH v5 03/29] KVM: selftests: Store initial stack address in struct kvm_vcpu,
Sagi Shahar
- [RFC PATCH v5 04/29] KVM: selftests: Refactor steps in vCPU descriptor table initialization,
Sagi Shahar
- [RFC PATCH v5 05/29] KVM: selftests: Add helper functions to create TDX VMs,
Sagi Shahar
- [RFC PATCH v5 06/29] KVM: selftests: TDX: Use KVM_TDX_CAPABILITIES to validate TDs' attribute configuration,
Sagi Shahar
- [RFC PATCH v5 07/29] KVM: selftests: TDX: Update load_td_memory_region for VM memory backed by guest memfd,
Sagi Shahar
- [RFC PATCH v5 09/29] KVM: selftests: TDX: Add report_fatal_error test,
Sagi Shahar
- [RFC PATCH v5 08/29] KVM: selftests: TDX: Add TDX lifecycle test,
Sagi Shahar
- [RFC PATCH v5 10/29] KVM: selftests: TDX: Adding test case for TDX port IO,
Sagi Shahar
- [RFC PATCH v5 11/29] KVM: selftests: TDX: Add basic TDX CPUID test,
Sagi Shahar
- [RFC PATCH v5 12/29] KVM: selftests: TDX: Add basic get_td_vmcall_info test,
Sagi Shahar
- [RFC PATCH v5 13/29] KVM: selftests: TDX: Add TDX IO writes test,
Sagi Shahar
- [RFC PATCH v5 14/29] KVM: selftests: TDX: Add TDX IO reads test,
Sagi Shahar
- [RFC PATCH v5 15/29] KVM: selftests: TDX: Add TDX MSR read/write tests,
Sagi Shahar
- [RFC PATCH v5 16/29] KVM: selftests: TDX: Add TDX HLT exit test,
Sagi Shahar
- [RFC PATCH v5 17/29] KVM: selftests: TDX: Add TDX MMIO reads test,
Sagi Shahar
- [RFC PATCH v5 18/29] KVM: selftests: TDX: Add TDX MMIO writes test,
Sagi Shahar
- [RFC PATCH v5 19/29] KVM: selftests: TDX: Add TDX CPUID TDVMCALL test,
Sagi Shahar
- [RFC PATCH v5 20/29] KVM: selftests: TDX: Verify the behavior when host consumes a TD private memory,
Sagi Shahar
- [RFC PATCH v5 22/29] KVM: selftests: Add functions to allow mapping as shared,
Sagi Shahar
- [RFC PATCH v5 21/29] KVM: selftests: TDX: Add TDG.VP.INFO test,
Sagi Shahar
- [RFC PATCH v5 24/29] KVM: selftests: Expose _vm_vaddr_alloc,
Sagi Shahar
- [RFC PATCH v5 26/29] KVM: selftests: TDX: Add support for TDG.VP.VEINFO.GET,
Sagi Shahar
- [RFC PATCH v5 29/29] KVM: selftests: TDX: Add TDX UPM selftests for implicit conversion,
Sagi Shahar
- [RFC PATCH v5 28/29] KVM: selftests: TDX: Add TDX UPM selftest,
Sagi Shahar
- [RFC PATCH v5 27/29] KVM: selftests: Propagate KVM_EXIT_MEMORY_FAULT to userspace,
Sagi Shahar
[RFC PATCH v5 23/29] KVM: selftests: TDX: Add shared memory test,
Sagi Shahar
[RFC PATCH v5 25/29] KVM: selftests: TDX: Add support for TDG.MEM.PAGE.ACCEPT,
Sagi Shahar
Re: [RFC PATCH v5 00/29] TDX KVM selftests,
Verma, Vishal L
[PATCH v14 1/1] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper,
ankita
[Bug 218259] New: High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- Re: [Bug 218259] New: High latency in KVM guests,
Sean Christopherson
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
- [Bug 218259] High latency in KVM guests,
bugzilla-daemon
[PATCH v2 0/5] Make Big QEMU Lock naming consistent,
Stefan Hajnoczi
[PATCH] KVM: x86/emulator: emulate movbe with operand-size prefix,
Julian Stecklina
[PATCH v4 00/11] RISCV: Add kvm Sstc timer selftests,
Haibo Xu
- [PATCH v4 01/11] selftests/kvm: Fix issues with $(SPLIT_TESTS),
Haibo Xu
- [PATCH v4 02/11] KVM: arm64: selftests: Split arch_timer test code,
Haibo Xu
- [PATCH v4 03/11] KVM: selftests: Add CONFIG_64BIT definition for the build,
Haibo Xu
- [PATCH v4 04/11] tools: riscv: Add header file csr.h,
Haibo Xu
- [PATCH v4 05/11] tools: riscv: Add header file vdso/processor.h,
Haibo Xu
- [PATCH v4 06/11] KVM: riscv: selftests: Switch to use macro from csr.h,
Haibo Xu
- [PATCH v4 07/11] KVM: riscv: selftests: Add exception handling support,
Haibo Xu
- [PATCH v4 08/11] KVM: riscv: selftests: Add guest helper to get vcpu id,
Haibo Xu
- [PATCH v4 09/11] KVM: riscv: selftests: Change vcpu_has_ext to a common function,
Haibo Xu
- [PATCH v4 10/11] KVM: riscv: selftests: Add sstc timer test,
Haibo Xu
- [PATCH v4 11/11] KVM: selftests: Enable tunning of err_margin_us in arch timer test,
Haibo Xu
Should I add BPF kfuncs for userspace apps? And how?,
Akihiko Odaki
[PATCH] KVM: selftests: Ensure sysreg-defs.h is generated at the expected path,
Oliver Upton
[Bug 218257] New: [Nested VM] Failed to boot L2 Windows guest on L1 Windows guest,
bugzilla-daemon
[kvm-unit-tests PATCH v1 0/3] x86: fix async page fault issues,
Dan Wu
[PATCH 1/1] RISCV: KVM: should not be interrupted when update the external interrupt pending,
Yong-Xuan Wang
[PATCH v3 00/35] bitops: add atomic find_bit() operations,
Yury Norov
[PATCH net-next v8 0/4] send credit update during setting SO_RCVLOWAT,
Arseniy Krasnov
[Index of Archives]
[CentOS Virtualization]
[Linux USB Devel]
[Video for Linux]
[Big List of Linux Books]
[Linux SCSI]
[Linux Modules]
[Yosemite Forum]