All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-07-13 14:23:59 to 2009-07-13 16:32:33 UTC [more...]

[linux-lvm] LVM mirroring or mdadm
 2009-07-13 16:32 UTC 

[PATCH 0/5][RFC] more fine grained locking for IRQ injection
 2009-07-13 16:31 UTC  (29+ messages)
` [PATCH 1/5] Protect irq_sources_bitmap by kvm->lock instead of kvm->irq_lock
` [PATCH 3/5] Move irq notifiers lists to its own locking

[PATCH 0/4] moving irq routing and notifiers to RCU locking
 2009-07-13 16:27 UTC  (7+ messages)
` [PATCH 1/4] Move irq routing data structure to rcu locking

[PATCH] gre: copy ToS/DiffServ bits to outer IP header
 2009-07-13 16:27 UTC  (5+ messages)

[PATCH 0/2] CGroups: cgroup member list enhancement/fix
 2009-07-13 16:26 UTC  (6+ messages)

linux-next: Tree for July 13
 2009-07-13 16:25 UTC  (4+ messages)
` linux-next: Tree for July 13 (usb/serial/option)
` linux-next: Tree for July 13 (staging/usbip)

[PATCH 0/2] fbdev: add fillrect and copyarea ioctls
 2009-07-13 16:25 UTC  (6+ messages)
` [PATCH 1/2] fbdev: add FBIOFILLRECT ioctl
` [PATCH 2/2] fbdev: add FBIOCOPYAREA ioctl

Strange disk failure...could ext4 be the culprit?
 2009-07-13 14:38 UTC  (3+ messages)

Security negotiation
 2009-07-13 16:20 UTC  (9+ messages)

[PATCH] trivial: fix typos in comments s/DGBU/DBGU/
 2009-07-13 16:19 UTC 

bluetooth_cs: schedule in atomic?
 2009-07-13 16:18 UTC 

[RFC/RFT] rtl8187: Fix for kernel oops when unloading with LEDs enabled
 2009-07-13 16:16 UTC  (2+ messages)

[PATCHv3 RFC] uio: add generic driver for PCI 2.3 devices
 2009-07-13 16:16 UTC 

PCI device passthrough for FreeDOS guests
 2009-07-13 16:16 UTC 

[RFC] Install SELinux policies from rpm package header
 2009-07-13 16:15 UTC  (9+ messages)

bluetoothd not starting at boot with udev
 2009-07-13 16:15 UTC  (5+ messages)

[Qemu-devel] Powerpc regressions?
 2009-07-13 16:13 UTC  (5+ messages)

[PATCH 0/2] Setting GPIOs simultaneously
 2009-07-13 16:01 UTC  (8+ messages)
` [PATCH 1/2] gpiolib: Implement gpio_set_values_sync()
` [PATCH 2/2] powerpc/qe: Implement set_sync() callback for QE GPIOs

[PATCH] Fix vc_screenbuf leak via con_init()
 2009-07-13 16:08 UTC  (5+ messages)

Soft Reset for PPC44x Virtex 5 hangs saying Restarting System
 2009-07-13 16:07 UTC  (5+ messages)

RFC for a new Scheduling policy/class in the Linux-kernel
 2009-07-13 16:06 UTC  (8+ messages)

[RFC] IO scheduler based IO controller V6
 2009-07-13 16:03 UTC  (5+ messages)
` [PATCH] io-controller: implement per group request allocation limitation

TBS 8920 DVB-S2 Satellite card
 2009-07-13 16:03 UTC  (2+ messages)

[PATCH] update JFS entry in MAINTAINERS
 2009-07-13 16:02 UTC 

[U-Boot] [PATCH v3] libgcc inclusion from common Makefile overwritable from platform configs files
 2009-07-13 16:00 UTC  (9+ messages)
