LinuxLists
Users
About
Dou Liyang (
[email protected]
)
Number of posts: 387 (0.96 per day)
First post: 2016-10-06 08:07:14
Last post: 2017-11-13 03:48:44
Previous Page
/
Next Page
Date
List
Subject
2017-06-30 04:08:35
linux-kernel
[PATCH v5 12/12] x86/apic: Remove the init_bsp_APIC()
2017-06-30 04:08:26
linux-kernel
[PATCH v5 11/12] x86/time: Initialize interrupt mode behind timer init
2017-06-30 04:08:20
linux-kernel
[PATCH v5 08/12] x86/ioapic: Refactor the delay logic in timer_irq_works()
2017-06-30 04:08:18
linux-kernel
[PATCH v5 09/12] x86/init: add intr_mode_init to x86_init_ops
2017-06-30 04:08:11
linux-kernel
[PATCH v5 07/12] x86/apic: Unify interrupt mode setup for UP system
2017-06-30 04:08:10
linux-kernel
[PATCH v5 04/12] x86/apic: Move logical APIC ID away from apic_bsp_setup()
2017-06-30 04:08:09
linux-kernel
[PATCH v5 05/12] x86/apic: Unify interrupt mode setup for SMP-capable system
2017-06-30 04:07:58
linux-kernel
[PATCH v5 03/12] x86/apic: Split local APIC timer setup from the APIC setup
2017-06-30 04:07:56
linux-kernel
[PATCH v5 00/12] Unify the interrupt delivery mode and do its setup in advance
2017-06-30 04:07:55
linux-kernel
[PATCH v5 02/12] x86/apic: Prepare for unifying the interrupt delivery modes setup
2017-06-30 04:07:52
linux-kernel
[PATCH v5 01/12] x86/apic: Construct a selector for the interrupt delivery mode
2017-06-29 11:59:04
linux-kernel
Re: [PATCH v2] mm: Drop useless local parameters of __register_one_node()
2017-06-27 01:50:22
linux-kernel
Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible
2017-06-26 10:08:28
linux-kernel
Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible
2017-06-22 03:15:50
linux-kernel
[PATCH 2/2] x86/apic: Make arch_init_msi/htirq_domain __init
2017-06-21 10:14:33
linux-kernel
[PATCH] x86/apic: Make init_legacy_irqs() __init
2017-06-21 02:57:52
linux-kernel
[PATCH v2] mm: Drop useless local parameters of __register_one_node()
2017-06-20 04:22:16
linux-kernel
Re: [patch 19/55] genirq: Provide irq_fixup_move_pending()
2017-06-13 02:30:56
linux-kernel
[PATCH] x86/time: Make setup_default_timer_irq() static
2017-06-08 07:15:06
linux-kernel
[PATCH] mm: Drop useless local parameters of register_one_node()
2017-06-06 06:50:29
linux-kernel
Re: [RFC PATCH v3 00/12] Unify interrupt mode and setup it as soon as possible
2017-06-06 06:01:21
linux-kernel
[RFC PATCH v4 04/12] x86/time: Initialize interrupt mode behind timer init
2017-04-24 08:00:34
linux-kernel
Re: [PATCH v2 1/3] KASLR: Parse all memmap entries in cmdline
2017-04-24 03:53:24
linux-kernel
Re: [PATCH v2 3/3] Documentation/kernel-parameters.txt: Update 'memmap=' option description
2017-04-19 09:07:33
linux-kernel
[RFC PATCH v2 10/12] x86/apic: Make the interrupt mode setup earlier for UP system
2017-04-19 09:07:31
linux-kernel
[RFC PATCH v2 09/12] x86/apic: Setup interrupt mode earlier in case of no SMP motherboard
2017-04-19 09:06:51
linux-kernel
[RFC PATCH v2 12/12] x86/apic: Remove the apic_virtual_wire_mode_setup()
2017-04-19 09:06:34
linux-kernel
[RFC PATCH v2 11/12] x86/apic: Mark the apic_interrupt_mode extern for refining code
2017-04-19 09:06:25
linux-kernel
[RFC PATCH v2 08/12] x86/apic: Make the interrupt mode setup earlier for SMP-capable system
2017-04-19 09:06:16
linux-kernel
[RFC PATCH v2 06/12] x86/apic: Split local APIC timer setup from the APIC setup
2017-04-19 09:06:12
linux-kernel
[RFC PATCH v2 05/12] x86/ioapic: Refactor the delay logic in timer_irq_works()
2017-04-19 09:06:10
linux-kernel
[RFC PATCH v2 07/12] x86/apic: Move the logical APIC ID setup from apic_bsp_setup()
2017-04-19 09:06:00
linux-kernel
[RFC PATCH v2 04/12] x86/time: Initialize interrupt mode behind timer init
2017-04-19 09:05:58
linux-kernel
[RFC PATCH v2 03/12] x86/apic: Prepare for unifying the interrupt delivery modes setup
2017-04-19 09:05:49
linux-kernel
[RFC PATCH v2 02/12] x86/apic: Construct a selector for the interrupt delivery mode
2017-04-19 09:05:43
linux-kernel
[RFC PATCH v2 01/12] x86/apic: Replace init_bsp_APIC() with apic_virtual_wire_mode_setup()
2017-04-19 09:05:38
linux-kernel
[RFC PATCH v2 00/12] Unify interrupt mode and setup it as soon as possible
2017-04-13 11:11:39
linux-kernel
Re: [patch 02/13] workqueue: Provide work_on_cpu_safe()
2017-04-10 08:05:08
linux-kernel
[PATCH 3/3] x86/irq: Remove a redundant #ifdef directive
2017-04-09 10:47:26
linux-kernel
[PATCH 1/2] x86/smp: Refine the code in the case of X86_32_SMP
2017-04-09 10:47:19
linux-kernel
[PATCH 2/2] x86/smp: Remove the redundant #ifdef CONFIG_SMP directive
2017-04-07 09:39:19
linux-kernel
Re: [RFC PATCH 0/6] Unify the Interrupt Mode and setup it as soon as possible
2017-04-07 07:51:34
linux-kernel
Re: [RFC PATCH 3/6] x86/apic: Extract APIC timer related code from apic_bsp_setup()
2017-04-06 02:21:26
linux-kernel
Re: [RFC PATCH 2/6] x86/apic: Construct a framework for setuping APIC mode as soon as possible
2017-04-06 01:38:28
linux-kernel
Re: [RFC PATCH 1/6] x86/apic: Replace init_bsp_APIC() with apic_virture_wire_mode_setup()
2017-04-06 01:32:41
linux-kernel
Re: [RFC PATCH 1/6] x86/apic: Replace init_bsp_APIC() with apic_virture_wire_mode_setup()
2017-03-30 03:10:07
linux-kernel
Re: [RFC PATCH 0/6] Unify the Interrupt Mode and setup it as soon as possible
2017-03-30 03:03:27
linux-kernel
Re: [RFC PATCH 0/6] Unify the Interrupt Mode and setup it as soon as possible
2017-03-29 14:58:23
linux-kernel
[RFC PATCH 2/6] x86/apic: Construct a framework for setuping APIC mode as soon as possible
2017-03-29 14:56:16
linux-kernel
[RFC PATCH 5/6] x86/apic: Make the APIC mode setup earlier for UP system
2017-03-29 14:56:05
linux-kernel
[RFC PATCH 6/6] x86/apic: Remove the apic_virture_wire_mode_setup()