Eduardo Habkost ([email protected])

Number of posts: 194 (0.05 per day)
First post: 2007-12-20 12:21:38
Last post: 2017-11-29 11:45:01

Date List Subject
2008-11-04 14:59:44 linux-kernel [PATCH 02/16] x86 kdump: Move crashing_cpu assignment to nmi_shootdown_cpus()
2008-11-04 14:59:24 linux-kernel [PATCH 05/16] x86 kdump: Make nmi_shootdown_cpus() non-static
2008-11-04 14:58:56 linux-kernel [PATCH 04/16] x86 kdump: Make kdump_nmi_callback() a function ptr on crash_nmi_callback()
2008-11-04 14:58:00 linux-kernel [PATCH 07/16] x86: Make nmi_shootdown_cpus() available on !SMP and !X86_LOCAL_APIC
2008-11-04 14:57:43 linux-kernel [PATCH 08/16] x86: Emergency virtualization disable function
2008-11-04 14:57:29 linux-kernel [PATCH 15/16] kvm: x86: set kdump virt_disable function on initialization
2008-11-04 14:57:00 linux-kernel [PATCH 09/16] kdump: Hook emergency_virt_disable() on crash shutdown code
2008-11-04 14:56:44 linux-kernel [PATCH 03/16] x86 kdump: Create kdump_nmi_shootdown_cpus()
2008-11-04 14:56:28 linux-kernel [PATCH 14/16] kvmx: x86: set kvm_x86_ops earlier on kvm_arch_init()
2008-11-04 14:56:04 linux-kernel [PATCH 16/16] Revert "x86: default to reboot via ACPI"
2008-11-04 14:55:46 linux-kernel [PATCH 00/14] x86: disable virt on kdump and emergency_restart
2008-11-04 14:55:16 linux-kernel [PATCH 12/16] kvm: svm: set crash_hardware_disable to svm_hardware_disable
2008-11-04 14:54:53 linux-kernel [PATCH 01/16] x86 kdump: Extract kdump-specific code from crash_nmi_callback()
2008-11-04 14:54:37 linux-kernel [PATCH 06/16] x86: Move nmi_shootdown_cpus() to reboot.c
2008-11-04 14:54:23 linux-kernel [PATCH 10/16] x86: disable virtualization on all CPUs if needed, on emergency_restart
2008-11-04 14:53:54 linux-kernel [PATCH 11/16] kvm_x86_ops: crash_hardware_disable() operation
2008-11-04 11:58:39 linux-kernel Re: [PATCH] Use BIOS reboot on Toshiba Portege 4000
2008-11-03 17:02:19 linux-kernel Re: [PATCH] Use BIOS reboot on Toshiba Portege 4000
2008-11-03 13:34:56 linux-kernel Re: [PATCH] Use BIOS reboot on Toshiba Portege 4000
2008-08-19 19:18:19 linux-kernel [PATCH] KVM_GUEST: use the right parameter type on kvm_release_pt() (was Re: i386 allmodconfig in linux-next)
2008-08-08 17:25:54 linux-kernel next-20080808 fs/nfsctl.c build error
2008-08-07 23:38:45 linux-kernel CLONE_PTRACE Oops (was Re: 'strace -f' regression, bisected to tracehook)
2008-08-07 22:27:34 linux-kernel 'strace -f' regression, bisected to tracehook
2008-07-31 20:38:54 linux-kernel [PATCH][resend] xen-netfront: use netif_start_queue() on xennet_open()
2008-07-31 20:05:33 linux-kernel Re: [PATCH 2/2] xen-netfront: call netif_start_queue() on xennet_open()
2008-07-30 21:33:52 linux-kernel [PATCH] paravirt_ops: Use unsigned long instead of u32 for alloc_p*() pfn args
2008-07-28 21:33:17 linux-kernel [PATCH] xen_alloc_ptpage: cast PFN_PHYS() argument to unsigned long
2008-07-24 15:16:52 linux-kernel [PATCH 1/2] Xen: Use native_pte_flags instead of native_pte_val for .pte_flags
2008-07-24 15:16:38 linux-kernel [PATCH 2/2] xen-netfront: call netif_start_queue() on xennet_open()
2008-03-05 16:56:52 linux-kernel Re: [RFC] use realmode code to reserve end-of-conventional-memory to 1MB
2008-03-05 16:02:53 linux-kernel Re: [RFC] use realmode code to reserve end-of-conventional-memory to 1MB
2008-01-22 18:58:17 linux-kernel [PATCH 2/2] Remove depends on X86_32 from PARAVIRT & PARAVIRT_GUEST
2008-01-22 18:55:28 linux-kernel [PATCH 1/2] Allow enabling PARAVIRT without any guest implementation
2008-01-22 12:39:21 linux-kernel Re: [PATCH 0/4] paravirt_ops-64 compile fixes
2008-01-21 21:54:33 linux-kernel [PATCH 3/4] Don't set pagetable_setup_{start,done} hooks on x86_64
2008-01-21 21:54:17 linux-kernel [PATCH 4/4] Fill in missing pv_mmu_ops entries for PAGETABLE_LEVELS >= 3
2008-01-21 21:53:56 linux-kernel [PATCH 1/4] Add missing semicolon to SWAPGS macro
2008-01-21 21:53:39 linux-kernel [PATCH 0/4] paravirt_ops-64 compile fixes
2008-01-21 21:53:24 linux-kernel [PATCH 2/4] include/asm-x86/paravirt.h: x86_64 mmu operations
2008-01-21 20:48:35 linux-kernel Re: [PATCH] fill in missing pv_mmu_ops entries for PAGETABLE_LEVELS >= 3
2007-12-20 12:21:38 linux-kernel Re: [PATCH 2/5] x86: unify pgtable*.h