All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-02-27 03:34:50 to 2007-02-27 09:27:41 UTC [more...]

[PATCH 1/6] S2IO: Fixes for MSI and MSIX
 2007-02-27  9:27 UTC  (2+ messages)

[PATCH,RFC] pci: do not mark exported functions as __devinit
 2007-02-27  9:27 UTC 

[RFC][NET] Alignment in mv643xx_eth
 2007-02-27  9:21 UTC  (2+ messages)

linux-2.6.today: rtc_cmos init oops/panic in rtc_sysfs_remove_device()
 2007-02-27  9:25 UTC  (3+ messages)
` [patch] "

[PATCH] ucc_geth: use of_get_mac_address()
 2007-02-27  9:22 UTC  (2+ messages)

[NET] sgiseeq: Don't include unnecessary headerfiles
 2007-02-27  9:22 UTC  (2+ messages)

[PATCH]: Fix __devinit & __devexit declarations in de2104x driver
 2007-02-27  9:22 UTC  (2+ messages)

[PATCH] ____call_usermodehelper: don't flush_signals()
 2007-02-27  9:22 UTC  (3+ messages)

[PATCH 0/13] qla3xxx: bugfixes and cleanup after IBM/Redhat testing
 2007-02-27  9:22 UTC  (3+ messages)
` [PATCH 01/13] qla3xxx: Return proper error codes when the 4022/4032 is being probed

[PATCH] aer: fix section mismatch warning
 2007-02-27  9:22 UTC 

[Xenomai-core] Some doc improvements
 2007-02-27  9:21 UTC 

[PATCH] pcie: fix section mismatch warning
 2007-02-27  9:19 UTC 

[PATCH 1/2] skge: fix transmitter flow control
 2007-02-27  9:17 UTC  (2+ messages)

[PATCH 0/2] myri10ge updates
 2007-02-27  9:16 UTC  (7+ messages)
` [PATCH 1/2] myri10ge: workaround buggy adopted firmwares
` [PATCH 2/2] myri10ge: large receive offload
` [PATCH 3/2] myri10ge: fix copyright and license

[PATCH 0/12]: spidernet updates
 2007-02-27  9:16 UTC  (3+ messages)
` [PATCH 1/12]: sungem_phy: support bcm5461 phy, autoneg

[PATCH 0/1] NetXen: Driver unload fixes
 2007-02-27  9:16 UTC  (2+ messages)

IPv6 MARK support
 2007-02-27  9:16 UTC 

[PATCH 1/3] forcedeth: fixed missing call in napi poll
 2007-02-27  9:16 UTC  (2+ messages)

[patch] epoll reduced (to 1) number of passes over the ready set 
 2007-02-27  9:15 UTC  (4+ messages)

[lm-sensors] Re: hwmon-vid: Unknown VRM version of your x86 CPU
 2007-02-27  9:10 UTC  (2+ messages)
` [lm-sensors] "

Linux 2.6.21-rc1
 2007-02-27  9:01 UTC  (12+ messages)
` 2.6.21-rc1: known regressions (part 1)
  ` regression: forcedeth.c hang
` 2.6.21-rc1: known regressions (v2) (part 1)
` 2.6.21-rc1: known regressions (v2) (part 2)

[KJ] [PATCH] 3c505.c: replacing strcpy to strncpy
 2007-02-27  9:07 UTC  (3+ messages)

[Buildroot] svn commit: trunk/buildroot/package/busybox
 2007-02-27  9:04 UTC 

RFC: conversion of ibm-acpi to hwmon sysfs
 2007-02-27  9:01 UTC  (5+ messages)
` [lm-sensors] "

[ANNOUNCE] GIT 1.5.0.1
 2007-02-27  8:58 UTC  (2+ messages)
