All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-10-09 05:40:47 to 2009-10-09 08:02:56 UTC [more...]

[GIT PULL] omap fixes for v2.6.32-rc3
 2009-10-09  8:02 UTC  (7+ messages)

[RFC PATCH 0/4] Return of smart HTTP
 2009-10-09  8:01 UTC  (5+ messages)
` [RFC PATCH 1/4] Document the HTTP transport protocol
  ` [RFC PATCH 2/4] Git-aware CGI to provide dumb HTTP transport

[PATCH 1/2] memcg: coalescing uncharge at unmap/truncate (Oct/9)
 2009-10-09  7:58 UTC  (2+ messages)

[Buildroot] [RFC] *clean targets
 2009-10-09  8:01 UTC  (6+ messages)

[rfc][patch] fs: dcache remove d_mounted
 2009-10-09  8:00 UTC  (5+ messages)

Hauppage WinTV-HVR-900H
 2009-10-09  9:34 UTC  (9+ messages)

[RFC] multiqueue changes
 2009-10-09  7:58 UTC  (4+ messages)

Kdump Failed with 2.6.31 i386
 2009-10-09  7:58 UTC  (3+ messages)

[.32-rc3] scheduler: iwlagn consistently high in "waiting for CPU"
 2009-10-09  7:55 UTC  (8+ messages)

+ errh-add-helper-function-to-simplify-pointer-error-checking-fix.patch added to -mm tree
 2009-10-09  7:31 UTC 

[PATCH] net: Fix struct sock bitfield annotation
 2009-10-09  7:54 UTC  (4+ messages)

[PATCH -tip] x86: hw-breakpoints: Actually flush thread breakpoints in flush_thread()
 2009-10-09  7:53 UTC  (4+ messages)

select system call's implementation may have some bug, need your help and confirm !!!
 2009-10-09  7:52 UTC  (2+ messages)

Video Presentation on PCI Express x16 VGA Pass Through to Xen-based Windows XP Home Edition HVM Virtual Machine
 2009-10-09  7:52 UTC  (12+ messages)

linux-next: origin tree build failure
 2009-10-09  7:50 UTC 

[PATCH]: Fix niagara2 perf support
 2009-10-09  7:51 UTC 

[rfc][patch] store-free path walking
 2009-10-09  7:47 UTC  (14+ messages)

[dm-crypt] RC1/2 misbehaviour (bug?)
 2009-10-09  7:47 UTC 

Microsoft is planning Windows 8 to be 128-bit
 2009-10-09  7:49 UTC  (3+ messages)

[BUGFIX -v2] x86, mce, inject: Make injected mce valid only during faked handler call
 2009-10-09  7:44 UTC  (14+ messages)
` [PATCH 0/6] x86, mce, mce-inject: misc fix v2
  ` [PATCH 6/6] mce-inject: use injected mce only during faked handler call
        ` [PATCH 1/4] mce-inject: make raise_global()
        ` [PATCH 2/4] mce-inject: use individual members instead of struct mce
        ` [PATCH 3/4] mce-inject: change msr_to_offset() to mce_get_fake_reg()
        ` [PATCH 4/4] mce-inject: support injecting multiple error to a CPU

Confusing git pull error message
 2009-10-09  7:38 UTC  (10+ messages)

combine git repo historically
 2009-10-09  7:40 UTC  (3+ messages)

[failures] random-kmalloc-failure-ignored-in-init_std_data.patch removed from -mm tree
 2009-10-09  7:12 UTC 

[PATCH] random: kmalloc failure ignored in init_std_data()
 2009-10-09  7:35 UTC  (4+ messages)

[PATCH] xend: Fix VDI-VBD link for XenAPI
 2009-10-09  7:30 UTC 

[Qemu-devel] [PATCH V5 00/29] pci: various pci clean up and pci express support
 2009-10-09  7:06 UTC  (33+ messages)
` [Qemu-devel] [PATCH V5 01/29] pci: fix PCI_DPRINTF() wrt variadic macro
` [Qemu-devel] [PATCH V5 02/29] pci: introduce constant PCI_NUM_PINS for the number of interrupt pins, 4
` [Qemu-devel] [PATCH V5 03/29] pci: use PCI_SLOT() and PCI_FUNC()
` [Qemu-devel] [PATCH V5 04/29] pci: define a constant to represent a unmapped bar and use it
` [Qemu-devel] [PATCH V5 05/29] pci: helper functions to access PCIDevice::config
` [Qemu-devel] [PATCH V5 06/29] pci: use helper functions to access pci config space
` [Qemu-devel] [PATCH V5 07/29] pci/bridge: clean up of pci_bridge_initfn()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 08/29] pci: s/PCI_ADDRESS_SPACE_/PCI_BASE_ADDRESS_SPACE_/ to match pci_regs.h
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 09/29] pci: clean up of pci_default_read_config
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 10/29] pci: make pci_bar() aware of header type 1
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH V5 11/29] pci_host.h: move functions in pci_host.h into .c file
` [Qemu-devel] [PATCH V5 12/29] pci_host: consolidate pci config address access
` [Qemu-devel] [PATCH V5 13/29] pci: introduce pcibus_t to represent pci bus address/size instead of uint32_t
` [Qemu-devel] [PATCH V5 14/29] pci: introduce FMT_PCIBUS for printf format for pcibus_t
` [Qemu-devel] [PATCH V5 15/29] pci: typedef pcibus_t as uint64_t instead of uint32_t
` [Qemu-devel] [PATCH V5 17/29] pci: make pci configuration transaction more accurate
` [Qemu-devel] [PATCH V5 18/29] pci: factor out the conversion logic from io port address into pci device
` [Qemu-devel] [PATCH V5 19/29] pci: split out ioport address parsing from pci configuration access logic
` [Qemu-devel] [PATCH V5 20/29] pci: move pci host stuff from pci.c to pci_host.c
` [Qemu-devel] [PATCH V5 21/29] pci_host: change the signature of pci_data_{read, write}
` [Qemu-devel] [PATCH V5 24/29] pci: fix pci_default_write_config()
` [Qemu-devel] [PATCH V5 25/29] pci: add helper functions for pci config write function
` [Qemu-devel] [PATCH V5 26/29] pci: use helper function in pci_default_write_config()
` [Qemu-devel] [PATCH V5 27/29] pci/bridge: don't update bar mapping when bar2-5 is changed
` [Qemu-devel] [PATCH V5 28/29] pci: initialize pci config headers depending it pci header type
` [Qemu-devel] [PATCH V5 29/29] pci/monitor: print out bridge's filtering values and so on

[PATCH] irda/sa1100_ir: check return value of startup hook
 2009-10-09  7:25 UTC  (2+ messages)

+ include-linux-compiler-gcc4h-gcc-402-doesnt-understand-__builtin_object_size.patch added to -mm tree
 2009-10-09  7:01 UTC 

[to-be-updated] memcg-coalesce-charges-per-cpu.patch removed from -mm tree
 2009-10-09  7:01 UTC 

[to-be-updated] memcg-coalesce-uncharge-at-unmap-and-truncation.patch removed from -mm tree
 2009-10-09  7:01 UTC 

[PATCH] libertas: remove double assignment of dev->netdev_ops
 2009-10-09  7:22 UTC  (2+ messages)

the select system call's implementation may have some bug in preempt kernel mode
 2009-10-09  7:22 UTC  (4+ messages)

+ memcg-coalesce-charges-per-cpu.patch added to -mm tree
 2009-10-09  7:14 UTC 

+ memcg-coalesce-uncharge-at-unmap-and-truncation.patch added to -mm tree
 2009-10-09  7:14 UTC 

[LTP] [PATCH] : fix memcg_function_test's bug
 2009-10-09  7:14 UTC  (2+ messages)

[PATCH qemu-kvm] Enable UFO on virtio-net and tap devices
 2009-10-09  7:11 UTC  (4+ messages)

[PATCH] PCIe AER: honor ACPI HEST FIRMWARE FIRST mode
 2009-10-09  7:11 UTC  (3+ messages)
  ` Fwd: "

[PATCH] libertas: depend on CONFIG_CFG80211
 2009-10-09  7:10 UTC 

[Qemu-devel] [PATCH 00/16] Add a -netdev option
 2009-10-09  7:09 UTC  (5+ messages)

Mounting block device fails
 2009-10-09  7:10 UTC  (5+ messages)

[RFC PATCH 00/12] Merge common OpenFirmware device tree code
 2009-10-09  7:07 UTC  (15+ messages)
` [RFC PATCH 05/12] of: add common header for flattened device tree
  ` [RFC PATCH 05/12] of: add common header for flattened device tree representation
    ` [RFC PATCH 05/12] of: add common header for flattened device
