messages from 2006-05-09 08:55:38 to 2006-05-09 20:05:22 UTC [more...]
[PATCH 0/3] VFS changes to collapse AIO and vectored IO into single (set of) fileops
2006-05-09 20:05 UTC (12+ messages)
` [PATCH 1/3] Vectorize aio_read/aio_write methods
` [PATCH 2/3] Remove readv/writev methods and use aio_read/aio_write instead
` [PATCH 3/3] Zach's core aio changes to support vectored AIO
libata PATA patch update
2006-05-09 20:05 UTC (7+ messages)
[RFC][PATCH 1/6] kconfigurable resources core changes
2006-05-09 20:03 UTC (3+ messages)
[BUG] VIA quirk fixup failure after 2.6.17-rc3
2006-05-09 19:59 UTC (3+ messages)
` [PATCH] VIA quirk fixup, additional PCI IDs
[RFC PATCH 00/35] Xen i386 paravirtualization support
2006-05-09 19:58 UTC (86+ messages)
` [RFC PATCH 01/35] Add XEN config options and disable unsupported config options
` [RFC PATCH 03/35] Add Xen interface header files
` [Xen-devel] "
` [RFC PATCH 08/35] Add Xen-specific memory management definitions
` [RFC PATCH 09/35] Change __FIXADDR_TOP to leave room for the hypervisor
` [RFC PATCH 11/35] Add support for Xen to entry.S
` [RFC PATCH 15/35] subarch support for controlling interrupt delivery
` [RFC PATCH 16/35] subarch support for interrupt and exception gates
` [RFC PATCH 17/35] Segment register changes for Xen
` [RFC PATCH 18/35] Support gdt/idt/ldt handling on Xen
` [RFC PATCH 19/35] subarch support for control register accesses
` [RFC PATCH 20/35] subarch stack pointer update
` [RFC PATCH 21/35] subarch TLB support
` [RFC PATCH 22/35] subarch suport for idle loop (NO_IDLE_HZ for Xen)
` [RFC PATCH 25/35] Add Xen time abstractions
` [RFC PATCH 26/35] Add Xen subarch reboot support
` [RFC PATCH 27/35] Add nosegneg capability to the vsyscall page notes
` [RFC PATCH 28/35] add support for Xen feature queries
` [RFC PATCH 29/35] Add the Xen virtual console driver
` [RFC PATCH 30/35] Add apply_to_page_range() function
` [RFC PATCH 32/35] Add Xen driver utility functions
` [RFC PATCH 33/35] Add the Xenbus sysfs and virtual device hotplug driver
` [RFC PATCH 34/35] Add the Xen virtual network device driver
` [Xen-devel] "
` [RFC PATCH 35/35] Add Xen virtual block "
[PATCH 1/6] random: Remove SA_SAMPLE_RANDOM from floppy driver
2006-05-09 19:50 UTC (6+ messages)
` [PATCH 4/6] random: Change cpqarray to use add_disk_randomness
` [PATCH 5/6] random: Remove bogus SA_SAMPLE_RANDOM from at91 compact flash driver
` [PATCH 2/6] random: Remove redundant SA_SAMPLE_RANDOM from NinjaSCSI
` [PATCH 3/6] random: Make CCISS use add_disk_randomness
` [PATCH 6/6] random: Remove redundant SA_SAMPLE_RANDOM from touchscreen drivers
[PATCH] make kernel ignore bogus partitions
2006-05-09 19:41 UTC (2+ messages)
PATCH: Final rio polish
2006-05-09 19:44 UTC
Linux 2.6.16.14
2006-05-09 19:18 UTC (6+ messages)
` [stable] "
[PATCH] fs: fcntl_setlease defies lease_init assumptions
2006-05-09 19:15 UTC (17+ messages)
dm-crypt is broken and causes massive data corruption
2006-05-09 19:04 UTC (2+ messages)
` [dm-crypt] "
[openib-general] [PATCH 07/16] ehca: interrupt handling routines
2006-05-09 19:04 UTC (12+ messages)
` "
` [openib-general] "
` "
Elf loader question: who updates .rela.dyn entries for load_bias compensation?
2006-05-09 19:02 UTC (2+ messages)
[RFC PATCH] kbuild support for %.symtypes files
2006-05-09 18:37 UTC
[PATCH] TCP congestion module: add TCP-LP supporting for 2.6.16.14
2006-05-09 18:08 UTC (2+ messages)
[GIT PULL] InfiniBand updates for 2.6.17-rc3
2006-05-09 18:00 UTC
assert/crash in __rmqueue() when enabling CONFIG_NUMA
2006-05-09 11:28 UTC (6+ messages)
` [PATCH 0/3] Zone boundry alignment fixes
` [PATCH 1/3] zone init check and report unaligned zone boundries
` [PATCH 2/3] x86 align highmem zone boundries with NUMA
` [PATCH 3/3] zone allow unaligned zone boundries
Add SYSTEM_BOOTING_KMALLOC_AVAIL system_state
2006-05-09 17:48 UTC (4+ messages)
[PATCH] [PNP] 'modalias' sysfs export
2006-05-09 17:41 UTC (11+ messages)
[RFC] [PATCH 0/6] Kprobes: User-space probes support for i386
2006-05-09 17:41 UTC (15+ messages)
` [RFC] [PATCH 1/6] Kprobes: Allow/deny exclusive write access to inodes
` [RFC] [PATCH 2/6] Kprobes: Get one pagetable entry
` [RFC] [PATCH 3/6] Kprobes: New interfaces for user-space probes
` [RFC] [PATCH 4/6] Kprobes: Insert probes on non-memory resident pages
` [RFC] [PATCH 5/6] Kprobes: Single step the original instruction out-of-line
` [RFC] [PATCH 6/6] Kprobes: Remove breakpoints from the copied pages
Updated libata PATA patch
2006-05-09 17:44 UTC
[Patch 2/8] Sync block I/O and swapin delay collection
2006-05-09 17:27 UTC (9+ messages)
GPL-only symbols issue
2006-05-09 17:31 UTC (6+ messages)
` [PATCH] Check for license compliance at build time
[Patch 6/8] delay accounting usage of taskstats interface
2006-05-09 17:11 UTC (4+ messages)
` [updated] "
[patch 1/17] Infrastructure to mark exported symbols as unused-for-removal-soon
2006-05-09 17:23 UTC (5+ messages)
[PATCH 2.6.17-rc3] Fix capi reload by unregistering the correct major
2006-05-09 17:12 UTC (3+ messages)
[PATCH] tpm: fix constant
2006-05-09 16:55 UTC
[PATCH] SPARSEMEM + NUMA can't handle unaligned memory regions?
2006-05-09 16:31 UTC (10+ messages)
[RFC PATCH 03/35] Add Xen interface header files
2006-05-09 16:30 UTC
token bucket
2006-05-09 17:33 UTC
USB storage emulation
2006-05-09 16:23 UTC
rt20 patch question
2006-05-09 15:53 UTC (4+ messages)
[RFC PATCH 01/35] Add XEN config options and disableunsupported config options
2006-05-09 15:46 UTC
[RFC] [PATCH 3/6] Kprobes: New interfaces for user-space probes
2006-05-09 15:34 UTC
[PATCH 1/1] fs/freevxfs cleanup of spelling errors
2006-05-09 15:33 UTC
How to read BIOS information
2006-05-09 14:44 UTC (13+ messages)
[PROBLEM] UML is killed by SIGALRM
2006-05-09 14:40 UTC (5+ messages)
` [uml-devel] "
www.softpanorama.org: sparc_vs_x86 fun
2006-05-09 14:39 UTC (3+ messages)
Bugs aren't features: X86_FEATURE_FXSAVE_LEAK
2006-05-09 14:38 UTC (3+ messages)
High load average on disk I/O on 2.6.17-rc3
2006-05-09 14:37 UTC (6+ messages)
LPC bus in a geode sc1200
2006-05-09 14:28 UTC (2+ messages)
[PATCH] tpm: update module dependencies (PNPACPI)
2006-05-09 14:00 UTC (2+ messages)
` [tpmdd-devel] "
[PATCH] Document futex PI design
2006-05-09 13:55 UTC
[Patch 1/8] Setup
2006-05-09 13:20 UTC (3+ messages)
` [Lse-tech] "
2.6.17-rc3-mm1
2006-05-09 12:40 UTC (7+ messages)
[PATCH -mm] swsusp: support creating bigger images
2006-05-09 12:18 UTC (5+ messages)
[PATCH 7/14] random: Remove SA_SAMPLE_RANDOM from network drivers
2006-05-09 11:23 UTC (8+ messages)
[PATCH 2/2] s390: Make hypfs more s390 specific
2006-05-09 10:56 UTC
[PATCH 1/2] Add /sys/hypervisor
2006-05-09 10:53 UTC
Badeurlaub
2006-05-09 10:11 UTC
GPIO PA24 on AT91RM9200
2006-05-09 9:10 UTC (2+ messages)
Update collie defconfig
2006-05-09 9:11 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox