aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/io.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+1
2010-10-18xen: define BIOVEC_PHYS_MERGEABLE()Jeremy Fitzhardinge1-0/+13
2010-10-13xen: Cope with unmapped pages when initializing kernel pagetableJeremy Fitzhardinge1-0/+1
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman1-0/+1
2010-04-30x86: Fix 'reservetop=' functionalityLiang Li1-0/+1
2010-02-05x86: Merge io.hBrian Gerst1-3/+152
2009-04-10x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu1-2/+4
2009-03-04x86: remove vestigial fix_ioremap prototypesJeremy Fitzhardinge1-3/+0
2009-02-17x86: truncate ISA addresses to unsigned intH. Peter Anvin1-3/+8
2009-02-13x86: fix "__udivdi3" [drivers/scsi/aha1542.ko] undefinedJames Bottomley1-1/+1
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/coreIngo Molnar1-0/+90
2009-02-13Merge branch 'x86/cleanups' into x86/coreIngo Molnar1-0/+1
2009-02-11Merge commit 'v2.6.29-rc4' into x86/cleanupsIngo Molnar1-1/+0
2009-02-06x86: asm/io.h: unify ioremap prototypesJeremy Fitzhardinge1-0/+31
2009-02-06x86: asm/io.h: unify virt_to_phys/phys_to_virtJeremy Fitzhardinge1-0/+59
2009-01-28x86: unify asm/io.h: IO_SPACE_LIMITJeremy Fitzhardinge1-0/+1
2009-01-28Merge branches 'x86/asm', 'x86/cleanups', 'x86/cpudetect', 'x86/debug', 'x86/doc', 'x86/header-fixes', 'x86/mm', 'x86/paravirt', 'x86/pat', 'x86/setup-v2', 'x86/subarch', 'x86/uaccess' and 'x86/urgent' into x86/coreIngo Molnar1-1/+1
2009-01-22x86 PAT: ioremap_wc should take resource_size_t parametervenkatesh.pallipadi@intel.com1-1/+1
2009-01-16x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2)Jan Beulich1-1/+0
2008-12-03x86: remove dead BIO_VMERGE_BOUNDARY definitionFUJITA Tomonori1-2/+0
2008-11-30x86: provide readq()/writeq() on 32-bit too, completeIngo Molnar1-9/+9
2008-11-30x86: provide readq()/writeq() on 32-bit too, cleanupIngo Molnar1-10/+7
2008-11-30x86: provide readq()/writeq() on 32-bit tooHitoshi Mitake1-0/+24
2008-10-29x86: start annotating early ioremap pointers with __iomemHarvey Harrison1-3/+3
2008-10-22x86: Fix ASM_X86__ header guardsH. Peter Anvin1-3/+3
2008-10-22x86, um: ... and asm-x86 moveAl Viro1-0/+91