` [RFC PATCH 10/12] of: merge of_*_flat_dt*() functions

[Qemu-devel] [PATCH v5 00/31] Compile only devices that are used
 2009-10-09  7:06 UTC  (3+ messages)
` [Qemu-devel] [PATCH 02/31] Move generation of config-host.h to Makefile from configure
  ` [Qemu-devel] "

SRIOV driver for 82599
 2009-10-09  7:03 UTC 

[PATCH] git-svn: Avoid spurious errors when rewriteRoot is used
 2009-10-09  7:01 UTC 

man-pages-3.23 is released
 2009-10-09  7:02 UTC  (2+ messages)

[PATCH] drivers/ata/ahci build break
 2009-10-09  7:00 UTC  (3+ messages)

[PATCH 2/3] qemu: make cirrus init value pci spec compliant
 2009-10-09  7:00 UTC  (9+ messages)
        ` [Qemu-devel] "

[U-Boot] [PATCH v2 3/3] ppc/p1_p1_RDB: DDR Relocation support for NAND/SD/eSPI Boot
 2009-10-09  7:01 UTC  (3+ messages)

[PATCH] Add the pthread_rwlock_unlock() different point explanation between Linux and POSIX
 2009-10-09  6:59 UTC  (2+ messages)

ftdi_sio regresion 2.6.31-r1
 2009-10-09  6:57 UTC 

[LTP] the status about porting testcases in Crackerjack to LTP
 2009-10-09  7:01 UTC 

[PATCH] kernel/time/tick-sched.c: fix warning of printk's argument format
 2009-10-09  6:56 UTC  (4+ messages)

[PATCH] ls-files: make option parser keep argv[0]
 2009-10-09  6:53 UTC  (3+ messages)
` [PATCH] ls-files: die instead of fprintf/exit in -i error

[PATCH] Makefile: enable THREADED_DELTA_SEARCH on IRIX and IRIX64
 2009-10-09  6:52 UTC  (2+ messages)

[PATCH] perl/Makefile.PL: detect MakeMaker versions incompatible with DESTDIR
 2009-10-09  6:51 UTC  (6+ messages)
` [PATCH v2] "

Git archive and trailing "/" in prefix
 2009-10-09  6:50 UTC  (3+ messages)

[PATCH 0/8] RX-51 audio drivers
 2009-10-09  6:53 UTC  (15+ messages)
` [PATCH 2/8] ASoC: OMAP: RX-51 Machine driver and AIC34b_dummy driver
` [PATCH 5/8] board-rx51-peripherals: split vaux3 and vmmc2 supplies
` [PATCH 1/8] ASoC: TPA6130A2 amplifier driver

kirkwood: missing pci support for openrd_base board
 2009-10-09  6:51 UTC  (5+ messages)
    ` [PATCH v2] OpenRD base: Initialize PCI express and i2c

[PATCH] git-send-email.perl: Fold long header lines to 78 chars
 2009-10-09  6:50 UTC  (6+ messages)
      ` [PATCH v2] git-send-email.perl: fold multiple entry "Cc:" and multiple single line "RCPT TO:"s

[PATCH] Fix the exit code of MSVC build scripts on cygwin
 2009-10-09  6:49 UTC  (3+ messages)

[PATCH] Fix MSVC build on cygwin
 2009-10-09  6:48 UTC  (2+ messages)

What's cooking in git.git (Oct 2009, #01; Wed, 07)
 2009-10-09  6:47 UTC  (6+ messages)

[PATCHv2] seabios: enable io/memory unconditionally
 2009-10-09  6:48 UTC  (6+ messages)
` [Qemu-devel] "

[LTP] Checking flex existance in configure
 2009-10-09  6:48 UTC  (4+ messages)

[PATCH 0/6] 8xx MMU fixes
 2009-10-09  6:46 UTC  (11+ messages)