` [ANNOUNCE] GIT 1.5.0.2

[BUG][2.6.21] af_key: kernel BUG at net/core/skbuff.c:93
 2007-02-27  9:01 UTC  (2+ messages)

strange behaviour
 2007-02-27  8:55 UTC  (7+ messages)

[U-Boot-Users] Can't Compile u-boot-1.1.5_atmel_1.2!!
 2007-02-27  8:54 UTC 

[patch 0/6] fault vs truncate/invalidate race fix
 2007-02-27  8:50 UTC  (11+ messages)

[lm-sensors] Sensors-detect with DMI detection
 2007-02-27  8:50 UTC  (2+ messages)

[U-Boot-Users] Can't Compile u-boot-1.1.5_atmel_1.2!!
 2007-02-27  8:49 UTC 

[RFC] Fast assurate clock readable from user space and NMI handler
 2007-02-27  8:48 UTC  (12+ messages)

[patch 00/26] Xen-paravirt_ops: Xen guest implementation for paravirt_ops interface
 2007-02-27  8:14 UTC  (38+ messages)
` [patch 01/26] Xen-paravirt_ops: Fix typo in sync_constant_test_bit()s name
` [patch 02/26] Xen-paravirt_ops: ignore vgacon if hardware not present
` [patch 03/26] Xen-paravirt_ops: use paravirt_nop to consistently mark no-op operations
` [patch 04/26] Xen-paravirt_ops: Add pagetable accessors to pack and unpack pagetable entries
` [patch 05/26] Xen-paravirt_ops: paravirt_ops: hooks to set up initial pagetable
` [patch 06/26] Xen-paravirt_ops: paravirt_ops: allocate a fixmap slot
` [patch 07/26] Xen-paravirt_ops: Allow paravirt backend to choose kernel PMD sharing
` [patch 08/26] Xen-paravirt_ops: add hooks to intercept mm creation and destruction
` [patch 09/26] Xen-paravirt_ops: remove HAVE_ARCH_MM_LIFETIME, define no-op architecture implementations
` [patch 10/26] Xen-paravirt_ops: rename struct paravirt_patch to paravirt_patch_site for clarity
` [patch 11/26] Xen-paravirt_ops: Use patch site IDs computed from offset in paravirt_ops structure
` [patch 12/26] Xen-paravirt_ops: Fix patch site clobbers to include return register
` [patch 13/26] Xen-paravirt_ops: Consistently wrap paravirt ops callsites to make them patchable
` [patch 14/26] Xen-paravirt_ops: add common patching machinery
` [patch 15/26] Xen-paravirt_ops: Add apply_to_page_range() which applies a function to a pte range
` [patch 16/26] Xen-paravirt_ops: Allocate and free vmalloc areas
` [patch 17/26] Xen-paravirt_ops: Add nosegneg capability to the vsyscall page notes
` [patch 18/26] Xen-paravirt_ops: Add XEN config options
` [patch 19/26] Xen-paravirt_ops: Add Xen interface header files
` [patch 20/26] Xen-paravirt_ops: Core Xen implementation
` [patch 21/26] Xen-paravirt_ops: Use the hvc console infrastructure for Xen console
` [patch 22/26] Xen-paravirt_ops: Add early printk support via hvc console
` [patch 23/26] Xen-paravirt_ops: Add Xen grant table support
` [patch 24/26] Xen-paravirt_ops: Add the Xenbus sysfs and virtual device hotplug driver
` [patch 25/26] Xen-paravirt_ops: Add Xen virtual block device driver
` [patch 26/26] Xen-paravirt_ops: Add the Xen virtual network "

Could the k8temp driver be interfering with ACPI?
 2007-02-27  8:45 UTC  (2+ messages)
` [lm-sensors] "

Warning: message 1HLo1y-00056x-8P delayed 10 hours
 2007-02-27  8:45 UTC 

[RFC][PATCH][IPTABLES]: suppress the error of modprobe
 2007-02-27  8:43 UTC  (2+ messages)

[RFC][PATCH 0/3] More freezer patches
 2007-02-27  8:37 UTC  (7+ messages)
