History log of /linux/arch/x86/mm/iomap_32.c (Results 326 – 342 of 342)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 7fbb8759 26-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc6' into core/debug


# 3e1d7a62 24-Nov-2008 Thomas Gleixner <tglx@linutronix.de>

Merge branch 'linus' into core/futexes


# ca9eed76 23-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc6' into x86/debug


Revision tags: v2.6.28-rc6
# 90accd6f 20-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/memory-corruption-check


# fbc2a060 20-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/uv


# dba0a918 19-Nov-2008 David Vrabel <david.vrabel@csr.com>

Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-upstream


Revision tags: v2.6.28-rc5
# eb42c758 12-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/crashdump


# 708b8eae 12-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into core/locking


# 4ecd33d9 10-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc4' into x86/apic


# a5a64498 10-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge commit 'v2.6.28-rc4' into timers/rtc

Conflicts:
drivers/rtc/rtc-cmos.c


Revision tags: v2.6.28-rc4
# 895e0317 08-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'linus' into x86/cleanups


# a6b0786f 08-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branches 'tracing/ftrace', 'tracing/fastboot', 'tracing/nmisafe' and 'tracing/urgent' into tracing/core


# 258594a1 07-Nov-2008 Ingo Molnar <mingo@elte.hu>

Merge branch 'sched/urgent' into sched/core


# 9eeda9ab 07-Nov-2008 David S. Miller <davem@davemloft.net>

Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6

Conflicts:

drivers/net/wireless/ath5k/base.c
net/8021q/vlan_core.c


# e21e696e 06-Nov-2008 James Morris <jmorris@namei.org>

Merge branch 'master' into next


# da4a22cb 03-Nov-2008 Linus Torvalds <torvalds@linux-foundation.org>

Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-t

Merge branch 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'io-mappings-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
io mapping: clean up #ifdefs
io mapping: improve documentation
i915: use io-mapping interfaces instead of a variety of mapping kludges
resources: add io-mapping functions to dynamically map large device apertures
x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps

show more ...


Revision tags: v2.6.28-rc3
# fd940934 31-Oct-2008 Keith Packard <keithp@keithp.com>

x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps

Impact: introduce new APIs, separate kmap code from CONFIG_HIGHMEM

This takes the code used for CONFIG_HIGHMEM memory mappings exce

x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps

Impact: introduce new APIs, separate kmap code from CONFIG_HIGHMEM

This takes the code used for CONFIG_HIGHMEM memory mappings except that
it's designed for dynamic IO resource mapping.

These fixmaps are available even with CONFIG_HIGHMEM turned off.

Signed-off-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

show more ...


1...<<11121314