summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez2015-07-211-0/+2
* x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-07-201-0/+1
* x86/mm/pat: Add set_memory_wt() for Write-Through typeToshi Kani2015-06-073-14/+57
* x86/mm/pat: Extend set_page_memtype() to support Write-Through typeToshi Kani2015-06-071-30/+29
* x86/mm/pat: Add pgprot_writethrough()Toshi Kani2015-06-072-0/+10
* video/fbdev, asm/io.h: Remove ioremap_writethrough()Toshi Kani2015-06-075-16/+0
* arch/*/io.h: Add ioremap_wt() to all architecturesToshi Kani2015-06-0717-0/+36
* x86/mm, asm-generic: Add ioremap_wt() for creating Write-Through mappingsToshi Kani2015-06-072-0/+23
* x86/mm: Teach is_new_memtype_allowed() about Write-Through typeToshi Kani2015-06-071-1/+7
* x86/mm/pat: Change reserve_memtype() for Write-Through typeToshi Kani2015-06-071-3/+14
* x86/mm/pat: Use 7th PAT MSR slot for Write-Through PAT typeToshi Kani2015-06-071-9/+50
* x86/mm/pat: Remove pat_enabled() checksBorislav Petkov2015-06-074-23/+10
* x86/mm/pat: Emulate PAT when it is disabledBorislav Petkov2015-06-074-34/+60
* x86/mm/pat: Untangle pat_init()Borislav Petkov2015-06-071-29/+40
* x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-036-2/+6
* x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich2015-05-281-2/+2
* x86/mm/pat: Export pat_enabled()Luis R. Rodriguez2015-05-271-0/+1
* x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-277-32/+24
* x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez2015-05-273-10/+35
* x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez2015-05-273-8/+6
* x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez2015-05-271-0/+3
* x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez2015-05-273-26/+26
* x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-274-28/+58
* x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani2015-05-271-52/+86
* x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-274-19/+47
* x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-273-8/+14
* x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani2015-05-271-10/+18
* x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAPToshi Kani2015-05-271-1/+1
* Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2015-05-2774-337/+459
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-221-2/+2
| |\
| | * ARM: zynq: DT: Use the zynq binding with macbNathan Sullivan2015-05-221-2/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-05-221-12/+13
| |\ \
| | * | crypto: s390/ghash - Fix incorrect ghash icv buffer handling.Harald Freudenberger2015-05-221-12/+13
| * | | Merge tag 'for-linus-4.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-211-0/+1
| |\ \ \
| | * | | xen/arm: Define xen_arch_suspend()Boris Ostrovsky2015-05-181-0/+1
| * | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-05-2110-15/+60
| |\ \ \ \
| | * | | | kvm/fpu: Enable eager restore kvm FPU for MPXLiang Li2015-05-204-2/+27
| | * | | | Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-05-203-0/+3
| | * | | | kvm: fix crash in kvm_vcpu_reload_apic_access_pageAndrea Arcangeli2015-05-201-0/+2
| | * | | | KVM: MMU: fix SMAP virtualizationXiao Guangrong2015-05-114-11/+16
| | * | | | KVM: MMU: fix CR4.SMEP=1, CR0.WP=0 with shadow pagesPaolo Bonzini2015-05-111-1/+1
| | * | | | KVM: MMU: fix smap permission checkXiao Guangrong2015-05-112-0/+9
| | * | | | KVM: PPC: Book3S HV: Fix list traversal in error casePaul Mackerras2015-05-101-2/+3
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-05-213-11/+12
| |\ \ \ \ \
| | * | | | | s390/mm: correct return value of pmd_pfnMartin Schwidefsky2015-05-191-1/+1
| | * | | | | s390/crypto: fix stckf loopHarald Freudenberger2015-05-131-1/+1
| | * | | | | s390/bpf: Fix gcov stack space problemMichael Holzheu2015-04-301-1/+4
| | * | | | | s390/bpf: Adjust ALU64_DIV/MOD to match interpreter changeMichael Holzheu2015-04-301-8/+6
| * | | | | | Merge tag 'powerpc-4.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds2015-05-194-11/+30
| |\ \ \ \ \ \
| | * | | | | | powerpc: Align TOC to 256 bytesAnton Blanchard2015-05-141-0/+1