index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
sh
/
include
/
asm
/
io.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()
Kefeng Wang
2023-11-23
1
-7
/
+0
*
arch/*/io.h: remove ioremap_uc in some architectures
Baoquan He
2023-11-23
1
-2
/
+0
*
sh: machvec: Remove custom ioport_{un,}map()
Arnd Bergmann
2023-10-25
1
-2
/
+2
*
sh: mm: convert to GENERIC_IOREMAP
Baoquan He
2023-08-18
1
-32
/
+8
*
sh: add <asm-generic/io.h> including
Baoquan He
2023-08-18
1
-0
/
+49
*
sh: Provide unxlate_dev_mem_ptr() in asm/io.h
Guenter Roeck
2023-07-05
1
-0
/
+1
*
sh: convert nommu io{re,un}map() to static inline functions
Geert Uytterhoeven
2022-07-04
1
-2
/
+6
*
mm: remove xlate_dev_kmem_ptr()
David Hildenbrand
2021-05-07
1
-5
/
+0
*
Merge tag 'sh-for-5.9' of git://git.libc.org/linux-sh
Linus Torvalds
2020-08-16
1
-105
/
+14
|
\
|
*
sh: don't include <asm/io_trapped.h> in <asm/io.h>
Christoph Hellwig
2020-08-15
1
-1
/
+0
|
*
sh: move the ioremap implementation out of line
Christoph Hellwig
2020-08-15
1
-86
/
+15
|
*
sh: move ioremap_fixed details out of <asm/io.h>
Christoph Hellwig
2020-08-15
1
-16
/
+0
|
*
sh: remove __KERNEL__ ifdefs from non-UAPI headers
Christoph Hellwig
2020-08-15
1
-3
/
+0
*
|
locking/seqlock, headers: Untangle the spaghetti monster
Peter Zijlstra
2020-08-06
1
-0
/
+1
|
/
*
mm: introduce include/linux/pgtable.h
Mike Rapoport
2020-06-09
1
-1
/
+1
*
sh: remove sh5 support
Arnd Bergmann
2020-06-01
1
-4
/
+0
*
sh: Convert iounmap() macros to inline functions
Kuninori Morimoto
2020-06-01
1
-1
/
+1
*
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2020-01-06
1
-1
/
+0
*
sh: remove __iounmap
Christoph Hellwig
2019-11-11
1
-7
/
+2
*
sh: prevent warnings when using iounmap
Sam Ravnborg
2019-07-12
1
-1
/
+5
*
sh/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()
Will Deacon
2019-04-08
1
-3
/
+0
*
arch/sh/include/asm/io.h: provide prototypes for PCI I/O mapping in asm/io.h
Mark Brown
2018-12-15
1
-0
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-09-08
1
-0
/
+1
|
\
|
*
arch: introduce memremap()
Dan Williams
2015-08-14
1
-0
/
+1
*
|
arch/*/io.h: Add ioremap_uc() to all architectures
Luis R. Rodriguez
2015-07-29
1
-0
/
+1
|
/
*
Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAP
Uwe Kleine-König
2014-04-08
1
-2
/
+2
*
/dev/mem: use phys_addr_t for physical addresses
Cyril Chemparathy
2012-10-25
1
-1
/
+1
*
sections: fix section conflicts in arch/sh
Andi Kleen
2012-10-05
1
-1
/
+1
*
sh: Provide stubbed I/O routines for NO_IOPORT case.
Paul Mundt
2012-05-10
1
-0
/
+5
*
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2012-03-30
1
-15
/
+10
|
\
|
*
sh: Support I/O space swapping where needed.
Paul Mundt
2012-03-29
1
-15
/
+10
*
|
Disintegrate asm/system.h for SH
David Howells
2012-03-28
1
-1
/
+0
|
/
*
sh: Fix up legacy PTEA space attribute mapping.
Paul Mundt
2011-01-11
1
-1
/
+9
*
sh: Kill off deprecated ctrl_in/out I/O routines.
Paul Mundt
2011-01-11
1
-51
/
+0
*
sh: machvec IO death.
Paul Mundt
2010-11-01
1
-165
/
+180
*
sh: support for platforms without PIO.
Paul Mundt
2010-06-02
1
-0
/
+8
*
sh: reworked dynamic PMB mapping.
Paul Mundt
2010-03-02
1
-13
/
+10
*
sh: Provide uncached I/O helpers.
Paul Mundt
2010-02-18
1
-0
/
+22
*
sh: Fix up the ioremap_fixed() build for nommu.
Paul Mundt
2010-01-28
1
-18
/
+18
*
sh: flag ctrl_in/outX as __deprecated.
Paul Mundt
2010-01-26
1
-10
/
+45
*
sh: Shut up noisy IOREMAP_FIXED=n build.
Paul Mundt
2010-01-19
1
-1
/
+2
*
sh: Limit ioremap_prot() to 32bit pgprot parts.
Paul Mundt
2010-01-19
1
-0
/
+2
*
sh: Convert p3_ioremap() users to ioremap_prot().
Paul Mundt
2010-01-19
1
-1
/
+0
*
sh: Kill off duplicate address alignment in ioremap_fixed().
Paul Mundt
2010-01-19
1
-2
/
+4
*
sh: Prevent 64-bit pgprot clobbering across ioremap implementations.
Paul Mundt
2010-01-19
1
-22
/
+31
*
sh: Make iounmap_fixed() return success/failure for iounmap() path.
Paul Mundt
2010-01-18
1
-2
/
+3
*
sh: Fixup the IOREMAP_FIXED=n build.
Paul Mundt
2010-01-18
1
-0
/
+9
*
sh: Add fixed ioremap support
Matt Fleming
2010-01-16
1
-0
/
+6
*
sh: fixed PMB mode refactoring.
Paul Mundt
2010-01-13
1
-9
/
+18
[next]