virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-10-04 00:27:53 to 2008-10-22 08:42:18 UTC [more...]

[PATCH 1/16 v6] PCI: remove unnecessary arg of pci_update_resource()
 2008-10-22  8:42 UTC  (6+ messages)
` [PATCH 2/16 v6] PCI: define PCI resource names in an 'enum'
` [PATCH 3/16 v6] PCI: export __pci_read_base
` [PATCH 4/16 v6] PCI: make pci_alloc_child_bus() be able to handle NULL bridge
` [PATCH 5/16 v6] PCI: add a wrapper for resource_alignment()
` [PATCH 6/16 v6] PCI: add a new function to map BAR offset

[PATCH 0/16 v6] PCI: Linux kernel SR-IOV support
 2008-10-22  8:38 UTC 

[PATCH 1/2] dm-ioband: I/O bandwidth controller v1.8.0: Source code and patch
 2008-10-22  8:12 UTC  (11+ messages)
  ` [PATCH 2/2] dm-ioband: I/O bandwidth controller v1.8.0: Document
` [PATCH 0/2] dm-ioband: I/O bandwidth controller v1.8.0: Introduction

[PATCH 1/15 v5] PCI: remove unnecessary arg of pci_update_resource()
 2008-10-22  7:19 UTC  (18+ messages)
` [PATCH 2/15 v5] PCI: define PCI resource names in an 'enum'
` [PATCH 3/15 v5] PCI: export __pci_read_base
` [PATCH 4/15 v5] PCI: make pci_alloc_child_bus() be able to handle NULL bridge
` [PATCH 5/15 v5] PCI: add a wrapper for resource_alignment()
` [PATCH 6/15 v5] PCI: add a new function to map BAR offset
` [PATCH 7/15 v5] PCI: cleanup pcibios_allocate_resources()
` [PATCH 8/15 v5] PCI: add boot options to reassign resources
` [PATCH 9/15 v5] PCI: add boot option to align MMIO resource
` [PATCH 10/15 v5] PCI: cleanup pci_bus_add_devices()
` [PATCH 11/15 v5] PCI: split a new function from pci_bus_add_devices()
` [PATCH 12/15 v5] PCI: support the SR-IOV capability
` [PATCH 13/15 v5] PCI: reserve bus range for the SR-IOV device
` [PATCH 14/15 v5] PCI: document the SR-IOV
` [PATCH 15/15 v5] PCI: document the new PCI boot parameters

[PATCH 0/15 v5] PCI: Linux kernel SR-IOV support
 2008-10-21 11:40 UTC 

[Question] power management related with cgroup based resource management
 2008-10-21  2:54 UTC 

[PATCH 01/13] ia64/pv_ops: add hooks to paravirtualize fsyscall implementation
 2008-10-20  3:55 UTC  (13+ messages)
` [PATCH 02/13] ia64/pv_ops/xen: preliminary to paravirtualizing fsys.S for xen
` [PATCH 03/13] ia64/pv_ops: paravirtualize fsys.S
` [PATCH 04/13] ia64/pv_ops/pvchecker: support mov = ar.itc paravirtualization
` [PATCH 05/13] ia64/pv_ops/xen: paravirtualize read/write ar.itc and ar.itm
` [PATCH 06/13] ia64/pv_ops: paravirtualize mov = ar.itc
` [PATCH 07/13] ia64/pv_ops/pv_time_ops: add sched_clock hook
` [PATCH 08/13] ia64/pv_ops/xen/pv_time_ops: implement sched_clock
` [PATCH 09/13] ia64/pv_ops: gate page paravirtualization
` [PATCH 10/13] ia64/pv_ops/xen: define xen specific gate page
` [PATCH 11/13] ia64/pv_ops: move down __kernel_syscall_via_epc
` [PATCH 12/13] ia64/pv_ops: paravirtualize gate.S
` [PATCH 13/13] ia64/pv_ops/xen/gate.S: xen gate page paravirtualization

[PATCH 00/13] ia64/pv_ops, xen: more paravirtualization
 2008-10-20  3:55 UTC 

[PATCH 1/8 v4] PCI: define PCI resource names in an 'enum'
 2008-10-17 22:54 UTC  (12+ messages)
` [PATCH 2/8 v4] PCI: export __pci_read_base
` [PATCH 3/8 v4] PCI: export pci_alloc_child_bus
` [PATCH 4/8 v4] PCI: add a wrapper for resource_alignment
` [PATCH 5/8 v4] PCI: add a new function to map BAR offset
` [PATCH 6/8 v4] PCI: support the SR-IOV capability
` [PATCH 7/8 v4] PCI: reserve bus range for the SR-IOV device
` [PATCH 8/8 v4] PCI: document the changes