` [RFC][PATCH 1/3] Freezer: Fix vfork problem

threadlets as 'naive pool of threads', epoll, some measurements
 2007-02-27  8:27 UTC  (18+ messages)
    ` [patch 00/13] Syslets, "Threadlets", generic AIO support, v3

[PATCH] Retry 3: Use i386 swiotlb code in lib/swiotlb-xen.c [2/2]
 2007-02-27  8:34 UTC  (2+ messages)

[PATCH] d80211: fix sparse warnings
 2007-02-27  8:28 UTC  (4+ messages)

Celeb Source
 2007-02-27  8:27 UTC 

New to audit. Need help configuring audit to meet NISPOM req's
 2007-02-27  8:25 UTC 

FTP Problem
 2007-02-27  8:23 UTC  (2+ messages)

[RFC/PATCH] commit-tree: bump MAX_PARENTS to 128
 2007-02-27  8:19 UTC  (5+ messages)

SMP performance degradation with sysbench
 2007-02-27  8:14 UTC  (6+ messages)

Maturity of JFFS2 + MTD NAND Flash Support?
 2007-02-27  8:07 UTC  (3+ messages)

[patch 00/13] Syslets, "Threadlets", generic AIO support, v3
 2007-02-27  8:09 UTC  (11+ messages)

LapTops, Cell Phones, LSDs... Low prices
 2007-02-27  8:09 UTC 

They may for their own accounts also buy, sell, or hold long or short positions in any of the other securities mentioned in this article
 2007-02-27  8:06 UTC 

libnetfilter_queue man page
 2007-02-27  8:05 UTC 

cpufreq build regression added today
 2007-02-27  7:59 UTC  (3+ messages)

[Adeos-main] Scheduling of different domains in Adeos
 2007-02-27  7:52 UTC  (5+ messages)

[XenPPC] Re: [PATCH] [GNTTAB] expandable grant table
 2007-02-27  7:50 UTC  (2+ messages)
` [XenPPC] Re: [Xen-devel] "

really bad performance with ICH7 SATA controller
 2007-02-27  7:37 UTC 

Removing request from I/O scheduler queue
 2007-02-27  7:38 UTC 

[U-Boot-Users] [PATCH] Add .gitignore files
 2007-02-27  7:42 UTC  (7+ messages)

[irq: Remove set_native_irq_info] !CONFIG_SMP regression
 2007-02-27  7:27 UTC  (2+ messages)
` [PATCH] x86_64/i386 irq: Fix !CONFIG_SMP compilation

Bogus locking warnings
 2007-02-27  7:24 UTC  (3+ messages)

[Qemu-devel] Page protection and i386 cmpxchg8b
 2007-02-27  7:22 UTC  (2+ messages)

Silicon Image 3124 problems with Norco DS-1220 (Sil3726 port multipliers?)
 2007-02-27  6:57 UTC 

RFC: Patch editing
 2007-02-27  7:14 UTC  (2+ messages)

[U-Boot-Users] CFI flash driver problem
 2007-02-27  7:14 UTC  (2+ messages)

32-bit FreeBSD under 64-bit KVM
 2007-02-27  7:08 UTC  (2+ messages)

Make sure we populate the initroot filesystem late enough
 2007-02-27  6:48 UTC  (5+ messages)

Debugging KVM
 2007-02-27  7:01 UTC  (2+ messages)

[Bluez-devel] bluez kernel problem
 2007-02-27  7:00 UTC  (2+ messages)

Better icon for qgit
 2007-02-27  6:57 UTC  (5+ messages)

Current Status of USB_IP
 2007-02-27  6:28 UTC  (2+ messages)

Trivia: When did git self-host?
 2007-02-27  6:54 UTC  (4+ messages)

[U-Boot-Users] New to Uboot
 2007-02-27  6:49 UTC  (2+ messages)

#cpus property
 2007-02-27  6:48 UTC  (4+ messages)

Make sure we populate the initroot filesystem late enough
 2007-02-27  6:46 UTC  (6+ messages)

