Revision tags: v2.6.16-rc5 |
|
#
fab8d6dd |
| 24-Feb-2006 |
Anton Altaparmakov <aia21@cantab.net> |
Merge branch 'master' of /home/src/linux-2.6/
|
#
a00428f5 |
| 24-Feb-2006 |
Paul Mackerras <paulus@samba.org> |
Merge ../powerpc-merge
|
#
7b038692 |
| 24-Feb-2006 |
Jeff Garzik <jeff@garzik.org> |
Merge branch 'upstream-fixes'
|
#
d35462b4 |
| 23-Feb-2006 |
Steven Whitehouse <steve@men-an-tol.chygwyn.com> |
Merge branch 'master'
|
#
5d2f248a |
| 23-Feb-2006 |
Steve French <sfrench@us.ibm.com> |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
|
#
cf70a6f2 |
| 21-Feb-2006 |
Linus Torvalds <torvalds@g5.osdl.org> |
Merge branch 'fixes.b8' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/bird
|
Revision tags: v2.6.16-rc4, v2.6.16-rc3 |
|
#
ad6b97fc |
| 03-Feb-2006 |
Al Viro <viro@zeniv.linux.org.uk> |
[PATCH] iomap_copy fallout (m68k)
added __raw_writel(), sanitized include order in iomap_copy.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
|
#
9caafa6c |
| 09-Feb-2006 |
Jeff Garzik <jgarzik@pobox.com> |
Merge branch 'upstream-fixes'
|
#
99b3738f |
| 09-Feb-2006 |
Jeff Garzik <jgarzik@pobox.com> |
Merge branch 'upstream'
|
#
8f75015f |
| 07-Feb-2006 |
Paul Mackerras <paulus@samba.org> |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc
|
#
3c9b3a85 |
| 07-Feb-2006 |
Jeff Garzik <jgarzik@pobox.com> |
Merge branch 'master'
|
#
6cb6524d |
| 07-Feb-2006 |
Paul Mackerras <paulus@samba.org> |
Merge ../linux-2.6
|
#
b2faf597 |
| 06-Feb-2006 |
Mauro Carvalho Chehab <mchehab@infradead.org> |
Merge branch 'origin'
|
#
01d206a7 |
| 03-Feb-2006 |
Adrian Bunk <bunk@stusta.de> |
Merge with git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
|
Revision tags: v2.6.16-rc2 |
|
#
18ee3610 |
| 02-Feb-2006 |
Jeff Garzik <jgarzik@pobox.com> |
Merge branch 'master'
|
#
e6da74e1 |
| 01-Feb-2006 |
Steve French <sfrench@us.ibm.com> |
Merge with /pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Signed-off-by: Steve French <sfrench@us.ibm.com>
|
#
c27a0d75 |
| 01-Feb-2006 |
Bryan O'Sullivan <bos@pathscale.com> |
[PATCH] Introduce __iowrite32_copy
This arch-independent routine copies data to a memory-mapped I/O region, using 32-bit accesses. The naming is double-underscored to make it clear that it does not
[PATCH] Introduce __iowrite32_copy
This arch-independent routine copies data to a memory-mapped I/O region, using 32-bit accesses. The naming is double-underscored to make it clear that it does not guarantee write ordering, nor does it perform a memory barrier afterwards; the kernel doc also explicitly states this. This style of access is required by some devices.
This change also introduces include/linux/io.h, at Andrew's suggestion. It only has one occupant at the moment, but is a logical destination for oft-replicated contents of include/asm-*/{io,iomap}.h to migrate to.
Signed-off-by: Bryan O'Sullivan <bos@pathscale.com> Cc: Andi Kleen <ak@muc.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
show more ...
|