messages from 2008-12-10 17:00:48 to 2008-12-10 19:01:10 UTC [more...]
status of USB on omap35xx ?
2008-12-10 19:01 UTC (6+ messages)
[PATCH] ASYNC_TX: async_xor mapping fix
2008-12-10 18:47 UTC (4+ messages)
[RFC] b43: rework rfkill code
2008-12-10 18:59 UTC (15+ messages)
[PATCH][RFC 0/23] New SCSI target framework (SCST) and 4 target drivers
2008-12-10 19:00 UTC (22+ messages)
` [PATCH][RFC 1/23]: SCST public headers
` [PATCH][RFC 2/23]: SCST core
` [PATCH][RFC 3/23]: SCST core docs
` [PATCH][RFC 4/23]: SCST debug support
` [PATCH][RFC 5/23]: SCST /proc interface
` [PATCH][RFC 6/23]: SCST SGV cache
` [PATCH][RFC 7/23]: SCST integration into the kernel
` [PATCH][RFC 8/23]: SCST pass-through backend handlers
` [PATCH][RFC 9/23]: SCST virtual disk backend handler
` [PATCH][RFC 10/23]: SCST user space "
` [PATCH][RFC 11/23]: Makefile for SCST backend handlers
` [PATCH][RFC 12/23]: Patch to add necessary support for SCST pass-through
` [PATCH][RFC 13/23]: Export of alloc_io_context() function
` [PATCH][RFC 14/23]: Necessary functionality in qla2xxx driver to support target mode
` [PATCH][RFC 15/23]: QLogic target driver
` [PATCH][RFC 16/23]: Documentation for "
` [PATCH][RFC 17/23]: InfiniBand SRP "
` [PATCH][RFC 18/23]: Documentation for "
` [PATCH][RFC 19/23]: scst_local "
` [PATCH][RFC 20/23]: Documentation for scst_local driver
linux-next: manual merge of the audit tree
2008-12-10 18:58 UTC (2+ messages)
[Qemu-devel] [PATCH 1/3] PPC4xx IIC and MAL
2008-12-10 18:53 UTC (2+ messages)
[PATCH 00/15] Kernel memory leak detector
2008-12-10 18:53 UTC (20+ messages)
` [PATCH 01/15] kmemleak: Add the base support
` [PATCH 02/15] kmemleak: Add documentation on the memory leak detector
` [PATCH 03/15] kmemleak: Add the slab memory allocation/freeing hooks
` [PATCH 04/15] kmemleak: Add the slob "
` [PATCH 05/15] kmemleak: Add the slub "
` [PATCH 06/15] kmemleak: Add the vmalloc "
` [PATCH 07/15] kmemleak: Add memleak_alloc callback from alloc_large_system_hash
` [PATCH 08/15] kmemleak: Add modules support
` [PATCH 09/15] x86: Provide _sdata in the vmlinux_*.lds.S files
` [PATCH 10/15] arm: Provide _sdata and __bss_stop in the vmlinux.lds.S file
` [PATCH 11/15] kmemleak: Remove some of the kmemleak false positives
` [PATCH 12/15] kmemleak: Enable the building of the memory leak detector
` [PATCH 13/15] kmemleak: Keep the __init functions after initialization
` [PATCH 14/15] kmemleak: Simple testing module for kmemleak
` [PATCH 15/15] kmemleak: Add the corresponding MAINTAINERS entry
[PATCH] ADS5121 Fix: put dummy byte to enable fixing EOF bug to first place in order not to break some drivers\nUse ALARM interrupt to avoid waiting for data to come in
2008-12-10 18:49 UTC
[RFC] Replace posix-aio with custom thread pool
2008-12-10 18:50 UTC (8+ messages)
` [Qemu-devel] "
linux-next: Tree for December 1
2008-12-10 18:49 UTC (5+ messages)
` linux-next: Tree for December 1 (netfilter build error)
` netfilter: xt_NFLOG is dependant of nfnetlink_log
[PATCHSETS #2] KVM device passthrough support with AMD IOMMU
2008-12-10 18:48 UTC (8+ messages)
(no subject)
2008-12-10 18:47 UTC
(no subject)
2008-12-10 18:35 UTC
NSFproblem lockd: server not responding, still trying
2008-12-10 18:45 UTC (2+ messages)
[U-Boot] [PATCH] easylogo: add optional gzip support
2008-12-10 18:44 UTC (2+ messages)
` [U-Boot] [PATCH v2] "
Annotating patches inside diff
2008-12-10 18:40 UTC (2+ messages)
[PATCH 0/3] Open-FCoE Submission (round 2)
2008-12-10 18:42 UTC (4+ messages)
` [PATCH 2/3] libfc: A modular Fibre Channel library
[U-Boot] HOSTCC version
2008-12-10 18:41 UTC (4+ messages)
Regression from 2.6.26: Hibernation (possibly suspend) broken on Toshiba R500 (bisected)
2008-12-10 18:41 UTC (9+ messages)
` "APIC error on CPU1: 00(40)" during resume (was: Regression from 2.6.26: Hibernation (possibly suspend) broken on Toshiba R500)
[PATCH] x86 - Make CONFIG_OLPC dependent on CONFIG_MGEODE_LX
2008-12-10 18:41 UTC (16+ messages)
` [PATCH] ALSA: cs5535audio: only build OLPC support if MGEODE_LX is defined
[Qemu-devel] [PATCH 00/13] Cleanup some logging code
2008-12-10 18:24 UTC (14+ messages)
` [Qemu-devel] [PATCH 01/13] hw/ppc.c: LOG_IRQ macro
` [Qemu-devel] [PATCH 02/13] hw/ppc.c: use LOG_IRQ instead of #ifdefs
` [Qemu-devel] [PATCH 03/13] hw/ppc.c: LOG_TB macro
` [Qemu-devel] [PATCH 04/13] hw/ppc.c: use LOG_TB instead of #ifdefs
` [Qemu-devel] [PATCH 05/13] vl.c: LOG_IOPORT macro
` [Qemu-devel] [PATCH 06/13] vl.c: use LOG_IOPORT instead of #ifdefs
` [Qemu-devel] [PATCH 07/13] kqemu.c: LOG_INT macro
` [Qemu-devel] [PATCH 08/13] kqemu.c: use LOG_INT instead of #ifdefs
` [Qemu-devel] [PATCH 09/13] kqemu.c: LOG_INT_STATE macro
` [Qemu-devel] [PATCH 10/13] kqemu.c: use LOG_INT_STATE instead of #ifdefs
` [Qemu-devel] [PATCH 11/13] target-i386/op_helper.c: LOG_PCALL macro
` [Qemu-devel] [PATCH 12/13] target-i386/op_helper.c: use LOG_PCALL instead of #ifdefs
` [Qemu-devel] [PATCH 13/13] target-cris/translate.c: create LOG_DIS macro
[RFC][PATCH 0/6] cgroup id and mix fixes (2008/12/09)
2008-12-10 19:00 UTC (12+ messages)
` [RFC][PATCH 1/6] memcg: fix pre_destory handler
[PATCH] replace deprecated RW_LOCK_UNLOCKED in net/dccp/proto.c
2008-12-10 18:33 UTC (2+ messages)
[PATCH] virtio_net: add link status handling
2008-12-10 18:34 UTC (5+ messages)
Bug in i915 GEM module
2008-12-10 18:27 UTC (2+ messages)
linux-next: Tree for December 9
2008-12-10 18:33 UTC (7+ messages)
` [BUG] linux-next: 20081209 - kernel bug at __rcu_process_callbacks, while booting up
after first git clone of linux kernel repository there are changed files in working dir
2008-12-10 18:22 UTC
[U-Boot] [PATCH] tools/netconsole: new script for working with netconsole over UDP
2008-12-10 18:18 UTC (3+ messages)
[Qemu-devel] [PATCH] IDE: Implement SEEK command (resend)
2008-12-10 18:17 UTC (2+ messages)
[Qemu-devel] [5972] IDE: Implement SEEK command
2008-12-10 18:17 UTC
[Ocfs2-devel] [PATCH 0/18] ocfs2: Add metadata ECC - almost there
2008-12-10 18:15 UTC (3+ messages)
[U-Boot] init FEC @ MPC5200
2008-12-10 18:12 UTC (2+ messages)
Selective Compression/Encryption
2008-12-10 18:11 UTC (9+ messages)
[PATCH 01/11] Replace _apply_settings() after create_toolcontext() with equivalent inline
2008-12-10 18:11 UTC (11+ messages)
` [PATCH 02/11] Remove init_debug() calls immediately after create_toolcontext() call
` [PATCH 03/11] Remove init_verbose() calls immediately after create_toolcontext() calls
` [PATCH 04/11] Remove handles_missing_pvs assignment after call to create_toolcontext()
` [PATCH 05/11] Move init_test() from _apply_settings into _init_logging()
` [PATCH 06/11] Remove archive_enable() calls after create_toolcontext() calls
` [PATCH 07/11] Remove backup_enable() "
` [PATCH 08/11] Remove redundant set_activation() call "
` [PATCH 09/11] Remove redundant init_msg_prefix() and init_cmd_name()
` [PATCH 10/11] Remove redundant init_mirror_in_sync() call in init_lvm()
` [PATCH 11/11] Move initialization of cmd->fmt into init_formats()
CONFIG_MTD_UBI_DEBUG_DISABLE_BGT=y corrupts slab?
2008-12-10 18:10 UTC (3+ messages)
[PATCH] virtio: make PCI devices take a virtio_pci module ref
2008-12-10 18:07 UTC (20+ messages)
` [PATCH 0/6] Clean up virtio device object handling [was Re: [PATCH] virtio: make PCI devices take a virtio_pci module ref]
` [PATCH 1/6] virtio: add PCI device release() function
` [PATCH 2/6] virtio: add register_virtio_root_device()
` [PATCH 3/6] virtio: do not statically allocate root device
` [PATCH 4/6] lguest: "
` [PATCH 5/6] kvm-s390: use register_virtio_root_device()
` [PATCH 6/6] lguest: struct device - replace bus_id with dev_name()
2.6.24.7-rt24
2008-12-10 18:04 UTC
[U-Boot] Adding NAND Boot to uboot
2008-12-10 18:04 UTC (2+ messages)
[PATCH 1/28] drivers/base/platform.c: Drop return value from
2008-12-10 18:03 UTC (6+ messages)
` [PATCH 1/28] drivers/base/platform.c: Drop return value from platform_driver remove functions
[Qemu-devel] [PATCH] Support for serial mouse emulation
2008-12-10 18:00 UTC (2+ messages)
[linux-dvb] lifeview pci trio (saa7134) not working through diseqc anymore
2008-12-10 17:58 UTC (3+ messages)
[PATCH] fork_init: fix division by zero
2008-12-10 17:56 UTC (9+ messages)
` Re[2]: "
[U-Boot] [PATCH v2] Add support for boards where the NOR FLASH is not memory-mapped
2008-12-10 17:56 UTC (2+ messages)
[Buildroot] xtensa buildroot: how to enable xtensa-linux-gcc with --mno-flix ??
2008-12-10 17:54 UTC (2+ messages)
` [Buildroot] xtensa buildroot: how to enable xtensa-linux-gccwith "
Data De-duplication
2008-12-10 17:53 UTC (3+ messages)
[PATCH] MIPS: Update ip32_defconfig
2008-12-10 17:50 UTC
[ANNOUNCE] The -rt git tree
2008-12-10 17:47 UTC (6+ messages)
` [PATCH][RT] lock.h: fix spelling of contended
` [PATCH][RT] Compile-time fix
[PATCH] remove ide-scsi
2008-12-10 17:46 UTC (21+ messages)
` libata / scsi separation
[Qemu-devel] MMIO address changes
2008-12-10 17:44 UTC (5+ messages)
` [Qemu-devel] [PATCH] sh4: Followup to commit #5849 "Change MMIO callbacks..."
` [Qemu-devel] "
Nasty regression from .27.7 to .27.8: idle samba goes crazy
2008-12-10 17:37 UTC (8+ messages)
[PATCH] rfkill: strip pointless notifier chain
2008-12-10 17:41 UTC (6+ messages)
[PATCH] Re-enable MSI support
2008-12-10 17:42 UTC (8+ messages)
RFC Patch: Add signal strength to nl80211station info
2008-12-10 17:40 UTC (4+ messages)
` [PATCH 1/2] Add signal strength and bandwith "
[PATCH] lib/idr.c: Fix bug introduced by RCU fix
2008-12-10 17:39 UTC (2+ messages)
[patch 000/104] 2.6.27-stable review
2008-12-10 17:33 UTC (9+ messages)
` [patch 021/104] lib/idr.c: fix rcu related race with idr_find
[PATCH] Do not pass the SLAB flags as GFP in slob kmem_cache_create
2008-12-10 17:36 UTC
[PATCH] fs: filp_cachep can be static in fs/file_table.c
2008-12-10 17:35 UTC (2+ messages)
linux-next: manual merge of the lblnet tree
2008-12-10 17:34 UTC (6+ messages)
[RFC] EP93xx SPI driver
2008-12-10 17:33 UTC (2+ messages)
server config
2008-12-10 17:33 UTC
[Qemu-devel] [PATCH] sh4: Add SH bit handling to TLB
2008-12-10 17:32 UTC (2+ messages)
[Qemu-devel] [5971] target-sh4: Add SH bit handling to TLB
2008-12-10 17:31 UTC
[Qemu-devel] SH4: Implement FD bit
2008-12-10 17:31 UTC (6+ messages)
` [Qemu-devel] "
` [Qemu-devel] "
[Qemu-devel] [5970] target-sh4: check FD bit for FP instructions
2008-12-10 17:31 UTC
[PATCH 0/9] mISDN: fix sparse warnings
2008-12-10 17:30 UTC (3+ messages)
Non root user cannot execute semanage, semodule
2008-12-10 17:22 UTC (2+ messages)
mmotm 2008-12-09-15-24: e1000e mutex contention
2008-12-10 17:21 UTC (3+ messages)
iwlagn interrupt problem
2008-12-10 17:19 UTC (3+ messages)
[patch 0/3] [Announcement] Performance Counters for Linux
2008-12-10 17:11 UTC (5+ messages)
[PATCH 9/9] mISDN: fix sparse warnings
2008-12-10 17:08 UTC (2+ messages)
2.6.27-omap2 tag?
2008-12-10 17:07 UTC (3+ messages)
[U-Boot] About assign parameters for bootm command
2008-12-10 17:06 UTC
[U-Boot] [RFC USB PATCH V2] USB ehci fix (truncate problem)
2008-12-10 17:04 UTC
[PATCH] libertas: Create sysfs entry for changing the mesh probe response limit
2008-12-10 17:03 UTC (2+ messages)
[PATCH][v2] fork_init: fix division by zero
2008-12-10 16:50 UTC (2+ messages)
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.