summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/io.h
AgeCommit message (Expand)Author
2023-11-23x86/io: Remove the unused 'bw' parameter from the BUILDIO() macroYuntao Wang
2023-08-18asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macrosBaoquan He
2022-06-28arch/*/: remove CONFIG_VIRT_TO_BUSArnd Bergmann
2022-05-23Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-04-15mm/vmalloc: fix spinning drain_vmap_work after reading from /proc/vmcoreOmar Sandoval
2022-04-07x86: Consolidate port I/O helpersKirill A. Shutemov
2022-04-07x86: Adjust types used in port I/O helpersKirill A. Shutemov
2021-12-08x86/sev: Use CC_ATTR attribute to generalize string I/O unrollKuppuswamy Sathyanarayanan
2021-10-04x86/ioremap: Selectively build arch override encryption functionsTom Lendacky
2021-03-18x86: Fix various typos in commentsIngo Molnar
2020-10-07x86/asm: Carve out a generic movdir64b() helper for general usageDave Jiang
2020-01-24x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instructionDave Jiang
2019-11-11arch: rely on asm-generic/io.h for default ioremap_* definitionsChristoph Hellwig
2019-11-11x86: Clean up ioremap()Christoph Hellwig
2019-07-16arch/*: remove unused isa_page_to_bus()Stephen Kitt
2019-04-08x86/io: Remove useless definition of mmiowb()Will Deacon
2019-01-04x86: re-introduce non-generic memcpy_{to,from}ioLinus Torvalds
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig
2018-05-18x86/io: Define readq()/writeq() to use 64-bit typeAndy Shevchenko
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-11-07x86/io: Unroll string I/O when SEV is activeTom Lendacky
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar
2017-07-24x86/io: Make readq() / writeq() API consistentAndy Shevchenko
2017-07-24x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko
2017-07-24x86/io: Remove mem*io() duplicationsAndy Shevchenko
2017-07-24x86/io: Include asm-generic/io.h to architectural codeAndy Shevchenko
2017-07-24x86/io: Define IO accessors by preprocessorAndy Shevchenko
2017-07-20x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky
2017-01-28x86/mm: Improve documentation for low-level device I/O functionsJonathan Corbet
2016-10-26x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-08-27nd_blk: change aperture mapping from WC to WBRoss Zwisler
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar
2015-08-14pmem: convert to generic memremapDan Williams
2015-07-21x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds