All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-05-24 19:13:05 to 2010-05-24 20:33:24 UTC [more...]

[Buildroot] [pull request] Pull request for branch gettext-fixes
 2010-05-24 20:33 UTC 

[PATCH 00/11] V4: rwsem changes + down_read_critical() proposal
 2010-05-24 20:31 UTC  (12+ messages)
` [PATCH 01/11] x86 rwsem: stay on fast path when count>0 in __up_write()
` [PATCH 02/11] x86 rwsem: minor cleanups
` [PATCH 03/11] rwsem: fully separate code pathes to wake writers vs readers
` [PATCH 04/11] rwsem: lighter active count checks when waking up readers
` [PATCH 05/11] rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threads
` [PATCH 06/11] rwsem: wake queued readers when writer blocks on active read lock
` [PATCH 07/11] rwsem: smaller wrappers around rwsem_down_failed_common
` [PATCH 08/11] generic rwsem: implement down_read_critical() / up_read_critical()
` [PATCH 09/11] rwsem: down_read_critical infrastructure support
` [PATCH 10/11] x86 rwsem: down_read_critical implementation
` [PATCH 11/11] Use down_read_critical() for /proc/<pid>/exe and /proc/<pid>/maps files

[PATCH] mmc: msm: fix compile error on MSM7x30
 2010-05-24 20:30 UTC  (2+ messages)
` [PATCH] mmc: msm: fix compile error on MSM7x30 -v2

[Qemu-devel] [PATCH] Fix error handling in qemu_read_config_file
 2010-05-24 20:30 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/3] cursor patches
 2010-05-24 20:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] cursor: add cursor functions

[Qemu-devel] [PATCH] Virtio-net: Replace the hardcode 6 with defined ETN_ALEN
 2010-05-24 20:29 UTC  (2+ messages)

[Qemu-devel] [Bug 583462] [NEW] qemu disables screensaver
 2010-05-24 20:28 UTC  (4+ messages)
` [Qemu-devel] [Bug 583462] "
  ` [Qemu-devel] [PATCH] sdl: Do not disable screensaver by default

xfs_repair memory usage and stopping on "Traversing filesystem..."
 2010-05-24 20:30 UTC  (4+ messages)

[PATCHv5 GSoC] gitweb: Move static files into seperate subdirectory
 2010-05-24 20:28 UTC  (3+ messages)

[PATCH 00/14] tracing: add compat syscall support v3
 2010-05-24 20:26 UTC  (4+ messages)
` [PATCH 07/14] syscalls: add ARCH_COMPAT_SYSCALL_DEFINE()

[PATCH] x86: Export tsc related information in sysfs
 2010-05-24 20:20 UTC  (3+ messages)

[Buildroot] Help with configuring Buildroot for the Omap3530 EVM
 2010-05-24 20:23 UTC 

[Qemu-devel] Compile qemu-i386 as library
 2010-05-24 20:23 UTC 

[Qemu-devel] [PATCH v2 00/15] Basic device state visualization
 2010-05-24 20:22 UTC  (7+ messages)
` [Qemu-devel] [PATCH v2 12/15] monitor: Add basic "
  ` [Qemu-devel] "

[PATCH] arch/tile: new multi-core architecture for Linux
 2010-05-24 20:22 UTC  (2+ messages)

[PATCH v2 00/13] BKL conversion in tty layer
 2010-05-24 20:27 UTC  (5+ messages)
` [PATCH 10/13] tty: untangle locking of wait_until_sent

[Qemu-devel] [PATCH, RFC 1/4] mc146818: move hpet handling to pc.c
 2010-05-24 20:20 UTC  (6+ messages)
` [Qemu-devel] "

calibrating a hid device
 2010-05-24 20:20 UTC  (2+ messages)

[PATCH 0/7] numa: incremental fixes to generic per cpu numa_*_id() series
 2010-05-24 20:19 UTC  (7+ messages)
` [PATCH 3/7] numa-x86_64-use-generic-percpu-var-numa_node_id-implementation-fix1

[Qemu-devel] [PATCH v2 0/3] json lexer tests and removal of lookahead
 2010-05-24 20:17 UTC  (3+ messages)
