The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2005-09-09 03:46:03 to 2005-09-09 16:33:58 UTC [more...]

[PATCH] gratitious includes of asm/serial.h
 2005-09-09 16:33 UTC  (2+ messages)

[PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig
 2005-09-09 16:29 UTC  (3+ messages)

[PATCH] bogus #if (acpi/blacklist)
 2005-09-09 16:19 UTC  (2+ messages)

[PATCH] bogus cast in bio.c
 2005-09-09 16:18 UTC  (2+ messages)

[PATCH] __user annotations for pointers in i386 sigframe
 2005-09-09 16:18 UTC 

[PATCH] uaccess.h annotations (uml)
 2005-09-09 16:15 UTC 

[PATCH] sparse on uml (infrastructure bits)
 2005-09-09 16:14 UTC 

[PATCH 1/3] dynticks - implement no idle hz for x86
 2005-09-09 16:27 UTC  (12+ messages)

query_modules syscall gone? Any replacement?
 2005-09-09 16:10 UTC  (3+ messages)

[PATCH 0/9] -stable review
 2005-09-09 16:05 UTC  (6+ messages)
` [PATCH 9/9] [PATCH] 32bit sendmsg() flaw (CAN-2005-2490)
` [PATCH 10/9] raw_sendmsg DoS (CAN-2005-2492)

[PATCH] Documentation/ioctl-mess.txt: start tree-wide ioctl registry
 2005-09-09 16:15 UTC 

PCI bug in 2.6.13
 2005-09-09 16:04 UTC 

[PATCH] missing CHECKFLAGS on s390
 2005-09-09 15:56 UTC 

FW: can't boot 2.6.13
 2005-09-09 15:53 UTC 

[PATCH] fix i386 interrupt re-enabling in die()
 2005-09-09 15:59 UTC  (4+ messages)
  ` [PATCH] fix i386 interrupt re-enabling in die() (attempt 2)

[PATCH] basic iomem annotations (ppc64)
 2005-09-09 15:50 UTC 

2.6.13: loop ioctl crashes
 2005-09-09 15:42 UTC  (6+ messages)

[PATCH] rmmod notifier chain
 2005-09-09 15:37 UTC  (9+ messages)
  ` [PATCH] rmmod notifier chain (attempt 2)

[PATCH 2.6.12.3] PCI/libata INTx cleanup
 2005-09-09 15:37 UTC  (10+ messages)
        ` [PATCH 2.6.13-rc6] "
                ` [PATCH 2.6.13] PCI/libata INTx bug fix

[PATCH] fix oom_kill_task
 2005-09-09 15:36 UTC 

[PATCH] fix oom_kill_task
 2005-09-09 15:35 UTC 

Debugging
 2005-09-09 15:30 UTC  (2+ messages)

[PATCH] i386: fix broken highmem
 2005-09-09 15:26 UTC 

[PATCH 2.6.13] x86_64: Make trap_init() happen earlier
 2005-09-09 15:27 UTC  (4+ messages)
` [PATCH 2.6.13] x86_64: Make trap_init() happen earlier - dropped

New lockless pagecache
 2005-09-09 15:23 UTC  (12+ messages)
` [PATCH 2.6.13] lockless pagecache 1/7
  ` [PATCH 2.6.13] lockless pagecache 2/7
    ` [PATCH 2.6.13] lockless pagecache 3/7
      ` [PATCH 2.6.13] lockless pagecache 4/7
        ` [PATCH 2.6.13] lockless pagecache 5/7
          ` [PATCH 2.6.13] lockless pagecache 6/7
            ` [PATCH 2.6.13] lockless pagecache 7/7

kernel 2.6.13 buffer strangeness
 2005-09-09 15:09 UTC  (2+ messages)

[2.6-GIT] NTFS: Release 2.1.24
 2005-09-09 14:58 UTC  (38+ messages)
` [PATCH 1/25] NTFS: Support more clean journal ($LogFile) states
` [PATCH 2/25] NTFS: Allow highmem kmalloc() in ntfs_malloc_nofs() and add _nofail() version
` [PATCH 3/25] NTFS: Use ntfs_malloc_nofs_nofail() in ntfs_runlists_merge()
` [PATCH 4/25] NTFS: Fix two nasty runlist merging bugs that had gone unnoticed so far
` [PATCH 5/25] NTFS: Remove two bogus BUG_ON()s from fs/ntfs/mft.c
` [PATCH 6/25] NTFS: Fix handling of valid but empty mapping pairs array
` [PATCH 7/25] NTFS: Report unrepresentable inodes during ntfs_readdir() as KERN_WARNING
` [PATCH 8/25] NTFS: Change ntfs_rl_truncate_nolock() to throw away the runlist if the new
` [PATCH 9/25] NTFS: Add ntfs_rl_punch_nolock() which punches a caller specified hole into a runlist
` [PATCH 10/25] NTFS: Fix a bug in fs/ntfs/index.c::ntfs_index_lookup()
` [PATCH 11/25] NTFS: Remove bogus setting of PageError in ntfs_read_compressed_block()
` [PATCH 12/25] NTFS: Add fs/ntfs/attrib.[hc]::ntfs_resident_attr_value_resize()
` [PATCH 13/25] NTFS: Fix several bugs in fs/ntfs/attrib.c
` [PATCH 14/25] NTFS: Fix handling of sparse attributes in ntfs_attr_make_non_resident()
` [PATCH 15/25] NTFS: Fix cluster (de)allocators to work when the runlist is NULL and more
` [PATCH 16/25] NTFS: Truncate {a,c,m}time to the ntfs supported time granularity when
` [PATCH 17/25] NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
` [PATCH 18/25] NTFS: Make ntfs_write_block() not instantiate sparse blocks if they are zero
` [PATCH 19/25] NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
` [PATCH 20/25] NTFS: Optimize fs/ntfs/aops.c::ntfs_write_block() by extending the page
` [PATCH 21/25] NTFS: Fix fs/ntfs/aops.c::ntfs_{read,write}_block() to handle the case
` [PATCH 22/25] NTFS: Fixup handling of sparse, compressed, and encrypted attributes in
` [PATCH 23/25] NTFS: Fix page_has_buffers()/page_buffers() handling in fs/ntfs/aops.c
` [PATCH 24/25] NTFS: Improve scalability by changing the driver global spin lock in
` [PATCH 25/25] NTFS: 2.1.24 release and some minor final fixes

[PATCH] reduce x86-64 bug frame by 4 bytes
 2005-09-09 14:45 UTC  (2+ messages)
` [discuss] "

[PATCH] 8250.c: Fix to make 16C950 UARTs work
 2005-09-09 14:42 UTC  (5+ messages)

PATCH net-Kconfig-pocket_adapter-ISA-to-PARPORT
 2005-09-09 14:14 UTC 

aoe fails on sparc64
 2005-09-09 14:06 UTC  (7+ messages)

2.6.13-mm2
 2005-09-09 13:45 UTC  (12+ messages)
` 2.6.13-mm2 high memory support borken?
` 2.6.13-mm2 - drivers/char/speakup/speakup doesn't compile (+warnings from other things)

[PATCH 0/5] SUBCPUSETS: a resource control functionality using CPUSETS
 2005-09-09 13:31 UTC  (11+ messages)

[PATCH 2.6.13] x86_64: Add notify_die() to another spot in do_page_fault()
 2005-09-09 12:52 UTC  (4+ messages)

[PATCH] allow CONFIG_FRAME_POINTER for x86-64
 2005-09-09 12:41 UTC  (15+ messages)
` [discuss] "

Physical device to Kernel-netlink mapper
 2005-09-09 12:38 UTC 

do_vfs_lock: VFS is out of sync with lock manager!
 2005-09-09 11:57 UTC 

[PATCH] 3c59x: read current link status from phy
 2005-09-09 11:35 UTC  (13+ messages)

[PATCH] DVB: rename lgdt3302 frontend module to lgdt330x
 2005-09-09 11:26 UTC  (6+ messages)
` [DRIVER] Where is the PSX Gamepad Driver in 2.6.13-rc3?

aic79xx oops
 2005-09-09 11:25 UTC 

[RFC] Consistently use the name asm-offsets.h
 2005-09-09 11:25 UTC  (4+ messages)

2.6.13 reboot problems (when skystar2 DVB driver inserted)
 2005-09-09 11:29 UTC 

[PATCH] Fix misspelled i8259 typo in io_apic.c
 2005-09-09 11:15 UTC  (2+ messages)

ncpfs: Connection invalid / Input-/Output Errors
 2005-09-09 11:16 UTC  (7+ messages)

SPI redux ... driver model support
 2005-09-09 10:33 UTC  (2+ messages)

[PATCH] permit READ DEFECT DATA in block/scsi_ioctl
 2005-09-09 10:25 UTC  (2+ messages)

[PATCH] new kallsyms approach
 2005-09-09 10:18 UTC  (3+ messages)

[patch 2.6.13] x86_64: Fix incorrect FP signals
 2005-09-09  9:27 UTC  (2+ messages)

[PATCH] x86-64 cmpxchg adjustment
 2005-09-09  9:17 UTC  (3+ messages)
` [discuss] "

[PATCH 0/6] jbd cleanup
 2005-09-09  9:15 UTC  (8+ messages)
` [PATCH 1/6] jbd: remove duplicated debug print
` [PATCH 2/6] jbd: use hlist for the revoke tables
` [PATCH 3/6] jbd: cleanup for initializing/destroying "
` [PATCH 4/6] jbd: use list_head for the list of buffers on a transaction's data
` [-mm PATCH 5/6] jbd: use list_head for the list of all transactions waiting for
` [-mm PATCH 6/6] jbd: use list_head for a transaction checkpoint list

USB digital camera erroneously says "no medium found"
 2005-09-09  9:15 UTC 

[PATCH] add and handle NMI_VECTOR
 2005-09-09  9:14 UTC  (11+ messages)
` [discuss] "
  ` [discuss] [PATCH] add and handle NMI_VECTOR II

[PATCH] adjust x86-64 HPET definitions
 2005-09-09  8:53 UTC  (2+ messages)
` [discuss] "

[PATCH] fix x86-64 condition to call nmi_watchdog_tick
 2005-09-09  8:53 UTC  (3+ messages)
` [discuss] "

[PATCH] set stack pointer in init_tss and init_thread
 2005-09-09  8:52 UTC  (2+ messages)
` [discuss] "

[PATCH] x86-64 CFI annotation fixes and additions
 2005-09-09  8:50 UTC  (4+ messages)
` [discuss] "

[PATCH] fix x86-64 interrupt re-enabling in oops_end()
 2005-09-09  8:45 UTC  (2+ messages)
` [discuss] "

RFC: i386: kill !4KSTACKS
 2005-09-09  8:39 UTC  (14+ messages)
                    ` Large File Support in Kernel 2.6

kernel 2.6.13 buffer strangeness
 2005-09-09  8:24 UTC  (2+ messages)

[PATCH 2.6.13] x86_64: Rename KDB_VECTOR to NMI_VECTOR
 2005-09-09  8:06 UTC  (2+ messages)

[RFC] Consistently use the name asm-offsets.h
 2005-09-09  8:04 UTC  (3+ messages)

[PATCH] fix i386 double fault handler
 2005-09-09  7:58 UTC 

[PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig
 2005-09-09  7:53 UTC 

Automatic .config generation
 2005-09-09  7:48 UTC  (2+ messages)

[PATCH] i386 boottime for_each_cpu broken
 2005-09-09  7:43 UTC  (2+ messages)

[RFC] Scheduler hooks to support separate ia64 MCA/INIT stacks
 2005-09-09  7:17 UTC  (2+ messages)

nfs4 client bug
 2005-09-09  6:55 UTC  (14+ messages)
                      ` [PATCH] Doc: update oops-tracing.txt (Tainted flags)

[PATCH] i386 CFI annotations
 2005-09-09  6:51 UTC  (3+ messages)

can't boot 2.6.13
 2005-09-09  6:46 UTC  (2+ messages)

[patch 2.6.13] x86: check host bridge when applying vendor quirks
 2005-09-09  6:07 UTC  (4+ messages)

[2.6.13-mm2] i386-sparsemem-compile-with-DMA32
 2005-09-09  5:33 UTC 

[GIT PATCH] W1 patches for 2.6.13
 2005-09-09  5:08 UTC  (4+ messages)

(no subject)
 2005-09-08 14:45 UTC 

[patch 2.6.13] x86: check host bridge when applying vendor quirks
 2005-09-09  4:44 UTC 

[PATCH] re-export genapic on i386
 2005-09-09  3:53 UTC  (3+ messages)

[PATCH] abstraction of i386 machine check handlers
 2005-09-09  3:48 UTC  (2+ messages)

[PATCH] minor ELF definitions addition
 2005-09-09  3:45 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox