LinuxLists
Users
About
Jeremy Fitzhardinge (
[email protected]
)
Number of posts: 3653 (0.92 per day)
First post: 2000-10-26 22:45:56
Last post: 2011-09-29 17:48:02
Previous Page
/
Next Page
Date
List
Subject
2010-11-16 21:08:53
linux-kernel
[PATCH 03/14] x86/ticketlock: Use C for __ticket_spin_unlock
2010-11-16 18:39:30
linux-kernel
Re: [RFC][PATCH v2 4/7] taskstats: Add per task steal time accounting
2010-11-16 01:17:22
linux-kernel
Re: [Xen-devel] Re: [PATCH 3/3] xen/microcode: partially enable even for non-privileged kernels
2010-11-16 01:16:32
linux-kernel
Re: [Xen-devel] Re: [PATCH 2/3] xen: add CPU microcode update driver
2010-11-16 01:14:59
linux-kernel
Re: [Xen-devel] Re: [PATCH 1/3] xen dom0: Add support for the platform_ops hypercall
2010-11-15 21:05:02
linux-kernel
Re: linux-next: manual merge of the xen tree with Linus' tree
2010-11-15 21:02:13
linux-kernel
Re: [PATCH 00/20] x86: ticket lock rewrite and paravirtualization
2010-11-15 20:00:36
linux-kernel
Re: [PATCH 00/20] x86: ticket lock rewrite and paravirtualization
2010-11-15 19:39:07
linux-kernel
Re: [PATCH 06/20] x86/ticketlock: make __ticket_spin_trylock common
2010-11-15 19:38:38
linux-kernel
Re: [PATCH 03/20] x86/ticketlock: Use C for __ticket_spin_unlock
2010-11-15 19:36:59
linux-kernel
Re: [PATCH 01/20] x86/ticketlock: clean up types and accessors
2010-11-15 18:15:47
linux-kernel
Re: [PATCH -next] xen: fix header export to userspace
2010-11-12 22:17:14
linux-kernel
Re: [PATCH 00/20] x86: ticket lock rewrite and paravirtualization
2010-11-12 16:27:09
linux-kernel
Re: [PATCH 04/20] x86/ticketlock: make large and small ticket versions of spin_lock the same
2010-11-12 00:04:40
linux-kernel
[PATCH] agp: use DMA API when compiled for Xen as well
2010-11-11 23:58:35
linux-kernel
[PATCH 1/3] xen dom0: Add support for the platform_ops hypercall
2010-11-11 23:58:33
linux-kernel
[PATCH 3/3] xen/microcode: partially enable even for non-privileged kernels
2010-11-11 23:58:20
linux-kernel
[PATCH 2/3] xen: add CPU microcode update driver
2010-11-11 23:58:17
linux-kernel
[PATCH 0/3] Xen Microcode update driver for 2.6.38
2010-11-11 23:35:35
linux-kernel
[GIT PULL] Xen bug fixes
2010-11-11 23:20:30
linux-kernel
[GIT PULL] xen blkfront barrier updates
2010-11-11 17:21:39
linux-kernel
Re: [Xen-devel] [PATCH] xen: set vma flag VM_PFNMAP in the privcmd mmap file_op
2010-11-04 15:20:48
linux-kernel
Re: [PATCH 3/3] VIDEO: xen-fb, switch to for_each_console
2010-11-03 18:00:40
linux-kernel
Re: [PATCH 03/20] x86/ticketlock: Use C for __ticket_spin_unlock
2010-11-03 15:39:13
linux-kernel
Re: [PATCH 02/20] x86/ticketlock: convert spin loop to C
2010-11-03 15:24:58
linux-kernel
[PATCH 18/20] x86/ticketlock: remove .slock
2010-11-03 15:10:07
linux-kernel
[PATCH 19/20] x86/ticketlocks: use overlapping read to eliminate mb()
2010-11-03 15:03:31
linux-kernel
[PATCH 17/20] x86/ticketlock: clarify barrier in arch_spin_lock
2010-11-03 15:03:29
linux-kernel
[PATCH 14/20] x86/ticketlock: loosen ordering restraints on unlock
2010-11-03 15:03:01
linux-kernel
[PATCH 09/20] xen/pvticketlock: Xen implementation for PV ticket locks
2010-11-03 15:02:23
linux-kernel
[PATCH 02/20] x86/ticketlock: convert spin loop to C
2010-11-03 15:02:05
linux-kernel
[PATCH 15/20] x86/ticketlock: prevent compiler reordering into locked region
2010-11-03 15:01:44
linux-kernel
[PATCH 13/20] x86/pvticketlock: make sure unlock is seen by everyone before checking waiters
2010-11-03 15:01:40
linux-kernel
[PATCH 07/20] x86/spinlocks: replace pv spinlocks with pv ticketlocks
2010-11-03 15:01:29
linux-kernel
[PATCH 20/20] x86/ticketlock: rename ticketpair to head_tail
2010-11-03 15:01:27
linux-kernel
[PATCH 10/20] x86/pvticketlock: keep count of blocked cpus
2010-11-03 15:01:25
linux-kernel
[PATCH 05/20] x86/ticketlock: make __ticket_spin_lock common
2010-11-03 15:01:22
linux-kernel
[PATCH 16/20] x86/ticketlock: don't inline _spin_unlock when using paravirt spinlocks
2010-11-03 15:01:14
linux-kernel
[PATCH 11/20] x86/pvticketlock: use callee-save for lock_spinning
2010-11-03 15:01:12
linux-kernel
[PATCH 12/20] x86/pvticketlock: use callee-save for unlock_kick as well
2010-11-03 15:00:53
linux-kernel
[PATCH 01/20] x86/ticketlock: clean up types and accessors
2010-11-03 15:00:50
linux-kernel
[PATCH 08/20] x86/ticketlock: collapse a layer of functions
2010-11-03 15:00:42
linux-kernel
[PATCH 06/20] x86/ticketlock: make __ticket_spin_trylock common
2010-11-03 15:00:36
linux-kernel
[PATCH 03/20] x86/ticketlock: Use C for __ticket_spin_unlock
2010-11-03 15:00:33
linux-kernel
[PATCH 04/20] x86/ticketlock: make large and small ticket versions of spin_lock the same
2010-11-03 15:00:32
linux-kernel
[PATCH 00/20] x86: ticket lock rewrite and paravirtualization
2010-11-03 05:13:17
linux-kernel
Re: Debug patches for memblock
2010-11-02 16:22:06
linux-kernel
[PATCH 2/4] xen/blkfront: change blk_shadow.request to proper pointer
2010-11-02 16:21:58
linux-kernel
[PATCH 3/4] xen/blkfront: Implement FUA with BLKIF_OP_WRITE_BARRIER
2010-11-02 16:21:46
linux-kernel
[PATCH 4/4] xen/blkfront: cope with backend that fail empty BLKIF_OP_WRITE_BARRIER requests
2010-11-02 16:21:39
linux-kernel
[PATCH 1/4] xen/blkfront: map REQ_FLUSH into a full barrier