public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-08-27 15:28:29 to 2007-08-27 21:11:51 UTC [more...]

[patch 00/23] Atomic operations updates: add cmpxchg_local
 2007-08-27 21:11 UTC  (4+ messages)
` [patch 15/23] Add cmpxchg_local to parisc
  ` [parisc-linux] "

[PATCH] fix bogus hotplug cpu warning
 2007-08-27 21:09 UTC  (5+ messages)

[patch 00/23] cmpxchg_local and cmpxchg64_local implementation
 2007-08-27 21:04 UTC  (17+ messages)
` [patch 01/23] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
                ` [PATCH] SLUB use cmpxchg_local

RFC: issues concerning the next NAPI interface
 2007-08-27 21:02 UTC  (10+ messages)

[PATCH] trivial - constify sched.h
 2007-08-27 20:59 UTC  (2+ messages)

[PATCH] fix maxcpus=N parsing
 2007-08-27 20:53 UTC  (3+ messages)

CONFIG_HOTPLUG_CPU: kconfig bug?
 2007-08-27 20:49 UTC  (3+ messages)

[PATCH 0/4] SGI Altix cross partition memory (XPMEM)
 2007-08-27 20:47 UTC  (13+ messages)
` [PATCH 1/4] export __put_task_struct for XPMEM
` [PATCH 2/4] export zap_page_range "
` [PATCH 3/4] add new lock ordering rule to mm/filemap.c
` [PATCH 4/4] add SGI Altix cross partition memory (XPMEM) driver

CFS review
 2007-08-27 20:41 UTC  (5+ messages)

"double" hpet clocksource && hard freeze [bisected]
 2007-08-27 20:34 UTC  (7+ messages)

[PATCH] SLUB use cmpxchg_local
 2007-08-27 20:25 UTC  (13+ messages)
              ` [PATCH] SLUB: use have_arch_cmpxchg()

nfs server patches for review
 2007-08-27 20:22 UTC  (16+ messages)
` [PATCH 01/15] nfsd: tone down inaccurate dprintk
  ` [PATCH 02/15] nfsd: remove unused cache_for_each macro
    ` [PATCH 03/15] nfsd: fix horrible indentation in nfsd_setattr
      ` [PATCH 04/15] knfsd: delete code made redundant by map_new_errors
        ` [PATCH 05/15] knfsd: cleanup of nfsd4 cmp_* functions
          ` [PATCH 06/15] knfsd: demote some printk()s to dprintk()s
            ` [PATCH 07/15] knfsd: nfs4 name->id mapping not correctly parsing negative downcall
              ` [PATCH 08/15] knfsd: spawn kernel thread to probe callback channel
                ` [PATCH 09/15] knfsd: move nfsv4 slab creation/destruction to module init/exit
                  ` [PATCH 10/15] knfsd: Validate filehandle type in fsid_source
                    ` [PATCH 11/15] knfsd: fix callback rpc cred
                      ` [PATCH 12/15] nfsd warning fix
                        ` [PATCH 13/15] knfsd: remove code duplication in nfsd4_setclientid()
                          ` [PATCH 14/15] svcgss: move init code into separate function
                            ` [PATCH 15/15] knfsd: 64 bit ino support for NFS server

[PATCH 1/1] hotplug cpu: documentation addition to downing a cpu
 2007-08-27 20:21 UTC 

[patch 00/28] Add cmpxchg64_local and cmpxchg_local to each architecture
 2007-08-27 20:19 UTC  (35+ messages)
