All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-07-24 17:14:10 to 2009-07-24 19:22:41 UTC [more...]

[LTP] Char Limit issue on 2.6.29 kernels
 2009-07-24 19:16 UTC  (9+ messages)
`  "

[PATCH] Removed useless retval variables in usb-serial.c
 2009-07-24 19:22 UTC  (10+ messages)
    ` Fwd: "

[PATCH] amd64_edac: to read the right f2maskoffset reg
 2009-07-24 19:15 UTC 

Jumbo frame question
 2009-07-24 19:13 UTC  (7+ messages)

2.6.30 BUG? Full load, but nice levels cause CPU idle time?
 2009-07-24 19:14 UTC 

Using xfsdump On Linux With IRIX Version 1 FS?
 2009-07-24 19:13 UTC  (2+ messages)

[RFC v17][PATCH 00/60] Kernel based checkpoint/restart
 2009-07-24 19:09 UTC  (5+ messages)

2.6.31-rc4 error 'ide-atapi: cmd 0x3 timed out'
 2009-07-24 18:38 UTC 

[PATCH 0/6] CGroups: cgroup memberlist enhancement+fix
 2009-07-24 19:05 UTC  (12+ messages)
` [PATCH 5/6] Makes procs file writable to move all threads by tgid at once

repairers
 2009-07-24 19:04 UTC 

Doubt: Does RT patch reduce interrupt latency?
 2009-07-24 19:04 UTC  (2+ messages)

FW: [PATCH] cs5535_gpio: Fix root triggerable integer underflow
 2009-07-24 19:00 UTC  (2+ messages)

[PATCH 0/2] implement uid mount option for ext2 and ext3
 2009-07-24 18:58 UTC  (5+ messages)
` [PATCH 0/2] implement uid mount option for ext2 and ext3, try 2
  ` [PATCH 1/2] implement uid mount option for ext2

[Qemu-devel] [PATCH v2 00/46] More configure/Makefile cleanups
 2009-07-24 18:30 UTC  (47+ messages)
` [Qemu-devel] [PATCH 01/46] change HOST_SOLARIS to CONFIG_SOLARIS{_VERSION}
` [Qemu-devel] [PATCH 02/46] Remove SP_CFLAGS and SP_LDFLAGS
` [Qemu-devel] [PATCH 03/46] target_arch2 is redefined unconditionally later
` [Qemu-devel] [PATCH 04/46] remove CONFIG_ from VNC_TLS_{LIBS, FLAGS}
` [Qemu-devel] [PATCH 05/46] use same algorithm for testing and
` [Qemu-devel] [PATCH 06/46] remove CONFIG_ from VNC_SASL_{LIBS, FLAGS}
` [Qemu-devel] [PATCH 07/46] remove CONFIG_ from BLUEZ_{LIBS,FLAGS}
` [Qemu-devel] [PATCH 08/46] make fmod also use FMOD_{LIBS,CFLAGS}
` [Qemu-devel] [PATCH 09/46] make oss use OSS_LIBS
` [Qemu-devel] [PATCH 10/46] move printing of config-host.mak variables to end of generation
` [Qemu-devel] [PATCH 11/46] more specific config.mak can overwrote more general config.mak
` [Qemu-devel] [PATCH 12/46] Add -static in configure if needed
` [Qemu-devel] [PATCH 13/46] Rename HAVE_FDT to CONFIG_FDT and define it also in Makefile
` [Qemu-devel] [PATCH 14/46] Refactor code to remove one #ifdef CONFIG_FDT
` [Qemu-devel] [PATCH 15/46] fix indententation
` [Qemu-devel] [PATCH 16/46] O_LARGEFILE is already set in qemu-common.h
` [Qemu-devel] [PATCH 17/46] rename HOST_BSD to CONFIG_BSD
` [Qemu-devel] [PATCH 18/46] define MAP_ANONYMOUS if it is not defined in qemu-common.h
` [Qemu-devel] [PATCH 19/46] rename HAVE_PREADV to CONFIG_PREADV
` [Qemu-devel] [PATCH 20/46] rename HAVE_IOVEC to CONFIG_IOVEC
` [Qemu-devel] [PATCH 21/46] rename HAVE_FNMATCH_H to CONFIG_FNMATCH
` [Qemu-devel] [PATCH 22/46] rename HAVE_MACHINE_BSWAP_H to CONFIG_MACHINE_BSWAP_H
` [Qemu-devel] [PATCH 23/46] rename HAVE_BYTESWAP_H to CONFIG_BYTESWAP_H
` [Qemu-devel] [PATCH 24/46] rename DEBUG_TCG to CONFIG_DEBUG_TCG
` [Qemu-devel] [PATCH 25/46] rename DEBUG_EXEC to CONFIG_DEBUG_EXEC
` [Qemu-devel] [PATCH 26/46] rename WORDS_BIGENDIAN to CONFIG_WORDS_BIGENDIAN
` [Qemu-devel] [PATCH 27/46] Add CONFIG_POSIX
` [Qemu-devel] [PATCH 28/46] Use CONFIG_POSIX to simplify Makefile
` [Qemu-devel] [PATCH 29/46] 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 30/46] sdl_config value was always sdl-config
` [Qemu-devel] [PATCH 31/46] Calculate sdl_libs and sdl_flags and use them everywhere
` [Qemu-devel] [PATCH 32/46] instead of setup sdl_x11 just add -lX11 to sdl_libs
` [Qemu-devel] [PATCH 33/46] target_softmmu is undefined at that point
` [Qemu-devel] [PATCH 34/46] remove sdl_static. Just do the right thing if static is yes
` [Qemu-devel] [PATCH 35/46] indent with 2 spaces sdl tests
` [Qemu-devel] [PATCH 36/46] Define and use xen libs in a single place
` [Qemu-devel] [PATCH 37/46] simplify curses library selection
` [Qemu-devel] [PATCH 38/46] simplify brlapi selection
` [Qemu-devel] [PATCH 39/46] simplify vde libs selection
` [Qemu-devel] [PATCH 40/46] simplify fdt "
` [Qemu-devel] [PATCH 41/46] test if xen is enabled only once
` [Qemu-devel] [PATCH 42/46] define ENOTSUP the same that the other errors
` [Qemu-devel] [PATCH 43/46] rename NEEDS_LIBSUNMATH to CONFIG_NEEDS_LIBSUNMATH
` [Qemu-devel] [PATCH 44/46] rename USE_NPTL to CONFIG_USE_NPTL
` [Qemu-devel] [PATCH 45/46] Remove AUDIO_DRIVERS define
` [Qemu-devel] [PATCH 46/46] Generate config-host.h from config-host.mak

