summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-0132-222/+254
|\
| * x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-282-6/+16
| * s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez2015-08-281-0/+2
| * drivers/dma/iop-adma: Use dma_alloc_writecombine() kernel-styleLuis R. Rodriguez2015-08-251-4/+5
| * drivers/video/fbdev/vt8623fb: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez2015-08-251-25/+6
| * drivers/video/fbdev/s3fb: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez2015-08-251-29/+6
| * drivers/video/fbdev/arkfb.c: Use arch_phys_wc_add() and pci_iomap_wc()Luis R. Rodriguez2015-08-251-31/+5
| * PCI: Add pci_iomap_wc() variantsLuis R. Rodriguez2015-08-252-0/+80
| * drivers/video/fbdev/gxt4500: Use pci_ioremap_wc_bar() to map framebufferLuis R. Rodriguez2015-08-251-1/+1
| * drivers/video/fbdev/kyrofb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-252-25/+12
| * drivers/video/fbdev/i740fb: Use arch_phys_wc_add() and pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-29/+6
| * PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-252-0/+15
| * Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-2510829-243978/+1044469
| |\
| * | x86/mm: Make kernel/check.c explicitly non-modularPaul Gortmaker2015-08-251-3/+2
| * | x86/mm/pat: Make mm/pageattr[-test].c explicitly non-modularPaul Gortmaker2015-08-252-3/+2
| * | x86/mm/pat: Add comments to cachemode translation tablesToshi Kani2015-08-201-2/+5
| * | arch/*/io.h: Add ioremap_uc() to all architecturesLuis R. Rodriguez2015-07-298-0/+8
| * | drivers/video/fbdev/atyfb: Use arch_phys_wc_add() and ioremap_wc()Luis R. Rodriguez2015-07-212-32/+8
| * | drivers/video/fbdev/atyfb: Replace MTRR UC hole with strong UCLuis R. Rodriguez2015-07-212-23/+14
| * | drivers/video/fbdev/atyfb: Clarify ioremap() base and length usedLuis R. Rodriguez2015-07-211-1/+15
| * | drivers/video/fbdev/atyfb: Carve out framebuffer length fudging into a helperLuis R. Rodriguez2015-07-211-8/+15
| * | x86/mm, asm-generic: Add IOMMU ioremap_uc() variant defaultLuis R. Rodriguez2015-07-212-1/+31
| * | x86/mm: Initialize pmd_idx in page_table_range_init_count()Minfei Huang2015-07-201-0/+1
* | | Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-4/+7
|\ \ \
| * | | x86/irq: Hide 'HYP:' line in /proc/interrupts when not on Xen/Hyper-VVitaly Kuznetsov2015-07-081-4/+7
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-014-15/+52
|\ \ \ \
| * | | | x86/cpufeature: Add feature bit for Intel's Silicon Debug CPUID bitMathias Krause2015-07-311-0/+1
| * | | | x86/cpu: Restore MSR_IA32_ENERGY_PERF_BIAS after resumeLaura Abbott2015-07-213-15/+51
* | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-017-14/+8
|\ \ \ \ \
| * | | | | x86: Drop bogus __ref / __refdata annotationsMathias Krause2015-07-207-14/+8
* | | | | | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-09-012-0/+2
|\ \ \ \ \ \
| * | | | | | x86/kconfig: Enable CONFIG_JUMP_LABEL in the defconfigsPeter Zijlstra2015-08-122-0/+2
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0122-98/+47
|\ \ \ \ \ \ \
| * | | | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-1710-26/+3
| * | | | | | | x86/smpboot: Remove SIPI delays from cpu_up()Len Brown2015-08-171-2/+4
| * | | | | | | x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown2015-08-171-1/+0
| * | | | | | | x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown2015-08-171-2/+1
| * | | | | | | Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar2015-08-171476-9976/+18201
| |\ \ \ \ \ \ \
| * | | | | | | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-2110-67/+4
| * | | | | | | | x86/boot: Add hex output for debuggingKees Cook2015-07-072-0/+35
* | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-01100-1384/+2197
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86/asm: Drop repeated macro of X86_EFLAGS_AC definitionHuang Rui2015-08-281-2/+0
| * | | | | | | | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-233-6/+12
| * | | | | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-223-1/+51
| * | | | | | | | | x86/asm: Add MONITORX/MWAITX instruction supportHuang Rui2015-08-222-0/+46
| * | | | | | | | | x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-221-9/+9
| * | | | | | | | | x86/asm/tsc: Add rdtscll() merge helperIngo Molnar2015-08-211-0/+3
| * | | | | | | | | selftests/x86: Add syscall_nt selftestAndy Lutomirski2015-08-182-1/+55
| * | | | | | | | | selftests/x86: Disable sigreturn_64Andy Lutomirski2015-08-181-2/+2
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18576-3634/+7089
| |\ \ \ \ \ \ \ \ \