` [patch 01/28] Fall back on interrupt disable in cmpxchg8b on 80386 and 80486
` [patch 02/28] Add cmpxchg64 and cmpxchg64_local to alpha
` [patch 03/28] Add cmpxchg64 and cmpxchg64_local to mips
` [patch 04/28] Add cmpxchg64 and cmpxchg64_local to powerpc
` [patch 05/28] Add cmpxchg64 and cmpxchg64_local to x86_64
` [patch 06/28] Add cmpxchg_local to asm-generic for per cpu atomic operations
` [patch 07/28] Add cmpxchg_local to arm
` [patch 08/28] Add cmpxchg_local to avr32
` [patch 09/28] Add cmpxchg_local to blackfin, replace __cmpxchg by generic cmpxchg
` [patch 10/28] Add cmpxchg_local to cris
` [patch 11/28] Add cmpxchg_local to frv
` [patch 12/28] Add cmpxchg_local to h8300
` [patch 13/28] Add cmpxchg_local, cmpxchg64 and cmpxchg64_local to ia64
` [patch 14/28] New cmpxchg_local (optimized for UP case) for m32r
` [patch 15/28] Fix m32r __xchg
` [patch 16/28] m32r: build fix of arch/m32r/kernel/smpboot.c
` [patch 17/28] local_t m32r use architecture specific cmpxchg_local
` [patch 18/28] Add cmpxchg_local to m86k
` [patch 19/28] Add cmpxchg_local to m68knommu
` [patch 20/28] Add cmpxchg_local to parisc
` [patch 21/28] Add cmpxchg_local to ppc
` [patch 22/28] Add cmpxchg_local to s390
` [patch 23/28] Add cmpxchg_local to sh, use generic cmpxchg() instead of cmpxchg_u32
` [patch 24/28] Add cmpxchg_local to sh64
` [patch 25/28] Add cmpxchg_local to sparc, move __cmpxchg to system.h
` [patch 26/28] Add cmpxchg_local to sparc64
` [patch 27/28] Add cmpxchg_local to v850
` [patch 28/28] Add cmpxchg_local to xtensa

nfs4 filesystem mounted via the "bind" option reports wrong fstype
 2007-08-27 20:08 UTC  (5+ messages)

uncached page allocator
 2007-08-27 20:00 UTC  (5+ messages)

[PATCH 1/1] cciss: fix error reporting for SG_IO
 2007-08-27 19:58 UTC  (3+ messages)

[PATCH 0/6] x86: Reduce Memory Usage and Inter-Node message traffic (v2)
 2007-08-27 19:47 UTC  (7+ messages)
` [PATCH 1/6] x86: fix cpu_to_node references (v2)

[PATCH 0/3] KVM paravirtualization framework (v2)
 2007-08-27 19:42 UTC  (3+ messages)
` [PATCH 1/3] Refactor hypercall infrastructure (v2)
  ` [PATCH 2/3] KVM paravirt-ops implementation (v2)

[md-accel PATCH 00/19] md raid acceleration and the async_tx api
 2007-08-27 19:31 UTC  (5+ messages)
` [md-accel PATCH 16/19] dmaengine: driver for the iop32x, iop33x, and iop13xx raid engines

[patch] sched: fix broken smt/mc optimizations with CFS
 2007-08-27 19:31 UTC  (7+ messages)

nmi_watchdog=2 regression in 2.6.21
 2007-08-27 19:12 UTC  (24+ messages)
        ` Who wants to maintain KR list for stable releases? (was Re: nmi_watchdog=2 regression in 2.6.21)

[patch 0/6] Per cpu structures for SLUB
 2007-08-27 18:50 UTC  (3+ messages)

[PATCH 1/1] V4: hotplug cpu: migrate a task within its cpuset
 2007-08-27 18:49 UTC  (2+ messages)

[PATCH] kexec: reenable HPET before kexec
 2007-08-27 18:33 UTC  (6+ messages)

[PATCH 0/3] KVM paravirtualization framework
 2007-08-27 18:09 UTC  (11+ messages)
` [PATCH 1/3] Implement emulator_write_phys()
  ` [PATCH 2/3] Refactor hypercall infrastructure

oom-killer with 27G free swap and overcommit_memory=2
 2007-08-27 18:03 UTC 

[PATCH] Use helpers to obtain task pid in printks (arch code)
 2007-08-27 18:01 UTC  (2+ messages)

boot monitor of realview_eb_mpcore
 2007-08-27 17:53 UTC 

[PATCH] mptsas: scan the logical volume at first
 2007-08-27 17:58 UTC 

[PATCH] reverse CONFIG_ACPI_PROC_EVENT default
 2007-08-27 17:39 UTC  (2+ messages)

[PATCH 1/4] ide: add ide_dev_is_sata() helper (take 2)
 2007-08-27 17:22 UTC  (2+ messages)

[PATCH 2/4] hpt366: UltraDMA filter for SATA cards (take 3)
 2007-08-27 17:22 UTC  (2+ messages)

help
 2007-08-27 17:31 UTC  (2+ messages)

[PATCH, RFC] wake up from a serial port
 2007-08-27 17:30 UTC  (3+ messages)
` [linux-pm] "