` [Qemu-devel] [PATCH v2 1/3] add some tests for invalid JSON

[Qemu-devel] [PATCH 0/6] Make hpet a compile time option
 2010-05-24 20:16 UTC  (12+ messages)
` [Qemu-devel] "

[Qemu-devel] [RFT][PATCH 00/15] HPET cleanups, fixes, enhancements
 2010-05-24 20:13 UTC  (16+ messages)
` [Qemu-devel] [RFT][PATCH 01/15] hpet: Catch out-of-bounds timer access
` [Qemu-devel] [RFT][PATCH 02/15] hpet: Coding style cleanups and some refactorings
` [Qemu-devel] [RFT][PATCH 03/15] hpet: Silence warning on write to running main counter
` [Qemu-devel] [RFT][PATCH 04/15] hpet: Move static timer field initialization
` [Qemu-devel] [RFT][PATCH 05/15] hpet: Convert to qdev
` [Qemu-devel] [RFT][PATCH 06/15] hpet: Start/stop timer when HPET_TN_ENABLE is modified
` [Qemu-devel] [RFT][PATCH 07/15] qemu_irq: Add IRQ handlers with delivery feedback
` [Qemu-devel] [RFT][PATCH 08/15] x86: Refactor RTC IRQ coalescing workaround
` [Qemu-devel] [RFT][PATCH 09/15] hpet/rtc: Rework RTC IRQ replacement by HPET
` [Qemu-devel] [RFT][PATCH 10/15] hpet: Drop static state
` [Qemu-devel] [RFT][PATCH 11/15] hpet: Add support for level-triggered interrupts
` [Qemu-devel] [RFT][PATCH 12/15] vmstate: Add VMSTATE_STRUCT_VARRAY_UINT8
` [Qemu-devel] [RFT][PATCH 13/15] hpet: Make number of timers configurable
` [Qemu-devel] [RFT][PATCH 14/15] hpet: Add MSI support
` [Qemu-devel] [RFT][PATCH 15/15] monitor/QMP: Drop info hpet / query-hpet

[PATCH 00/13] jump label v8
 2010-05-24 20:14 UTC  (6+ messages)
` [PATCH 07/13] jump label v8: sort jump table at build-time

Should we pass amba device peripheral id with device structure or not?
 2010-05-24 20:14 UTC  (2+ messages)

[Qemu-devel] [PATCH-V2 0/7] virtio-9p:Introducing security model for VirtFS
 2010-05-24 20:13 UTC  (7+ messages)
` [Qemu-devel] [PATCH -V3 1/7] virtio-9p: Introduces an option to specify the security model
` [Qemu-devel] [PATCH -V3 3/7] virtio-9p: modify create/open2 and mkdir for new "
` [Qemu-devel] [PATCH -V3 5/7] virtio-9p: Implemented security model for symlink and link

[RFC] Unified Ring Buffer (Next Generation)
 2010-05-24 20:13 UTC  (5+ messages)
` [RFD] Future tracing/instrumentation directions

[U-Boot] [PATCH] Move ICS CLK chip frequenty calculation code into a common board library
 2010-05-24 20:12 UTC  (3+ messages)
` [U-Boot] [PATCH v3] "

[patch] sctp: dubious bitfields in sctp_transport
 2010-05-24 20:12 UTC  (3+ messages)

[RFC PATCH] AMD IOMMU emulation
 2010-05-24 20:10 UTC  (4+ messages)
  ` [Qemu-devel] "

[PATCH 00/16] imx patches for 2.6.36
 2010-05-24 20:10 UTC  (18+ messages)
