login
Login
/
Register
Search
Search this site:
Forums
News
Blogs
Features
Site
Home
»
Mailing list archives
»
linux-kernel
»
2008
»
May
»
31
Re: [PATCH 9/10] parisc: convert to generic helpers for IPI function calls
view
thread
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
[view in full thread]
From: Kyle McMartin
Subject:
Re: [PATCH 9/10] parisc: convert to generic helpers for IPI function calls
Date: Saturday, May 31, 2008 - 12:00 am
On Thu, May 29, 2008 at 10:58:23AM +0200, Jens Axboe wrote:
quoted text
> This converts parisc to use the new helpers for smp_call_function() and > friends, and adds support for smp_call_function_single(). Not tested, > not even compiled. > > Cc: Kyle McMartin <kyle@parisc-linux.org> > Cc: Matthew Wilcox <matthew@wil.cx> > Cc: Grant Grundler <grundler@parisc-linux.org> > Signed-off-by: Jens Axboe <jens.axboe@oracle.com> >
Do you have all this in an easily accessible git tree that I can merge to test? regards, Kyle --
unsubscribe notice
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Previous message: [
thread
] [
date
] [
author
]
Next message: [
thread
] [
date
] [
author
]
Messages in current thread:
[PATCH 0/10] Add generic helpers for arch IPI function cal ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 1/10] Add generic helpers for arch IPI function calls
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 2/10] x86: convert to generic helpers for IPI funct ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 3/10] powerpc: convert to generic helpers for IPI f ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 4/10] ia64: convert to generic helpers for IPI func ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 5/10] alpha: convert to generic helpers for IPI fun ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 6/10] arm: convert to generic helpers for IPI funct ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 7/10] m32r: convert to generic helpers for IPI func ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 8/10] mips: convert to generic helpers for IPI func ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 9/10] parisc: convert to generic helpers for IPI fu ...
, Jens Axboe
, (Thu May 29, 1:58 am)
[PATCH 10/10] sh: convert to generic helpers for IPI funct ...
, Jens Axboe
, (Thu May 29, 1:58 am)
Re: [PATCH 2/10] x86: convert to generic helpers for IPI f ...
, Jeremy Fitzhardinge
, (Thu May 29, 5:12 am)
Re: [PATCH 2/10] x86: convert to generic helpers for IPI f ...
, Jens Axboe
, (Thu May 29, 5:17 am)
Re: [PATCH 2/10] x86: convert to generic helpers for IPI f ...
, Jeremy Fitzhardinge
, (Thu May 29, 6:47 am)
Re: [PATCH 8/10] mips: convert to generic helpers for IPI ...
, Ralf Baechle
, (Thu May 29, 7:20 am)
Re: [PATCH 8/10] mips: convert to generic helpers for IPI ...
, Jens Axboe
, (Fri May 30, 12:23 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Paul E. McKenney
, (Fri May 30, 4:24 am)
Re: [PATCH 9/10] parisc: convert to generic helpers for IP ...
, Kyle McMartin
, (Sat May 31, 12:00 am)
Re: [PATCH 0/10] Add generic helpers for arch IPI function ...
, Andrew Morton
, (Sun Jun 1, 1:57 am)
Re: [PATCH 0/10] Add generic helpers for arch IPI function ...
, Jeremy Fitzhardinge
, (Sun Jun 1, 2:52 am)
Re: [PATCH 9/10] parisc: convert to generic helpers for IP ...
, Jens Axboe
, (Mon Jun 2, 1:17 am)
Re: [PATCH 6/10] arm: convert to generic helpers for IPI f ...
, Russell King
, (Mon Jun 2, 5:29 am)
Re: [PATCH 9/10] parisc: convert to generic helpers for IP ...
, Kyle McMartin
, (Mon Jun 2, 9:09 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Jens Axboe
, (Fri Jun 6, 1:44 am)
Re: [PATCH 6/10] arm: convert to generic helpers for IPI f ...
, Jens Axboe
, (Fri Jun 6, 1:47 am)
Re: [PATCH 9/10] parisc: convert to generic helpers for IP ...
, Jens Axboe
, (Fri Jun 6, 1:47 am)
Re: [PATCH 9/10] parisc: convert to generic helpers for IP ...
, Kyle McMartin
, (Fri Jun 6, 2:11 pm)
Re: [PATCH 9/10] parisc: convert to generic helpers for IP ...
, Jens Axboe
, (Mon Jun 9, 1:47 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Catalin Marinas
, (Tue Jun 10, 7:51 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, James Bottomley
, (Tue Jun 10, 8:44 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Paul E. McKenney
, (Tue Jun 10, 8:47 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Catalin Marinas
, (Tue Jun 10, 9:04 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Catalin Marinas
, (Tue Jun 10, 9:53 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Nick Piggin
, (Tue Jun 10, 8:25 pm)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Catalin Marinas
, (Wed Jun 11, 3:13 am)
Re: [PATCH 1/10] Add generic helpers for arch IPI function ...
, Jeremy Fitzhardinge
, (Sun Jul 6, 10:21 am)
Navigation
Create content
Mailing list archives
Recent posts
Popular discussions
linux-kernel
:
Eberhard Moenkeberg
Re: OT: character encodings (was: Linux 2.6.20-rc4)
Andy Walls
Re: [PATCH 11/32] v4l/cx18: update workqueue usage
Thomas Gleixner
[patch -mm 19/28] x86_64: Use generic cmos update
Casey Schaufler
Re: [PATCH] Smack: Simplified Mandatory Access Control Kernel
Pierre Ossman
Re: sdio: enhance IO_RW_EXTENDED support
git
:
Mark Junker
git on MacOSX and files with decomposed utf-8 file names
Pat Thoyts
[PATCH] git-gui: use themed tk widgets with Tk 8.5
Michael Witten
Re: 'git gc --aggressive' effectively unusable
Petko Manolov
git and binary files
Dan Chokola
Re: how do you "force a pull"?
linux-netdev
:
David Miller
Re: [PATCH 32/53] netns xfrm: finding policy in netns
Jean-Louis Dupond
Re: tg3 driver not advertising 1000mbit
Jan Engelhardt
[PATCH 1/3] net: tcp: make hybla selectable as default congestion module
Matt Mackall
Re: [regression] nf_iterate(), BUG: unable to handle kernel NULL pointer dereference
Eric Dumazet
Re: HTB accuracy on 10GbE
freebsd-chat
:
Kevin Kinsey
Re: I can't make world without the "games" group?
Dan Langille
Re: spotted in the wild...
Dag-Erling Smørgrav
Re: which port for this job?
Mark Picone
Re: Hard drive data recovery shops for FreeBSD partitions?
Zane C.B.
Re: ZFS ATA vs. ZFS CAM ATA performance on 8.1
dragonflybsd-commit
:
Joerg Sonnenberger
cvs commit: src/lib/libc/stdlib getopt_long.c
Sepherosa Ziehau
cvs commit: src/sys/dev/netif/aue if_aue.c
Jeroen Ruigrok/asmodai
cvs commit: dfports/devel/imake-6 Makefile distinfo
Sascha Wildner
Re: cvs commit: src/test/test README
Simon 'corecode' Schubert
Re: cvs commit: src/bin/hostname hostname.1 src/bin/domainname domainname....
Colocation donated by:
Syndicate