messages from 2006-04-29 23:42:37 to 2006-05-01 08:25:51 UTC [more...]
[RFC: 2.6 patch] kernel/sys.c: possible cleanups
2006-05-01 8:20 UTC (9+ messages)
Bad page state in process 'nfsd' with xfs
2006-05-01 8:07 UTC (3+ messages)
[PATCH] CodingStyle: add typedefs chapter
2006-05-01 7:28 UTC (2+ messages)
[RFC: 2.6 patch] fs/sync.c: make do_sync_file_range() static
2006-05-01 7:18 UTC (2+ messages)
[RFC: 2.6 patch] fs/namei.c: unexport __user_walk
2006-05-01 7:11 UTC
[RFC: 2.6 patch] fs/mpage.c: unexport mpage_writepage
2006-05-01 7:11 UTC
[RFC: 2.6 patch] fs/buffer.c: possible cleanups
2006-05-01 7:11 UTC
[RFC: 2.6 patch] fs/open.c: unexport sys_openat
2006-05-01 7:11 UTC
[RFC: 2.6 patch] drivers/char/applicom.c: proper module_{init,exit}
2006-05-01 7:11 UTC
[RFC: 2.6 patch] fs/jbd/journal.c: possible cleanups
2006-05-01 7:11 UTC
[RFC: 2.6 patch] kernel/sysctl.c: unexport proc_dointvec_userhz_jiffies
2006-05-01 7:11 UTC
[2.6 patch] arch/arm/kernel/bios32.c: no need to set isa_bridge
2006-05-01 7:11 UTC
[RFC: 2.6 patch] kernel/printk.c: remove unused exports
2006-05-01 7:11 UTC
[2.6 patch] fs/inotify.c: cleanups
2006-05-01 7:11 UTC
[2.6 patch] drivers/char/hw_random.c: remove assert()'s
2006-05-01 7:11 UTC
[2.6 patch] arch/arm/kernel/dma-isa.c: named initializers
2006-05-01 7:11 UTC
[RFC] make PC Speaker driver work on x86-64
2006-05-01 7:09 UTC (7+ messages)
` [discuss] "
` [discuss] "
Linux 2.4.33-pre3
2006-05-01 7:07 UTC
Extended Volume Manager API
2006-05-01 7:02 UTC (2+ messages)
splice(SPLICE_F_MOVE) problems
2006-05-01 6:59 UTC (2+ messages)
[PATCH/RFC] minix filesystem update to V3 for 2.6 kernels
2006-05-01 6:38 UTC (3+ messages)
O_DIRECT, ext3fs, kernel 2.4.32... again
2006-05-01 6:20 UTC (2+ messages)
[PATCH 000 of 11] md: Introduction - assort md enhancements for 2.6.18
2006-05-01 6:15 UTC (16+ messages)
` [PATCH 001 of 11] md: Reformat code in raid1_end_write_request to avoid goto
` [PATCH 002 of 11] md: Remove arbitrary limit on chunk size
` [PATCH 003 of 11] md: Remove useless ioctl warning
` [PATCH 004 of 11] md: Increase the delay before marking metadata clean, and make it configurable
` [PATCH 006 of 11] md: Remove nuisance message at shutdown
` [PATCH 007 of 11] md: Allow checkpoint of recovery with version-1 superblock
` [PATCH 008 of 11] md: Allow a linear array to have drives added while active
` [PATCH 009 of 11] md: Support stripe/offset mode in raid10
` [PATCH 010 of 11] md: make md_print_devices() static
` [PATCH 011 of 11] md: Split reshape portion of raid5 sync_request into a separate function
` [PATCH 005 of 11] md: Merge raid5 and raid6 code
i386 and PAE: pud_present()
2006-05-01 3:07 UTC (6+ messages)
[RFC][PATCH] swsusp: support creating bigger images
2006-05-01 1:49 UTC (5+ messages)
Removing .tmp_versions considered harmful
2006-05-01 0:59 UTC (5+ messages)
[BUG] VIA quirk fixup failure after 2.6.17-rc3
2006-05-01 0:01 UTC (2+ messages)
Bad page state in process 'nfsd' with xfs
2006-04-30 22:04 UTC (3+ messages)
How to replace bus_to_virt()?
2006-04-30 23:40 UTC (3+ messages)
IP1000 gigabit nic driver
2006-04-30 23:40 UTC (12+ messages)
[(repost) git Patch 1/1] avoid IRQ0 ioapic pin collision
2006-04-30 23:17 UTC (2+ messages)
another kconfig target for building monolithic kernel (for security) ?
2006-04-30 23:07 UTC
Simple header cleanups
2006-04-30 21:48 UTC (11+ messages)
[PATCH] adjust outputmakefile rule
2006-04-30 21:49 UTC (2+ messages)
Ext3 failing on RAID5 array, with 4-port SATA_SIL (SIL3114)
2006-04-30 21:42 UTC
[RFC] Virtualization steps
2006-04-30 21:34 UTC (7+ messages)
` [Devel] "
2.6.17-rc1-mm3: time-i386-clocksource-drivers*.patch broke userspace apps
2006-04-30 21:26 UTC (2+ messages)
Compiling C++ modules
2006-04-30 21:15 UTC (9+ messages)
C++ pushback
2006-04-30 20:55 UTC (7+ messages)
irq event 5: bogus return value 19
2006-04-30 20:28 UTC (2+ messages)
[FYI] whitespace removal
2006-04-30 17:50 UTC (3+ messages)
Fwd: [patch 00/14] remap_file_pages protection support
2006-04-30 17:39 UTC
[patch 00/14] remap_file_pages protection support
2006-04-30 17:30 UTC (15+ messages)
` [patch 01/14] Fix comment about remap_file_pages
` [patch 02/14] remap_file_pages protection support: add needed macros
` [patch 03/14] remap_file_pages protection support: handle MANYPROTS VMAs
` [patch 04/14] remap_file_pages protection support: disallow mprotect() on manyprots mappings
` [patch 05/14] remap_file_pages protection support: cleanup syscall checks
` [patch 06/14] remap_file_pages protection support: enhance syscall interface
` [patch 07/14] remap_file_pages protection support: support private vma for MAP_POPULATE
` [patch 08/14] remap_file_pages protection support: use FAULT_SIGSEGV for protection checking
` [patch 09/14] remap_file_pages protection support: fix race condition with concurrent faults on same address space
` [patch 10/14] remap_file_pages protection support: fix get_user_pages() on VM_MANYPROTS vmas
` [patch 11/14] remap_file_pages protection support: pte_present should not trigger on PTE_FILE PROTNONE ptes
` [patch 12/14] remap_file_pages protection support: also set VM_NONLINEAR on nonuniform VMAs
` [patch 13/14] remap_file_pages protection support: uml, i386, x64 bits
` [patch 14/14] remap_file_pages protection support: adapt to uml peculiarities
[PATCH] Add some new card IDs to hostap_cs
2006-04-30 17:22 UTC
[PATCH 0/7] Uml fixes for 2.6.17
2006-04-30 15:32 UTC (9+ messages)
` [PATCH 1/7] uml: fix patch mismerge
` [PATCH 2/7] uml: search from uml_net in a more reasonable PATH
` [PATCH 3/7] uml: make copy_*_user atomic
` [PATCH 4/7] uml: use Kbuild tracking for all files and fix compilation output
` [PATCH 5/7] uml: fix compilation and execution with hardened GCC
` [PATCH 6/7] uml: cleanup unprofile expression and build infrastructure
` [PATCH 7/7] uml: export symbols added by GCC hardened
World writable tarballs
2006-04-30 17:08 UTC (14+ messages)
[PATCH 0/2] Fixes for umid code for 2.6.17
2006-04-30 15:36 UTC (3+ messages)
` [PATCH 1/2] uml: fix not_dead_yet when directory is in bad state
` [PATCH 2/2] uml: rename and improve actually_do_remove()
[PATCH] Client-side nfsacl caching fix
2006-04-30 16:34 UTC
[BUG] 2.6.15-rt16 __cache_alloc at mm/slab.c
2006-04-30 15:37 UTC (2+ messages)
i2c-related 1-minute hang during bootup
2006-04-30 14:18 UTC
Log flood: "scheduling while atomic" (2.6.15.x, 2.6.16.x)
2006-04-30 14:21 UTC (3+ messages)
Kernel manual pages
2006-04-30 14:11 UTC (3+ messages)
read_pages bug?
2006-04-30 12:08 UTC
Lockless page cache test results
2006-04-30 11:44 UTC (13+ messages)
IGMP unsolicited count don't work in 2.4.30?
2006-04-30 13:31 UTC
promise 20268 dma lockups with 2.4 & 2.6
2006-04-30 13:23 UTC
another kconfig target for building monolithic kernel (for security) ?
2006-04-30 13:15 UTC (2+ messages)
Checking modalias supported by vmlinux
2006-04-30 12:34 UTC
[openib-general] [PATCH 5/6] iser RDMA CM (CMA) and IB verbsinteraction
2006-04-30 12:30 UTC (2+ messages)
led_class: storing a value can act but return -EINVAL
2006-04-30 12:10 UTC (6+ messages)
[PATCH] don't use flush_tlb_all in suspend time
2006-04-30 12:04 UTC (6+ messages)
another kconfig target for building monolithic kernel (for security) ?
2006-04-30 10:57 UTC (4+ messages)
JOB OPENINGS
2006-04-30 10:46 UTC
JOB OPENINGS
2006-04-30 10:45 UTC
[patch 2.6.17-rc3] i386: fix broken FP exception handling
2006-04-30 8:42 UTC (2+ messages)
better leve triggered IRQ management needed
2006-04-30 7:36 UTC (8+ messages)
Your Administrator was just suspended from work
2006-04-30 8:23 UTC
web nueva sobre rayos ultravioleta
2006-04-30 7:06 UTC
[PATCH] s390: Hypervisor File System
2006-04-30 5:18 UTC (5+ messages)
USB-Keyboard through an USB-Switchbox
2006-04-30 4:36 UTC (2+ messages)
your chance
2006-04-30 5:08 UTC
[PATCH] timer TSC check suspend notifier change
2006-04-30 3:23 UTC
[PATCH 1/3] powerpc: Make rtas console _much_ faster
2006-04-30 3:07 UTC (2+ messages)
` [PATCH] "
[PATCH 00/13] Cell patches for 2.6.18
2006-04-30 2:52 UTC (15+ messages)
` [PATCH 01/13] cell: always build spu base into the kernel
` [PATCH 02/13] spufs: restore mapping of mssync register
` [PATCH 03/13] cell: fix interrupt priority handling
` [PATCH 04/13] cell: remove broken __setup_cpu_be function
` [PATCH 05/13] cell: enable CPU_FTR_CI_LARGE_PAGE
` [PATCH 06/13] powerpc: fix 64k pages on non-hypervisor
` [PATCH 07/13] powerpc: export symbols for page size selection
` [PATCH 08/13] spufs: set up correct SLB entries for 64k pages
` [PATCH 09/13] spufs: add a phys-id attribute to each SPU context
` [PATCH 11/13] cell: split out board specific files
` [PATCH 12/13] cell: abstract priviledge-1 SPU registers for hypervisors
` [PATCH 13/13] cell: set SPU interrupt affinity in spu_priv1 code
` [PATCH 10/13] cell: correctly detect systemsim host
sata_sil24 resetting controller
2006-04-30 2:31 UTC (8+ messages)
[PATCH] catch valid mem range at onlining memory
2006-04-29 23:40 UTC (7+ messages)
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