size calculation wasted cpu time
 2009-07-24 18:55 UTC  (2+ messages)

[Qemu-devel] [PATCH] ARM back-end: Fix register numbering for div/divu and add TCG not
 2009-07-24 18:54 UTC  (3+ messages)

[Xenomai-help] POSIX skin/Blackfin: SIGSEGV when stracing or gdb'ing
 2009-07-24 18:50 UTC  (4+ messages)

[RFC][PATCH 2/3] ARM:OMAP4 iommu:add omap4 support in iommu
 2009-07-24 18:47 UTC  (4+ messages)

ixgbe: panic in ixgbe_clean_rx_irq()
 2009-07-24 18:47 UTC  (6+ messages)

[Fwd: Re: Bug#495949: grub-common: grub-probe segfaults]
 2009-07-24 18:46 UTC 

[PATCH 3/6] ath9k: Add debug counters for TX
 2009-07-24 18:35 UTC  (2+ messages)

new lockdep warning in 2.6.31-rc3-wl
 2009-07-24 18:45 UTC 

ich10 usb_host vs snd_usb_audio Hercules - irq broadcast
 2009-07-24 18:44 UTC  (3+ messages)

nfs4 write delegation status
 2009-07-24 18:44 UTC  (3+ messages)

[PATCH] USB host CDC Phonet network interface driver
 2009-07-24 18:00 UTC  (7+ messages)

Fallocate and DirectIO
 2009-07-24 18:40 UTC  (9+ messages)

[PATCH RFC -tip 0/4] RCU cleanups and simplified preemptable RCU
 2009-07-24 18:35 UTC  (4+ messages)
` [PATCH RFC -tip 4/4] Merge preemptable-RCU functionality into hierarchical RCU

Re[8]: Unable to Configure Xen Dom 0 in Jeremy's PVOPS Kernel
 2009-07-24 18:31 UTC  (3+ messages)

[PATCH] kbuild: remove extraneous blank line after declaration of usage()
 2009-07-24 18:29 UTC 

dropsonde
 2009-07-24 18:29 UTC 

nftables: problem with sets (Object not found)
 2009-07-24 18:26 UTC 

[RFC][PATCH 1/3] ARM:OMAP4 iommu:changes in iommu for OMAP4
 2009-07-24 18:27 UTC  (2+ messages)

LVM2/lib/locking locking.h
 2009-07-24 18:26 UTC 

[Regression] kdesu broken
 2009-07-24 18:25 UTC  (3+ messages)

[cron job] v4l-dvb daily build 2.6.22 and up: WARNINGS, 2.6.16-2.6.21: ERRORS
 2009-07-24 18:25 UTC 

[LTP] [PATCH] Fixed static build which needs to link the pthread library in pidns and pipeio
 2009-07-24 18:24 UTC  (2+ messages)

[RFC PATCH] Implement unstage and reset modes for git-add--interactive
 2009-07-24 18:24 UTC  (11+ messages)
` [RFC PATCH v2 1/3] Introduce git-unstage
` [RFC PATCH v2 2/3] Introduce git-discard
` [RFC PATCH v2 3/3] Implement unstage --patch and discard --patch

git-am -p fails with new file
 2009-07-24 18:09 UTC 

[PATCH] ia64: minor Makefile simplification through use of cc-ifversion
 2009-07-24 18:23 UTC  (5+ messages)
` [PATCH] ia64: minor Makefile simplification through use of

[Buildroot] [git commit] CHANGES: add #163 + #473
 2009-07-24 18:21 UTC  (10+ messages)

[U-Boot] [PATCH 1/2] 85xx: CONFIG_MP Boot Page Translation update
 2009-07-24 18:18 UTC  (2+ messages)
` [U-Boot] [PATCH 2/2] xpedite5370: Enable MP support

[RFC][PATCH 3/3]ARM:OMAP4 iommu:provide build support for omap4 iommu
 2009-07-24 18:17 UTC  (2+ messages)

[PATCH] mac80211: add helper to add to the mac80211 workqueue
 2009-07-24 18:15 UTC  (4+ messages)
` [ath9k-devel] "

LVM2 ./WHATS_NEW daemons/clvmd/lvm-functions.c 
 2009-07-24 18:15 UTC 

[PATCH/RFC 1/1] recover from davinci i2c time out conditions
 2009-07-24 18:14 UTC  (4+ messages)

[PATCH 0/14] iwlwifi driver updates 07/24/2009
 2009-07-24 18:13 UTC  (16+ messages)
` [PATCH 01/14] iwlwifi: revert to active table when rate is not valid
` [PATCH 02/14] iwlwifi: critical temperature enter/exit condition
` [PATCH 03/14] iwlwifi: Thermal Throttling Management - Part 1
` [PATCH 04/14] iwlwifi: Thermal Throttling Management - part 2
` [PATCH 05/14] iwlwifi: Thermal Throttling debugfs function
` [PATCH 06/14] iwlwifi: fix up command sending
` [PATCH 07/14] iwlwifi: remove command callback return value
` [PATCH 08/14] iwlwifi: fix TX queue race
` [PATCH 09/14] iwlwifi: print packet contents in error case
` [PATCH 10/14] iwlwifi: Name fix for MPDU density for TX aggregation
` [PATCH 11/14] iwlwifi: fix LED config option
` [PATCH 12/14] iwlwifi: debugFs to enable/disable 40MHz channel support
` [PATCH 13/14] iwlagn: fix null pointer access during ucode load on 1000
` [PATCH 14/14] iwlagn: fix sparse warning when compiling without debug
` [PATCH v2.6.31] iwlwifi: fix TX queue race

[U-Boot] Pull request u-boot-blackfin.git
 2009-07-24 18:07 UTC 

[KVM-AUTOTEST PATCH 0/17] kvm_subprocess, guestwizard improvements, timedrift and other small things
 2009-07-24 18:07 UTC  (8+ messages)
` [KVM-AUTOTEST PATCH 02/17] Modify kvm_vm and kvm_preprocessing to use the new kvm_subprocess module
  ` [KVM-AUTOTEST PATCH 03/17] Modify remote_login and remote_scp in kvm_utils to use kvm_subprocess
    ` [KVM-AUTOTEST PATCH 04/17] Modify run_autotest() in kvm_tests.py to use the new kvm_subprocess module
      ` [KVM-AUTOTEST PATCH 01/17] Add new module kvm_subprocess
        ` [KVM-AUTOTEST PATCH 05/17] Remove kvm_spawn and run_bg() from kvm_utils.py
          ` [KVM-AUTOTEST PATCH 06/17] kvm_guest_wizard: rename output_dir to debug_dir in barrier_2()
            ` [Autotest] "

Xen 3.4.1-rc8 iommu crash on Optiplex 760 ( Core2 E8400, Q43 / ICH10D )
 2009-07-24 18:06 UTC 

[PATCH] sched: Fix cond_resched_lock() in !CONFIG_PREEMPT
 2009-07-24 18:05 UTC 

[PATCH 0/2] Use coalescing region from upstream
 2009-07-24 18:01 UTC  (3+ messages)
` [PATCH 1/2] use coalesced_mmio field from qemu upstream
  ` [PATCH 2/2] use coalesce memory regions functions from upstream

[PATCH 1/1] pagemap clear_refs: modify to specify anon or mapped vma clearing
 2009-07-24 18:00 UTC  (3+ messages)

[PATCH 2/2] tsc2007: reduced number of I2C transfers
 2009-07-24 18:00 UTC  (3+ messages)

[PATCH 1/1] DSPBRIDGE: expose DSP_TRACEBUF as kernel config option
 2009-07-24 18:00 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/4] S/390 host and target support
 2009-07-24 17:59 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/4] S/390 CPU emulation
  ` [Qemu-devel] [PATCH 2/4] S/390 host/target build system support
    ` [Qemu-devel] [PATCH 3/4] S/390 host support for TCG

[RFC/RFT v2 0/4] PRCM interrupt handler updates/fixes/cleanups
 2009-07-24 17:54 UTC  (5+ messages)
` [RFC/RFT 1/4] OMAP3: PM: Prevent hang in prcm_interrupt_handler
  ` [RFC/RFT 2/4] OMAP3: PM: PRCM interrupt: check MPUGRPSEL register
    ` [RFC/RFT 3/4] OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts
      ` [RFC/RFT 4/4] OMAP3: PM: USBHOST: clear wakeup events on both hosts

Bitbake runqueue performance improvement
 2009-07-24 17:37 UTC  (6+ messages)
` [Bitbake-dev] "

[PATCH] kbuild: add static to prototypes
 2009-07-24 17:50 UTC 

[ANNOUNCE] GIT 1.6.4-rc2
 2009-07-24 17:49 UTC  (3+ messages)

Is sdio bluecore-06 supported by linux built-in driver?
 2009-07-24 17:49 UTC 

[AUTOTEST] print login command and change some timeout values
 2009-07-24 17:48 UTC  (2+ messages)

[RFC][PATCH 0/5] hw-breakpoints: Make the API generic + support for perfcounters
 2009-07-24 17:47 UTC  (6+ messages)
` [RFC][PATCH 5/5] perfcounter: Add support for kernel hardware breakpoints

[PATCH] remove useless wrappers around functions
 2009-07-24 17:46 UTC 

[PATCH] use kvm_has_sync_mmu from upstream
 2009-07-24 17:46 UTC 

DMA zeroing destination and zero_sum support
 2009-07-24 17:43 UTC  (3+ messages)

Question on RAID-5 growing
 2009-07-24 17:41 UTC  (3+ messages)

[PATCH] ia64/topology.c: exit cache_add_dev when kobject_init_and_add fails
 2009-07-24 17:40 UTC  (3+ messages)

[GIT PATCHES for 2.6.31] V4L/DVB fixes
 2009-07-24 17:40 UTC 

em28xx driver crashes device
 2009-07-24 17:34 UTC  (4+ messages)

[U-Boot] [PATCH v2] mpc83xx: Add esd VME8349 board support
 2009-07-24 17:26 UTC  (4+ messages)

abuse of nand_correct_data in tmio_nand driver
 2009-07-24 17:24 UTC  (5+ messages)

[PATCH] exec: fix set_binfmt() vs sys_delete_module() race
 2009-07-24 17:19 UTC 

[RFC][PATCH] checkpoint/restart: Add support for epoll
 2009-07-24 17:22 UTC  (4+ messages)

Status of ext4 online defrag?
 2009-07-24 17:22 UTC  (4+ messages)

[U-Boot] [PATCH] mpc83xx: because CONFIG_83XX_GENERIC_PCI is now synonymous with CONFIG_PCI, we remove the former
 2009-07-24 17:22 UTC 

[RFC][PATCH 0/3]ARM:OMAP4 iommu-provide support for OMAP4
 2009-07-24 17:21 UTC 

Fw: Portability changes to mozilla-sha1
 2009-07-24 17:17 UTC 

[PATCH] V4L/DVB: af9015: add new USB ID for KWorld PlusTV Dual DVB-T Stick (DVB-T 399U)
 2009-07-24 16:45 UTC 


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.