summaryrefslogtreecommitdiffstats
path: root/arch/x86
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
* 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-2713-18/+90
|\
| * Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-05-219-13/+57
| |\
| | * 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
| * | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-05-151-1/+1
| |\ \
| | * | x86/vdso: Fix 'make bzImage' on older distrosOleg Nesterov2015-05-111-1/+1
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-152-4/+4
| |\ \ \
| | * | | perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian2015-05-111-0/+1
| | * | | perf/x86/intel: Fix SLM cache event listKan Liang2015-05-081-4/+3
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-05-121-0/+28
| |\ \ \ | | |/ / | |/| |
| | * | x86: bpf_jit: fix FROM_BE16 and FROM_LE16/32 instructionsAlexei Starovoitov2015-05-121-0/+28
| | |/
* | | x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui2015-05-111-2/+0
* | | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-113-1/+39
* | | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani2015-05-111-1/+1
* | | x86/mm: Add kerneldoc comments for pcommit_sfence()Ross Zwisler2015-05-111-0/+38
* | | x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler2015-05-111-7/+6
|/ /
* | Merge tag 'pm+acpi-4.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-05-071-2/+22
|\ \
| | \
| | \
| *-. | Merge branches 'acpi-resources', 'acpi-battery', 'acpi-doc' and 'acpi-pnp'Rafael J. Wysocki2015-05-074-69/+43
| |\ \|
| * | | x86/PCI/ACPI: Make all resources except [io 0xcf8-0xcff] available on PCI busJiang Liu2015-04-301-2/+22
| |/ /
* | | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-05-065-12/+36
|\ \ \