All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-08-19 14:44:57 to 2009-08-19 16:25:07 UTC [more...]

[Buildroot] [Bug 575] New: Buildroot Libtool Patch Fails
 2009-08-19 16:25 UTC 

[PATCH 1/2] iio: Fix type warnings
 2009-08-19 16:20 UTC  (2+ messages)
` [PATCH 2/2] altpciechdma: 64bit type warning fix

[PATCH 0/4] perf counter bits
 2009-08-19 16:24 UTC  (7+ messages)
` [PATCH 1/4] perf_counter: Default to higher paranoia level
` [PATCH 4/4][RFC] perf_counter: Allow sharing of output channels

[Qemu-devel] [PATCH 0/3] New VMState table based load/save infrastructure
 2009-08-19 16:21 UTC  (3+ messages)
  ` [Qemu-devel] "

pvops dom0 work roadmap
 2009-08-19 16:21 UTC  (7+ messages)

[PATCH 0/17] Make O_SYNC handling use standard syncing path
 2009-08-19 16:21 UTC  (34+ messages)
` [PATCH 01/17] vfs: Introduce filemap_fdatawait_range
` [PATCH 02/17] vfs: Export __generic_file_aio_write() and add some comments
  ` [Ocfs2-devel] "
` [PATCH 03/17] vfs: Remove syncing from generic_file_direct_write() and generic_file_buffered_write()
  ` [Ocfs2-devel] "
` [PATCH 04/17] pohmelfs: Use __generic_file_aio_write instead of generic_file_aio_write_nolock
` [PATCH 05/17] ocfs2: "
  ` [Ocfs2-devel] "
` [PATCH 06/17] vfs: Remove sync_page_range_nolock
` [PATCH 08/17] ext2: Update comment about generic_osync_inode
` [PATCH 09/17] ext3: Remove syncing logic from ext3_file_write
` [PATCH 10/17] ext4: Remove syncing logic from ext4_file_write
` [PATCH 11/17] fat: Opencode sync_page_range_nolock()
` [PATCH 12/17] ntfs: Use new syncing helpers and update comments
` [PATCH 13/17] ocfs2: Update syncing after splicing to match generic version
  ` [Ocfs2-devel] "
` [PATCH 14/17] xfs: Use new syncing helper
` [PATCH 15/17] pohmelfs: "
` [PATCH 16/17] nfs: Remove reference to generic_osync_inode from a comment
` [PATCH 17/17] vfs: Remove generic_osync_inode() and sync_page_range()
` [Ocfs2-devel] [PATCH 07/17] vfs: Introduce new helpers for syncing after writing to O_SYNC file or IS_SYNC inode
  `  "

Block allocation failed
 2009-08-19 16:20 UTC  (5+ messages)

New fast(?)-boot results on ARM
 2009-08-19 16:20 UTC  (5+ messages)

[BUG] lockup with the latest kernel
 2009-08-19 16:18 UTC  (3+ messages)

Problem with Hauppauge Nova-500
 2009-08-19 16:19 UTC 

[patch] clockevents_notify() need to be called with irq's enabled
 2009-08-19 16:18 UTC  (2+ messages)
` [tip:timers/urgent] clockevent: Prevent dead lock on clockevents_lock

[PATCH] tracing: Move tracepoint callbacks into DEFINE
 2009-08-19 16:16 UTC  (4+ messages)
` [PATCH] tracing: Create generic syscall TRACE_EVENTs

[PATCH][v2.6.29][XEN] Return unused memory to hypervisor
 2009-08-19 16:16 UTC  (2+ messages)

PATCH for input/fakehid.c to fix PS3 remote unpairing
 2009-08-19 16:16 UTC  (2+ messages)

[PATCH] libata: use single threaded work queue
 2009-08-19 16:15 UTC  (11+ messages)

[RFC -tip] x86,apic: set cpu_has_apic manually for discrete apic
 2009-08-19 16:15 UTC  (2+ messages)

Couldn't load match `pknock':(null)
 2009-08-19 16:15 UTC  (3+ messages)

[U-Boot] Porting to Broadcom BCM7038 (Hermes board)
 2009-08-19 16:13 UTC  (2+ messages)

[Qemu-devel] [PATCH] Switch to disable SDL zoom
 2009-08-19 16:13 UTC 

[PATCH] Add minimal support for software performance counters for ia64
 2009-08-19 16:12 UTC  (4+ messages)
  ` [PATCH] Add minimal support for software performance counters

[Patch 0/1] HW-BKPT: Allow per-cpu kernel-space Hardware Breakpoint requests
 2009-08-19 16:11 UTC  (2+ messages)

[U-Boot] e1000 Rx timeout with 82541ER
 2009-08-19 16:09 UTC  (3+ messages)

[Xenomai-help] Native message queue and synchronisation
 2009-08-19 16:09 UTC  (2+ messages)

[dm-crypt] distributing a linux disk crypted with dm-crypt
 2009-08-19 16:08 UTC  (4+ messages)

fbv neutered
 2009-08-19 15:48 UTC 

Purpose of parameter in sysfs binary read
 2009-08-19 16:05 UTC  (4+ messages)

[RFC] Redesign of the menu system
 2009-08-19 16:03 UTC  (10+ messages)

[RFC] [PATCH v3 1/2] introduce ALS sysfs class
 2009-08-19 16:01 UTC  (2+ messages)

[RFC] IO scheduler based IO controller V8
 2009-08-19 16:01 UTC  (4+ messages)
` [PATCH 02/24] io-controller: Core of the elevator fair queuing

[PATCH 12/12] Add gitignore and ReadMe file for MSVC Build
 2009-08-19 16:00 UTC  (2+ messages)

Read EFad and expose MNC length in IMSI as a SimManager property
 2009-08-19 16:00 UTC 

[PATCH 01/12] Avoid declaration after instruction
 2009-08-19 15:59 UTC  (12+ messages)
` [PATCH 02/12] Define SNPRINTF_SIZE_CORR=1 for Microsoft Visual C++
  ` [PATCH 03/12] Using macro WIN32 replace __MINGW32_ at Windows special handler The code which is conditional on MinGW32 is actually conditional on Windows. Use WIN32 macro will share both MINGW32 and MSVC environment
    ` [PATCH 04/12] mingw.c: Use the O_BINARY flag to open files
      ` [PATCH 05/12] Place __stdcall between return value and function name
        ` [PATCH 06/12] Add _MSC_VER in porting head file git-compat-util.h
          ` [PATCH 07/12] Add Unix header files to build git at MSVC
            ` [PATCH 08/12] Add MSVC porting files
              ` [PATCH 09/12] Don't include windows.h at winansi.c at MSVC build
                ` [PATCH 10/12] Fix errcode have defined as int at MSVC
                  ` [PATCH 11/12] Add MSVC Project file

[PATCH v2 10/10] x86/apic: Early setup IOAPIC for APB timer
 2009-08-19 15:57 UTC  (2+ messages)

xtscal fails + other Xorg init problems
 2009-08-19 15:40 UTC  (5+ messages)

[PATCH v2 8/10] x86/timer: use platform feature to choose timer init function
 2009-08-19 15:52 UTC  (2+ messages)

No graphic when loading "x11-gpe-image"
 2009-08-19 15:35 UTC  (9+ messages)

[PATCH v2 7/10] x86/tsc: enable APB timer based calibration
 2009-08-19 15:51 UTC  (2+ messages)

[PATCH v2 6/10] x86/apbt: Moorestown APB system timer driver
 2009-08-19 15:49 UTC  (2+ messages)

linux-next: Tree for August 18
 2009-08-19 15:52 UTC  (4+ messages)
` [PATCH -next] net: fix ks8851 build errors
    ` [PATCH v2] "