` [PATCH 01/16] arm/mx3: rename mach-mx35pdk.c to mach-mx35_3ds.c matching its arch number
` [PATCH 02/16] arm/mx25: rename mach-mx25pdk.c to mach-mx25_3ds.c "
` [PATCH 03/16] arm/mx1: add CONFIG_VIDEO_MX1 to defconfig
` [PATCH 04/16] arm/mx1: don't use deprecated symbol names
` [PATCH 05/16] arm/mx2/pca100: add #ifdef to fix compiler warning
` [PATCH 06/16] arm/mx1/scb9328: fix type of uart1_mxc_exit to make compiler happy
` [PATCH 07/16] arm/mx2/mx27_3ds: document alternative names and remove empty header
` [PATCH 08/16] arm/imx: remove empty and unused board headers
` [PATCH 09/16] arm/mx2/mbimx27: compile fixes with CONFIG_TOUCHSCREEN_ADS7846=y
` [PATCH 10/16] arm/mx3/kzm_arm11_01: fold board header in its only user
` [PATCH 11/16] arm/mx2/mx21ads: "
` [PATCH 12/16] arm/mx2/mx27ads: "
` [PATCH 13/16] arm/mx3/qong: get rid of nearly empty header
` [PATCH 14/16] arm/mx3/mx31_3ds: fold board header in its only user
` [PATCH 15/16] arm/mx3/mx31ads: "
` [PATCH 16/16] arm/mxc: grammar fix

[U-Boot] [PATCH] always relocate fdt into an lmb-allocated memory block
 2010-05-24 20:10 UTC 

[ath9k-devel] TP-Link WN821N: N support
 2010-05-24 20:10 UTC  (4+ messages)

[PATCH] PM: adjust comment regarding default wakeup policy
 2010-05-24 20:09 UTC  (2+ messages)

[Qemu-devel] Windows guest debugging on KVM/Qemu
 2010-05-24 20:07 UTC  (2+ messages)
`  "

[Qemu-devel] [PATCH, RFC 4/4] Compile mc146818 only once
 2010-05-24 20:06 UTC  (3+ messages)
` [Qemu-devel] "

small business mailing lists
 2010-05-24 19:26 UTC 

Cleanup and update hp-wmi to match the latest API
 2010-05-24 20:04 UTC  (4+ messages)
` [PATCH 3/7] x86 platform drivers: hp-wmi Use consistent prefix string for messages

Cleancache [PATCH 2/7] (was Transcendent Memory): core files
 2010-05-24 20:04 UTC  (5+ messages)
    ` [Ocfs2-devel] "

linux-next: build failure after merge of the kgdb tree
 2010-05-24 20:04 UTC  (10+ messages)

[Qemu-devel] [PATCH, RFC 2/4] Convert PCI devices to use pci_register_memory()
 2010-05-24 20:00 UTC  (2+ messages)

[PATCH 0/2] ssb: updates matching specs, fix for hangs?
 2010-05-24 19:50 UTC  (6+ messages)
` [PATCH 1/2] ssb: update PMU init to match specs
` [PATCH 2/2] ssb: fast powerup delay calculation for PMU capable devices

[Qemu-devel] [Bug 585113] [NEW] e1000 irq problems after live migration with qemu-kvm 0.12.4
 2010-05-24 19:44 UTC  (2+ messages)
` [Qemu-devel] [Bug 585113] "

[patch] caif: remove unneeded null check in caif_connect()
 2010-05-24 19:56 UTC  (4+ messages)

[RFC/PATCH 0/2] omap: mailbox: hwmod experiment
 2010-05-24 19:55 UTC  (4+ messages)

[PATCH 03/12] caif: remove unused #include <linux/version.h>
 2010-05-24 19:51 UTC  (2+ messages)

RFC: dirty_ratio back to 40%
 2010-05-24 19:50 UTC  (5+ messages)

[PATCH 0 of 12] PV on HVM Xen
 2010-05-24 19:51 UTC  (5+ messages)
  `  "

Kernel module fails to initialize on AMD751 based system with NV34
 2010-05-24 19:49 UTC  (6+ messages)

[RFC/PATCH 0/6] DSPBRIDGE: fix mem+cache API issues
 2010-05-24 19:49 UTC  (12+ messages)

[Ocfs2-devel] [PATCH 1/1] ocfs2/dlm: resend deref to new master if recovery occures
 2010-05-24 19:48 UTC 

Query about code organization for kernel driver
 2010-05-24 19:47 UTC 

[PATCH] infiniband-diags/libibnetdisc/ibnetdisc.c: Fix compile warns on 32 bit archs
 2010-05-24 19:45 UTC 

[PATCH] opensm/osm_sa_multipath_record.c: livelock in mpr_rcv_get_path_parms
 2010-05-24 19:43 UTC 

[PATCH] opensm/osm_sa_path_record.c: Add error code to newly added log message
 2010-05-24 19:42 UTC 

[Qemu-devel] [Bug 584510] [NEW] e1000 irq problems after live migration with qemu-kvm 0.12.4
 2010-05-24 19:34 UTC  (2+ messages)
` [Qemu-devel] [Bug 584510] "

medical opt-in mailing lists
 2010-05-24 18:37 UTC 

[PATCH 1/5 v2] xilinx-ml507: add screen option
 2010-05-24 19:35 UTC  (8+ messages)
` [PATCH 2/5 v2] defconfig: enable video framebuffer
  ` [PATCH 3/5 v2] linux-xilinx-ml507: update kernel version

[Qemu-devel] [PATCH 0/6]: QMP: Fix issues in parser/lexer
 2010-05-24 19:38 UTC  (13+ messages)
` [Qemu-devel] [PATCH 2/6] json-lexer: Handle missing escapes
      ` [Qemu-devel] "

[RFC PATCH 1/1] ceph/rbd block driver for qemu-kvm
 2010-05-24 19:38 UTC  (19+ messages)
` [Qemu-devel] "

Problems connectring to an AP with Acer Aspire Revo
 2010-05-24 19:34 UTC  (2+ messages)

[PATCH 02/13] mm: Revalidate anon_vma in page_lock_anon_vma()
 2010-05-24 19:32 UTC  (5+ messages)

[PATCH] ASoC: fix uninitialised variable in siu_dai.c
 2010-05-24 19:33 UTC  (3+ messages)

[PATCH] ASoC: Update Freescale i.MX SSI driver
 2010-05-24 19:32 UTC  (2+ messages)

[PATCH 181/199] arch/sparc/lib/COPYING.LIB: Checkpatch cleanup
 2010-05-24 19:32 UTC  (2+ messages)

WARNING in xfs_lwr.c, xfs_write()
 2010-05-24 19:34 UTC  (5+ messages)

[PATCH] ieee1394: schedule for removal
 2010-05-24 19:31 UTC 

API for Proposal for adding ib_usa to the Linux Infiniband Subsystem
 2010-05-24 19:31 UTC 

SGI Indy - HAL2 digital audio
 2010-05-24 19:29 UTC  (2+ messages)

git support for symbolic link?
 2010-05-24 19:29 UTC  (2+ messages)

[PATCH 2/2] powerpc, kdump: Fix race in kdump shutdown
 2010-05-24 19:29 UTC  (5+ messages)

[PATCH v3 00/14] omap: mailbox: bunch of cleanups
 2010-05-24 19:29 UTC  (14+ messages)
