index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
/
highmem.h
Age
Commit message (
Expand
)
Author
2020-06-04
arch/kmap: define kmap_atomic_prot() for all arch's
Ira Weiny
2020-06-04
arch/kunmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
arch/kmap_atomic: consolidate duplicate code
Ira Weiny
2020-06-04
{x86,powerpc,microblaze}/kmap: move preempt disable
Ira Weiny
2020-06-04
arch/kunmap: remove duplicate kunmap implementations
Ira Weiny
2020-06-04
arch/kmap: remove redundant arch specific kmaps
Ira Weiny
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2015-11-09
kmap_atomic_to_page() has no users, remove it
Nicolas Pitre
2014-11-03
x86: mm: Re-use the early_ioremap fixed area
Minfei Huang
2012-03-20
highmem: kill all __kmap_atomic()
Cong Wang
2010-10-26
mm: stack based kmap_atomic()
Peter Zijlstra
2010-08-09
kmap_atomic: make kunmap_atomic() harder to misuse
Cesar Eduardo Barros
2010-02-27
x86, paravirt: Remove kmap_atomic_pte paravirt op.
Ian Campbell
2009-03-11
x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()
Akinobu Mita
2008-10-31
x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmaps
Keith Packard
2008-10-22
x86: Fix ASM_X86__ header guards
H. Peter Anvin
2008-10-22
x86, um: ... and asm-x86 move
Al Viro