All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-12-24 00:32:54 to 2010-12-24 03:55:48 UTC [more...]

[PATCH] fix freeing user_struct in user cache
 2010-12-24  3:55 UTC  (2+ messages)

[PATCH] micro.conf: Pin an older udev to avoid space consuming dependencies
 2010-12-24  3:54 UTC  (2+ messages)

[PATCH_V5 0/11] NFSv4 callback find client fix Version 5
 2010-12-24  3:43 UTC  (4+ messages)
` [PATCH_V5 01/11] SUNRPC move svc_drop to caller of svc_process_common

New entry in modedb
 2010-12-24  3:42 UTC  (2+ messages)

[PATCH REPOST v2] spi/spi: don't release the spi device twice
 2010-12-24  3:39 UTC  (2+ messages)

New video cip of Arnold'n co
 2010-12-24  3:38 UTC 

[PATCH] drivers: ld9040 amoled driver support
 2010-12-24  3:37 UTC  (3+ messages)

[PATCH v4 0/2] cgroups: implement moving a threadgroup's threads atomically with cgroup.procs
 2010-12-24  3:33 UTC  (8+ messages)
` [PATCH v5 0/3] "
  ` [PATCH v5 3/3] cgroups: make procs file writable

vt/fbcon binding and handover fixes
 2010-12-24  3:30 UTC  (12+ messages)
` [PATCH 1/3] fb: fix overlapping test off-by-one
` [PATCH 3/3] fbcon: fix situation where fbcon gets deinitialised and can't reinit

[PATCH] spi_topcliff_pch: Fix data transfer issue
 2010-12-24  3:31 UTC  (2+ messages)

QEMU, MCE, unpoison memory address across reboot
 2010-12-24  3:30 UTC  (5+ messages)

McSPI questions pertaining to GPIO chip select support
 2010-12-24  3:28 UTC  (7+ messages)
` [PATCH] mcspi: Add support for GPIO chip select lines

UBIFS reboots issue
 2010-12-24  3:23 UTC  (4+ messages)

Build regressions/improvements in v2.6.37-rc7
 2010-12-24  3:20 UTC  (2+ messages)

[PATCH 00/19] Kemari for KVM v0.2.1
 2010-12-24  3:18 UTC  (40+ messages)
` [Qemu-devel] "
` [PATCH 01/19] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 02/19] Introduce read() to FdMigrationState
  `  "
` [PATCH 03/19] Introduce skip_header parameter to qemu_loadvm_state()
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 04/19] qemu-char: export socket_set_nodelay()
  `  "
` [PATCH 05/19] vl.c: add deleted flag for deleting the handler
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 06/19] virtio: update last_avail_idx when inuse is decreased
  `  "
` [PATCH 07/19] Introduce fault tolerant VM transaction QEMUFile and ft_mode
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 08/19] savevm: introduce util functions to control ft_trans_file from savevm layer
  `  "
` [Qemu-devel] [PATCH 09/19] Introduce event-tap
  `  "
` [PATCH 10/19] Call init handler of event-tap at main() in vl.c
  ` [Qemu-devel] "
` [PATCH 11/19] ioport: insert event_tap_ioport() to ioport_write()
  ` [Qemu-devel] "
` [PATCH 12/19] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH 13/19] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
  `  "
` [Qemu-devel] [PATCH 14/19] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
  `  "
` [Qemu-devel] [PATCH 15/19] savevm: introduce qemu_savevm_trans_{begin, commit}
  ` [PATCH 15/19] savevm: introduce qemu_savevm_trans_{begin,commit}
` [Qemu-devel] [PATCH 16/19] migration: introduce migrate_ft_trans_{put, get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
  ` [PATCH 16/19] migration: introduce migrate_ft_trans_{put,get}_ready(), "
` [Qemu-devel] [PATCH 17/19] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
  `  "
` [Qemu-devel] [PATCH 18/19] Introduce -k option to enable FT migration mode (Kemari)
  `  "
` [Qemu-devel] [PATCH 19/19] migration: add a parser to accept FT migration incoming mode
  `  "

[PATCH 00/19] Kemari for KVM v0.2.1
 2010-12-24  3:17 UTC  (37+ messages)
` [Qemu-devel] "
` [PATCH 01/17] Make QEMUFile buf expandable, and introduce qemu_realloc_buffer() and qemu_clear_buffer()
  ` [Qemu-devel] "
` [PATCH 02/17] Introduce read() to FdMigrationState
  ` [Qemu-devel] "
` [PATCH 03/17] Introduce skip_header parameter to qemu_loadvm_state()
  ` [Qemu-devel] "
` [PATCH 04/17] qemu-char: export socket_set_nodelay()
  ` [Qemu-devel] "
` [PATCH 05/17] vl.c: add deleted flag for deleting the handler
  ` [Qemu-devel] "
` [PATCH 06/17] virtio: update last_avail_idx when inuse is decreased
  ` [Qemu-devel] "
` [PATCH 07/17] Introduce fault tolerant VM transaction QEMUFile and ft_mode
  ` [Qemu-devel] "
` [PATCH 08/17] savevm: introduce util functions to control ft_trans_file from savevm layer
  ` [Qemu-devel] "
` [PATCH 09/17] Introduce event-tap
  ` [Qemu-devel] "
` [PATCH 10/17] Call init handler of event-tap at main() in vl.c
  ` [Qemu-devel] "
` [PATCH 11/17] ioport: insert event_tap_ioport() to ioport_write()
  ` [Qemu-devel] "
` [PATCH 12/17] Insert event_tap_mmio() to cpu_physical_memory_rw() in exec.c
  ` [Qemu-devel] "
` [PATCH 13/17] net: insert event-tap to qemu_send_packet() and qemu_sendv_packet_async()
  ` [Qemu-devel] "
` [PATCH 14/17] block: insert event-tap to bdrv_aio_writev() and bdrv_aio_flush()
  ` [Qemu-devel] "
` [PATCH 15/17] savevm: introduce qemu_savevm_trans_{begin,commit}
  ` [Qemu-devel] [PATCH 15/17] savevm: introduce qemu_savevm_trans_{begin, commit}
` [PATCH 16/17] migration: introduce migrate_ft_trans_{put,get}_ready(), and modify migrate_fd_put_ready() when ft_mode is on
  ` [Qemu-devel] [PATCH 16/17] migration: introduce migrate_ft_trans_{put, get}_ready(), "
` [PATCH 17/17] migration-tcp: modify tcp_accept_incoming_migration() to handle ft_mode, and add a hack not to close fd when ft_mode is enabled
  ` [Qemu-devel] "

[PATCH net-next 1/2] bnx2: Free IRQ before freeing status block memory
 2010-12-24  2:21 UTC 

[Qemu-devel] [PATCH v11 0/5] *** SUBJECT HERE ***
 2010-12-24  3:14 UTC  (6+ messages)
` [Qemu-devel] [PATCH v11 1/5] qdev: export qdev_find_recursive() for later use
` [Qemu-devel] [PATCH v11 2/5] pci: introduce a helper function to convert qdev id to PCIDevice
` [Qemu-devel] [PATCH v11 3/5] pcie/aer: glue aer error injection into qemu monitor
` [Qemu-devel] [PATCH v11 4/5] pci: introduce a parser for fw device path to pci device
` [Qemu-devel] [PATCH v11 5/5] pcie/aer: use fw device path as fallback for aer injection command

URGENT OFFER!!!
 2010-12-24  3:53 UTC  (2+ messages)

URGENT OFFER!!!
 2010-12-24  3:53 UTC 

URGENT OFFER!!!
 2010-12-24  3:53 UTC 

Here is a reiser4 build based rpm on 2.6.36 kernel
 2010-12-24  3:11 UTC 

[PATCH] drm/i915: support low power watermarks on Ironlake
 2010-12-24  3:11 UTC  (4+ messages)

[lm-sensors] [PATCH v3] drivers/hwmon NTC Thermistor Initial
 2010-12-24  3:09 UTC  (5+ messages)

[PATCH 0/6] cpufreq: Add sampling window to enhance ondemand governor power efficiency
 2010-12-24  3:06 UTC  (3+ messages)

Issue : jffs2 and ecc layout
 2010-12-24  3:02 UTC  (4+ messages)

Status of CONFIG_OMAP_DM_TIMER
 2010-12-24  2:53 UTC  (5+ messages)
` [PATCH] omap2: Make OMAP2PLUS select OMAP_DM_TIMER

[PATCH] omap2: Make OMAP2PLUS select OMAP_DM_TIMER
 2010-12-24  2:48 UTC  (2+ messages)

[PATCH 1/3] Xen MCE test: utilities to inject fake MCE for X86
 2010-12-24  2:47 UTC  (3+ messages)

[PATCH] spi_topcliff_pch: Fix data transfer issue
 2010-12-24  2:45 UTC 

[PATCH] scsi_mid_low_api.txt recommend resid usage
 2010-12-24  2:40 UTC 

[linux test] 4417: regressions - FAIL
 2010-12-24  2:28 UTC 

[PATCH] spi/imx: remove autodetection
 2010-12-24  2:19 UTC  (4+ messages)

[PATCH] smsc911x: add disable and re-enable Rx int to de-assert interrupt pin
 2010-12-24  2:18 UTC  (3+ messages)

iwlwifi: Intel 3945ABG speed issues finally identified
 2010-12-24  2:08 UTC  (2+ messages)

[PATCH] dma_declare_coherent_memory: push ioremap() up to caller
 2010-12-24  1:58 UTC  (8+ messages)

[Qemu-devel] [PATCH 0/3] pcie/aer: glue inject aer error into hmp
 2010-12-24  1:57 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] pci: introduce a parser for fw device path to pci device
  ` [Qemu-devel] "

[RFC/PATCH] v4l2-ctrls: eliminate lockdep false alarms for struct v4l2_ctrl_handler.lock
 2010-12-24  1:50 UTC 

[PATCH 3/3 V13] RO/NX protection for loadable kernel
 2010-12-24  1:43 UTC  (9+ messages)

A question about libtool-cross
 2010-12-24  1:43 UTC 

What's cooking in git.git (Dec 2010, #06; Tue, 21)
 2010-12-24  1:39 UTC  (6+ messages)

[tip:x86/numa] x86, numa: Fake node-to-cpumask for NUMA emulation
 2010-12-24  1:37 UTC 

[tip:x86/numa] x86, numa: Fake apicid and pxm mappings for NUMA emulation
 2010-12-24  1:37 UTC 

[tip:x86/numa] x86, numa: Fix cpu to node mapping for sparse node ids
 2010-12-24  1:38 UTC 

[PATCHv6 00/16] pps: several fixes and improvements
 2010-12-24  1:37 UTC  (5+ messages)
` [PATCHv7 00/16] changed some patches
  ` [PATCHv7 16/16] pps: add parallel port PPS signal generator

[tip:x86/numa] x86, numa: Avoid compiling NUMA emulation functions without CONFIG_NUMA_EMU
 2010-12-24  1:37 UTC 

[tip:x86/numa] x86, numa: Reduce minimum fake node size to 32M
 2010-12-24  1:36 UTC 

[PATCH 1/2] fbdev: sh-mobile: implement MIPI DSI runtime PM support
 2010-12-24  1:34 UTC  (2+ messages)

[PATCH 0/4] Refactor data structures to support NFSv4 migration (2)
 2010-12-24  1:33 UTC  (5+ messages)
` [PATCH 1/4] NFS: Allow walking nfs_client.cl_superblocks list outside client.c
` [PATCH 2/4] NFS: Move cl_state_owners and related fields to the nfs_server struct
` [PATCH 3/4] NFS: Introduce nfs_detach_delegations()
` [PATCH 4/4] NFS: Move cl_delegations to the nfs_server struct

linux-next: manual merge of the sound tree with the s5p tree
 2010-12-24  1:32 UTC  (8+ messages)

Recent build issues
 2010-12-24  1:31 UTC  (4+ messages)

mmotm 2010-12-23-16-58 uploaded
 2010-12-24  0:58 UTC  (2+ messages)

mmotm 2010-12-23-16-58 uploaded
 2010-12-24  0:58 UTC 

[Buildroot] [PATCH] add libnet 1.1.5
 2010-12-24  1:26 UTC  (2+ messages)
` [Buildroot] [PATCH] add syslog-ng 3.0.9, including required eventlog lib

