LKML: Linux Kernel Archive 2005 Q4
Date Index
[
Prev Page
][
Next Page
]
[patch 5/8] mutex subsystem, documentation
,
Ingo Molnar
[patch 4/8] mutex subsystem, core
,
Ingo Molnar
[patch 6/8] mutex subsystem, debugging code
,
Ingo Molnar
[patch 3/8] mutex subsystem, add per-arch mutex.h files
,
Ingo Molnar
[patch 1/8] mutex subsystem, add atomic_xchg() to all arches
,
Ingo Molnar
[patch 0/8] mutex subsystem, -V6
,
Ingo Molnar
Re: [patch 0/8] mutex subsystem, -V6
,
Nicolas Pitre
Re: [patch 0/8] mutex subsystem, -V6
,
Nicolas Pitre
Re: [patch 0/8] mutex subsystem, -V6
,
Ingo Molnar
Re: [patch 0/8] mutex subsystem, -V6
,
Nicolas Pitre
Re: [patch 0/8] mutex subsystem, -V6
,
Ingo Molnar
Re: [patch 0/8] mutex subsystem, -V6
,
Nicolas Pitre
[patch 2/8] mutex subsystem, add asm-generic/mutex-[dec|xchg].h implementations
,
Ingo Molnar
Re: [patch 2/8] mutex subsystem, add asm-generic/mutex-[dec|xchg].h implementations
,
Linus Torvalds
Re: [patch 2/8] mutex subsystem, add asm-generic/mutex-[dec|xchg].h implementations
,
Ingo Molnar
Re: 2.6.15-rc5-rt4 fails to compile - question
,
John Rigg
Re: 2.6.15-rc5-rt4 fails to compile - question
,
Steven Rostedt
2.6.15-rc5-rt4 fails to compile
,
Jan Engelhardt
Re: [solved] 2.6.15-rc5-rt4 fails to compile
,
Jan Engelhardt
[patch] mm: Patch to convert global dirty_exceeded flag to per-node node_dirty_exceeded
,
Ravikiran G Thirumalai
Re: [patch] mm: Patch to convert global dirty_exceeded flag to per-node node_dirty_exceeded
,
Ravikiran G Thirumalai
[patch] x86_64/ia64 : Fix compilation error for node_to_first_cpu
,
Ravikiran G Thirumalai
2.6.15rc6: ide oops+panic
,
Andreas Steinmetz
Re: 2.6.15rc6: ide oops+panic
,
Bartlomiej Zolnierkiewicz
Re: 2.6.15rc6: ide oops+panic
,
Andreas Steinmetz
Re: 2.6.15rc6: ide oops+panic
,
Andrew Morton
Re: 2.6.15rc6: ide oops+panic
,
Andreas Steinmetz
Re: 2.6.15rc6: ide oops+panic
,
Andreas Steinmetz
Re: 2.6.15rc6: ide oops+panic
,
Lee Revell
Re: 2.6.15rc6: ide oops+panic
,
Andreas Steinmetz
Re: 2.6.15rc6: ide oops+panic
,
Andreas Steinmetz
4k stacks
,
linux-os (Dick Johnson)
Re: 4k stacks
,
Grant Coady
Re: 4k stacks
,
Alistair John Strachan
Re: 4k stacks
,
Krzysztof Halasa
Re: 4k stacks
,
Denis Vlasenko
Re: 4k stacks
,
Andrew James Wade
Re: 4k stacks
,
Andrew James Wade
Re: 4k stacks
,
Andrew James Wade
Re: 4k stacks
,
Frank Sorenson
Re: 4k stacks
,
Grant Coady
Re: 4k stacks
,
Diego Calleja
Re: 4k stacks
,
linux-os (Dick Johnson)
Re: 4k stacks
,
Denis Vlasenko
Re: 4k stacks
,
linux-os (Dick Johnson)
[patch] fix smp_processor_id() use in include/asm-generic/percpu.h
,
Suresh Kodati
Re: [patch] fix smp_processor_id() use in include/asm-generic/percpu.h
,
Nathan Lynch
[PATCH 0/20] inflate: refactor boot-time inflate code
,
Matt Mackall
[PATCH 1/20] inflate: lindent and manual formatting changes
,
Matt Mackall
[PATCH 2/20] inflate: kill legacy bits
,
Matt Mackall
[PATCH 3/20] inflate: clean up input logic
,
Matt Mackall
[PATCH 4/20] inflate: start moving globals into iostate
,
Matt Mackall
[PATCH 5/20] inflate: cleanup Huffman table code
,
Matt Mackall
[PATCH 6/20] inflate: internalize CRC calculation, cleanup table calculation
,
Matt Mackall
[PATCH 7/20] inflate: eliminate memzero usage
,
Matt Mackall
[PATCH 8/20] inflate: (arch) kill unneeded declarations
,
Matt Mackall
[PATCH 9/20] inflate: (arch) refactor inflate malloc code
,
Matt Mackall
[PATCH 10/20] inflate: (arch) kill external CRC calculation
,
Matt Mackall
[PATCH 11/20] inflate: (arch) kill get_byte
,
Matt Mackall
[PATCH 12/20] inflate: internalize (arch) most of the output window handling
,
Matt Mackall
[PATCH 13/20] inflate: (arch) kill silly zlib typedefs
,
Matt Mackall
[PATCH 14/20] inflate: (arch) use an error callback rather than a global
,
Matt Mackall
[PATCH 15/20] inflate: (arch) tidy user declarations
,
Matt Mackall
[PATCH 16/20] inflate: remove legacy DEBG macros
,
Matt Mackall
[PATCH 17/20] inflate: mark some arrays as initdata
,
Matt Mackall
[PATCH 18/20] inflate: minor const changes
,
Matt Mackall
[PATCH 19/20] inflate: (arch) use proper linking
,
Matt Mackall
[PATCH 20/20] inflate: make in-core inflate share common CRC
,
Matt Mackall
nfs invalidates lose pte dirty bits
,
Andrea Arcangeli
Re: nfs invalidates lose pte dirty bits
,
Trond Myklebust
Re: nfs invalidates lose pte dirty bits
,
Andrea Arcangeli
Re: nfs invalidates lose pte dirty bits
,
Trond Myklebust
Re: nfs invalidates lose pte dirty bits
,
Andrea Arcangeli
Re: nfs invalidates lose pte dirty bits
,
Trond Myklebust
[PATCH 0/3] msi abstractions and support for altix
,
Mark Maule
[PATCH 1/3] msi vector targeting abstractions
,
Mark Maule
Re: [PATCH 1/3] msi vector targeting abstractions
,
Greg KH
Re: [PATCH 1/3] msi vector targeting abstractions
,
Mark Maule
Re: [PATCH 1/3] msi vector targeting abstractions
,
Greg KH
[PATCH 2/3] altix: msi support
,
Mark Maule
[PATCH 2/3] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Mark Maule
Re: [PATCH 2/3] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Greg KH
Re: [PATCH 2/3] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Mark Maule
<Possible follow-ups>
[PATCH 0/3] msi abstractions and support for altix
,
Mark Maule
[PATCH 1/3] msi vector targeting abstractions
,
Mark Maule
[PATCH 2/3] altix: msi support
,
Mark Maule
[PATCH 2/3] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Mark Maule
Re: [PATCH 0/3] msi abstractions and support for altix
,
Greg KH
Re: [PATCH 0/3] msi abstractions and support for altix
,
Mark Maule
Re: [PATCH 0/3] msi abstractions and support for altix
,
Greg KH
Re: [PATCH 0/3] msi abstractions and support for altix
,
Mark Maule
Re: [PATCH 0/3] msi abstractions and support for altix
,
Matthew Wilcox
Re: [PATCH 0/3] msi abstractions and support for altix
,
Greg KH
Re: [PATCH 0/3] msi abstractions and support for altix
,
Mark Maule
Re: [PATCH 0/3] msi abstractions and support for altix
,
Greg KH
blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Robert W. Fuller
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Kyle Moffett
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Steven Rostedt
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Jeff V. Merkey
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Chris Wedgwood
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Diego Calleja
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Chris Wedgwood
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Steven Rostedt
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Matthew Wilcox
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Jamie Lokier
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Adrian Bunk
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Ben Slusky
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Bryan Henderson
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Scott Mansfield
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Bryan Henderson
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Horst von Brand
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Peter Williams
Re: blatant GPL violation of ext2 and reiserfs filesystem drivers
,
Jamie Lokier
[x86_64] Couldn't load firmware compiling with gcc-4.0
,
Kyuma Ohta
[Question] LinuxThreads, setuid - Is there user mode hook?
,
Alon Bar-Lev
<Possible follow-ups>
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Alon Bar-Lev
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Lee Revell
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Daniel Jacobowitz
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Lee Revell
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Daniel Jacobowitz
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Alon Bar-Lev
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Luke-Jr
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Alon Bar-Lev
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Alon Bar-Lev
Re: [Question] LinuxThreads, setuid - Is there user mode hook?
,
Robert Hancock
[patch 06/10] mutex subsystem, documentation
,
Ingo Molnar
[patch 04/10] mutex subsystem, add atomic_*_call_if_*() defaults to the remaining arches
,
Ingo Molnar
[patch 09/10] mutex subsystem, more debugging code
,
Ingo Molnar
[patch 07/10] mutex subsystem, switch ARM to use the xchg based implementation
,
Ingo Molnar
[patch 08/10] mutex subsystem, debugging code
,
Ingo Molnar
[patch 05/10] mutex subsystem, core
,
Ingo Molnar
[patch 10/10] mutex subsystem, XFS namespace collision fixes
,
Ingo Molnar
[patch 01/10] mutex subsystem, add atomic_xchg() to all arches
,
Ingo Molnar
[patch 00/10] mutex subsystem, -V5
,
Ingo Molnar
Re: [patch 00/10] mutex subsystem, -V5
,
Nicolas Pitre
Re: [patch 00/10] mutex subsystem, -V5
,
Linus Torvalds
Re: [patch 00/10] mutex subsystem, -V5
,
Christoph Lameter
Re: [patch 00/10] mutex subsystem, -V5
,
Nicolas Pitre
Re: [patch 00/10] mutex subsystem, -V5
,
Ingo Molnar
Re: [patch 00/10] mutex subsystem, -V5
,
Nicolas Pitre
Re: [patch 00/10] mutex subsystem, -V5
,
Christoph Lameter
Re: [patch 00/10] mutex subsystem, -V5
,
Arjan van de Ven
Re: [patch 00/10] mutex subsystem, -V5
,
Ingo Molnar
Re: [patch 00/10] mutex subsystem, -V5
,
Steven Rostedt
[patch 03/10] mutex subsystem, add atomic_*_call_if_*() to x86_64
,
Ingo Molnar
[patch 02/10] mutex subsystem, add atomic_*_call_if_*() to i386
,
Ingo Molnar
MPC5200 Cache issue with Bestcomm
,
Amir Bukhari
[PATCH] arch/x86_64/kernel/ptrace.c linux-2.6.14.4
,
John Blackwood
Re: [PATCH] arch/x86_64/kernel/ptrace.c linux-2.6.14.4
,
Andi Kleen
[PATCH 2.6-git] SPI: add set_clock() to bitbang
,
Vitaly Wool
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
David Brownell
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
Vitaly Wool
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
David Brownell
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
Vitaly Wool
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
David Brownell
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
Vitaly Wool
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
David Brownell
Re: [PATCH 2.6-git] SPI: add set_clock() to bitbang
,
Vitaly Wool
scsi errors with dpt-i2o driver
,
Kenny Simpson
Re: scsi errors with dpt-i2o driver
,
Arjan van de Ven
Re: scsi errors with dpt-i2o driver
,
Kenny Simpson
Re: scsi errors with dpt-i2o driver
,
Miquel van Smoorenburg
<Possible follow-ups>
RE: scsi errors with dpt-i2o driver
,
Salyzyn, Mark
RE: scsi errors with dpt-i2o driver
,
Kenny Simpson
RE: scsi errors with dpt-i2o driver
,
Kenny Simpson
Latest -git and -rc6 may not compile for i386.
,
Luiz Fernando Capitulino
Kernel hangs trying to speak to DVD-ROM
,
David Dasenbrook
.config not updated after make clean
,
Jan Beulich
Re: .config not updated after make clean
,
Sam Ravnborg
Re: .config not updated after make clean
,
Jan Beulich
Re: .config not updated after make clean
,
Sam Ravnborg
nfs insecure_locks / Tru64 behaviour
,
Ron Peterson
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
Re: nfs insecure_locks / Tru64 behaviour
,
Ron Peterson
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
Re: nfs insecure_locks / Tru64 behaviour
,
Ron Peterson
Re: nfs insecure_locks / Tru64 behaviour
,
Ron Peterson
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
Re: nfs insecure_locks / Tru64 behaviour
,
Ron Peterson
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
Re: nfs insecure_locks / Tru64 behaviour
,
Ron Peterson
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
Re: nfs insecure_locks / Tru64 behaviour
,
Bernd Eckenfels
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
Re: nfs insecure_locks / Tru64 behaviour
,
Bernd Eckenfels
Re: nfs insecure_locks / Tru64 behaviour
,
Trond Myklebust
ethtool integration
,
Conio sandiago
Re: ethtool integration
,
Jeff Garzik
Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Axel Kittenberger
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Marc Singer
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Axel Kittenberger
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Marc Singer
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Axel Kittenberger
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Hans Kristian Rosbach
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Jan Engelhardt
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Folkert van Heusden
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Axel Kittenberger
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Jan Engelhardt
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
Coywolf Qi Hunt
Re: Possible Bootloader Optimization in inflate (get rid of unnecessary 32k Window)
,
H. Peter Anvin
[patch 7/9] mutex subsystem, debugging code
,
Ingo Molnar
[patch 9/9] mutex subsystem, XFS namespace collision fixes
,
Ingo Molnar
Re: [patch 9/9] mutex subsystem, XFS namespace collision fixes
,
Christoph Hellwig
Re: [patch 9/9] mutex subsystem, XFS namespace collision fixes
,
Ingo Molnar
[patch 6/9] mutex subsystem, switch ARM to use the xchg based implementation
,
Ingo Molnar
[patch 5/9] mutex subsystem, core
,
Ingo Molnar
Re: [patch 5/9] mutex subsystem, core
,
Christoph Hellwig
Re: [patch 5/9] mutex subsystem, core
,
Ingo Molnar
Re: [patch 5/9] mutex subsystem, core
,
Oleg Nesterov
Re: [patch 5/9] mutex subsystem, core
,
Ingo Molnar
Re: [patch 5/9] mutex subsystem, core
,
Oleg Nesterov
[patch 4/9] mutex subsystem, add atomic_*_call_if_*() defaults to the remaining arches
,
Ingo Molnar
[patch 2/9] mutex subsystem, add atomic_*_call_if_*() to i386
,
Ingo Molnar
[patch 8/9] mutex subsystem, more debugging code
,
Ingo Molnar
[PATCH] Debug shared irqs.
,
David Woodhouse
[patch 3/9] mutex subsystem, add atomic_*_call_if_*() to x86_64
,
Ingo Molnar
[patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Christoph Hellwig
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Russell King
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Russell King
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
[patch 1/2] mutex subsystem: basic per arch fast path primitives
,
Nicolas Pitre
Re: [patch 1/2] mutex subsystem: basic per arch fast path primitives
,
Christoph Hellwig
[patch 2/2] mutex subsystem: use the per architecture fast path lock_unlock defines
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Christoph Hellwig
Re: [patch 0/9] mutex subsystem, -V4
,
Steven Rostedt
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Arjan van de Ven
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Alan Cox
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Christoph Hellwig
Re: [patch 0/9] mutex subsystem, -V4
,
Sean
Re: [patch 0/9] mutex subsystem, -V4
,
Randy.Dunlap
Re: [patch 0/9] mutex subsystem, -V4
,
Sean
Re: [patch 0/9] mutex subsystem, -V4
,
Steven Rostedt
Message not available
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Russell King
Re: [patch 0/9] mutex subsystem, -V4
,
Xavier Bestel
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Steven Rostedt
Re: [patch 0/9] mutex subsystem, -V4
,
Roman Zippel
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Roman Zippel
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Arjan van de Ven
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Mike Galbraith
Re: [patch 0/9] mutex subsystem, -V4
,
Lee Revell
Re: [patch 0/9] mutex subsystem, -V4
,
David Lang
Re: [patch 0/9] mutex subsystem, -V4
,
Linus Torvalds
Re: [patch 0/9] mutex subsystem, -V4
,
Ingo Molnar
Re: [patch 0/9] mutex subsystem, -V4
,
Andrew Morton
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Thomas Gleixner
Re: [patch 0/9] mutex subsystem, -V4
,
Linus Torvalds
Re: [patch 0/9] mutex subsystem, -V4
,
Steven Rostedt
Re: [patch 0/9] mutex subsystem, -V4
,
Christoph Hellwig
Re: [patch 0/9] mutex subsystem, -V4
,
Nicolas Pitre
Re: [patch 0/9] mutex subsystem, -V4
,
Paul Mackerras
[patch 1/9] mutex subsystem, add atomic_cmpxchg() to all arches
,
Ingo Molnar
[PATCH 2.x] n_r3964: fixed usage of HZ and mod_timer(); removed bad include
,
Kurt Huwig
[PATCHSET] 2.6.15-rc6-bird1
,
Al Viro
Re: [PATCHSET] 2.6.15-rc6-bird1
,
Maciej Soltysiak
nbd: add endian annotations
,
Alexey Dobriyan
[PATCH] aes: fix endian warnings
,
Alexey Dobriyan
[PATCH] serpent: fix endian warnings
,
Alexey Dobriyan
[PATCHSET] 2.6.15-rc6-bird2
,
Al Viro
[PATCH] drivers/pcmcia/cistpl.c: fix endian warnings
,
Alexey Dobriyan
Re: [PATCH] drivers/pcmcia/cistpl.c: fix endian warnings
,
Dominik Brodowski
[PATCHSET] 2.6.15-rc6-bird3
,
Al Viro
[PATCHSET] 2.6.15-rc7-bird1
,
Al Viro
Re: [PATCHSET] 2.6.15-rc7-bird1
,
Adrian Bunk
IDE subsytem
,
kernel coder
Re: IDE subsytem
,
Jesper Juhl
RE: PATCH: day of week (RE: Kernel interrupts disable at user level -RIGHT/ WRONG - Help)
,
Mukund JB.
Un aligned addresses
,
Conio sandiago
Re: Un aligned addresses
,
David S. Miller
Re: Un aligned addresses
,
Willy Tarreau
[MM, HELP] PIO to and from user-mapped page caches
,
Tejun Heo
ETA for Areca RAID driver (arcmsr) in mainline?
,
Dax Kelson
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Lee Revell
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Dax Kelson
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Lee Revell
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Dax Kelson
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Oliver Neukum
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Arjan van de Ven
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Andrew Morton
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Dax Kelson
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Randy.Dunlap
[PATCH 2/2] Areca RAID driver (arcmsr) cleanups
,
Randy.Dunlap
Re: ETA for Areca RAID driver (arcmsr) in mainline?
,
Adrian Bunk
[PATCH 06/36] m68k: oktagon makefile fix
,
Al Viro
[PATCH 03/36] m68k: namespace pollution fix (custom->amiga_custom)
,
Al Viro
[PATCH 13/36] m68k: static vs. extern in amigaints.h
,
Al Viro
[PATCH 04/36] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requests
,
Al Viro
Re: [PATCH 04/36] m68k: switch mac/misc.c to direct use of appropriate cuda/pmu/maciisi requests
,
Geert Uytterhoeven
[PATCH 09/36] m68k: fix macro syntax to make current binutils happy
,
Al Viro
Re: [PATCH 09/36] m68k: fix macro syntax to make current binutils happy
,
Roman Zippel
Re: [PATCH 09/36] m68k: fix macro syntax to make current binutils happy
,
Al Viro
[PATCH 10/36] m68k: more workarounds for recent binutils idiocy
,
Al Viro
[PATCH 08/36] m68k: isa_{type,sex} should be exported
,
Al Viro
[PATCH 14/36] m68k: memory input should be an lvalue (mac/misc.c)
,
Al Viro
[PATCH 17/36] m68k: lvalues abuse in mac8390
,
Al Viro
[PATCH 16/36] m68k: bogus function argument types (sun3_pgtable.h)
,
Al Viro
[PATCH 07/36] m68k: Kconfig fix (mac vs. FONTS)
,
Al Viro
Re: [PATCH 07/36] m68k: Kconfig fix (mac vs. FONTS)
,
Roman Zippel
[PATCH 18/36] m68k: dmasound_paula.c lvalues abuse (from m68k CVS)
,
Al Viro
[PATCH 15/36] m68k: broken constraints on mulu.l
,
Al Viro
[PATCH 25/36] m68k: syscalls __user annotation
,
Al Viro
[PATCH 21/36] m68k: basic iomem annotations
,
Al Viro
[PATCH 23/36] m68k: signal __user annotations
,
Al Viro
[PATCH 20/36] m68k: compile fixes for dmasound (static vs. extern)
,
Al Viro
[PATCH 19/36] m68k: lvalues abuse in dmasound
,
Al Viro
[PATCH 28/36] m68k: ataflop __user annotations, NULL noise removal
,
Al Viro
[PATCH 27/36] m68k: amiflop __user annotations
,
Al Viro
[PATCH 30/36] m68k: dsp56k __user annotations
,
Al Viro
[PATCH 26/36] m68k: checksum __user annotations
,
Al Viro
[PATCH 29/36] m68k: amiserial __user annotations
,
Al Viro
[PATCH 36/36] m68k: cast in strnlen switched to unsigned long
,
Al Viro
[PATCH 31/36] m68k: amifb __user annotations
,
Al Viro
[PATCH 35/36] m68k: NULL noise removal
,
Al Viro
[PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations
,
Al Viro
Re: [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations
,
Brad Boyer
Re: [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations
,
Al Viro
Re: [PATCH 33/36] m68k: drivers/scsi/mac53c94.c __iomem annotations
,
Brad Boyer
[PATCH 32/36] m68k: zorro __user annotations
,
Al Viro
[PATCH 34/36] m68k: dmasound __user annotations
,
Al Viro
[PATCH 24/36] m68k: rtc __user annotations
,
Al Viro
[PATCH 22/36] m68k: basic __user annotations
,
Al Viro
[PATCH 12/36] m68k: static vs. extern in sun3ints.h
,
Al Viro
[PATCH 11/36] m68k: static vs. extern in scc.h
,
Al Viro
[PATCH 02/36] m68k: compile fix - updated vmlinux.lds to include LOCK_TEXT
,
Al Viro
[PATCH 05/36] m68k: dumb typo in atyfb
,
Al Viro
[PATCHSET] m68k: build fixes and sparse annotations
,
Al Viro
[PATCH 01/36] m68k: compile fix - hardirq checks were in wrong place
,
Al Viro
[PATCH] fix posix lock on NFS
,
ASANO Masahiro
[PATCH] Un-deprecate inter_module_*
,
Lee Revell
Re: [PATCH] Un-deprecate inter_module_*
,
Adrian Bunk
[PATCH/RFC 10/10] example of simple continuous gettimeofday
,
Roman Zippel
Re: [PATCH/RFC 10/10] example of simple continuous gettimeofday
,
john stultz
Re: [PATCH/RFC 10/10] example of simple continuous gettimeofday
,
Ingo Molnar
Re: [PATCH/RFC 10/10] example of simple continuous gettimeofday
,
Roman Zippel
Re: [PATCH/RFC 10/10] example of simple continuous gettimeofday
,
Thomas Gleixner
Re: [PATCH/RFC 10/10] example of simple continuous gettimeofday
,
Roman Zippel
[PATCH 9/10] NTP: convert to the NTP4 model
,
Roman Zippel
[PATCH 8/10] NTP: convert time_freq to nsec
,
Roman Zippel
[PATCH 7/10] NTP: remove time_tolerance
,
Roman Zippel
[PATCH 6/10] NTP: add time_adjust to tick_nsec
,
Roman Zippel
[PATCH 5/10] NTP: convert time_offset to nsec
,
Roman Zippel
[PATCH 4/10] NTP: precalculate time_adj from frequency
,
Roman Zippel
[PATCH 3/10] NTP: add ntp_update_frequency
,
Roman Zippel
[PATCH 2/10] NTP: normalize time_adj
,
Roman Zippel
[PATCH 1/10] NTP: Remove pps support
,
Roman Zippel
[PATCH 0/10] NTP4 updates
,
Roman Zippel
[GIT PATCH] SCSI bug fixes for 2.6.15-rc6
,
James Bottomley
Re: [GIT PATCH] SCSI bug fixes for 2.6.15-rc6
,
Linus Torvalds
Re: [GIT PATCH] SCSI bug fixes for 2.6.15-rc6
,
James Bottomley
RE: [perfmon] Re: quick overview of the perfmon2 interface
,
Truong, Dan
<Possible follow-ups>
RE: [perfmon] Re: quick overview of the perfmon2 interface
,
Truong, Dan
Re: [perfmon] Re: quick overview of the perfmon2 interface
,
Andrew Morton
[ANNOUNCE] GIT 1.0.0b quickfix
,
Junio C Hamano
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
H. Peter Anvin
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
Benjamin Herrenschmidt
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
Linus Torvalds
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
Ingo Oeser
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
Junio C Hamano
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
Andreas Ericsson
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
Krzysztof Halasa
Re: [ANNOUNCE] GIT 1.0.0b quickfix
,
H. Peter Anvin
[patch 0/2] 2 USB patches for 2.6.15
,
Greg Kroah-Hartman
[patch 1/2] USB Storage: Force starget->scsi_level in usb-storage scsiglue.c
,
Greg Kroah-Hartman
[patch 2/2] usbcore: allow suspend/resume even if drivers don't support it
,
Greg Kroah-Hartman
2.6.15-rc5-rt4 fails to compile
,
John Rigg
x86_64 timekeeping buglets
,
Jim Houston
[PATCH 02/02] RT: plist namespace cleanup
,
Daniel Walker
Re: [PATCH 02/02] RT: plist namespace cleanup
,
Oleg Nesterov
Re: [PATCH 02/02] RT: plist namespace cleanup
,
Daniel Walker
Re: [PATCH 02/02] RT: plist namespace cleanup
,
Oleg Nesterov
Re: [PATCH 02/02] RT: plist namespace cleanup
,
Daniel Walker
[PATCH 01/02] RT: add back plist docs
,
Daniel Walker
Re: [PATCH 01/02] RT: add back plist docs
,
Oleg Nesterov
<Possible follow-ups>
RE: [PATCH 01/02] RT: add back plist docs
,
Perez-Gonzalez, Inaky
Re: [PATCH 01/02] RT: add back plist docs
,
Oleg Nesterov
Re: [PATCH 01/02] RT: add back plist docs
,
Pekka Enberg
2.6.15-rc5 and later: USB mouse IRQ post kills the computer post resume.
,
Nigel Cunningham
Re: 2.6.15-rc5 and later: USB mouse IRQ post kills the computer post resume.
,
Greg KH
Re: 2.6.15-rc5 and later: USB mouse IRQ post kills the computer post resume.
,
Nigel Cunningham
Re: 2.6.15-rc5 and later: USB mouse IRQ post kills the computer post resume.
,
Vojtech Pavlik
Zone reclaim V4 [1/3]: resurrect may_swap
,
Christoph Lameter
Zone reclaim V4 [3/3]: Alternate logic without zoned counters
,
Christoph Lameter
Zone reclaim V4 [2/3]: Reclaim logic based on zoned counters
,
Christoph Lameter
[PATCH] NETFILTER: Fix handling of module param dcc_timeout in ip_conntrack_irc.c
,
Mika Kukkonen
Re: [netfilter-core] [PATCH] NETFILTER: Fix handling of module param dcc_timeout in ip_conntrack_irc.c
,
Patrick McHardy
[PATCH] VLAN: Add two missing checks to vlan_ioctl_handler()
,
Mika Kukkonen
Re: [PATCH] VLAN: Add two missing checks to vlan_ioctl_handler()
,
David S. Miller
[Patch 1/1] Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
,
Robin Holt
Re: [Patch 1/1] Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
,
Sam Ravnborg
Re: [Patch 1/1] Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
,
Robin Holt
Re: [Patch 1/1] Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
,
Sam Ravnborg
Re: [Patch 1/1] Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
,
Robin Holt
Re: [Patch 1/1] Fix genksyms handling of DEFINE_PER_CPU(struct foo_s *, bar);
,
Sam Ravnborg
[PATCH] NETROM: Fix three if-statements in nr_state1_machine()
,
Mika Kukkonen
[PATCH] BRIDGE: Fix faulty check in br_stp_recalculate_bridge_id()
,
mikukkon
Re: [PATCH] BRIDGE: Fix faulty check in br_stp_recalculate_bridge_id()
,
Stephen Hemminger
Re: [PATCH] BRIDGE: Fix faulty check in br_stp_recalculate_bridge_id()
,
David S. Miller
[PATCH 1/1] megaraid_sas: cleanup up queuecommand path
,
Patro, Sumant
ip_output.c change question
,
Jan Engelhardt
Re: ip_output.c change question
,
Jesper Juhl
Re: ip_output.c change question
,
David S. Miller
Re: [patch 10/26] ACPI: Prefer _CST over FADT for C-state capabilities
,
Daniel Drake
[PATCH 0/4] msi abstractions and support for altix
,
Mark Maule
[PATCH 1/4] msi archetecture init hook
,
Mark Maule
Re: [PATCH 1/4] msi archetecture init hook
,
Matthew Wilcox
Re: [PATCH 1/4] msi archetecture init hook
,
Mark Maule
Re: [PATCH 1/4] msi archetecture init hook
,
Matthew Wilcox
[PATCH 2/4] msi vector targeting abstractions
,
Mark Maule
Re: [PATCH 2/4] msi vector targeting abstractions
,
Christoph Hellwig
Re: [PATCH 2/4] msi vector targeting abstractions
,
Mark Maule
Re: [PATCH 2/4] msi vector targeting abstractions
,
Matthew Wilcox
Re: [PATCH 2/4] msi vector targeting abstractions
,
linux-os (Dick Johnson)
Re: [PATCH 2/4] msi vector targeting abstractions
,
Mark Maule
Re: [PATCH 2/4] msi vector targeting abstractions
,
Christoph Hellwig
Re: [PATCH 2/4] msi vector targeting abstractions
,
Mark Maule
[PATCH 4/4] altix: msi support
,
Mark Maule
[PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Mark Maule
Re: [PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Matthew Wilcox
Re: [PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Mark Maule
Re: [PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Matthew Wilcox
Re: [PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Keith Owens
Re: [PATCH 3/4] per-platform IA64_{FIRST,LAST}_DEVICE_VECTOR definitions
,
Matthew Wilcox
rcuref optimization
,
Joe Seigh
Re: rcuref optimization
,
Nick Piggin
Re: rcuref optimization
,
Joe Seigh
[PATCH] handle module ref count on sysctl tables.
,
Stephen Hemminger
Re: [PATCH] handle module ref count on sysctl tables.
,
Arjan van de Ven
Re: [PATCH] handle module ref count on sysctl tables.
,
Stephen Hemminger
Re: [PATCH] handle module ref count on sysctl tables.
,
Al Viro
Re: [PATCH] handle module ref count on sysctl tables.
,
Al Viro
Re: [PATCH] handle module ref count on sysctl tables.
,
Stephen Hemminger
[rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Ravikiran G Thirumalai
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Christoph Lameter
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Ravikiran G Thirumalai
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Christoph Lameter
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Ravikiran G Thirumalai
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Ravikiran G Thirumalai
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Christoph Lameter
<Possible follow-ups>
Re: [rfc][patch] Avoid taking global tasklist_lock for single threaded process at getrusage()
,
Nippun Goel
Re: [RFC] RTC subsystem
,
Alessandro Zummo
Re: [RFC] RTC subsystem
,
Simon Richter
Re: [RFC] RTC subsystem
,
Alessandro Zummo
Question on the current behaviour of malloc () on Linux
,
Jie Zhang
Re: Question on the current behaviour of malloc () on Linux
,
Arjan van de Ven
Re: Question on the current behaviour of malloc () on Linux
,
Jesper Juhl
Re: Question on the current behaviour of malloc () on Linux
,
Jesper Juhl
Re: Question on the current behaviour of malloc () on Linux
,
Jie Zhang
Re: Question on the current behaviour of malloc () on Linux
,
linux-os (Dick Johnson)
Re: Question on the current behaviour of malloc () on Linux
,
Jesper Juhl
Re: Question on the current behaviour of malloc () on Linux
,
Jie Zhang
[PATCH] fix race with preempt_enable()
,
Nicolas Pitre
Re: [PATCH] fix race with preempt_enable()
,
Nick Piggin
[RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Pantelis Antoniou
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Pantelis Antoniou
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Pantelis Antoniou
Message not available
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Jes Sorensen
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Pantelis Antoniou
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Pantelis Antoniou
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Andrey Volkov
Re: [RFC] genalloc != generic DEVICE memory allocator
,
Jes Sorensen
qla23xx driver in 2.6.x kernels
,
Lukas Hejtmanek
[patch 6/8] mutex subsystem, core
,
Ingo Molnar
<Possible follow-ups>
[patch 6/8] mutex subsystem, core
,
Ingo Molnar
[patch 7/8] mutex subsystem, debugging code
,
Ingo Molnar
<Possible follow-ups>
[patch 7/8] mutex subsystem, debugging code
,
Ingo Molnar
[patch 8/8] mutex subsystem, more debugging code
,
Ingo Molnar
<Possible follow-ups>
[patch 8/8] mutex subsystem, more debugging code
,
Ingo Molnar
[patch 5/8] mutex subsystem, add atomic_*_call_if_*() defaults to the remaining arches
,
Ingo Molnar
<Possible follow-ups>
[patch 5/8] mutex subsystem, add atomic_*_call_if_*() defaults to the remaining arches
,
Ingo Molnar
[patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Ingo Molnar
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Linus Torvalds
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Linus Torvalds
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Ingo Molnar
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Daniel Jacobowitz
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Nicolas Pitre
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Keith Owens
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Ingo Molnar
Re: [patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Linus Torvalds
<Possible follow-ups>
[patch 3/8] mutex subsystem, add atomic_*_call_if_*() to i386
,
Ingo Molnar
[patch 0/8] mutex subsystem, ANNOUNCE
,
Ingo Molnar
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Arjan van de Ven
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Jes Sorensen
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nick Piggin
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nick Piggin
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Ingo Molnar
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nick Piggin
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Arjan van de Ven
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nick Piggin
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Arjan van de Ven
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nick Piggin
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Ingo Molnar
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nick Piggin
Re: [patch 0/8] mutex subsystem, ANNOUNCE
,
Nicolas Pitre
[patch 1/3] mutex subsystem: fix additions to the ARM atomic.h
,
Nicolas Pitre
[patch 2/3] mutex subsystem: add new atomic primitives
,
Nicolas Pitre
[patch 3/3] mutex subsystem: move the core to the new atomic helpers
,
Nicolas Pitre
Re: [patch 3/3] mutex subsystem: move the core to the new atomic helpers
,
Ingo Molnar
Re: [patch 3/3] mutex subsystem: move the core to the new atomic helpers
,
Matt Mackall
Re: [patch 3/3] mutex subsystem: move the core to the new atomic helpers
,
Nicolas Pitre
[patch 2/5] mutex subsystem: add architecture specific mutex primitives
,
Nicolas Pitre
Re: [patch 2/5] mutex subsystem: add architecture specific mutex primitives
,
Nick Piggin
Re: [patch 2/5] mutex subsystem: add architecture specific mutex primitives
,
Nick Piggin
[patch 1/5] mutex subsystem: fix asm-arm/atomic.h
,
Nicolas Pitre
[patch 4/5] mutex subsystem: allow architecture defined fast path for mutex_lock_interruptible
,
Nicolas Pitre
[patch 3/5] mutex subsystem: move the core to the new atomic helpers
,
Nicolas Pitre
[patch 5/5] mutex subsystem: allow for the fast path to be inlined
,
Nicolas Pitre
<Possible follow-ups>
[patch 0/8] mutex subsystem, ANNOUNCE
,
Ingo Molnar
[patch 2/8] mutex subsystem, add atomic_cmpxchg() to all arches
,
Ingo Molnar
Re: [patch 2/8] mutex subsystem, add atomic_cmpxchg() to all arches
,
Ingo Oeser
Re: [patch 2/8] mutex subsystem, add atomic_cmpxchg() to all arches
,
Ingo Molnar
<Possible follow-ups>
[patch 2/8] mutex subsystem, add atomic_cmpxchg() to all arches
,
Ingo Molnar
[patch 4/8] mutex subsystem, add atomic_*_call_if_*() to x86_64
,
Ingo Molnar
<Possible follow-ups>
[patch 4/8] mutex subsystem, add atomic_*_call_if_*() to x86_64
,
Ingo Molnar
[patch 1/8] mutex subsystem, XFS namespace collision fixes
,
Ingo Molnar
Re: [patch 1/8] mutex subsystem, XFS namespace collision fixes
,
Christoph Hellwig
<Possible follow-ups>
[patch 1/8] mutex subsystem, XFS namespace collision fixes
,
Ingo Molnar
Re: [patch 1/8] mutex subsystem, XFS namespace collision fixes
,
Johannes Stezenbach
Another casualty of -rc6
,
Gene Heskett
Re: Another casualty of -rc6
,
Russell King
Re: Another casualty of -rc6
,
Gene Heskett
Re: Another casualty of -rc6
,
Russell King
Re: Another casualty of -rc6
,
Kyle Moffett
Re: Another casualty of -rc6
,
Gene Heskett
[PATCH 2.6.15-rc5-mm3] Remove duplicated PCI id
,
Takashi Iwai
Re: [PATCH 2.6.15-rc5-mm3] Remove duplicated PCI id
,
Grant Coady
asus_acpi still broken on Samsung P30/P35
,
Hanno Böck
Re: asus_acpi still broken on Samsung P30/P35
,
Linus Torvalds
Re: [ACPI] Re: asus_acpi still broken on Samsung P30/P35
,
Carl-Daniel Hailfinger
<Possible follow-ups>
RE: asus_acpi still broken on Samsung P30/P35
,
Brown, Len
Re: asus_acpi still broken on Samsung P30/P35
,
Karol Kozimor
[PATCH] Work around asus_acpi driver oopses on Samsung P30s and the like due to the ACPI implicit return
,
Karol Kozimor
Re: [PATCH] Work around asus_acpi driver oopses on Samsung P30s and the like due to the ACPI implicit return
,
Christian Aichinger
Re: [PATCH] Work around asus_acpi driver oopses on Samsung P30s and the like due to the ACPI implicit return
,
Karol Kozimor
Linking fails on sparc64 with 2.6.15-rc6 and Sun GEM Ethernet driver
,
Nils Meyer
[2.6 patch] drivers/net/sungem.c: gem_remove_one mustn't be __devexit
,
Adrian Bunk
Re: [2.6 patch] drivers/net/sungem.c: gem_remove_one mustn't be __devexit
,
David S. Miller
[PATCH] conditionally #ifdef-out unused DiB3000M-C/P functions
,
Marc Koschewski
Re: [PATCH 2/2] conditionally #ifdef-out unused DiB3000M-C/P defs
,
Marc Koschewski
Re: [PATCH 2/2] conditionally #ifdef-out unused DiB3000M-C/P defs
,
Adrian Bunk
Re: [PATCH] conditionally #ifdef-out unused DiB3000M-C/P functions
,
Adrian Bunk
[RFC] TOMOYO Linux released!
,
Tetsuo Handa
Re: [RFC] TOMOYO Linux released!
,
Arjan van de Ven
Re: [RFC] TOMOYO Linux released!
,
Tetsuo Handa
Re: [RFC] TOMOYO Linux released!
,
Rik van Riel
Re: [RFC] TOMOYO Linux released!
,
Tetsuo Handa
Re: [RFC] TOMOYO Linux released!
,
Bill Davidsen
Re: [RFC] TOMOYO Linux released!
,
Ingo Oeser
[Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Paul Rolland
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Jeff Garzik
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Paul Rolland
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Arjan van de Ven
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Paul Rolland
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Adrian Bunk
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Jeff Garzik
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Paul Rolland
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Paul Rolland
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Jesse Brandeburg
<Possible follow-ups>
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Robert Hancock
Re: [Linux 2.4.32] SATA ICH5/PIIX and Combined mode
,
Robert Hancock
GPIO device class driver
,
Ivan Korzakow
<Possible follow-ups>
Re: GPIO device class driver
,
Robert Schwebel
AW: Submitting patches for Kontron-boards with Freescale processors
,
Claus Gindhart
Re: AW: Submitting patches for Kontron-boards with Freescale processors
,
Kumar Gala
2.6.15-rc5-rt4 and CONFIG_SLAB=y : structure has no member named `nodeid'
,
Serge Noiraud
How to stop thread group of a process?
,
Hua Feijun
vfat question
,
Sebastian Kloska
Re: vfat question
,
Horst von Brand
Re: vfat question
,
Sebastian Kloska
Re: vfat question
,
Tommy Reynolds
Re: vfat question
,
Sebastian Kloska
[ANNOUNCE] GIT 1.0.0
,
Junio C Hamano
[POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Eric Dumazet
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
David S. Miller
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Jan-Benedict Glaw
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Alok kataria
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Ed Tomlinson
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Folkert van Heusden
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Eric Dumazet
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Folkert van Heusden
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Dave Jones
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Folkert van Heusden
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Denis Vlasenko
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Denis Vlasenko
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Andreas Kleen
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Matt Mackall
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Dave Jones
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Steven Rostedt
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Dave Jones
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Keith Owens
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Dave Jones
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Marcelo Tosatti
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Steven Rostedt
Re: [POLL] SLAB : Are the 32 and 192 bytes caches really usefull on x86_64 machines ?
,
Andi Kleen
SATA SCSI device numbering - I'm confuzed! - Help!
,
Marc Perkel
Re: SATA SCSI device numbering - I'm confuzed! - Help!
,
J.A. Magallon
Re: SATA SCSI device numbering - I'm confuzed! - Help!
,
Marc Perkel
Re: SATA SCSI device numbering - I'm confuzed! - Help!
,
J.A. Magallon
[PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Kyle Moffett
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Kyle Moffett
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Lee Revell
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Lee Revell
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Lee Revell
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Trond Myklebust
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Horst von Brand
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Kyle Moffett
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Ingo Molnar
Re: [PATCH] sched: Fix adverse effects of NFS client on interactive response
,
Peter Williams
2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Lee Revell
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Steven Rostedt
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Lee Revell
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Lee Revell
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Steven Rostedt
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Lee Revell
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Steven Rostedt
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Lee Revell
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Steven Rostedt
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Steven Rostedt
Re: 2.6.14-rt22 (and mainline): netstat -anop triggers excessive latencies
,
Lee Revell
[RFC][PATCH 1/5] I/OAT DMA support and TCP acceleration
,
Chris Leech
[Index of Archives]
[FAQ]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Yosemite Campsites]
[Bugtraq]