` [PATCH v3 10/14] omap: mailbox: reorganize registering
` [PATCH v3 11/14] omap: mailbox: only compile for configured archs
` [PATCH v3 14/14] omap: mailbox: reorganize headers

LVM2/test t-topology-support.sh
 2010-05-24 19:27 UTC 

[PATCH 016/199] arch/alpha/boot/bootp.c: Checkpatch cleanup
 2010-05-24 19:26 UTC  (2+ messages)

[GIT PULL] perf changes
 2010-05-24 19:25 UTC 

[patch 2/5] vfs: O_* bit numbers uniqueness check
 2010-05-24 19:24 UTC 

[patch 5/5] vfs: use kmalloc() to allocate fdmem if possible
 2010-05-24 19:24 UTC 

[patch 4/5] vfs: clarify that nonseekable_open() will never fail
 2010-05-24 19:24 UTC 

[patch 3/5] vfs: introduce FMODE_NEG_OFFSET for allowing negative f_pos
 2010-05-24 19:24 UTC 

[patch 1/5] vfs: improve comment describing fget_light()
 2010-05-24 19:24 UTC 

[ANNOUNCE] librdmacm 1.0.12
 2010-05-24 19:24 UTC  (6+ messages)

[patch 05/26] gdth: unmap ccb_phys when scsi_add_host() fails in gdth_eisa_probe_one()
 2010-05-24 19:22 UTC 

[patch 22/26] scsi: use __uX types for headers exported to user space
 2010-05-24 19:22 UTC 

[patch 02/26] drivers/scsi/fnic/fnic_scsi.c: clean up
 2010-05-24 19:22 UTC 

[patch 23/26] scsi: fix pmcraid build errors
 2010-05-24 19:22 UTC 

[patch 24/26] scsi: fix be2iscsi build
 2010-05-24 19:22 UTC 

[patch 25/26] scsi: fix bnx2i build errors
 2010-05-24 19:22 UTC 

[patch 14/26] drivers/scsi/aic94xx/aic94xx_init.c: correct the size argument to kmalloc
 2010-05-24 19:22 UTC 

[patch 15/26] scsi: remove superfluous NULL pointer check from scsi_kill_request()
 2010-05-24 19:22 UTC 

[patch 26/26] scsi: remove private BIT macros
 2010-05-24 19:22 UTC 

[patch 19/26] scsi: bfa: correct onstack wait_queue_head declaration
 2010-05-24 19:22 UTC 

[patch 21/26] bfa: wrong fcport H2I message tested in bfa_fcport_isr()
 2010-05-24 19:22 UTC 

[patch 17/26] lpfc: positive error return into negative
 2010-05-24 19:22 UTC 

[patch 18/26] drivers/scsi/qla2xxx/qla_os.c: fix continuation line formats
 2010-05-24 19:22 UTC 

[patch 12/26] g_NCR5380: fix broken MMIO compilation
 2010-05-24 19:22 UTC 

[patch 20/26] drivers/scsi/ch.c: don't use vprintk as macro
 2010-05-24 19:22 UTC 

[patch 16/26] scsi/sd.c: quiet all sparse noise
 2010-05-24 19:22 UTC 

[patch 07/26] NCR5380: bit MR_DMA_MODE set twice in NCR5380_transfer_dma()
 2010-05-24 19:22 UTC 

[patch 13/26] dc395x: decrease iteration for tag_number of max_command in start_scsi()
 2010-05-24 19:22 UTC 

[patch 09/26] drivers/message: move dereference after NULL test
 2010-05-24 19:22 UTC 

[patch 11/26] g_NCR5380: remove misleading pnp error message
 2010-05-24 19:22 UTC 

[patch 10/26] mpt fusion: convert to seq_file
 2010-05-24 19:22 UTC 

[patch 01/26] scsi: add __init/__exit macros to ibmvstgt.c
 2010-05-24 19:22 UTC 

[patch 03/26] drivers/scsi/lpfc/lpfc_vport.c: fix read buffer overflow
 2010-05-24 19:22 UTC 

[patch 08/26] drivers/scsi: remove unnecessary NULL test
 2010-05-24 19:22 UTC 

[patch 06/26] drivers/scsi/libsas: use SAM_GOOD
 2010-05-24 19:22 UTC 

[patch 04/26] osst: fix read buffer overflow
 2010-05-24 19:22 UTC 

Initrd and 2.6.33 curious behaviour
 2010-05-24 19:22 UTC  (8+ messages)

[PATCH 05/25] msm: generalize clock support
 2010-05-24 19:20 UTC  (4+ messages)

[PATCH]: Fix userspace warning in /usr/include/scsi/scsi.h
 2010-05-24 19:20 UTC 

[PATCH] input: mt: Introduce MT event slots (rev 3)
 2010-05-24 19:19 UTC  (7+ messages)
` [PATCH 2/2] input: mt: Document the MT event slot protocol (rev2)

[PATCH] Silence debug prints when using adhoc mode
 2010-05-24 19:14 UTC  (6+ messages)

[PATCH v3 1/5] fsl_msi: fix the conflict of virt_msir's chip_data
 2010-05-24 19:13 UTC  (7+ messages)
` [PATCH v3 2/5] fsl_msi: enable msi allocation in all banks
  ` [PATCH v3 3/5] fsl_msi: enable msi sharing through AMP OSes
    ` [PATCH v3 4/5] mpc8572ds: change camp dtses for MSI sharing
      ` [PATCH v3 5/5] fsl_msi: add removal path and probe failing path


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.