` [PATCH 1/6] 8xx: DTLB Error must check for more errors
  ` [PATCH 2/6] 8xx: Update TLB asm so it behaves as linux mm expects

[LTP] Complete the test cases for getuid16
 2009-10-09  6:44 UTC 

[Qemu-devel] [PATCH 00/21] Bring seabios and qemu pcbios closer together
 2009-10-09  6:37 UTC  (4+ messages)
` [Qemu-devel] [PATCH 21/21] Use MaxCountCPUs during building of per cpu tables
  ` [Qemu-devel] "

[RFC] misc/at24: add experimental OF support for the generic eeprom driver
 2009-10-09  6:37 UTC  (12+ messages)

Looking for ICH SMBUS "Process call" support in i2c-i801 bus driver
 2009-10-09  6:35 UTC  (2+ messages)

[PATCH 01/14] sh: Sprinkle __uses_jump_to_uncached
 2009-10-09  6:34 UTC  (2+ messages)

uvcvideo: Finally fix Logitech Quickcam for Notebooks Pro
 2009-10-09  6:32 UTC  (4+ messages)
` [PATCH] "
  ` [Linux-uvc-devel] "

[U-Boot] [PATCH] Blackfin: reset watchdog in udelay()
 2009-10-09  6:32 UTC  (2+ messages)
` [U-Boot] [PATCH v2] "

build of xen-unstable(cs:20054) failed for i386/x86_64
 2009-10-09  6:28 UTC  (4+ messages)
  ` build of kernel(cs:20067) "
    ` build of kernel(cs:20292, linux-cs:936) "

[PATCH/RFC] powerpc: Fix decrementer setup on 1GHz boards
 2009-10-09  6:27 UTC  (4+ messages)

[PATCH 1/2] completion: fix completion of git <TAB><TAB>
 2009-10-09  6:21 UTC  (2+ messages)
` [PATCHv2 2/2] completion: fix alias listings with newlines

[U-Boot] [PATCH] Blackfin: Remove relocation fixups
 2009-10-09  6:22 UTC 

[PATCH] voicecall: allow P or , within the dial string
 2009-10-09  6:22 UTC  (2+ messages)

[PATCH 0/2] Parallel crypto/IPsec v6
 2009-10-09  6:18 UTC  (3+ messages)
` [PATCH 2/2] crypto: pcrypt - Add pcrypt crypto parallelization wrapper

DMAR regression in 2.6.31 leads to ext4 corruption?
 2009-10-09  6:17 UTC 

Support on discontinuous planer buffer and stride
 2009-10-09  6:17 UTC  (3+ messages)

[PATCH] OMAP3: PM: Do not allow OPP1 for VDD2
 2009-10-09  6:08 UTC 

[U-Boot] [PATCH-ARM 1/4, v2] Clean-up of cpu_arm920t and cpu_arm920t_s3c24x0 code
 2009-10-09  6:07 UTC  (6+ messages)

sync guest calls made async on host - SQLite performance
 2009-10-09  6:05 UTC  (10+ messages)

[Bridge] Distributed RSTP
 2009-10-09  6:01 UTC  (2+ messages)

[net-next-2.6 PATCH 1/2] ixgbe: add support for 82599 based Express Module X520-P2
 2009-10-09  6:00 UTC  (4+ messages)
` [net-next-2.6 PATCH 2/2] ixgbe: Fix KR to KX fail over for Mezzanine cards

[PATCH -next][resubmit] cdc_ether: additional Ericsson MBM PID's to the whitelist
 2009-10-09  6:00 UTC  (2+ messages)

autofs changes process's current working directory
 2009-10-09  5:58 UTC  (2+ messages)

[PATCH][v2] ibm_newemac: Added 16K Tx FIFO size support for EMAC4
 2009-10-09  5:55 UTC  (3+ messages)

[net-2.6 PATCH 0/7] qlge: Fixes for bonding, RSS and reset
 2009-10-09  5:55 UTC  (2+ messages)

splice on fat filesystem
 2009-10-09  5:53 UTC 

[PATCH][GIT PULL][for 2.6.32] tracing: fix trace_vprintk call
 2009-10-09  5:47 UTC 

[Patch-next] Fix the size overflow of addrconf_sysctl array
 2009-10-09  5:44 UTC  (2+ messages)


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.