LinuxLists
Users
About
David Gibson (
[email protected]
)
Number of posts: 830 (0.14 per day)
First post: 2001-12-06 16:44:01
Last post: 2017-11-30 04:03:53
Previous Page
/
Next Page
Date
List
Subject
2017-11-30 04:05:06
linux-kernel
Re: [PATCH 4/4] KVM: PPC: Book3S HV: Remove redundant parameter from resize_hpt_release()
2017-11-30 04:04:56
linux-kernel
Re: [PATCH 3/4] KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests
2017-11-30 04:04:47
linux-kernel
Re: [PATCH 2/4] KVM: PPC: Book3S HV: Improve kvmppc_allocate_hpt()/kvmppc_free_hpt()
2017-11-30 04:04:39
linux-kernel
Re: [PATCH 0/4] Fix use after free in HPT resizing code and related minor improvements
2017-11-30 04:03:53
linux-kernel
Re: [PATCH 1/4] KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt and cleanups
2017-08-09 07:00:08
linux-kernel
Re: [RFC PATCH v5 5/5] vfio-pci: Allow to expose MSI-X table to userspace when safe
2017-08-09 07:00:07
linux-kernel
Re: [RFC PATCH v5 1/5] iommu: Add capabilities to a group
2017-07-26 03:47:33
linux-kernel
Re: [PATCH v2] include/linux/vfio.h: Guard powerpc-specific functions with CONFIG_VFIO_SPAPR_EEH
2017-07-24 01:00:25
linux-kernel
Re: [PATCH] powerpc/pseries: Fix of_node_put() underflow during pseries remove
2017-04-13 02:22:50
linux-kernel
[PATCH] virtio_scsi: Always try to read VPD pages
2017-03-17 01:12:23
linux-kernel
[PATCH] powerpc/pseries: Don't give a warning when HPT resizing isn't available
2016-12-20 05:52:52
linux-kernel
[PATCHv2 02/11] powerpc/kvm: HPT resizing documentation and reserved numbers
2016-12-20 05:52:47
linux-kernel
[PATCHv2 04/11] powerpc/kvm: Gather HPT related variables into sub-structure
2016-12-20 05:51:42
linux-kernel
[PATCHv2 11/11] powerpc/kvm: Advertise availablity of HPT resizing on KVM HV
2016-12-20 05:51:40
linux-kernel
[PATCHv2 05/11] powerpc/kvm: Don't store values derivable from HPT order
2016-12-20 05:51:37
linux-kernel
[PATCHv2 10/11] powerpc/kvm: KVM-HV HPT resizing implementation
2016-12-20 05:51:35
linux-kernel
[PATCHv2 08/11] powerpc/kvm: Create kvmppc_unmap_hpte_helper()
2016-12-20 05:51:32
linux-kernel
[PATCHv2 06/11] powerpc/kvm: Split HPT allocation from activation
2016-12-20 05:51:06
linux-kernel
[PATCHv2 09/11] powerpc/kvm: Outline of KVM-HV HPT resizing implementation
2016-12-20 05:49:23
linux-kernel
[PATCHv2 07/11] powerpc/kvm: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
2016-12-20 05:49:22
linux-kernel
[PATCHv2 00/11] KVM implementation of PAPR HPT resizing extension
2016-12-20 05:49:20
linux-kernel
[PATCHv2 01/11] Documentation: Correct duplicate section number in kvm/api.txt
2016-12-20 05:49:19
linux-kernel
[PATCHv2 03/11] powerpc/kvm: Rename kvm_alloc_hpt() for clarity
2016-12-19 23:16:54
linux-kernel
Re: [PATCH 06/11] powerpc/kvm: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
2016-12-19 08:10:07
linux-kernel
Re: [PATCH 01/11] powerpc/kvm: Reserve capabilities and ioctls for HPT resizing
2016-12-19 08:10:06
linux-kernel
Re: [PATCH 01/11] powerpc/kvm: Reserve capabilities and ioctls for HPT resizing
2016-12-19 02:03:55
linux-kernel
Re: [PATCH 06/11] powerpc/kvm: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
2016-12-19 02:02:03
linux-kernel
Re: [PATCH 04/11] powerpc/kvm: Don't store values derivable from HPT order
2016-12-19 02:02:02
linux-kernel
Re: [PATCH 05/11] powerpc/kvm: Split HPT allocation from activation
2016-12-19 02:02:01
linux-kernel
Re: [PATCH 03/11] powerpc/kvm: Gather HPT related variables into sub-structure
2016-12-15 06:01:40
linux-kernel
[PATCH 04/11] powerpc/kvm: Don't store values derivable from HPT order
2016-12-15 06:01:38
linux-kernel
[PATCH 02/11] powerpc/kvm: Rename kvm_alloc_hpt() for clarity
2016-12-15 06:01:37
linux-kernel
[PATCH 03/11] powerpc/kvm: Gather HPT related variables into sub-structure
2016-12-15 06:00:22
linux-kernel
[PATCH 06/11] powerpc/kvm: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
2016-12-15 06:00:20
linux-kernel
[PATCH 05/11] powerpc/kvm: Split HPT allocation from activation
2016-12-15 05:59:52
linux-kernel
[PATCH 07/11] powerpc/kvm: Create kvmppc_unmap_hpte_helper()
2016-12-15 05:59:50
linux-kernel
[PATCH 08/11] powerpc/kvm: KVM-HV HPT resizing stub implementation
2016-12-15 05:59:29
linux-kernel
[PATCH 10/11] powerpc/kvm: KVM-HV HPT resizing implementation
2016-12-15 05:59:12
linux-kernel
[PATCH 09/11] powerpc/kvm: Outline of KVM-HV HPT resizing implementation
2016-12-15 05:58:58
linux-kernel
[PATCH 11/11] powerpc/kvm: Advertise availablity of HPT resizing on KVM HV
2016-12-15 05:58:55
linux-kernel
[PATCH 01/11] powerpc/kvm: Reserve capabilities and ioctls for HPT resizing
2016-12-15 05:58:54
linux-kernel
[PATCH 00/11] KVM implementation of PAPR HPT resizing extension
2016-12-08 23:48:39
linux-kernel
Re: [patch 6/6] [RFD] timekeeping: Get rid of cycle_t
2016-12-08 23:47:47
linux-kernel
Re: [patch 2/6] timekeeping: Make the conversion call chain consistently unsigned
2016-12-08 23:47:46
linux-kernel
Re: [patch 1/6] timekeeping: Force unsigned clocksource to nanoseconds conversion
2016-12-08 23:47:45
linux-kernel
Re: [patch 4/6] timekeeping: Use mul_u64_u32_shr() instead of open coding it
2016-12-08 23:47:43
linux-kernel
Re: [patch 3/6] timekeeping: Get rid of pointless typecasts
2016-12-03 00:33:58
linux-kernel
Re: [PATCH] timekeeping: Change type of nsec variable to unsigned in its calculation.
2016-12-01 23:32:22
linux-kernel
Re: [PATCH] timekeeping: Change type of nsec variable to unsigned in its calculation.
2016-12-01 02:13:25
linux-kernel
Re: [PATCH] timekeeping: Change type of nsec variable to unsigned in its calculation.
2016-11-30 00:33:38
linux-kernel
Re: [PATCH] timekeeping: Change type of nsec variable to unsigned in its calculation.