All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-24 08:30:54 to 2009-08-24 11:33:06 UTC [more...]

[Qemu-devel] [PATCH v2 00/15] Compile only devices that are used
 2009-08-24 11:29 UTC  (3+ messages)
` [Qemu-devel] [PATCH 01/15] Generate config-host.h after dealing with all the targets
` [Qemu-devel] [PATCH 02/15] Configure ssi bus and devices only if arm-softmmu target is selected

[PATCH v2 1/2] tracing: Move tracepoint callbacks into DEFINE
 2009-08-24 11:32 UTC  (20+ messages)
` [PATCH v3 0/4] tracing: tweaks for generic syscall events
  ` [PATCH v3 1/4] tracing: Rename TIF_SYSCALL_FTRACE->_TRACEPOINT
    ` [PATCH v3 2/4] tracing: Make syscall_(un)regfunc arch-specific

[PATCH] i2c pca954x: support channel selection in sysfs
 2009-08-24 11:31 UTC  (4+ messages)

[lxc-devel] Memory Resources
 2009-08-24 11:31 UTC  (5+ messages)

[U-Boot] [PATCH] ARM: compiler options cleanup - improve tool chain support
 2009-08-24 11:28 UTC  (5+ messages)

pvops dom0 20090821 issue (msi)
 2009-08-24 11:27 UTC  (2+ messages)

ext2/3: document conditions when reliable operation is possible
 2009-08-24 11:19 UTC  (9+ messages)
          ` [patch] "

[PATCH net-next-2.6] bonding: introduce primary_lazy option
 2009-08-24 11:16 UTC  (9+ messages)
` [Bonding-devel] "

can't pair cellphone
 2009-08-24 11:13 UTC 

[PATCH 0/3] Add support for UBI and UBIFS
 2009-08-24 11:11 UTC  (4+ messages)
` [PATCH 1/3] blkid: add UBI volume support
  ` [PATCH 2/3] blkid: add ubifs support
    ` [PATCH 3/3] blkid: add UBIFS test image to blkid test suite

[U-Boot] [PATCH 00/17] i386 Updates (touches some common drivers)
 2009-08-24 11:11 UTC  (21+ messages)
` [U-Boot] [PATCH 01/17] Add errno.h to i386
  ` [U-Boot] [PATCH 02/17] Change inline asm global symbols to local
    ` [U-Boot] [PATCH 03/17] Fix regression introduced by commit 8c63d47651f7
      ` [U-Boot] [PATCH 04/17] Fix environment configuration for eNET board
        ` [U-Boot] [PATCH 05/17] Fix sc520 timer interrupt generation
          ` [U-Boot] [PATCH 06/17] Misc i386 PCI fixups
            ` [U-Boot] [PATCH 07/17] Misc SATA fixups
              ` [U-Boot] [PATCH 08/17] Misc ti_pci1410a fixups
                ` [U-Boot] [PATCH 09/17] Misc ds1722 fixups
                  ` [U-Boot] [PATCH 10/17] Fixup sc520_spunk board
                    ` [U-Boot] [PATCH 11/17] Misc sc520 cdp fixups
                      ` [U-Boot] [PATCH 12/17] Replace [read, write]_mmcr_[byte, word, long] with memory mapped structure
                        ` [U-Boot] [PATCH 13/17] Moved PCI from #ifdef to conditional compile for sc520 boards
                          ` [U-Boot] [PATCH 14/17] Add PCI support to eNET board
` [U-Boot] [PATCH 15/17] Move eNET low-level initialisation into asm
  ` [U-Boot] [PATCH v2 "

Pulling one commit at a time
 2009-08-24 11:07 UTC  (10+ messages)

Query: MUSB clock management code
 2009-08-24 11:09 UTC 

[PATCH] Seperate read and write statistics of in_flight requests
 2009-08-24 11:07 UTC  (2+ messages)

Sun Blade 100 - boot issue
 2009-08-24 10:36 UTC 

[Qemu-devel] [PATCH 00/22] Indirection Cleanup
 2009-08-24 11:03 UTC  (23+ messages)
` [Qemu-devel] [PATCH 01/22] eepro100: convert casts to DO_UPCAST()
` [Qemu-devel] [PATCH 02/22] eepro100: cast a void * makes no sense
` [Qemu-devel] [PATCH 03/22] eepro100: Remove unused indirection of PCIDevice
` [Qemu-devel] [PATCH 04/22] es1370: Remove unused indirection of PCIES1370State and ES1370State
` [Qemu-devel] [PATCH 05/22] ne2000: remove casts from void *
` [Qemu-devel] [PATCH 06/22] ne2000: pci_dev has this very value with the right type
` [Qemu-devel] [PATCH 07/22] ne2000: Remove unneeded double indirection of PCINE2000State
` [Qemu-devel] [PATCH 08/22] ne2000: change pci_dev to is_pci
` [Qemu-devel] [PATCH 09/22] pci: remove casts from void *
` [Qemu-devel] [PATCH 10/22] rtl8139: Remove unneeded double indirection of PCIRTL8139State
` [Qemu-devel] [PATCH 11/22] rtl8139: remove pointless cast from void *
` [Qemu-devel] [PATCH 12/22] lsi53c895a: "
` [Qemu-devel] [PATCH 13/22] lsi53c895a: use DO_UPCAST to cast from PCIDevice
` [Qemu-devel] [PATCH 14/22] lsi53c895a: rename PCIDevice field from pci_dev to dev (consistence)
` [Qemu-devel] [PATCH 15/22] lsi53c895a: LSIState is a PCIDevice is a DeviceHost
` [Qemu-devel] [PATCH 16/22] usb-ohci: Remove unneeded double indirection of OHCIPCIState
` [Qemu-devel] [PATCH 17/22] cirrus_vga: Remove unneeded double indirection of PCICirrusVGAState
` [Qemu-devel] [PATCH 18/22] cirrus_vga: remove pointless cast from void *
` [Qemu-devel] [PATCH 19/22] cirrus_vga: change use of pci_dev for is_pci
` [Qemu-devel] [PATCH 20/22] Introduce vga_common_reset() to be able to typcheck vga_reset()
` [Qemu-devel] [PATCH 21/22] vga: Rename vga_state -> vga
` [Qemu-devel] [PATCH 22/22] Everything outside of vga.c should use VGACommonState

[PATCH 1/2] ISDN: eicon, use offsetof
 2009-08-24 11:05 UTC  (4+ messages)
` [PATCH 2/2] ISDN: eicon, return on error

Kernel 2.6.30.4 XFS(..?) regression (happened again)
 2009-08-24 11:04 UTC  (13+ messages)
    ` Kernel 2.6.30.4 XFS(..?) regression (& with/2.6.31-rc6)

[linux-dvb] Lifeview hybrid saa7134 driver not working anymore
 2009-08-24 10:58 UTC  (3+ messages)

i.MX35 Kernel without ARM EABI support cannot execute init
 2009-08-24 10:57 UTC  (4+ messages)

Doubt about powerpc7447a
 2009-08-24 10:29 UTC 

[PATCH] fix race copy_process() vs de_thread()
 2009-08-24 10:50 UTC  (7+ messages)

[PATCH -stable] kthreads: fix kthread_create() vs kthread_stop() race
 2009-08-24 10:45 UTC 

might_sleep warnings 'temporary hack'
 2009-08-24 10:52 UTC 

[Xenomai-help] kernel doesn't boot , after add the xenomai-2.4.8 patch
 2009-08-24 10:51 UTC  (2+ messages)

[PATCH] hwmon: Disable s3c-hwmon build for S3C64xx
 2009-08-24 10:48 UTC  (2+ messages)
` [lm-sensors] "

RTLWS11, Spetember 28-30, TU Dresden, Germany - Call for Participation
 2009-08-24 10:40 UTC 

JFFS2 crash in linux-2.6.30
 2009-08-24 10:46 UTC  (4+ messages)

[U-Boot] [PATCH 1/2] Replace BCD2BIN and BIN2BCD macros with inline functions
 2009-08-24 10:33 UTC  (5+ messages)

[Patch 0/8] V4 Implement crashkernel=auto
 2009-08-24 10:23 UTC  (9+ messages)
` [Patch 5/8] ia64: implement crashkernel=auto

Musicbrainz
 2009-08-24  9:59 UTC  (4+ messages)

btusb autosuspend and circular lock dep
 2009-08-24 10:16 UTC  (2+ messages)

Current ms7724se LAN doesn't work
 2009-08-24 10:15 UTC  (5+ messages)

[U-Boot] 83xx and LCRR setting
 2009-08-24 10:15 UTC  (7+ messages)

[Buildroot] [Bug 575] New: Buildroot Libtool Patch Fails
 2009-08-24 10:14 UTC  (2+ messages)
` [Buildroot] [Bug 575] "

[U-Boot] [PATCH] jffs2: some fixes to summary support
 2009-08-24 10:13 UTC  (7+ messages)

xfs_check does not recognize fs truncation
 2009-08-24 10:12 UTC 

[U-Boot] PATCH - Added support to YANU Nios2 uart
 2009-08-24 10:12 UTC  (2+ messages)

2.6.31-rc6-git5: Reported regressions from 2.6.30
 2009-08-24 10:08 UTC  (3+ messages)
` [Bug #14015] pty regressed again, breaking expect and gcc's testsuite

[B.A.T.M.A.N.] [batman-adv] Use prinkt instead of debug_log
 2009-08-24 10:08 UTC  (3+ messages)

[PATCH] kmemleak: Fix scheduling-while-atomic bug
 2009-08-24 10:02 UTC  (8+ messages)
              ` ACPI scheduling while atomic (was: Re: [PATCH] kmemleak: Fix scheduling-while-atomic bug)

i.MX35 Kernel without ARM EABI support cannot execute init
 2009-08-24  9:59 UTC 

detection of Empire Media Pen Dual TV
 2009-08-24  9:57 UTC  (5+ messages)

linux-next: voltage tree build failure
 2009-08-24  9:51 UTC  (2+ messages)

2.6.30.5, Linux-HA, NFS: crash in reiserfs
 2009-08-24  9:49 UTC 

not syncing: IO-APIC in qemu kvm
 2009-08-24  9:49 UTC 

Unale to get MTD device info
 2009-08-24  9:50 UTC  (4+ messages)

[PATCH] mac80211: fix RX skb leaks
 2009-08-24  9:46 UTC 

[PATCH] Makefile: Add NEEDS_CRYPTO_WITH_SSL
 2009-08-24  9:45 UTC  (2+ messages)

[RFC v4][PATCH 2/2] intel_txt: Intel(R) TXT and tboot kernel support
 2009-08-24  9:43 UTC  (8+ messages)

[PATCH 05/14] Change regerror() declaration from K&R style to ANSI C (C89)
 2009-08-24  9:42 UTC  (3+ messages)
` [PATCH v2 05/14] Change regerror() definition "

[Qemu-devel] [PATCH 0 of 1] Fix for DOS keyboard problems
 2009-08-24  9:41 UTC  (14+ messages)

[PATCH v2] sctp: fix the check for path failure detection
 2009-08-24  9:37 UTC  (2+ messages)

[Xenomai-help] Native message queue and synchronisation
 2009-08-24  9:36 UTC  (8+ messages)
  ` [Xenomai-help] RE : "

[PATCH] sctp: fix the check for path failure detection
 2009-08-24  9:35 UTC  (6+ messages)

Abour linux driver supports BCM4325
 2009-08-24  9:35 UTC  (5+ messages)

[PATCH] ARM: Mailing lists have moved
 2009-08-24  9:35 UTC  (5+ messages)

[LTP] [PATCH 00/02] Integrate Valgrind Memory Check Tool to LTP
 2009-08-24  9:33 UTC  (4+ messages)
` [LTP] [PATCH 01/02] Create the necessary Interface with runltp
` [LTP] [PATCH 02/02] Script that will actually create the COMMAND File entries
` [LTP] [RESULTS] The Actual results of the tests run with the new interface

linux-next: manual merge of the kconfig tree with the kbuild tree
 2009-08-24  8:34 UTC  (2+ messages)

2.6.31-rc7 : kernel BUG at drivers/rtc/rtc-ps3.c:36!
 2009-08-24  9:29 UTC  (6+ messages)
  ` [PATCH for 2.6.31] powerpc/ps3: Add missing check for PS3 to rtc-ps3 platform device registration

[PATCH 0/17] Make O_SYNC handling use standard syncing path (Version 2)
 2009-08-24  9:29 UTC  (3+ messages)

[tip:core/rcu] rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.h
 2009-08-24  9:28 UTC  (5+ messages)

[PATCH] watchdog: Add support for the Avionic Design Xanthos watchdog timer
 2009-08-24  9:28 UTC  (6+ messages)

[PATCH] tracing/profile: Fix profile_disable vs module_unload
 2009-08-24  9:27 UTC  (6+ messages)

[PATCH] Detect key modifier status in 'sleep --interruptible'
 2009-08-24  9:24 UTC  (7+ messages)

newer version of HTC Dream support
 2009-08-24  9:22 UTC 

[IW] don't emit usage to stderr
 2009-08-24  9:17 UTC 

[PATCH 0/6] Lazy workqueues
 2009-08-24  9:11 UTC  (8+ messages)

[GIT PULL] AVR32 update for 2.6.31
 2009-08-24  9:06 UTC  (2+ messages)

[LTP] The Best Practice to Skip Syscall Tests
 2009-08-24  8:51 UTC  (6+ messages)

kernel bugs 2.6.31-rc6
 2009-08-24  9:06 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] qdev: clean up & convert watchdogs
 2009-08-24  9:05 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] Clean up upcast from PCIDevice to I6300State
    ` [Qemu-devel] container_of() vs DO_UPCAST() (was: [PATCH 2/3] Clean up upcast from PCIDevice to I6300State)
` [Qemu-devel] [PATCH 3/3] qdev: convert watchdogs
    ` Immutable qdev properties (was: [Qemu-devel] [PATCH 3/3] qdev: convert watchdogs)

[PATCH RFC -tip 0/4] v2 RCU cleanups and simplified preemptable RCU
 2009-08-24  9:00 UTC  (3+ messages)
` [PATCH -tip] v3 Consolidate sparse and lockdep declarations in include/linux/rcupdate.h

[LTP] [PATCH 2/3 v2] Fix unshare01
 2009-08-24  9:01 UTC  (2+ messages)

[PATCH 1/8] blkio-cgroup-v11: Introduction
 2009-08-24  8:58 UTC  (8+ messages)
` [PATCH 2/8] blkio-cgroup-v11: The new page_cgroup framework
  ` [PATCH 3/8] blkio-cgroup-v11: Refactoring io-context initialization
    ` [PATCH 4/8] blkio-cgroup-v11: The body of blkio-cgroup
      ` [PATCH 5/8] blkio-cgroup-v11: Page tracking hooks
        ` [PATCH 6/8] blkio-cgroup-v11: The document of blkio-cgroup
          ` [PATCH 7/8] blkio-cgroup-v11: Add a cgroup support to dm-ioband
            ` [PATCH 8/8] blkio-cgroup-v11: The document of a cgroup support for dm-ioband

linux-next: Tree for August 24
 2009-08-24  8:57 UTC 

[U-Boot] ERROR: too many flash sectors
 2009-08-24  8:57 UTC  (4+ messages)

[PATCH resend] block: use printk_once
 2009-08-24  8:56 UTC  (2+ messages)

[Cluster-devel] Re: [PATCH] GFS2: jumping to wrong label?
 2009-08-24  8:55 UTC 

[Cluster-devel] [GFS2 patch] Add "-o errors=panic|withdraw" mount options
 2009-08-24  8:54 UTC  (2+ messages)
` [Cluster-devel] "

linux-next: manual merge of the tip tree with the s390 tree
 2009-08-24  8:53 UTC  (3+ messages)

[Xenomai-help] No core files for segmentation faults in realtime tasks
 2009-08-24  8:50 UTC  (3+ messages)

[RFC][PATCH 0/15] sched: Fix scheduling for multi-node processors
 2009-08-24  8:49 UTC  (4+ messages)
` [PATCH 1/15] x86, sched: Add config option for multi-node CPU scheduling

[RFC v6][PATCH 2/4] intel_txt: Intel(R) TXT reboot/halt shutdown support
 2009-08-24  8:48 UTC  (11+ messages)
      ` [PATCH] txt: fix the build errors on non-X86 platforms
          ` [PATCH] intel_txt: fix the build errors of intel_txt patch "

[LTP] What is the Story of "make autotools"
 2009-08-24  8:47 UTC  (5+ messages)

system gets stuck in a lock during boot
 2009-08-24  8:40 UTC  (13+ messages)

Exposure set bug in stv06xx driver
 2009-08-24  8:41 UTC  (3+ messages)

[PATCH] pps: fix incorrect verdict check
 2009-08-24  7:55 UTC  (2+ messages)

[U-Boot] PATCH mtd CFI flash: timeout calculation underflow if imprecise 1kHz timer: fix
 2009-08-24  8:32 UTC 

llection."
 2009-08-24  8:26 UTC 

[Buildroot] diskimage HOWTO
 2009-08-24  8:30 UTC  (4+ messages)
` [Qemu-devel] "
    ` [Buildroot] "


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.