` [U-Boot] [PATCH 1/2 v6] Make libgcc inclusion from common Makefile overridable by platform config file

[U-Boot] lib_arm global data pointer
 2009-07-13 16:00 UTC  (5+ messages)

use after free bug in socket code
 2009-07-13 16:00 UTC  (3+ messages)

[U-Boot] DHCP regression on 2009-06
 2009-07-13 15:58 UTC  (6+ messages)

[Qemu-devel] [PATCH 00/26] More Build System cleanups (v3)
 2009-07-13 15:54 UTC  (27+ messages)
` [Qemu-devel] [PATCH 01/26] fix XEN Build
` [Qemu-devel] [PATCH 02/26] fix sparc not solaris build
` [Qemu-devel] [PATCH 03/26] Remove duplicated definition
` [Qemu-devel] [PATCH 04/26] use block-nested-y for files inside block/
` [Qemu-devel] [PATCH 05/26] use nwfpe-obj-y for consistence
` [Qemu-devel] [PATCH 06/26] Remove unused Makefile variable
` [Qemu-devel] [PATCH 07/26] already defined several lines before in block-obj-y
` [Qemu-devel] [PATCH 08/26] configure already knows what TARGET_BASE_ARCH we need, no need to put the logic in Makefile.target
` [Qemu-devel] [PATCH 09/26] TARGET_ARCH2 is already known at configure time
` [Qemu-devel] [PATCH 10/26] change ifdefs by obj-$(TARGET_BASE_ARCH)
` [Qemu-devel] [PATCH 11/26] configure xen in a single place
` [Qemu-devel] [PATCH 12/26] configure kvm "
` [Qemu-devel] [PATCH 13/26] configure kqemu "
` [Qemu-devel] [PATCH 14/26] BASE_LDFLAGS is not used anywhere else
` [Qemu-devel] [PATCH 15/26] TARGET_ARCH == TARGET_BASE_ARCH in m68k and arm
` [Qemu-devel] [PATCH 16/26] Refactor a single rule to generate all qemu-* executables
` [Qemu-devel] [PATCH 17/26] qemu binary don't exist anymore. I guess not much people is compiling on alpha
` [Qemu-devel] [PATCH 18/26] We can wrap OS_CFLAGS/OS_LDFLAGS in CFLAGS/LDFLAGS at configure time
` [Qemu-devel] [PATCH 19/26] We can wrap ARCH_CFLAGS/ARCH_LDFLAGS "
` [Qemu-devel] [PATCH 20/26] generate ARCH name instead of coding it
` [Qemu-devel] [PATCH 21/26] Refactor common code using a list
` [Qemu-devel] [PATCH 22/26] Refactor targe_bigendian selection in another list
` [Qemu-devel] [PATCH 23/26] print only once TARGET_ARCH
` [Qemu-devel] [PATCH 24/26] Only setup TARGET_ARCH when it is different of
` [Qemu-devel] [PATCH 25/26] generate TARGET_ARCH for config.h
` [Qemu-devel] [PATCH 26/26] generate TARGET_<arch name> "

[RFC][PATCH] taskstats: Fix CGROUPSTATS_TYPE_CGROUP_STATS having same value as TASKSTATS_TYPE_PID
 2009-07-13 15:54 UTC  (6+ messages)

[linux-lvm] Getting rid of a dying hard drive
 2009-07-13 15:52 UTC  (2+ messages)

Rootfs in eMMC: Kernel panic ...Attempted to kill init!
 2009-07-13 15:48 UTC  (4+ messages)

OE weekly changelog 2009-07-06 to 2009-07-13
 2009-07-13 15:36 UTC 

[Qemu-devel] questions about qemu fdt & 440EP softmmu
 2009-07-13 15:49 UTC  (2+ messages)
` [Qemu-devel] "

[refpolicy] AVC denials: hostname
 2009-07-13 15:49 UTC  (4+ messages)

Problems with voice call
 2009-07-13 15:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v3 0/7] qdev: compat properties
 2009-07-13 15:47 UTC  (8+ messages)
` [Qemu-devel] [PATCH 1/6] cleanup: drop unused struct elements from VirtIOPCIProxy
` [Qemu-devel] [PATCH 2/6] qdev/compat: compat property infrastructure
` [Qemu-devel] [PATCH 3/6] qdev/compat: add pc-0.10 machine type
` [Qemu-devel] [PATCH 4/6] qdev/compat: virtio-blk-pci 0.10 compatibility
` [Qemu-devel] [PATCH 5/6] qdev/compat: virtio-console-pci "
` [Qemu-devel] [PATCH 6/6] qdev/compat: virtio-net-pci "

[Qemu-devel] [PATCH] Handle vga= in -append
 2009-07-13 15:46 UTC 

iwlwifi 4965 uCode available
 2009-07-13 15:46 UTC  (3+ messages)

bug? kernel does not send HCI Create Connection Cancel Command on shutdown() or close() of a connecting rfcomm socket
 2009-07-13 15:46 UTC  (6+ messages)

[PATCH] Do not count VG_GLOBAL to lock_count
 2009-07-13 15:42 UTC  (3+ messages)

generic_file_aio_write on nfs
 2009-07-13 15:37 UTC  (2+ messages)

[PATCH 7/11 - v3] ARM: DM355 platform changes for vpfe capture driver
 2009-07-13 15:36 UTC  (2+ messages)

[Qemu-devel] [RfC PATCH 0/2] qdev/prop: type checking
 2009-07-13 15:36 UTC  (2+ messages)

[PATCH] ACPICA: Revert "ACPICA: Remove obsolete acpi_os_validate_address interface"
 2009-07-13 15:36 UTC  (4+ messages)

dicier
 2009-07-13 15:36 UTC 

[PATCH] jbd: Fix a race between checkpointing code and journal_get_write_access()
 2009-07-13 15:29 UTC  (9+ messages)
