messages from 2009-07-27 13:48:40 to 2009-07-27 15:20:06 UTC [more...]
[BUG] Linux-2.6.31-rc1 Fails To Recognize Some USB Disks
2009-07-27 15:19 UTC (16+ messages)
` [BISECTED] "
net-next-2.6 phonet causes build error
2009-07-27 15:18 UTC (7+ messages)
[PATCH] Add poll_get_char and poll_put_char uart_ops to atmel_serial
2009-07-27 15:19 UTC (3+ messages)
[Buildroot] [Bug 331] New: Update MPlayer to version 1.0rc2
2009-07-27 15:17 UTC (2+ messages)
` [Buildroot] [Bug 331] "
[Buildroot] [git commit] mplayer: Update mplayer to version 1.0rc2
2009-07-27 15:17 UTC
[PATCH] net/9p: Insulate the client against an invalid error code sent by a 9p server
2009-07-27 15:14 UTC
[U-Boot] [PATCH] update nand.h to support address more than 0x80000000
2009-07-27 15:12 UTC (4+ messages)
[Qemu-devel] [PATCH] vnc: fix copyrect screen corruption
2009-07-27 15:10 UTC
[PATCH] dell-laptop: Fix rfkill state setting
2009-07-27 15:10 UTC (3+ messages)
[PATCH][RFC] fat: Save FAT root directory timestamps to volume label
2009-07-27 15:10 UTC (9+ messages)
` [PATCH take 2][RFC] "
[Bug #13624] usb: wrong autosuspend initialization
2009-07-27 15:09 UTC (7+ messages)
[U-Boot] [PATCH v3] zlib: updated to v.1.2.3
2009-07-27 15:09 UTC
[PATCH] compat-2.6: update for master-2009-07-24 wireless-testing
2009-07-27 15:08 UTC
[PATCH] net: shrink net_device by #ifdef-ing protocol-specific members
2009-07-27 15:09 UTC
linux-next: drbd tree build failure
2009-07-27 15:07 UTC (4+ messages)
Machine hangs when doing pass-through of all the USB devices on a Lenovo T400 - With xen-unstable
2009-07-27 15:07 UTC (3+ messages)
[U-Boot] MIPS: accessing flash > 8MB (Chetan Nanda)
2009-07-27 15:06 UTC
linux-next: tree build failure
2009-07-27 15:06 UTC (3+ messages)
[PATCH] ray_cs: avoid potential null dereference in ray_get_wireless_stats
2009-07-27 15:02 UTC (2+ messages)
` [PATCH] ray_cs: remove bocus NULL check at head of ray_get_wireless_stats
[Regression] kdesu broken
2009-07-27 15:04 UTC (17+ messages)
` [PATCH] "
[RFC] Make AGP work with IOMMU
2009-07-27 15:04 UTC
[PATCH RFC] pci: expose function reset capability in sysfs
2009-07-27 15:01 UTC (2+ messages)
[Qemu-devel] [PATCH v3 00/47] More configure/Makefile cleanups
2009-07-27 15:00 UTC (49+ messages)
` [Qemu-devel] [PATCH 01/47] change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
` [Qemu-devel] [PATCH 02/47] Remove SP_CFLAGS and SP_LDFLAGS
` [Qemu-devel] [PATCH 03/47] target_arch2 is redefined unconditionally later
` [Qemu-devel] [PATCH 04/47] remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
` [Qemu-devel] [PATCH 05/47] use same algorithm for testing and
` [Qemu-devel] [PATCH 06/47] remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
` [Qemu-devel] [PATCH 07/47] remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
` [Qemu-devel] [PATCH 08/47] make fmod also use FMOD_{LIBS,CFLAGS}
` [Qemu-devel] [PATCH 09/47] make oss use OSS_LIBS
` [Qemu-devel] [PATCH 10/47] move printing of config-host.mak variables to end of generation
` [Qemu-devel] [PATCH 11/47] more specific config.mak can overwrote more general config.mak
` [Qemu-devel] [PATCH 12/47] Add -static in configure if needed
` [Qemu-devel] [PATCH 13/47] Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
` [Qemu-devel] [PATCH 14/47] Refactor code to remove one #ifdef CONFIG_FDT
` [Qemu-devel] [PATCH 15/47] fix indententation
` [Qemu-devel] [PATCH 16/47] O_LARGEFILE is already set in qemu-common.h
` [Qemu-devel] [PATCH 17/47] rename HOST_BSD to CONFIG_BSD
` [Qemu-devel] [PATCH 18/47] define MAP_ANONYMOUS if it is not defined in qemu-common.h
` [Qemu-devel] [PATCH 19/47] rename HAVE_PREADV to CONFIG_PREADV
` [Qemu-devel] [PATCH 20/47] rename HAVE_IOVEC to CONFIG_IOVEC
` [Qemu-devel] [PATCH 21/47] rename HAVE_FNMATCH_H to CONFIG_FNMATCH
` [Qemu-devel] [PATCH 22/47] rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
` [Qemu-devel] [PATCH 23/47] rename HAVE_GPROF to TARGET_GPROF
` [Qemu-devel] [PATCH 24/47] rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
` [Qemu-devel] [PATCH 25/47] rename DEBUG_TCG to CONFIG_DEBUG_TCG
` [Qemu-devel] [PATCH 26/47] rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
` [Qemu-devel] [PATCH 27/47] rename WORDS_BIGENDIAN to HOST_WORDS_BIGENDIAN
` [Qemu-devel] [PATCH 28/47] Add CONFIG_POSIX
` [Qemu-devel] [PATCH 29/47] Use CONFIG_POSIX to simplify Makefile
` [Qemu-devel] [PATCH 30/47] the else part of this test is obsolete We are testing for sdl = yes inside the else part of the test if sdl = yes
` [Qemu-devel] [PATCH 31/47] sdl_config value was always sdl-config
` [Qemu-devel] [PATCH 32/47] Calculate sdl_libs and sdl_flags and use them everywhere
` [Qemu-devel] [PATCH 33/47] instead of setup sdl_x11 just add -lX11 to sdl_libs
` [Qemu-devel] [PATCH 34/47] target_softmmu is undefined at that point
` [Qemu-devel] [PATCH 35/47] remove sdl_static. Just do the right thing if static is yes
` [Qemu-devel] [PATCH 36/47] indent with 2 spaces sdl tests
` [Qemu-devel] [PATCH 37/47] Define and use xen libs in a single place
` [Qemu-devel] [PATCH 38/47] simplify curses library selection
` [Qemu-devel] [PATCH 39/47] simplify brlapi selection
` [Qemu-devel] [PATCH 40/47] simplify vde libs selection
` [Qemu-devel] [PATCH 41/47] simplify fdt "
` [Qemu-devel] [PATCH 42/47] test if xen is enabled only once
` [Qemu-devel] [PATCH 43/47] define ENOTSUP the same that the other errors
` [Qemu-devel] [PATCH 44/47] rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
` [Qemu-devel] [PATCH 45/47] rename USE_NPTL to CONFIG_USE_NPTL
` [Qemu-devel] [PATCH 46/47] Generate config-host.h from config-host.mak
` [Qemu-devel] [PATCH 47/47] move on_vcpu inside proper #ifdef
` [Qemu-devel] "
Unable to Configure Xen Dom 0 in Jeremy's PVOPS Kernel
2009-07-27 15:01 UTC (5+ messages)
linux-next: Tree for July 27
2009-07-27 14:55 UTC (3+ messages)
` [Drbd-dev] [PATCH] drbd: fix build when CONFIG_MODULES=n
` "
[PATCH 0/22] WM831x drivers
2009-07-27 15:00 UTC (9+ messages)
` [PATCH 02/22] mfd: Initial core support for WM831x series devices
` [PATCH] mfd: Fix comment cut'n'paste in register lock code
` [PATCH 08/22] mfd: Hook WM831x into build system
` [PATCH 12/22] hwmon: WM831x PMIC hardware monitoring driver
` [PATCH 19/22] regulator: Add WM831x DC-DC boost convertor support
` [PATCH 20/22] regulator: Add WM831x ISINK support
` [PATCH 21/22] RTC: Add support for RTCs on Wolfson WM831x devices
` [PATCH 22/22] [WATCHDOG] Add support for WM831x watchdog
Unable to Configure Xen Dom 0 in Jeremy's PVOPS Kernel
2009-07-27 14:59 UTC
[xfs crash] Kernel BUG at /fs/xfs/support/debug.c:57
2009-07-27 14:57 UTC
[PATCH 0/2] implement uid mount option for ext2 and ext3
2009-07-27 14:56 UTC (7+ messages)
` [PATCH 0/2] implement uid mount option for ext2 and ext3, try 2
` [PATCH 1/2] implement uid mount option for ext2
TSC scaling and softtsc reprise, and PROPOSAL
2009-07-27 14:55 UTC (3+ messages)
bipassing USBHID driver with udev rule
2009-07-27 14:54 UTC (2+ messages)
[refpolicy] services_oddjob.patch
2009-07-27 14:52 UTC (2+ messages)
[linux-lvm] Mirroring implementation
2009-07-27 14:45 UTC (4+ messages)
"Error! Unable to set executable context."
2009-07-27 14:49 UTC (3+ messages)
R/W HG memory mappings with kvm?
2009-07-27 14:48 UTC (8+ messages)
crash in dmeventd
2009-07-27 14:47 UTC (2+ messages)
[Buildroot] [Bug 451] New: [PATCH] Upgrade from unmaintained dosfstools-2.11 to dosfstools-3.0.3
2009-07-27 14:47 UTC (3+ messages)
` [Buildroot] [Bug 451] "
[PATCH/RFC] wireless: remove get_tx_stats
2009-07-27 14:45 UTC
[PATCH 0/7 v5] KVM: support for 1gb pages
2009-07-27 14:35 UTC (9+ messages)
` [PATCH 1/7] kvm/mmu: make rmap code aware of mapping levels
` [PATCH 2/7] kvm/mmu: rename is_largepage_backed to mapping_level
` [PATCH 3/7] kvm/mmu: make direct mapping paths aware of mapping levels
` [PATCH 4/7] kvm/mmu: make page walker "
` [PATCH 5/7] kvm/mmu: shadow support for 1gb pages
` [PATCH 6/7] kvm/mmu: enable gbpages by increasing nr of pagesizes
` (kein Betreff)
` [PATCH 7/7] kvm x86: report 1GB page support to userspace
[refpolicy] services_kerneloops.patch
2009-07-27 14:44 UTC (2+ messages)
[refpolicy] services_hal.patch
2009-07-27 14:44 UTC (3+ messages)
omap34xx mixer elements
2009-07-27 14:42 UTC
[PATCH] Initialize the ACPI "safe" power state to C1
2009-07-27 14:42 UTC
[PATCH 0/2]blackfin TDM dai and blackfin-ad1938 machine driver
2009-07-27 14:40 UTC (5+ messages)
` [PATCH 1/2] blackfin I2S(TDM mode) CPU DAI driver
[Bug #13472] Oops with minicom and USB serial
2009-07-27 14:40 UTC (3+ messages)
Subject: [PATCH] x86, UV: UV apic mode fix
2009-07-27 14:38 UTC
[PATCH v2 12/14] iwlwifi: debugFs to enable/disable HT40 support
2009-07-27 14:37 UTC
Subject: [PATCH] x86, UV: Fix macros for accessing large node numbers
2009-07-27 14:38 UTC
CacheFiles: Readpage failed on backing file
2009-07-27 14:37 UTC (4+ messages)
` [Linux-cachefs] "
` Incorrect circular locking dependency?
[PATCH] x86, UV: Delete mapping of MMR rangs mapped by BIOS
2009-07-27 14:36 UTC (2+ messages)
[PATCH] x86, UV: blade-local memory
2009-07-27 14:35 UTC (2+ messages)
Camera Interface VS/HS Issue
2009-07-27 14:25 UTC (6+ messages)
[PATCH] Print extent information in debugfs
2009-07-27 14:34 UTC (4+ messages)
[Buildroot] [PATCH] xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2
2009-07-27 14:33 UTC (2+ messages)
[Qemu-devel] [PATCH 3/5] Remove setvbuf(<handle>, NULL, _IOLBF, 0) calls for Win32
2009-07-27 14:32 UTC (6+ messages)
[PATCH] Support for PCI Express reset type in EEH
2009-07-27 14:29 UTC (2+ messages)
[PATCH] net: shrink struct net_device by #ifdef-ing protocol-specific members
2009-07-27 14:28 UTC (2+ messages)
2.6.31-rc2: Possible regression in rt61pci driver
2009-07-27 14:27 UTC (9+ messages)
Question about head_fsl_booke.S
2009-07-27 14:26 UTC (2+ messages)
cpufreq cleanups - .30 vs .31
2009-07-27 14:25 UTC (4+ messages)
[U-Boot] [PATCH v3] zlib: updated to v.1.2.3
2009-07-27 14:24 UTC (2+ messages)
Kernel pinmux for OMAP3
2009-07-27 14:16 UTC
[PATCH] fix reversed logic in device_area_is_valid
2009-07-27 14:23 UTC (3+ messages)
` "
[Buildroot] [PATCH] linux: allow own initramfs to be specified
2009-07-27 14:21 UTC (2+ messages)
[PATCH] Fix compile when CONFIG_SERIAL_ATMEL=Y and CONFIG_SERIAL_ATMEL_CONSOLE=N
2009-07-27 14:17 UTC
[Qemu-devel] SDL window Resize Crash
2009-07-27 14:16 UTC
What's cooking in git.git (Jul 2009, #02; Sun, 26)
2009-07-27 14:09 UTC (2+ messages)
[RFC 00/11] Foreign VCS helper program for CVS repositories
2009-07-27 14:12 UTC (3+ messages)
` [RFC 06/11] Add support for mark references as path names
[Buildroot] [git commit] xf86-video-intel: Fixed cross-compile patch to apply to version 2.4.2
2009-07-27 14:11 UTC
[Buildroot] [pull request] Pull request for branch kconfig-update
2009-07-27 14:11 UTC (5+ messages)
` [Buildroot] [PATCH 1/4] config: Update package/config to Kconfig 2.6.30
` [Buildroot] [PATCH 2/4] config: Add support for xconfig
` [Buildroot] [PATCH 3/4] xconfig: Change titlebar to Buildroot Configuration
` [Buildroot] [PATCH 4/4] xconfig: Save the configuration properly in qconf
[PULL REQ][PATCH 0/3] ieee 802.15.4 documentation updates
2009-07-27 14:08 UTC (4+ messages)
` [PATCH 1/3] IEEE80154: Add documentation to the IEEE80154 netlink and fakehard driver
` [PATCH 2/3] ieee802154: move headers out of extra directory
` [PATCH 3/3] trivial: fix typo in ieee802154 documentation and add it to index
tty_register_device NULL pointer dereference in 2.6.31-rc4
2009-07-27 14:07 UTC (9+ messages)
futexes: Still infinite loop in get_futex_key() in 2.6.31-rc4
2009-07-27 14:00 UTC (7+ messages)
[Qemu-devel] [PATCH, RFC] Sparc64: convert APB to qdev
2009-07-27 14:05 UTC (4+ messages)
[Buildroot] [Bug 289] New: New package iw
2009-07-27 14:06 UTC (2+ messages)
` [Buildroot] [Bug 289] "
android lowmemorykiller breaks compile
2009-07-27 13:58 UTC (3+ messages)
what is an object manager?!
2009-07-27 13:58 UTC (3+ messages)
[refpolicy] services_avahi.patch
2009-07-27 13:57 UTC (2+ messages)
[Qemu-devel] [PATCH 0/4] PPC KVM bringup patches round 2 v2
2009-07-27 13:56 UTC (4+ messages)
` [Qemu-devel] [PATCH 1/4] Move mp_state to CPU_COMMON
[Lustre-devel] Kerb cross-site-forcing back clients to null/plain
2009-07-27 13:55 UTC (2+ messages)
Problem with exclusive interrupt in hostap_cs
2009-07-27 13:50 UTC (4+ messages)
[PATCHv13 0/8] FM Transmitter (si4713) and another changes
2009-07-27 13:42 UTC (9+ messages)
` [PATCHv13 1/8] v4l2-subdev.h: Add g_modulator callbacks to subdev api
` [PATCHv13 2/8] v4l2: video device: Add V4L2_CTRL_CLASS_FM_TX controls
` [PATCHv13 3/8] v4l2: video device: Add FM TX controls default configurations
` [PATCHv13 4/8] v4l2-spec: Add documentation description for FM TX extended control class
` [PATCHv13 5/8] FM TX: si4713: Add files to add radio interface for si4713
` [PATCHv13 6/8] FM TX: si4713: Add files to handle si4713 i2c device
` [PATCHv13 7/8] FM TX: si4713: Add Kconfig and Makefile entries
` [PATCHv13 8/8] FM TX: si4713: Add document file
[linux-dvb] DVB-C device
2009-07-27 13:52 UTC (2+ messages)
[RFC][PATCH 0/5] IPVS full NAT support + netfilter 'ipvs' match support
2009-07-27 13:48 UTC (2+ messages)
` [RFC][PATCH 5/5] libxt_ipvs: user space lib for netfilter matcher xt_ipvs
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.