[PATCH 01/33] ia64/pv_ops: fix paraviatualization of ivt.S with CONFIG_SMP=n
 2008-10-17 20:16 UTC  (36+ messages)
` [PATCH 02/33] ia64/pv_ops: avoid name conflict of get_irq_chip()
` [PATCH 03/33] ia64/pv_ops: update native/inst.h to clobber predicate
` [PATCH 04/33] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h
` [PATCH 05/33] ia64/xen: reserve "break" numbers used for xen hypercalls
` [PATCH 06/33] ia64/xen: introduce sync bitops which is necessary for ia64/xen support
` [PATCH 07/33] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 08/33] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
` [PATCH 09/33] ia64/xen: define several constants for ia64/xen
` [PATCH 10/33] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h
` [PATCH 11/33] ia64/xen: define helper functions for xen related address conversion
` [PATCH 12/33] ia64/xen: define helper functions for xen hypercalls
` [PATCH 13/33] ia64/xen: implement the arch specific part of xencomm
` [PATCH 14/33] ia64/xen: xencomm conversion functions for hypercalls
` [PATCH 15/33] ia64/xen: implement arch specific part of xen grant table
` [PATCH 16/33] ia64/xen: add definitions necessary for xen event channel
` [PATCH 17/33] ia64/xen: introduce helper function to identify domain mode
` [PATCH 18/33] ia64/pv_ops/xen: elf note based xen startup
` [PATCH 19/33] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
` [PATCH 20/33] ia64/pv_ops/xen: define xen pv_cpu_ops
` [PATCH 21/33] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code
` [PATCH 22/33] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
` [PATCH 23/33] ia64/pv_ops/xen: paravirtualize ivt.S "
` [PATCH 24/33] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
` [PATCH 25/33] ia64/pv_ops/xen: implement xen pv_iosapic_ops
` [PATCH 26/33] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
` [PATCH 27/33] ia64/pv_ops/xen: implement xen pv_irq_ops
` [PATCH 28/33] ia64/pv_ops/xen: implement xen pv_time_ops
` [PATCH 29/33] ia64/xen: define xen machine vector for domU
` [PATCH 30/33] ia64/xen: preliminary support for save/restore
` [PATCH 31/33] ia64/pv_ops: update Kconfig for paravirtualized guest and xen
` [PATCH 32/33] ia64/xen: a recipe for using xen/ia64 with pv_ops
` [PATCH 33/33] ia64/pv_ops: paravirtualized istruction checker
` [PATCH 00/33] ia64/xen domU take 12

