aboutsummaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/io.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-17Merge tag 'mips_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-2/+2
2024-01-08MIPS: Fix typosGravatar Bjorn Helgaas 1-2/+2
2023-12-05mips: remove extraneous asm-generic/iomap.h includeGravatar Arnd Bergmann 1-2/+0
2023-11-23asm/io: remove unnecessary xlate_dev_mem_ptr() and unxlate_dev_mem_ptr()Gravatar Kefeng Wang 1-9/+0
2023-11-23mips: io: remove duplicated codesGravatar Baoquan He 1-23/+5
2023-11-23arch/*/io.h: remove ioremap_uc in some architecturesGravatar Baoquan He 1-1/+0
2023-11-23mips: add <asm-generic/io.h> includingGravatar Jiaxun Yang 1-28/+68
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosGravatar Baoquan He 1-3/+2
2023-06-09mips: provide unxlate_dev_mem_ptr() in asm/io.hGravatar Arnd Bergmann 1-0/+1
2023-03-14MIPS: Loongson64: Opt-out war_io_reorder_wmbGravatar Jiaxun Yang 1-1/+1
2022-08-06Merge tag 'mips_6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-1/+1
2022-07-11MIPS: Make phys_to_virt utilize __va()Gravatar Florian Fainelli 1-1/+1
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSGravatar Arnd Bergmann 1-9/+0
2021-05-07mm: remove xlate_dev_kmem_ptr()Gravatar David Hildenbrand 1-5/+0
2021-04-06MIPS: Add support for CONFIG_DEBUG_VIRTUALGravatar Florian Fainelli 1-1/+13
2020-07-28MIPS: Loongson64: Enlarge IO_SPACE_LIMITGravatar Jiaxun Yang 1-2/+0
2020-07-26mips: io.h: delete duplicated wordGravatar Randy Dunlap 1-1/+1
2020-04-19MIPS: move ioremap_prot und iounmap out of lineGravatar Christoph Hellwig 1-83/+3
2020-04-19MIPS: split out the 64-bit ioremap implementationGravatar Christoph Hellwig 1-28/+37
2020-04-19MIPS: merge __ioremap_mode into ioremap_protGravatar Christoph Hellwig 1-17/+13
2020-04-19MIPS: remove cpu_has_64bit_addressesGravatar Christoph Hellwig 1-2/+2
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheGravatar Christoph Hellwig 1-1/+0
2020-01-06MIPS: define ioremap_nocache to ioremapGravatar Christoph Hellwig 1-23/+2
2019-10-31MIPS: Loongson64: Rename CPU TYPESGravatar Jiaxun Yang 1-1/+1
2019-08-31mips: remove ioremap_cachableGravatar Christoph Hellwig 1-4/+3
2019-08-24mips: avoid explicit UB in assignment of mips_io_port_baseGravatar Nick Desaulniers 1-12/+2
2019-07-17Merge tag 'mips_5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxGravatar Linus Torvalds 1-0/+11
2019-07-16arch/*: remove unused isa_page_to_bus()Gravatar Stephen Kitt 1-2/+0
2019-06-24mips: Remove q-accessors from non-64bit platformsGravatar Serge Semin 1-0/+11
2019-04-08mips/mmiowb: Add unconditional mmiowb() to arch_spin_unlock()Gravatar Will Deacon 1-3/+0
2018-11-09MIPS: Avoid using .set mips0 to restore ISAGravatar Paul Burton 1-4/+6
2018-11-05MIPS: Enable IOREMAP_PROT config option for MIPS cpusGravatar Hassan Naveed 1-0/+12
2018-10-09MIPS: Provide actually relaxed MMIO accessorsGravatar Maciej W. Rozycki 1-20/+28
2018-10-09MIPS: Enforce strong ordering for MMIO accessorsGravatar Maciej W. Rozycki 1-8/+20
2018-10-09MIPS: Correct `mmiowb' barrier for `wbflush' platformsGravatar Maciej W. Rozycki 1-8/+3
2018-10-09MIPS: Define MMIO ordering barriersGravatar Maciej W. Rozycki 1-0/+13
2018-09-18MIPS: Loongson-3: Enable Store Fill Buffer at runtimeGravatar Huacai Chen 1-1/+1
2018-08-30MIPS: Remove SLOW_DOWN_IOGravatar Paul Burton 1-37/+3
2018-08-30MIPS: Use GENERIC_IOMAPGravatar Paul Burton 1-5/+10
2018-07-30MIPS: Fix ISA virt/bus conversion for non-zero PHYS_OFFSETGravatar Paul Burton 1-4/+4
2018-07-20mips: mm: Discard ioremap_cacheable_cow() methodGravatar Serge Semin 1-7/+0
2018-07-10mips: mm: Discard ioremap_uncached_accelerated() methodGravatar Serge Semin 1-6/+2
2018-07-10mips: mm: Create UCA-based ioremap_wc() methodGravatar Serge Semin 1-0/+23
2018-06-24MIPS: simplify CONFIG_DMA_NONCOHERENT ifdefsGravatar Christoph Hellwig 1-2/+2
2018-06-19MIPS: io: Add barrier after register read in inX()Gravatar Huacai Chen 1-0/+2
2018-04-14MIPS: io: Add barrier after register read in readX()Gravatar Sinan Kaya 1-0/+2
2018-04-12MIPS: io: Prevent compiler reordering writeX()Gravatar Sinan Kaya 1-1/+1
2017-09-04MIPS: Add __ioread64_copyGravatar Paul Burton 1-0/+2
2016-05-13MIPS: Loongson-3: Introduce CONFIG_LOONGSON3_ENHANCEMENTGravatar Huacai Chen 1-5/+5
2016-01-24MIPS: io.h: Define `ioremap_cache'Gravatar Maciej W. Rozycki 1-0/+1