[PATCH] ehea: NAPI multi queue TX/RX path for SMP
 2007-02-27  6:42 UTC  (3+ messages)

[PATCH] netxen: do_rom_fast_write error handling
 2007-02-27  6:41 UTC  (2+ messages)

[PATCH 11/11] nfs-utils: mount: Fixed collision between commas in options
 2007-02-27  6:35 UTC  (2+ messages)

CKRM and SELinux
 2007-02-27  6:36 UTC 

At it auger
 2007-02-27  6:34 UTC 

[PATCH 09/11] nfs-utils: mount: Fixed mounts to multi-home servers
 2007-02-27  6:32 UTC  (2+ messages)

[patch 00/13] Syslets, "Threadlets", generic AIO support, v3
 2007-02-27  6:20 UTC  (14+ messages)
` [patch 05/13] syslets: core, documentation
` A quick fio test (was Re: [patch 00/13] Syslets, "Threadlets", generic AIO support, v3)

[RFC] div64_64 support
 2007-02-27  6:21 UTC  (7+ messages)

[PATCH 07/11] nfs-utils: mount: Fixed -o remount
 2007-02-27  6:19 UTC  (2+ messages)

I2C TWL4030 Keypad
 2007-02-27  6:20 UTC  (3+ messages)

Fix soft lockup with iSeries viocd driver
 2007-02-27  5:55 UTC 

[PATCH 06/11] nfs-utils: mount: AUTH_NONE mounts
 2007-02-27  6:14 UTC  (2+ messages)

[PATCH 01/11] nfs-utils: mount: non-nfs mount options
 2007-02-27  6:04 UTC  (2+ messages)

[PATCH][XEN-PAGING][2/2] Enable hardware assisted paging and AMD-V nested paging support
 2007-02-27  5:58 UTC 

[PATCH][XEN-PAGING][1/2] Fix PDPE enry for P2M table under PAE mode
 2007-02-27  5:58 UTC 

sparc64 / bbc_i2c.c
 2007-02-27  5:29 UTC  (8+ messages)

ANNOUNCE: nfs-utils 1.0.11
 2007-02-27  5:18 UTC  (4+ messages)
    ` ANNOUNCE nfs-utils 1.0.12. Was "

[KJ] good cohabi
 2007-02-27  5:13 UTC  (2+ messages)

[PATCH] Support 64-bit indexes for pack files
 2007-02-27  5:11 UTC  (8+ messages)

Mail delivery failed: returning message to sender
 2007-02-27  5:10 UTC 

Locking interrupt handler in L1 cache
 2007-02-27  4:59 UTC 

And refusal be buzzard
 2007-02-27  4:56 UTC 

[Bluez-users] Shopping advice: bluetooth 2.0 USB dongle with CSR chipset?
 2007-02-27  4:43 UTC  (5+ messages)

Nelly Furtado
 2007-02-27  4:30 UTC 

RHEL and Object reuse requirements
 2007-02-27  4:26 UTC 

[PATCH] ahci: improve spurious SDB FIS handling
 2007-02-27  4:24 UTC 

resource_size_t printk whinging
 2007-02-27  4:16 UTC 

[RFC PATCH(Experimental) 0/4] Freezer based Cpu-hotplug
 2007-02-23 19:03 UTC  (6+ messages)
` freezer problems

Linux Software RAID a bit of a weakness?
 2007-02-27  4:10 UTC  (6+ messages)

[Buildroot] [buildroot 0001238]: Buildroot fails when building binutils 2.17 on an 32 bit Ubuntu edgy box
 2007-02-27  3:54 UTC 

[PATCH] powerpc: document new interrupt-array property
 2007-02-27  3:45 UTC  (11+ messages)

(no subject)
 2007-02-27  8:42 UTC 

vmx status report against changeset 14118 - no new issue, 6 old issues
 2007-02-27  3:41 UTC 

[PATCH] wireless: rename d80211 -> mac80211
 2007-02-27  3:27 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.