` [PATCH] jbd2: "

Tool to view extent metadata
 2009-07-13 15:28 UTC  (4+ messages)

A2DP Sink implementation
 2009-07-13 15:28 UTC  (5+ messages)
` [PATCH 1/4] Adapt A2DP functions to support the Sink role
  ` [PATCH 2/4] Create A2DP Source interface
    ` [PATCH 3/4] Create one SBC Sink when registering A2DP server
      ` [PATCH 4/4] Add Sink role support to audio IPC

[PATCH v2 0/3] CGroups: cgroup member list enhancement/fix
 2009-07-13 15:27 UTC  (10+ messages)
` [PATCH 1/3] Adds a read-only "procs" file similar to "tasks" that shows only unique tgids
` [PATCH 3/3] Quick vmalloc vs kmalloc fix to the case where array size is too large

[ofa-general][PATCH] mlx4_core: Synch catastrophic flow with module unload
 2009-07-13 15:27 UTC 

[U-Boot] [PATCH][repost] bin_dep.sh Support
 2009-07-13 15:26 UTC 

[Qemu-devel] [PATCH v2 0/7] qdev: compat properties
 2009-07-13 15:19 UTC  (8+ messages)
` [Qemu-devel] [PATCH 2/7] add strify() macros
      ` [Qemu-devel] "

[PATCH] Remove topology_thread_siblings
 2009-07-13 15:20 UTC 

[PATCH] Security/sysfs: Enable security xattrs to be set on sysfs files, directories, and symlinks
 2009-07-13 15:07 UTC  (7+ messages)

UBI resizing
 2009-07-13 15:12 UTC 

[U-Boot] [help] how does u-boot passing ``fdt'' to linux kernel & where is cmd_line?
 2009-07-13 15:14 UTC  (5+ messages)

[GIT PATCHES for 2.6.31] V4L/DVB fixes
 2009-07-13 15:12 UTC  (4+ messages)

[PATCH 1/2] Document 'git (rev-list|log) --merges'
 2009-07-13 15:11 UTC  (2+ messages)
` [PATCH 2/2] bash: add '--merges' to common 'git log' options

[cr][git]linux-cr branch, ckpt-v17-rc1, updated. v2.6.27-rc5-45619-g4cbbabe
 2009-07-13 15:07 UTC 

[PATCH] Fix markup_oops to work with 32-bit userspace on a 64-bit kernel
 2009-07-13 15:08 UTC  (2+ messages)

[Buildroot] [PATCH] optional DBus support in wpa_supplicant
 2009-07-13 15:05 UTC  (5+ messages)

[Qemu-devel] [PATCH v2 0/7] qdev: property fixups
 2009-07-13 15:02 UTC  (2+ messages)

[ANNOUNCE] kvm-88 release
 2009-07-13 15:00 UTC  (7+ messages)

N8x0 to mainline patches
 2009-07-13 14:49 UTC 

Page allocation failures in guest
 2009-07-13 14:59 UTC  (3+ messages)

XFS internal error XFS_WANT_CORRUPTED_GOTO error
 2009-07-13 14:59 UTC  (2+ messages)

[lm-sensors] AMD Phenom2
 2009-07-13 14:57 UTC 

[PATCH] SUNRPC: handle IPv6 PKTINFO when extracting destination address
 2009-07-13 14:54 UTC 

[PATCH JGIT] Method invokes inefficient new String(String) constructor
 2009-07-13 14:53 UTC  (6+ messages)
    ` [PATCH] FindBugs: don't use new String(String) in RefDatabase
        ` [JGIT PATCH v2] "

[GIT PULL] core kernel fixes
 2009-07-13 14:52 UTC  (3+ messages)

[Qemu-devel] [PATCH 2/3] move vm stop/start to migrate_set_state
 2009-07-13 14:52 UTC  (12+ messages)

[PATCH] UBI: fix bug in image sequence number handling
 2009-07-13 14:47 UTC 

Linux port failing on MIPS32 24Kc
 2009-07-13 14:47 UTC  (3+ messages)

[U-Boot] [PATCH v3] ppc4xx: Add GDsys CompactCenter board support
 2009-07-13 14:45 UTC  (6+ messages)

AW: New 3.3.2 and 3.4.1 release candidates
 2009-07-13 14:43 UTC  (5+ messages)
` AW: "

How to simulate journal corruption
 2009-07-13 14:44 UTC  (2+ messages)

[PATCH] fix race bwtween write_metadata_buffer and get_write_access
 2009-07-13 14:41 UTC  (2+ messages)

bluetooth-wizard pin fixed at 0000 which is unable to pair with headset with other pins
 2009-07-13 14:39 UTC  (6+ messages)

Report: Compro Videomate Vista T750F
 2009-07-13 14:36 UTC  (3+ messages)

SPI driver on mpc5121
 2009-07-13 14:33 UTC 

[PATCH, RFC] xfs_repair - clear inodes in incorrect btree format
 2009-07-13 14:34 UTC  (3+ messages)

mmap() problem in own driver
 2009-07-13 14:30 UTC  (2+ messages)

[PATCH V2] score: add regset support
 2009-07-13 14:24 UTC  (2+ messages)

[U-Boot] [PATCH] drivers/bios_emulator: Fix gcc 4.4 compiler warning
 2009-07-13 14:24 UTC  (3+ messages)
` [U-Boot] [PATCH] ahci: "
  ` [U-Boot] [PATCH] dlmalloc: Ignore gcc4.4 compiler warnings


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.