pvops dom0 work roadmap / Fedora 11 libvirt problems with Xen 3.4
 2009-08-19 15:49 UTC  (3+ messages)

mlx4 2.6.31-rc5: SW2HW_EQ failed
 2009-08-19 15:47 UTC  (8+ messages)

XFS corruption with failover
 2009-08-19 15:46 UTC  (2+ messages)

Patch format for submission?
 2009-08-19 15:46 UTC  (3+ messages)

[Xenomai-core] Xenomai v2.4.9
 2009-08-19 15:46 UTC 

[PATCH] staging/wlan-ng: Convert firmware loading to load binary ihex format
 2009-08-19 15:44 UTC  (2+ messages)

TPM support status ?
 2009-08-19 15:44 UTC  (5+ messages)

[PATCH] change the location of mirror device monitored message
 2009-08-19 15:43 UTC 

Troubleshooting pendrive ext2fs
 2009-08-19 15:42 UTC  (2+ messages)

[PATCH] import multiboot1 specification in grub trunk
 2009-08-19 15:38 UTC  (3+ messages)

[Alacrityvm-devel] [PATCH v3 3/6] vbus: add a "vbus-proxy" bus model for vbus_driver objects
 2009-08-19 15:37 UTC  (12+ messages)

[ kvm-Bugs-2840391 ] Qemu/KVM Can't boot scsi or virtio
 2009-08-19 15:37 UTC 

100Mbit ethernet performance on embedded devices
 2009-08-19 15:35 UTC  (3+ messages)

Code base for rework of ppc440SPe ADMA driver
 2009-08-19 15:35 UTC  (2+ messages)

LVM2 ./WHATS_NEW lib/device/dev-md.c lib/filte 
 2009-08-19 15:34 UTC 

[ kvm-Bugs-2840391 ] Qemu/KVM Can't boot scsi or virtio
 2009-08-19 15:34 UTC 

ASoC updates for 2.6.32
 2009-08-19 15:34 UTC  (2+ messages)

hrtimer problem on AT91RM9200
 2009-08-19 15:33 UTC  (2+ messages)

SNDRV_PCM_TRIGGER_STOP and audio still queued in the driver
 2009-08-19 15:33 UTC  (8+ messages)

[PATCH v1 - 1/5] DaVinci - restructuring code to support vpif capture driver
 2009-08-19 15:32 UTC  (7+ messages)

[PATCH] Reimplement 10_freebsd.in using 10_linux.in
 2009-08-19 15:31 UTC  (5+ messages)

[ kvm-Bugs-2840391 ] Qemu/KVM Can't boot scsi or virtio
 2009-08-19 15:31 UTC 

gcc-cross-sdk (GCC 4.2.3) limits.h woes
 2009-08-19 15:11 UTC  (4+ messages)

[PATCHv3 2/2] vhost_net: a kernel-level virtio server
 2009-08-19 15:27 UTC  (5+ messages)

Rare xfsqa test failure
 2009-08-19 15:28 UTC  (4+ messages)

dracut git down
 2009-08-19 15:24 UTC  (2+ messages)

[PATCH -tip/core/rcu 1/6] Cleanups and fixes for RCU in face of heavy CPU-hotplug stress
 2009-08-19 15:24 UTC  (7+ messages)

[GITGRUB] FB driver for EFI
 2009-08-19 15:23 UTC  (7+ messages)

[U-Boot] building u-boot using ELDK on 64-bit fedora 11
 2009-08-19 15:23 UTC 

[PATCH] lvm2: fix SIGSEGV of dmeventd
 2009-08-19 15:22 UTC 

[PATCH 01/11] Fix build failure at VC because function declare use old style at regex.c
 2009-08-19 15:21 UTC  (12+ messages)
` [PATCH 02/11] Fix declare variable at mid of function
        ` [msysGit] "

Continue git clone after interruption
 2009-08-19 15:19 UTC  (4+ messages)

2.6.30.1-4 kernels freezes dual pentium-3 system
 2009-08-19 14:53 UTC  (4+ messages)

