Pingfan Liu ([email protected])

Number of posts: 469 (0.1 per day)
First post: 2009-12-03 06:49:10
Last post: 2023-03-23 03:45:07

Date List Subject
2023-03-23 03:45:07 linux-kernel Re: [PATCH 0/6] arm64: make kexec_file able to load zboot image
2023-03-10 04:22:12 linux-kernel Re: [PATCH 0/6] arm64: make kexec_file able to load zboot image
2023-03-07 08:09:55 linux-kernel Re: [PATCH 0/6] arm64: make kexec_file able to load zboot image
2023-03-06 03:04:09 linux-kernel [PATCH 6/6] init/Kconfig: Select decompressing method if compressing kernel
2023-03-06 03:03:52 linux-kernel [PATCH 4/6] lib/decompress: Keep decompress routines based on selection
2023-03-06 03:03:39 linux-kernel [PATCH 2/6] lib/decompress: Introduce decompress_method_by_name()
2023-03-06 03:03:32 linux-kernel [PATCH 0/6] arm64: make kexec_file able to load zboot image
2022-11-28 09:22:48 linux-kernel Re: [PATCH] srcu: Add detection of boot CPU srcu_data structure's->srcu_cblist
2022-09-05 04:42:55 linux-kernel Re: [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-24 14:29:22 linux-kernel Re: [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-24 13:55:32 linux-kernel Re: [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-23 07:39:28 linux-kernel Re: [RFC 07/10] lib/cpumask: Introduce cpumask_not_dying_but()
2022-08-23 02:42:22 linux-kernel Re: [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-23 02:04:55 linux-kernel Re: [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-22 02:50:04 linux-kernel [RFC 08/10] cpuhp: Replace cpumask_any_but(cpu_online_mask, cpu)
2022-08-22 02:33:04 linux-kernel [RFC 07/10] lib/cpumask: Introduce cpumask_not_dying_but()
2022-08-22 02:32:52 linux-kernel [RFC 05/10] perf/arm-dsu: Make dsu_pmu_cpu_teardown() parallel
2022-08-22 02:32:23 linux-kernel [RFC 02/10] cpu/hotplug: Compile smp_shutdown_nonboot_cpus() conditioned on CONFIG_SHUTDOWN_NONBOOT_CPUS
2022-08-22 02:31:59 linux-kernel [RFC 10/10] arm64: smp: Make __cpu_disable() parallel
2022-08-22 02:31:46 linux-kernel [RFC 00/10] arm64/riscv: Introduce fast kexec reboot
2022-08-22 02:31:46 linux-kernel [RFC 01/10] cpu/hotplug: Make __cpuhp_kick_ap() ready for async
2022-08-22 02:31:43 linux-kernel [RFC 03/10] cpu/hotplug: Introduce fast kexec reboot
2022-08-22 02:31:34 linux-kernel [RFC 09/10] genirq/cpuhotplug: Ask migrate_one_irq() to migrate to a real online cpu
2022-08-22 02:18:24 linux-kernel [RFC 06/10] rcu/hotplug: Make rcutree_dead_cpu() parallel
2022-08-22 02:18:08 linux-kernel [RFC 04/10] cpu/hotplug: Check the capability of kexec quick reboot
2022-05-14 03:34:19 linux-kernel [PATCHv4 2/2] cpu/hotplug: Remove the input parameter primary_cpu of smp_shutdown_nonboot_cpus()
2022-05-12 19:35:15 linux-kernel [PATCHv4 1/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
2022-05-12 01:24:09 linux-kernel Re: [PATCHv3 1/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
2022-05-10 03:47:44 linux-kernel Re: [PATCHv3 1/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
2022-05-09 10:11:34 linux-kernel [PATCHv3 1/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
2022-05-09 10:10:21 linux-kernel [PATCHv3 2/2] arm/arm64/ia64: kexec: fix the primary cpu passed to smp_shutdown_nonboot_cpus()
2022-05-09 10:09:49 linux-kernel [PATCHv3 0/2] cpu/hotplug: Keep cpu hotplug disabled until the rebooting cpu is stable
2022-04-27 10:41:36 linux-kernel Re: [PATCH 7/9] irq: remove needless lock in takedown_cpu()
2022-04-27 09:50:52 linux-kernel [PATCHv2] genirq/PM: Make for_each_irq_desc() safe of irq_desc release
2022-04-25 07:59:37 linux-kernel Re: [PATCH 7/9] irq: remove needless lock in takedown_cpu()
2022-04-22 22:40:40 linux-kernel [PATCH 8/9] irq: make irq_lock_sparse() independent of CONFIG_SPARSE_IRQ
2022-04-22 21:18:23 linux-kernel [PATCHv2] s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()
2022-04-22 20:58:12 linux-kernel Re: [PATCH 6/9] pm/irq: make for_each_irq_desc() safe of irq_desc release
2022-04-22 20:47:19 linux-kernel [PATCH 5/9] x86/irq: place for_each_active_irq() in rcu read section
2022-04-22 20:42:18 linux-kernel [PATCH 6/9] pm/irq: make for_each_irq_desc() safe of irq_desc release
2022-04-22 20:36:32 linux-kernel [PATCH 3/9] irq/manage: remove some unreferenced code
2022-04-22 20:32:52 linux-kernel [PATCH 2/9] irq/irqdesc: change the name of delete_irq_desc() to irq_delete_desc()
2022-04-22 20:29:48 linux-kernel [PATCH 1/9] irq/irqdesc: put the lock at the exact place in irq_sysfs_init()
2022-04-22 20:27:23 linux-kernel [PATCH 4/9] s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()
2022-04-22 19:47:17 linux-kernel [PATCH 9/9] irq/irqdesc: rename sparse_irq_lock to bitmap_lock
2022-04-22 19:25:18 linux-kernel Re: [PATCH 4/9] s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()
2022-04-22 19:10:07 linux-kernel Re: [PATCH 4/9] s390/irq: utilize RCU instead of irq_lock_sparse() in show_msi_interrupt()
2022-04-22 18:27:23 linux-kernel [PATCH 7/9] irq: remove needless lock in takedown_cpu()
2022-04-22 13:53:29 linux-kernel [PATCH 0/9] trival fix or improvement about irq_desc access
2022-04-21 10:57:58 linux-kernel Re: [PATCH 6/9] pm/irq: make for_each_irq_desc() safe of irq_desc release
2022-02-14 10:15:11 linux-kernel Re: [PATCHv2] kexec: disable cpu hotplug until the rebooting cpu is stable