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-09-29 15:01:06
linux-kernel
Re: [PATCH v6 1/4] sched/clock: interface to allow timestamps early in boot
2017-09-28 10:03:10
linux-kernel
Re: [PATCH v6 1/4] sched/clock: interface to allow timestamps early in boot
2017-09-27 13:57:38
linux-kernel
Re: [PATCH][next] x86/apic: fix spelling mistake: "symmectic" -> "symmetric"
2017-09-27 13:52:46
linux-kernel
Re: [PATCH v6 1/4] sched/clock: interface to allow timestamps early in boot
2017-09-27 10:06:46
linux-kernel
Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier
2017-09-27 07:34:07
linux-kernel
Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier
2017-09-27 01:42:04
linux-kernel
Re: [PATCH v9] ACPI / init: Invoke early ACPI initialization earlier
2017-09-13 10:23:03
linux-kernel
[PATCH v10 10/12] x86/xen: Bypass intr mode setup in enlighten_pv system
2017-09-13 10:09:34
linux-kernel
Re: [Xen-devel] [PATCH v9 10/12] x86/xen: Bypass intr mode setup in enlighten_pv system
2017-09-13 09:19:18
linux-kernel
[PATCH v9 08/12] x86/ioapic: Refactor the delay logic in timer_irq_works()
2017-09-13 09:18:17
linux-kernel
[PATCH v9] ACPI / init: Invoke early ACPI initialization earlier
2017-09-13 09:18:07
linux-kernel
[PATCH v9 10/12] x86/xen: Bypass intr mode setup in enlighten_pv system
2017-09-13 09:17:42
linux-kernel
[PATCH v9 04/12] x86/apic: Move logical APIC ID away from apic_bsp_setup()
2017-09-13 09:17:40
linux-kernel
[PATCH v9 11/12] x86/time: Initialize interrupt mode behind timer init
2017-09-13 09:17:31
linux-kernel
[PATCH v9 12/12] x86/apic: Remove the init_bsp_APIC()
2017-09-13 09:17:27
linux-kernel
[PATCH v9 09/12] x86/init: add intr_mode_init to x86_init_ops
2017-09-13 09:17:17
linux-kernel
[PATCH v9 06/12] x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
2017-09-13 09:16:50
linux-kernel
[PATCH v9 07/12] x86/apic: Unify interrupt mode setup for UP system
2017-09-13 09:16:42
linux-kernel
[PATCH v9 03/12] x86/apic: Split local APIC timer setup from the APIC setup
2017-09-13 09:16:34
linux-kernel
[PATCH v9 05/12] x86/apic: Unify interrupt mode setup for SMP-capable system
2017-09-13 09:14:59
linux-kernel
[PATCH v9 02/12] x86/apic: Prepare for unifying the interrupt delivery modes setup
2017-09-13 09:14:23
linux-kernel
[PATCH v9 01/12] x86/apic: Construct a selector for the interrupt delivery mode
2017-09-13 09:14:16
linux-kernel
[PATCH v9 00/12] Unify the interrupt delivery mode and do its setup in advance
2017-09-13 03:48:09
linux-kernel
Re: [PATCH v8 01/13] x86/apic: Construct a selector for the interrupt delivery mode
2017-09-12 01:20:48
linux-kernel
Re: [PATCH v8 01/13] x86/apic: Construct a selector for the interrupt delivery mode
2017-09-11 03:43:32
linux-kernel
[PATCH] x86/processor: Remove unused declaration of __generic_processor_info()
2017-09-07 08:49:46
linux-kernel
[PATCH 2/2] x86/apic: Convert APIC_INTEGRATED to lapic_is_integrated() in apic.c
2017-09-07 08:49:44
linux-kernel
[PATCH 1/2] x86/apic: Remove duplicate judgement of X86_64 in lapic_is_integrated()
2017-09-07 04:19:37
linux-kernel
Re: [PATCH v8 01/13] x86/apic: Construct a selector for the interrupt delivery mode
2017-09-07 02:27:48
linux-kernel
Re: [PATCH v8 06/13] x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
2017-09-06 05:41:31
linux-kernel
Re: [PATCH v8 06/13] x86/apic: Mark the apic_intr_mode extern for sanity check cleanup
2017-09-06 04:18:48
linux-kernel
Re: [PATCH v8 01/13] x86/apic: Construct a selector for the interrupt delivery mode
2017-09-04 08:52:45
linux-kernel
Re: [PATCH v2] kaslr: get ACPI SRAT table to avoid movable memory
2017-09-04 08:17:39
linux-kernel
Re: [PATCH v2] kaslr: get ACPI SRAT table to avoid movable memory
2017-09-01 08:54:08
linux-kernel
Re: [PATCH v2 2/7] MIPS: numa: Remove the unused parent_node() macro
2017-09-01 02:58:20
linux-kernel
[PATCH v2 2/7] MIPS: numa: Remove the unused parent_node() macro
2017-09-01 02:58:00
linux-kernel
[PATCH v2 6/7] tile/topology: Remove the unused parent_node() macro
2017-09-01 02:57:28
linux-kernel
[PATCH v2 7/7] asm-generic: numa: Remove the unused parent_node() macro
2017-09-01 02:57:27
linux-kernel
[PATCH v2 3/7] s390/topology: Remove the unused parent_node() macro
2017-09-01 02:57:12
linux-kernel
[PATCH v2 5/7] sparc64/topology: Remove the unused parent_node() macro
2017-09-01 02:56:55
linux-kernel
[PATCH v2 4/7] sh/numa: Remove the unused parent_node() macro
2017-09-01 02:56:51
linux-kernel
[PATCH v2 0/7] Remove the parent_node() for each arch
2017-09-01 02:56:48
linux-kernel
[PATCH v2 1/7] ia64: topology: Remove the unused parent_node() macro
2017-08-28 05:38:25
linux-kernel
Re: [PATCH v8 00/13] Unify the interrupt delivery mode and do its setup in advance
2017-08-28 05:16:01
linux-kernel
Re: [Xen-devel] [PATCH v8 10/13] x86/xen: Bypass intr mode setup in enlighten_pv system
2017-08-28 03:24:02
linux-kernel
[PATCH v8 01/13] x86/apic: Construct a selector for the interrupt delivery mode
2017-08-28 03:23:35
linux-kernel
[PATCH v8 04/13] x86/apic: Move logical APIC ID away from apic_bsp_setup()
2017-08-28 03:22:03
linux-kernel
[PATCH v8 12/13] x86/time: Initialize interrupt mode behind timer init
2017-08-28 03:21:49
linux-kernel
[PATCH v8 13/13] x86/apic: Remove the init_bsp_APIC()
2017-08-28 03:21:47
linux-kernel
[PATCH v8 10/13] x86/xen: Bypass intr mode setup in enlighten_pv system
2017-08-28 03:21:46
linux-kernel
[PATCH v8 11/13] ACPI / init: Invoke early ACPI initialization earlier