grub-mkconfig fails on every non i386-pc because of gfxterm/vbe
 2009-08-19 15:18 UTC  (8+ messages)

'password' command in GRUB 2?
 2009-08-19 15:17 UTC  (7+ messages)
  ` Re[2]: "

[PATCH v5 00/33] wireless: kconfig updates
 2009-08-19 15:01 UTC  (2+ messages)

Design problem around fixup driver for Saitek Cyborg Mouse
 2009-08-19 15:14 UTC 

[GIT PULL] nilfs2 bug-fixes for 2.6.31-rc7
 2009-08-19 15:12 UTC 

[PATCH] exofs: remove BKL from super operations
 2009-08-19 14:56 UTC 

[PATCH] save around 100 bytes on core.img by inlining small misc.c functions
 2009-08-19 15:11 UTC  (4+ messages)

Kernel oops on setting sky2 interfaces down
 2009-08-19 15:11 UTC  (6+ messages)

[PATCH] AFS: Documentation updates
 2009-08-19 15:10 UTC 

stretchy guest screen in -88
 2009-08-19 14:38 UTC  (4+ messages)
    ` [Qemu-devel] "

[PATCHv4 1/2] mm: export use_mm/unuse_mm to modules
 2009-08-19 15:03 UTC  (8+ messages)
` [PATCHv4 2/2] vhost_net: a kernel-level virtio server

[PATCHv4 0/2] vhost: a kernel-level virtio server
 2009-08-19 15:00 UTC  (3+ messages)

[PATCHv4 0/2] vhost: a kernel-level virtio server
 2009-08-19 15:00 UTC 

[PATCH v2 5/10] x86: add moorestown related setup code
 2009-08-19 14:59 UTC  (2+ messages)

(unknown),
 2009-08-19 14:59 UTC 

[PATCH v2] [ARM] Kirkwood: Marvell OpenRD-Base board support added to v2.6.31-rc5
 2009-08-19 14:58 UTC  (5+ messages)

Chunk size, mask and shift
 2009-08-19 14:58 UTC 

[PATCH] b43: LP-PHY: Implement spec updates and remove resolved FIXMEs
 2009-08-19 14:57 UTC  (3+ messages)

[PATCH v2 4/10] x86: make use of platform feature flags during setup
 2009-08-19 14:56 UTC  (2+ messages)

[PATCH 0/5] tracing/syscalls: Add filtering support
 2009-08-19 14:55 UTC  (2+ messages)

[ANN] b43 LP-PHY support (BCM4310/4312/4315) now ready for testing!
 2009-08-19 14:54 UTC  (11+ messages)
  ` [ANN] b43 LP-PHY support (BCM4310/4312/4315) working (partially)!

[PATCH v2 3/10] x86: introduce a set of platform feature flags
 2009-08-19 14:51 UTC  (2+ messages)

[PATCH 10/11] Add MSVC Project file
 2009-08-19 14:51 UTC  (11+ messages)
` [RFC] Enable compilation by Makefile for the MSVC toolchain
            ` [msysGit] "

[PATCH 1/5] introduce .wakeup_event ops
 2009-08-19 14:49 UTC  (3+ messages)

[PATCH 1/2] sctp: fix heartbeat count of association failure
 2009-08-19 14:48 UTC  (4+ messages)
` [PATCH 2/2] sctp: fix heartbeat count of path failure

Can't send second message in v0.3
 2009-08-19 14:47 UTC  (2+ messages)

[PATCH] Orion NAND: Make dword load asm volatile to avoid GCC optimizing it away
 2009-08-19 14:47 UTC  (4+ messages)

Simple commit mechanism for non-technical users
 2009-08-19 14:40 UTC  (4+ messages)

[PATCH 3/3] Add FSI-AK464x sound support for ms7724se
 2009-08-19 14:45 UTC  (7+ messages)

[RFT] p54: implement rfkill
 2009-08-19 14:41 UTC  (4+ 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.