aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/iomap_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12x86/mm: Do not auto-massage page protectionsDave Hansen1-0/+6
2016-07-14x86/mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker1-1/+1
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2015-06-07x86/mm/pat: Remove pat_enabled() checksBorislav Petkov1-6/+6
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-1/+1
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-0/+2
2014-11-16x86: Use new cache mode type in mm/iomap_32.cJuergen Gross1-5/+7
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-1/+2
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-17/+25
2010-09-05x86: Fix the address space annotations of iomap_atomic_prot_pfn()Francisco Jerez1-3/+3
2009-08-26x86, pat: Add PAT reserve free to io_mapping* APIsVenkatesh Pallipadi1-2/+25
2009-04-07Merge commit 'origin/master' into for-linus/xen/masterJeremy Fitzhardinge1-11/+19
2009-04-03x86: fix is_io_mapping_possible() build warning on i386 allnoconfigAndrew Morton1-1/+1
2009-04-02x86, mm: fix misuse of debug_kmap_atomicAkinobu Mita1-1/+1
2009-04-01mm: use debug_kmap_atomicAkinobu Mita1-0/+2
2009-03-29x86/paravirt: remove lazy mode in interruptsJeremy Fitzhardinge1-1/+0
2009-03-15x86, mm: remove unnecessary include file from iomap_32.cAkinobu Mita1-1/+0
2009-03-13x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn(), fixIngo Molnar1-1/+17
2009-03-11x86: unify kmap_atomic_pfn() and iomap_atomic_prot_pfn()Akinobu Mita1-11/+2
2009-02-28x86: i915 needs pgprot_writecombine() and is_io_mapping_possible()Ingo Molnar1-11/+4
2009-02-25gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi1-0/+18
2009-01-26x86: work around PAGE_KERNEL_WC not getting WC in iomap_atomic_prot_pfn.Eric Anholt1-0/+10
2008-10-31x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard1-0/+59