[PATCH 4/4] Documentation: update in-tree fs docs for new function
 2007-08-27 17:27 UTC 

[PATCH 3/4] CIFS: add cifs_killattr inode_operation
 2007-08-27 17:27 UTC 

[PATCH 2/4] NFS: add nfs_killattr inode_operation
 2007-08-27 17:27 UTC 

[PATCH 0/4] add killattr inode operation to allow filesystems to interpret ATTR_KILL_S*ID bits
 2007-08-27 17:27 UTC 

[PATCH 1/4] VFS: Introduce the killattr inode operation for handling ATTR_KILL_S*ID
 2007-08-27 17:27 UTC 

[PATCH 2.6.23-rc2] hwmon: HP Mobile Data Protection System 3D ACPI driver (resend)
 2007-08-27 17:11 UTC  (4+ messages)

[patch 00/10] Text Edit Lock
 2007-08-27 15:56 UTC  (11+ messages)
` [patch 01/10] Kprobes - use a mutex to protect the instruction pages list
` [patch 02/10] Kprobes - do not use kprobes mutex in arch code
` [patch 03/10] Kprobes - declare kprobe_mutex static
` [patch 04/10] Text Edit Lock - Architecture Independent Code
` [patch 05/10] Text Edit Lock - Alternative code for i386 and x86_64
` [patch 06/10] Text Edit Lock - kprobes architecture independent support
` [patch 07/10] Text Edit Lock - kprobes i386
` [patch 08/10] Text Edit Lock - kprobes x86_64
` [patch 09/10] Text Edit Lock - i386 standardize debug rodata
` [patch 10/10] Text Edit Lock - x86_64 "

[patch 0/8] Immediate Values
 2007-08-27 15:59 UTC  (9+ messages)
` [patch 1/8] Immediate Values - Global Modules List and Module Mutex
` [patch 2/8] Immediate Values - Architecture Independent Code
` [patch 3/8] Immediate Values - Kconfig menu in EMBEDDED
` [patch 4/8] Immediate Values - Move Kprobes i386 restore_interrupt to kdebug.h
` [patch 5/8] Immediate Values - i386 Optimization
` [patch 6/8] Immediate Values - Powerpc Optimization
` [patch 7/8] Immediate Values - Documentation
` [patch 8/8] Scheduler Profiling - Use Immediate Values

[RFC] block_device_operations prototype changes
 2007-08-27 16:35 UTC  (2+ messages)

[PATCH] Reset current->pdeath_signal on SUID binary execution
 2007-08-27 16:28 UTC  (4+ messages)

[PATCH 1/1] V3: hotplug cpu: migrate a task within its cpuset
 2007-08-27 16:25 UTC  (3+ messages)

net/ipv4/fib_trie.c - compile error (Re: 2.6.23-rc3-mm1)
 2007-08-27 16:23 UTC  (3+ messages)

coldplug zd1211rw wireless driver results in firefox segfault
 2007-08-27 15:23 UTC  (3+ messages)

Linux-Kernel MAINTAINERS - LSILOGIC MPT FUSION DRIVERS
 2007-08-27 16:16 UTC  (4+ messages)

Restricting CDC-ACM devices
 2007-08-27 15:58 UTC  (7+ messages)

[patch 0/4] Linux Kernel Markers
 2007-08-27 16:05 UTC  (5+ messages)
` [patch 1/4] Linux Kernel Markers - Architecture Independent Code
` [patch 2/4] Linux Kernel Markers - Add kconfig menus for the marker code
` [patch 3/4] Linux Kernel Markers - Documentation
` [patch 4/4] Port of blktrace to the Linux Kernel Markers

[patch 0/2] Sort module list for /proc/modules seq file reads
 2007-08-27 16:02 UTC  (3+ messages)
` [patch 1/2] Seq_file add support for sorted list
` [patch 2/2] Sort module list by pointer address to get coherent sleepable seq_file iterators

[2.6 patch] remove securebits
 2007-08-27 15:58 UTC  (8+ messages)

[PATCH][kprobes] support kretprobe-blacklist
 2007-08-27 15:49 UTC  (3+ messages)

ANNOUNCE: Japanese language kernelnewbies list
 2007-08-27 15:36 UTC 


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