All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-07-26 10:40:53 to 2011-07-26 11:54:55 UTC [more...]

[Xenomai-core] Debugging Xenomai kernel
 2011-07-26 11:54 UTC 

[U-Boot] [PATCH V2] AT91: EMK/TOP9000 board actualization
 2011-07-26 11:54 UTC  (2+ messages)

driver problem: cx231xx error -71 with Hauppauge USB live2 on Ubuntu 11.04, netbook edition
 2011-07-26 11:53 UTC  (2+ messages)

[RFC 0/3] Frame synchronisation events and support for them in the OMAP 3 ISP driver
 2011-07-26 11:52 UTC  (3+ messages)
` [RFC 2/3] v4l: events: Define frame start event

[PATCH 0/6] misc changes for kexec in pv-on-hvm guests
 2011-07-26 11:52 UTC  (7+ messages)
` [PATCH 1/6] xen: use static initializers in xen-balloon.c
` [PATCH 2/6] xen/hvm kexec: unregister shutdown+sysrq watches during reboot
` [PATCH 3/6] xen/hvm kexec: unregister memory/target watch in xen-balloon.c
` [PATCH 4/6] xen/hvm kexec: unbind debugirq during reboot
` [PATCH 5/6] xen/hvm kexec: unregister timer interrupt "
` [PATCH 6/6] xen kexec: reset device state to Initializing "

[Qemu-devel] [PATCH v2 00/23] Memory API, batch 1
 2011-07-26 11:51 UTC  (54+ messages)
`  "
` [Qemu-devel] [PATCH v2 01/23] Add memory API documentation
  `  "
` [Qemu-devel] [PATCH v2 02/23] Hierarchical memory region API
  `  "
` [Qemu-devel] [PATCH v2 03/23] memory: implement dirty tracking
  `  "
` [Qemu-devel] [PATCH v2 04/23] memory: merge adjacent segments of a single memory region
  `  "
` [Qemu-devel] [PATCH v2 05/23] Internal interfaces for memory API
  `  "
` [Qemu-devel] [PATCH v2 06/23] memory: abstract address space operations
  `  "
` [Qemu-devel] [PATCH v2 07/23] memory: rename MemoryRegion::has_ram_addr to ::terminates
  `  "
` [Qemu-devel] [PATCH v2 08/23] memory: late initialization of ram_addr
  `  "
` [Qemu-devel] [PATCH v2 09/23] memory: I/O address space support
  `  "
` [Qemu-devel] [PATCH v2 10/23] memory: add backward compatibility for old portio registration
  `  "
` [Qemu-devel] [PATCH v2 11/23] memory: add backward compatibility for old mmio registration
  `  "
` [Qemu-devel] [PATCH v2 12/23] memory: add ioeventfd support
  `  "
` [Qemu-devel] [PATCH v2 13/23] memory: separate building the final memory map into two steps
  `  "
` [Qemu-devel] [PATCH v2 14/23] memory: transaction API
  `  "
` [Qemu-devel] [PATCH v2 15/23] exec.c: initialize memory map
  `  "
` [Qemu-devel] [PATCH v2 16/23] ioport: register ranges by byte aligned addresses always
  `  "
` [Qemu-devel] [PATCH v2 17/23] pc: grab system_memory
  `  "
` [Qemu-devel] [PATCH v2 18/23] pc: convert pc_memory_init() to memory API
  `  "
` [Qemu-devel] [PATCH v2 19/23] pc: move global memory map out of pc_init1() and into its callers
  `  "
` [Qemu-devel] [PATCH v2 20/23] pci: pass address space to pci bus when created
  `  "
` [Qemu-devel] [PATCH v2 21/23] pci: add MemoryRegion based BAR management API
  `  "
` [Qemu-devel] [PATCH v2 22/23] sysbus: add MemoryRegion based memory "
  `  "
` [Qemu-devel] [PATCH v2 23/23] usb-ohci: convert to MemoryRegion
  `  "

[PATCH] staging: (iio) restore macro IIO_ATTR_2
 2011-07-26 11:50 UTC  (5+ messages)

[PATCH] loop: add management interface for on-demand device allocation
 2011-07-26 11:50 UTC 

[U-Boot] [PATCH] 85xx: enable FDT support for STX SSA board
 2011-07-26 11:49 UTC  (2+ messages)

[Patch] VFS : mount lock scalability for files systems without mount point (WAS vfsmount lock issues on very large ppc64 box)
 2011-07-26 11:49 UTC  (14+ messages)
            ` [PATCH] vfs: dont chain pipe/anon/socket on superblock s_inodes list

IOMMU support for xen in BIOS of AMD based HP DL385g7 and kernel 3.0.0-rc7
 2011-07-26 11:47 UTC  (4+ messages)

(unknown),
 2011-07-26 11:07 UTC 

long fast-import errors out "failed to apply delta"
 2011-07-26 11:46 UTC  (3+ messages)

New driver mtipx2xx submission
 2011-07-26 11:49 UTC  (21+ messages)

[U-Boot] [PATCH] eb_cpux9k2: add USB host support to board
 2011-07-26 11:46 UTC  (8+ messages)
  ` [U-Boot] [PATCH V2][ARM] "

[Qemu-devel] [PATCH 00/10] block: Coroutine support
 2011-07-26 11:49 UTC  (11+ messages)
` [Qemu-devel] [PATCH 01/10] block: Add bdrv_co_readv/writev
` [Qemu-devel] [PATCH 02/10] block: Emulate AIO functions with bdrv_co_readv/writev
` [Qemu-devel] [PATCH 03/10] block: Add bdrv_co_readv/writev emulation
` [Qemu-devel] [PATCH 04/10] coroutines: Locks
` [Qemu-devel] [PATCH 05/10] qcow2: Use coroutines
` [Qemu-devel] [PATCH 06/10] qcow: "
` [Qemu-devel] [PATCH 07/10] async: Remove AsyncContext
` [Qemu-devel] [PATCH 08/10] coroutines: Use one global bottom half for CoQueue
` [Qemu-devel] [PATCH 09/10] posix-aio-compat: Allow read after EOF
` [Qemu-devel] [PATCH 10/10] block: Use bdrv_co_* instead of synchronous versions in coroutines

listing changesets on a branch
 2011-07-26 11:46 UTC  (2+ messages)

[GIT PULL] core/printk changes for v3.1
 2011-07-26 11:43 UTC  (4+ messages)

[PATCH v3] V4L: add two new ioctl()s for multi-size videobuffer management
 2011-07-26 11:44 UTC  (6+ messages)

[ANNOUNCE] 3.0-rt3
 2011-07-26 11:44 UTC  (6+ messages)

Preempt & smp_processor_id in __make_request
 2011-07-26 11:43 UTC  (3+ messages)

[PATCH] ASoC: core - make IO calls return a valid errno on failure
 2011-07-26 11:43 UTC  (4+ messages)

[PATCH 20 of 20] n2 MSR handling and capability exposure
 2011-07-26 11:42 UTC  (15+ messages)

[PATCH V2] device-assignment pci: correct pci config size default for cap version 2 endpoints
 2011-07-26 11:42 UTC  (5+ messages)

[PATCH v3] ASoC: dapm - Add API call to query the widgets of valid DAPM paths
 2011-07-26 11:41 UTC  (4+ messages)

[PATCH] Switch Nios2 devices to ressource usage
 2011-07-26 11:41 UTC  (4+ messages)
` [PATCH 2/4] nios2/altera_tse.c: switch to ressources

[PATCH 00/23] Memory API, batch 1
 2011-07-26 11:39 UTC  (28+ messages)
` [PATCH 12/23] memory: separate building the final memory map into two steps
  ` [Qemu-devel] "
` [PATCH 13/23] memory: document the memory API
  ` [Qemu-devel] "
` [PATCH 14/23] memory: transaction API
  ` [Qemu-devel] "
` [PATCH 15/23] exec.c: initialize memory map
  ` [Qemu-devel] "
` [PATCH 16/23] ioport: register ranges by byte aligned addresses always
  ` [Qemu-devel] "
` [PATCH 19/23] pc: move global memory map out of pc_init1() and into its callers
  ` [Qemu-devel] "
` [PATCH 21/23] pci: add MemoryRegion based BAR management API
    ` [Qemu-devel] "
  ` [Qemu-devel] [PATCH 00/23] Memory API, batch 1

ls-tree with non-english characters
 2011-07-26 11:39 UTC  (5+ messages)

Slower write performance in RHEL6
 2011-07-26 11:38 UTC  (2+ messages)

[PATCH] netfilter: add per-namespace logging to nfnetlink_log.c
 2011-07-26 11:37 UTC  (10+ messages)
            ` [PATCH] netfilter: add per-namespace logging to nfnetlink_log.c (updated)
              ` [PATCH] netfilter: add per-namespace logging to nfnetlink_log.c (updated again)

question on memory barriers
 2011-07-26 11:39 UTC 

[PATCH RESEND] sched: fix false lockdep warning in set_task_cpu()
 2011-07-26 11:36 UTC 

[Qemu-devel] [Bug 816370] [NEW] compile error in QEMU 0.15.0-rc0
 2011-07-26 11:28 UTC 

[Bug 39550] New: Brightness stuck to low value after suspend/resume
 2011-07-26 11:35 UTC 

[PATCH 0/11] KVM: x86: optimize for guest page written
 2011-07-26 11:31 UTC  (11+ messages)
` [PATCH 01/11] KVM: MMU: avoid pte_list_desc run out in kvm_mmu_pte_write
` [PATCH 02/11] KVM: x86: cleanup pio/pout emulated
` [PATCH 03/11] KVM: x86: fast emulate repeat string write instructions
` [PATCH 04/11] KVM: MMU: do not mark access bit on pte write path
` [PATCH 05/11] KVM: MMU: cleanup FNAME(invlpg)
` [PATCH 06/11] KVM: MMU: fast prefetch spte on invlpg path
` [PATCH 07/11] KVM: MMU: remove unnecessary kvm_mmu_free_some_pages
` [PATCH 08/11] KVM: MMU: split kvm_mmu_pte_write function
` [PATCH 09/11] KVM: MMU: remove the mismatch shadow page
` [PATCH 10/11] KVM: MMU: fix detecting misaligned accessed

[U-Boot] [PATCH] AT91: change common at91sam9261 files to compile with new scheme
 2011-07-26 11:29 UTC  (2+ messages)

[PATCH] adp1653: check platform_data before usage
 2011-07-26 11:28 UTC  (2+ messages)

git submodule update --quiet is very loud
 2011-07-26 11:26 UTC 

[PATCH obexd] Fix writing out of bounds in add_slash func
 2011-07-26 11:25 UTC  (2+ messages)

[U-Boot] [PATCH][AT91 rework 1/2] change common at91sam9261 files after AT91 rework
 2011-07-26 11:23 UTC  (6+ messages)
` [U-Boot] [PATCH, AT91, rework v2] "

[PATCH] net: Fix security_socket_sendmsg() bypass problem
 2011-07-26 11:21 UTC  (6+ messages)

[RFC PATCH 0/8] Reduce filesystem writeback from page reclaim v2
 2011-07-26 11:20 UTC  (4+ messages)

[PATCH 0/2] Add device tree support for i.mx53 boards
 2011-07-26 11:19 UTC  (5+ messages)
` [PATCH 1/2] arm/mx5: parse iomuxc pad configuratoin from device tree

[PATCH 7/7] Xen: fix braces and tabs coding style issue in xenbus_probe.c This is a patch to the xenbus_probe.c file that fixed up braces and tabs errors found by the checkpatch.pl tools
 2011-07-26 11:17 UTC 

[PATCH 6/7] Xen: fix braces coding style issue in xenbus_probe.h
 2011-07-26 11:17 UTC 

