Age | Commit message (Expand) | Author | Files | Lines |
2020-10-07 | x86/asm: Carve out a generic movdir64b() helper for general usage | Dave Jiang | 1 | -14/+3 |
2020-01-24 | x86/asm: add iosubmit_cmds512() based on MOVDIR64B CPU instruction | Dave Jiang | 1 | -0/+36 |
2019-11-11 | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 1 | -1/+0 |
2019-11-11 | x86: Clean up ioremap() | Christoph Hellwig | 1 | -6/+2 |
2019-07-17 | arch/*: remove unused isa_page_to_bus() | Stephen Kitt | 1 | -1/+0 |
2019-04-08 | x86/io: Remove useless definition of mmiowb() | Will Deacon | 1 | -2/+0 |
2019-01-05 | x86: re-introduce non-generic memcpy_{to,from}io | Linus Torvalds | 1 | -0/+8 |
2018-10-23 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2018-10-06 | x86/ioremap: Add an ioremap_encrypted() helper | Lianbo Jiang | 1 | -1/+2 |
2018-09-26 | xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h> | Christoph Hellwig | 1 | -4/+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 | -4/+0 |
2018-09-24 | block: simplify BIOVEC_PHYS_MERGEABLE | Christoph Hellwig | 1 | -3/+2 |
2018-05-18 | x86/io: Define readq()/writeq() to use 64-bit type | Andy Shevchenko | 1 | -4/+4 |
2018-03-20 | x86/cpu: Remove the CONFIG_X86_PPRO_FENCE=y quirk | Christoph Hellwig | 1 | -15/+0 |
2017-11-16 | x86/mm: Limit mmap() of /dev/mem to valid physical addresses | Craig Bergstrom | 1 | -0/+4 |
2017-11-07 | x86/io: Unroll string I/O when SEV is active | Tom Lendacky | 1 | -4/+39 |
2017-11-02 | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-10-27 | Revert "x86/mm: Limit mmap() of /dev/mem to valid physical addresses" | Ingo Molnar | 1 | -4/+0 |
2017-10-20 | x86/mm: Limit mmap() of /dev/mem to valid physical addresses | Craig Bergstrom | 1 | -0/+4 |
2017-09-04 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -0/+8 |
2017-08-26 | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflicts | Ingo Molnar | 1 | -2/+2 |
2017-08-10 | Merge branch 'x86/urgent' into x86/asm, to pick up fixes | Ingo Molnar | 1 | -2/+2 |
2017-07-24 | x86/io: Make readq() / writeq() API consistent | Andy Shevchenko | 1 | -4/+6 |
2017-07-24 | x86/io: Remove xlate_dev_kmem_ptr() duplication | Andy Shevchenko | 1 | -5/+0 |
2017-07-24 | x86/io: Remove mem*io() duplications | Andy Shevchenko | 1 | -45/+0 |
2017-07-24 | x86/io: Include asm-generic/io.h to architectural code | Andy Shevchenko | 1 | -0/+3 |
2017-07-24 | x86/io: Define IO accessors by preprocessor | Andy Shevchenko | 1 | -0/+41 |
2017-07-20 | x86/io: Add "memory" clobber to insb/insw/insl/outsb/outsw/outsl | Arnd Bergmann | 1 | -2/+2 |
2017-07-18 | x86/mm: Use proper encryption attributes with /dev/mem | Tom Lendacky | 1 | -0/+3 |
2017-07-18 | x86/mm: Add support to access boot related data in the clear | Tom Lendacky | 1 | -0/+5 |
2017-01-28 | x86/mm: Improve documentation for low-level device I/O functions | Jonathan Corbet | 1 | -11/+35 |
2016-10-26 | x86/io: add interface to reserve io memtype for a resource range. (v1.1) | Dave Airlie | 1 | -0/+6 |
2015-09-09 | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -6/+0 |
2015-08-28 | nd_blk: change aperture mapping from WC to WB | Ross Zwisler | 1 | -2/+0 |
2015-08-25 | Merge tag 'v4.2-rc8' into x86/mm, before applying new changes | Ingo Molnar | 1 | -0/+6 |
2015-08-14 | pmem: convert to generic memremap | Dan Williams | 1 | -5/+1 |
2015-07-21 | x86/mm, asm-generic: Add IOMMU ioremap_uc() variant default | Luis R. Rodriguez | 1 | -0/+2 |
2015-06-29 | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+6 |
2015-06-26 | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 1 | -0/+6 |
2015-06-07 | x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappings | Toshi Kani | 1 | -0/+2 |
2015-06-03 | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h> | Stephen Rothwell | 1 | -2/+1 |
2015-05-27 | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() | Luis R. Rodriguez | 1 | -0/+3 |
2015-05-11 | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) | Luis R. Rodriguez | 1 | -0/+1 |
2014-12-11 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2014-11-16 | x86: Use new cache mode type in mm/ioremap.c | Juergen Gross | 1 | -1/+1 |
2014-11-11 | Merge branch 'io' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux... | Arnd Bergmann | 1 | -0/+4 |
2014-11-10 | /dev/mem: Use more consistent data types | Thierry Reding | 1 | -2/+2 |
2014-10-20 | x86: io: implement dummy relaxed accessor macros for writes | Will Deacon | 1 | -0/+4 |