[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.8.0: Introduction
 2008-10-17  7:09 UTC 

[PATCH 6/6 v3] PCI: document the change
 2008-10-17  5:48 UTC  (9+ messages)

[PATCH 00/33] ia64/xen domU take 12
 2008-10-17  2:17 UTC 

[PATCH 1/2] virtio_net: Recycle some more rx buffer pages
 2008-10-16  9:15 UTC  (12+ messages)
` [PATCH 2/2] virtio_net: Improve the recv buffer allocation scheme

[PATCH][RFC] vmchannel a data channel between host and guest
 2008-10-15 16:59 UTC  (8+ messages)

[PATCH 01/32] ia64/pv_ops: avoid name conflict of get_irq_chip()
 2008-10-15  3:22 UTC  (38+ messages)
` [PATCH 02/32] ia64/pv_ops: update native/inst.h to clobber predicate
` [PATCH 03/32] ia64: move function declaration, ia64_cpu_local_tick() from .c to .h
` [PATCH 04/32] ia64/xen: reserve "break" numbers used for xen hypercalls
` [PATCH 05/32] ia64/xen: introduce sync bitops which is necessary for ia64/xen support
` [PATCH 06/32] ia64/xen: increase IA64_MAX_RSVD_REGIONS
` [PATCH 07/32] ia64/xen: introduce definitions necessary for ia64/xen hypercalls
` [PATCH 08/32] ia64/xen: define several constants for ia64/xen
` [PATCH 09/32] ia64/xen: add a necessary header file to compile include/xen/interface/xen.h
` [PATCH 10/32] ia64/xen: define helper functions for xen related address conversion
` [PATCH 11/32] ia64/xen: define helper functions for xen hypercalls
` [PATCH 12/32] ia64/xen: implement the arch specific part of xencomm
` [PATCH 13/32] ia64/xen: xencomm conversion functions for hypercalls
` [PATCH 14/32] ia64/xen: implement arch specific part of xen grant table
` [PATCH 15/32] ia64/xen: add definitions necessary for xen event channel
` [PATCH 16/32] ia64/xen: introduce helper function to identify domain mode
` [PATCH 17/32] ia64/pv_ops/xen: elf note based xen startup
` [PATCH 18/32] ia64/pv_ops/xen: define xen pv_init_ops for various xen initialization
` [PATCH 19/32] ia64/pv_ops/xen: define xen pv_cpu_ops
` [PATCH 20/32] ia64/pv_ops/xen: define xen paravirtualized instructions for hand written assembly code
` [PATCH 21/32] ia64/pv_ops/xen: paravirtualize DO_SAVE_MIN for xen
` [PATCH 22/32] ia64/pv_ops/xen: paravirtualize ivt.S "
` [PATCH 23/32] ia64/pv_ops/xen: paravirtualize entry.S for ia64/xen
` [PATCH 24/32] ia64/pv_ops/xen: implement xen pv_iosapic_ops
` [PATCH 25/32] ia64/pv_ops/xen: define the nubmer of irqs which xen needs
` [PATCH 26/32] ia64/pv_ops/xen: implement xen pv_irq_ops
` [PATCH 27/32] ia64/pv_ops/xen: implement xen pv_time_ops
` [PATCH 28/32] ia64/xen: define xen machine vector for domU
` [PATCH 29/32] ia64/xen: preliminary support for save/restore
` [PATCH 30/32] ia64/pv_ops: update Kconfig for paravirtualized guest and xen
` [PATCH 31/32] ia64/xen: a recipe for using xen/ia64 with pv_ops
` [PATCH 32/32] ia64/pv_ops: paravirtualized istruction checker

[PATCH 0/8 v4] PCI: Linux kernel SR-IOV support
 2008-10-14 10:34 UTC 

[RFC 0/3]: hvc_console rework for platform without hard irqs
 2008-10-14  8:18 UTC  (10+ messages)
` [RFC 1/3] hvc_console: rework setup to replace irq functions with callbacks

[PATCH 00/32] ia64/xen domU take 11
 2008-10-14  5:51 UTC 

[PATCH 4/6 v3] PCI: support SR-IOV capability
 2008-10-10  7:24 UTC  (2+ messages)

[PATCH 0/2] dm-ioband: I/O bandwidth controller v1.7.0: Introduction
 2008-10-09 12:14 UTC  (4+ messages)

[PATCH 1/6 v3] PCI: export some functions and macros
 2008-10-08 15:25 UTC 

[PATCH 2/6 v3] PCI: add new general functions
 2008-10-08  3:25 UTC 

[PATCH 3/6 v3] PCI: support ARI capability
 2008-10-08  2:56 UTC 

[PATCH 0/6 v3] PCI: Linux kernel SR-IOV support
 2008-10-08  2:32 UTC 

[PATCH 1/6 v3] PCI: export some functions and macros
 2008-10-08  2:23 UTC 

[RFC] CPUID usage for interaction between Hypervisors and Linux
 2008-10-08  1:09 UTC  (11+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).