[PATCH 5/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/xenbus/xenbus_client.c
 2011-07-26 11:16 UTC 

[PATCH 4/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/pci.c
 2011-07-26 11:16 UTC 

[PATCH 3/7] Xen: fix braces coding style issue in gntdev.c and grant-table.c
 2011-07-26 11:16 UTC 

[PATCH 2/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/events.c
 2011-07-26 11:16 UTC 

[PATCH 1/7] Xen: fix whitespaces, tabs coding style issue in drivers/xen/balloon.c
 2011-07-26 11:15 UTC 

[PATCH obexd] Show owner vcard in phonebook pb pull
 2011-07-26 11:15 UTC  (5+ messages)

[PATCH] gianfar: fix bug caused by 87c288c6e9aa31720b72e2bc2d665e24e1653c3e
 2011-07-26 11:13 UTC  (3+ messages)

[RFC PATCH 0/2] A separate thread for VM migration
 2011-07-26 11:13 UTC  (4+ messages)
` [RFC PATCH 2/2] "
  ` [Qemu-devel] "

[U-Boot] openrd_ultimate GigEth ports not working
 2011-07-26 11:09 UTC  (4+ messages)

[PATCH] OMAP3: NAND: Adding NAND support and specifying NAND partitions
 2011-07-26 11:06 UTC  (6+ messages)

at91sam9g45: Issues while working with RAM that is separated on physical address space
 2011-07-26 11:08 UTC  (4+ messages)

KVM call agenda for July 26
 2011-07-26 11:07 UTC  (2+ messages)
` [Qemu-devel] "

[U-Boot] [PATCH V2 0/5] OMAP3 and devkit8000 SPL support
 2011-07-26 11:06 UTC  (6+ messages)
` [U-Boot] [PATCH V3 "
  ` [U-Boot] [PATCH V3 5/5] devkit8000: Add nand-spl support for new SPL

[GIT PATCH] USB patches for 3.1
 2011-07-26 11:03 UTC  (2+ messages)

[RFC][PATCH] spi: s3c64xx: Use clkdev for bus clock lookup
 2011-07-26 11:00 UTC  (2+ messages)

[PATCH 0/2] blue part 6: IIO abi rework
 2011-07-26 11:06 UTC  (5+ messages)

[PATCH V2 0/3] ASoC: au1x: update PSC AC97/I2S code
 2011-07-26 10:58 UTC  (3+ messages)

Windows7 crashes inside the VM when starting a certain program
 2011-07-26 10:57 UTC  (4+ messages)

improving VNC performance
 2011-07-26 10:54 UTC  (7+ messages)
  `  "

[PATCH 1/3] dmaengine: at_hdmac: replace spin_lock* with irqsave variants
 2011-07-26 10:51 UTC  (5+ messages)
` [PATCH 2/3] dmaengine: at_hdmac: improve power management routines

[PATCH] cxgb3i: ref count cdev access to prevent modification while in use
 2011-07-26 10:50 UTC  (3+ messages)

[PATCH V5 0/3] ASoC for Alchemy Au1000/1500/1100
 2011-07-26 10:48 UTC  (3+ messages)

[PATCH obexd] Fix pulling phonebook size
 2011-07-26 10:47 UTC  (2+ messages)

hwclock's ADJPATH
 2011-07-26 10:46 UTC  (2+ messages)

[PATCH] dmaengine: pl330: make platform data optional
 2011-07-26 10:46 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH 0/2] add pinmux and gpio for CSR SiRFprimaII
 2011-07-26 10:46 UTC  (4+ messages)
` [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller
    ` PLEA: Please fix mach/gpio.h includes (was: Re: [RFC PATCH 2/2] GPIO: add gpiolib and irqchip for CSR SiRFprimaII GPIO controller)

[PATCH v3] pci: correct pci config size default for cap version 2 endpoints
 2011-07-26 10:46 UTC  (11+ messages)

[PATCH obexd] Fix sent vCard format
 2011-07-26 10:43 UTC  (2+ messages)

[PATCHv7 00/11] PRCM chain handler
 2011-07-26 10:40 UTC  (5+ messages)
` [PATCHv6 01/11] omap: prcm: switch to a chained IRQ handler mechanism


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.