Gavin Shan ([email protected])

Number of posts: 894 (0.57 per day)
First post: 2020-01-19 22:49:10
Last post: 2024-05-01 11:32:31

Date List Subject
2023-09-19 08:02:24 linux-kernel Re: [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
2023-09-19 07:23:23 linux-kernel Re: [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
2023-09-19 05:22:19 linux-kernel Re: [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
2023-09-19 03:57:28 linux-kernel Re: [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
2023-09-19 03:19:34 linux-kernel Re: [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
2023-09-19 03:07:00 linux-kernel Re: [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
2023-09-19 02:10:10 linux-kernel Re: [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
2023-09-18 19:09:23 linux-kernel Re: [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
2023-09-18 17:15:32 linux-kernel Re: [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
2023-09-18 13:09:35 linux-kernel Re: [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
2023-09-18 12:12:18 linux-kernel Re: [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
2023-09-18 10:25:09 linux-kernel Re: [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
2023-09-18 07:58:55 linux-kernel Re: [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
2023-09-18 07:11:13 linux-kernel Re: [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
2023-09-18 07:08:49 linux-kernel Re: [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
2023-09-18 06:41:24 linux-kernel Re: [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
2023-09-18 06:26:27 linux-kernel Re: [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
2023-09-13 04:53:06 linux-kernel Re: [RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-09-05 20:16:26 linux-kernel Re: [PATCH] KVM: arm64: Fix soft-lockup on relaxing PTE permission
2023-09-05 17:55:05 linux-kernel [PATCH] KVM: arm64: Fix soft-lockup on relaxing PTE permission
2023-08-09 08:31:03 linux-kernel Re: [PATCH v8 05/14] KVM: Allow range-based TLB invalidation from common code
2023-08-09 06:39:34 linux-kernel Re: [PATCH v8 04/14] KVM: Remove CONFIG_HAVE_KVM_ARCH_TLB_FLUSH_ALL
2023-08-09 06:10:22 linux-kernel Re: [PATCH v8 02/14] KVM: Declare kvm_arch_flush_remote_tlbs() globally
2023-08-09 06:09:28 linux-kernel Re: [PATCH v8 03/14] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
2023-08-09 02:22:15 linux-kernel Re: [PATCH v8 09/14] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
2023-07-14 01:34:03 linux-kernel Re: [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
2023-07-06 00:19:00 linux-kernel Re: [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
2023-07-05 01:25:44 linux-kernel Re: [RESEND PATCH v5 10/11] KVM: arm64: Invalidate the table entries upon a range
2023-07-05 01:25:08 linux-kernel Re: [RESEND PATCH v5 07/11] KVM: arm64: Define kvm_tlb_flush_vmid_range()
2023-07-05 01:24:03 linux-kernel Re: [RESEND PATCH v5 03/11] KVM: Allow range-based TLB invalidation from common code
2023-07-05 01:16:27 linux-kernel Re: [RESEND PATCH v5 09/11] KVM: arm64: Flush only the memslot after write-protect
2023-07-05 00:53:18 linux-kernel Re: [RESEND PATCH v5 08/11] KVM: arm64: Implement kvm_arch_flush_remote_tlbs_range()
2023-07-05 00:40:50 linux-kernel Re: [RESEND PATCH v5 06/11] KVM: arm64: Implement __kvm_tlb_flush_vmid_range()
2023-07-05 00:31:45 linux-kernel Re: [RESEND PATCH v5 01/11] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
2023-07-05 00:25:54 linux-kernel Re: [RESEND PATCH v5 04/11] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common code
2023-07-05 00:18:10 linux-kernel Re: [RESEND PATCH v5 05/11] arm64: tlb: Refactor the core flush algorithm of __flush_tlb_range
2023-07-04 23:53:02 linux-kernel Re: [RESEND PATCH v5 02/11] KVM: arm64: Use kvm_arch_flush_remote_tlbs()
2023-06-15 05:53:19 linux-kernel [PATCH v3] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-14 00:52:31 linux-kernel Re: [PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-13 01:42:36 linux-kernel Re: [PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-09 10:40:38 linux-kernel [PATCH v2] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-09 09:18:42 linux-kernel Re: [PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-09 00:11:02 linux-kernel Re: [PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-08 09:26:00 linux-kernel [PATCH] KVM: Avoid illegal stage2 mapping on invalid memory slot
2023-06-04 07:50:07 linux-kernel Re: [PATCH v7 00/22] Support SDEI Virtualization
2023-04-03 06:32:42 linux-kernel Re: [RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-03-29 02:38:04 linux-kernel Re: [RFC PATCH 00/32] ACPI/arm64: add support for virtual cpuhotplug
2023-02-10 06:51:55 linux-kernel Re: [PATCH v2 4/6] KVM: arm64: Limit length in kvm_vm_ioctl_mte_copy_tags() to INT_MAX
2023-02-07 22:17:45 linux-kernel Re: [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
2023-02-07 00:10:38 linux-kernel Re: [PATCH 6/7] KVM: arm64: Change return type of kvm_vm_ioctl_mte_copy_tags() to "int"
2023-01-28 00:31:33 linux-kernel Re: [PATCH v4 1/4] KVM: arm64: Include kvm_mmu.h from vgic.h