index
:
pub/scm/linux/kernel/git/mkp/linux.git
master
Storage development
Martin K. Petersen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
io.h
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-22
arm64: errata: work around NVIDIA Olympus device store/load ordering
Shanker Donthineni
1
-4
/
+12
2026-06-05
arm64/mm: Rename ptdesc_t
Anshuman Khandual
1
-1
/
+1
2026-02-25
arm64: io: Extract user memory type in ioremap_prot()
Will Deacon
1
-2
/
+15
2026-02-25
arm64: io: Rename ioremap_prot() to __ioremap_prot()
Will Deacon
1
-5
/
+6
2025-09-19
arm64: Enable EFI secret area Securityfs support
Suzuki K Poulose
1
-0
/
+4
2025-09-19
arm64: realm: ioremap: Allow mapping memory as encrypted
Suzuki K Poulose
1
-1
/
+1
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
1
-3
/
+3
2024-11-20
Merge tag 'asm-generic-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-11
/
+0
2024-10-28
arm64: Use new fallback IO memcpy/memset
Julian Vetter
1
-11
/
+0
2024-10-23
arm64: rsi: Add support for checking whether an MMIO is protected
Suzuki K Poulose
1
-0
/
+8
2024-08-30
arm64: mm: Add confidential computing hook to ioremap_prot()
Will Deacon
1
-0
/
+4
2024-06-05
arm64/io: add constant-argument check
Arnd Bergmann
1
-20
/
+16
2024-04-22
arm64/io: Provide a WC friendly __iowriteXX_copy()
Jason Gunthorpe
1
-0
/
+132
2024-02-20
arm64: io: permit offset addressing
Mark Rutland
1
-4
/
+8
2023-08-18
arm64 : mm: add wrapper function ioremap_prot()
Baoquan He
1
-2
/
+1
2023-06-05
arm64/io: Always inline all of __raw_{read,write}[bwlq]()
Peter Zijlstra
1
-6
/
+6
2022-08-05
Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-33
/
+8
2022-06-27
arm64: mm: Convert to GENERIC_IOREMAP
Kefeng Wang
1
-6
/
+18
2022-06-15
arm64: io: Use asm-generic high level MMIO accessors
Sai Prakash Ranjan
1
-33
/
+8
2022-05-09
arm[64]/memremap: don't abuse pfn_valid() to ensure presence of linear map
Mike Rapoport
1
-0
/
+4
2021-04-08
asm-generic/io.h: implement pci_remap_cfgspace using ioremap_np
Hector Martin
1
-10
/
+0
2021-04-08
arm64: Implement ioremap_np() to map MMIO as nGnRnE
Hector Martin
1
-0
/
+1
2020-12-11
Add and use a generic version of devmem_is_allowed()
Palmer Dabbelt
1
-2
/
+0
2020-12-11
arm64: Use the generic devmem_is_allowed()
Palmer Dabbelt
1
-2
/
+0
2020-09-28
iommu/arm-smmu-v3: Ensure queue is read after updating prod pointer
Zhou Wang
1
-0
/
+1
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-02-22
arm64: Ask the compiler to __always_inline functions used by KVM at HYP
James Morse
1
-2
/
+2
2019-11-11
arch: rely on asm-generic/io.h for default ioremap_* definitions
Christoph Hellwig
1
-2
/
+0
2019-09-04
arm64: remove __iounmap
Christoph Hellwig
1
-2
/
+1
2019-08-05
arm64: io: Relax implicit barriers in default I/O accessors
Will Deacon
1
-2
/
+2
2019-08-05
arm64: remove pointless __KERNEL__ guards
Mark Rutland
1
-3
/
+0
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2019-04-08
arm64/io: Remove useless definition of mmiowb()
Will Deacon
1
-2
/
+0
2019-02-28
arm64: io: Hook up __io_par() for inX() ordering
Will Deacon
1
-0
/
+1
2018-11-29
arm64: io: Ensure value passed to __iormb() is held in a 64-bit register
Will Deacon
1
-1
/
+2
2018-11-27
arm64: io: Ensure calls to delay routines are ordered against prior readX()
Will Deacon
1
-8
/
+23
2018-09-26
xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>
Christoph Hellwig
1
-2
/
+0
2018-09-26
block: remove ARCH_BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
1
-3
/
+0
2018-09-26
xen: provide a prototype for xen_biovec_phys_mergeable in xen.h
Christoph Hellwig
1
-3
/
+0
2018-09-24
block: simplify BIOVEC_PHYS_MERGEABLE
Christoph Hellwig
1
-3
/
+2
2017-04-24
ARM64: Implement pci_remap_cfgspace() interface
Lorenzo Pieralisi
1
-0
/
+10
2016-11-01
arm, arm64: don't include blk_types.h in <asm/io.h>
Christoph Hellwig
1
-1
/
+0
2016-09-08
arm64/io: Allow I/O writes to use {W,X}ZR
Robin Murphy
1
-4
/
+4
2016-09-05
arm64: Drop generic xlate_dev_mem_{k,}ptr()
James Morse
1
-11
/
+0
2016-05-31
arm64: add io{read,write}64be accessors
Horia Geantă
1
-1
/
+3
2015-06-24
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-4
/
+4
2015-06-07
arch/*/io.h: Add ioremap_wt() to all architectures
Toshi Kani
1
-0
/
+1
2015-05-19
arm64: Rename temp variable in read*_relaxed()
Michal Simek
1
-4
/
+4
2015-01-23
arm64: Fix overlapping VA allocations
Mark Rutland
1
-2
/
+3
[next]