aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2018-10-06x86/ioremap: Add an ioremap_encrypted() helperLianbo Jiang1-1/+2
2018-09-26xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>Christoph Hellwig1-4/+0
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-3/+0
2018-09-26xen: provide a prototype for xen_biovec_phys_mergeable in xen.hChristoph Hellwig1-4/+0
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-3/+2
2018-05-18x86/io: Define readq()/writeq() to use 64-bit typeAndy Shevchenko1-4/+4
2018-03-20x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirkChristoph Hellwig1-15/+0
2017-11-16x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom1-0/+4
2017-11-07x86/io: Unroll string I/O when SEV is activeTom Lendacky1-4/+39
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-27Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses"Ingo Molnar1-4/+0
2017-10-20x86/mm: Limit mmap() of /dev/mem to valid physical addressesCraig Bergstrom1-0/+4
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-2/+2
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-2/+2
2017-07-24x86/io: Make readq() / writeq() API consistentAndy Shevchenko1-4/+6
2017-07-24x86/io: Remove xlate_dev_kmem_ptr() duplicationAndy Shevchenko1-5/+0
2017-07-24x86/io: Remove mem*io() duplicationsAndy Shevchenko1-45/+0
2017-07-24x86/io: Include asm-generic/io.h to architectural codeAndy Shevchenko1-0/+3
2017-07-24x86/io: Define IO accessors by preprocessorAndy Shevchenko1-0/+41
2017-07-20x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outslArnd Bergmann1-2/+2
2017-07-18x86/mm: Use proper encryption attributes with /dev/memTom Lendacky1-0/+3
2017-07-18x86/mm: Add support to access boot related data in the clearTom Lendacky1-0/+5
2017-01-28x86/mm: Improve documentation for low-level device I/O functionsJonathan Corbet1-11/+35
2016-10-26x86/io: add interface to reserve io memtype for a resource range. (v1.1)Dave Airlie1-0/+6
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-6/+0
2015-08-27nd_blk: change aperture mapping from WC to WBRoss Zwisler1-2/+0
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar1-0/+6
2015-08-14pmem: convert to generic memremapDan Williams1-5/+1
2015-07-21x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez1-0/+2
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimmLinus Torvalds1-0/+6
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler1-0/+6
2015-06-07x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani1-0/+2
2015-06-03x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell1-2/+1
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez1-0/+3
2015-05-11x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez1-0/+1
2014-12-10Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2014-11-16x86: Use new cache mode type in mm/ioremap.cJuergen Gross1-1/+1
2014-11-11Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into asm-genericArnd Bergmann1-0/+4
2014-11-10/dev/mem: Use more consistent data typesThierry Reding1-2/+2
2014-10-20x86: io: implement dummy relaxed accessor macros for writesWill Deacon1-0/+4
2014-04-07x86: use generic early_ioremapMark Salter1-14/+1
2014-04-07x86/mm: sparse warning fix for early_memremapDave Young1-1/+2
2014-03-11x86: Remove CONFIG_X86_OOSTOREDave Jones1-1/+1
2013-05-31Add arch_phys_wc_{add, del} to manipulate WC MTRRs if neededAndy Lutomirski1-0/+7
2011-08-03x86: don't include xen/xen.h in <asm/io.h> unless XEN is enabledLinus Torvalds1-2/+1
2011-05-25x86: remove 32-bit versions of readq()/writeq()Roland Dreier1-22/+2
2010-10-28Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xenLinus Torvalds1-0/+13