[PATCH] ublibc.inc, micro-uclibc.conf: Avoid gettext in uclibc systems
 2010-12-24  1:13 UTC 

[Bug 32619] New: [r600g] EE src/gallium/drivers/r600/r600_shader.c/r600_shader_from_tgsi:593 - unsupported token type 3
 2010-12-24  1:13 UTC 

Master stability and the autobuilder
 2010-12-24  1:09 UTC  (2+ messages)

testing branch 2010-12-23
 2010-12-24  1:04 UTC 

about ${KERNEL_CC} and ${CC}
 2010-12-24  1:01 UTC  (4+ messages)

[PATCH] msvc: Fix compilation error due to missing mktemp() declaration
 2010-12-24  1:00 UTC  (2+ messages)

[PATCH 1/1] netfilter: ebtables: make broute table work again
 2010-12-24  0:55 UTC  (3+ messages)

Atomic non-durable file write API
 2010-12-24  1:00 UTC  (12+ messages)

Anyone using XFS in production on > 20TiB volumes?
 2010-12-24  1:01 UTC  (11+ messages)

[RFC -v9 0/4] Lock-less list
 2010-12-24  0:56 UTC  (4+ messages)
` [RFC -v9 1/4] Add Kconfig option ARCH_HAVE_NMI_SAFE_CMPXCHG

[PATCH 0/3] Provide unmapped page cache control (v2)
 2010-12-24  0:52 UTC  (6+ messages)
` [PATCH 3/3] Provide control over unmapped pages (v2)

xfssyncd and disk spin down
 2010-12-24  0:54 UTC  (4+ messages)

kernel BUG
 2010-12-24  0:51 UTC  (6+ messages)

[PATCH 2/2] Mark 'Frequency Band Selection' task as done
 2010-12-24  0:49 UTC  (2+ messages)

[PATCH 1/2] huaweimodem: add frequency band selection support
 2010-12-24  0:49 UTC  (2+ messages)

Allow empty commits to be rebased
 2010-12-24  0:48 UTC 

2.6.37-rc7: no more shutdown on DELL E6400
 2010-12-23 23:56 UTC  (2+ messages)

[PATCH 2/2]block cfq: don't use atomic_t for cfq_group
 2010-12-24  0:40 UTC  (3+ messages)

[PATCH] TODO: add owner to 'Called Line Identification' task
 2010-12-24  0:40 UTC  (2+ messages)

[U-Boot] [PATCH] ppc4xx: Generic architecture for xilinx ppc405(v3)
 2010-12-24  0:39 UTC  (4+ messages)

[PATCH v2] video: imxfb: Fix the maximum value for yres
 2010-12-24  0:39 UTC  (3+ messages)

[PATCH] coding-style: mention preferred line wrap
 2010-12-24  0:38 UTC  (2+ messages)

[U-Boot] [PATCH] xilinx-ppc4xx-generic: Fix Makefile to work with MAKEALL
 2010-12-24  0:38 UTC 

+ pps-add-parallel-port-pps-signal-generator-fix.patch added to -mm tree
 2010-12-24  0:03 UTC 

[PATCH 0/6] Minor cleanups & fixes for perf-probe(1)
 2010-12-24  0:36 UTC  (6+ messages)

[PATCH 2/2] doc: Describe DisplayActionInformation()
 2010-12-24  0:35 UTC  (2+ messages)

[RFC][PATCH] memcg: add valid check at allocating or freeing memory
 2010-12-24  0:31 UTC 

[PATCH 1/2] stk: Send the AlphaId's to agent
 2010-12-24  0:32 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.