summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-0116-10/+22
|\
| * x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-281-2/+0
| * s390/io: Add pci_iomap_wc() and pci_iomap_wc_range()Luis R. Rodriguez2015-08-281-0/+2
| * Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-252418-49178/+82511
| |\
| * | 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
| * | 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
* | | 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-0121-97/+45
|\ \ \ \ \ \ \
| * | | | | | | 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-17423-2307/+4749
| |\ \ \ \ \ \ \
| * | | | | | | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-219-66/+2
| * | | | | | | | 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-0182-1288/+1255
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | 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
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-18106-458/+1126
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/vdso: Emit a GNU hashAndy Lutomirski2015-08-081-1/+1
| * | | | | | | | | | x86/entry: Remove do_notify_resume(), syscall_trace_leave(), and their TIF masksAndy Lutomirski2015-08-054-75/+0
| * | | | | | | | | | x86/entry/32: Migrate to C exit pathAndy Lutomirski2015-08-051-51/+11
| * | | | | | | | | | x86/entry/32: Remove 32-bit syscall audit optimizationsAndy Lutomirski2015-08-051-46/+2
| * | | | | | | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-312-12/+12
| * | | | | | | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-312-35/+37
| * | | | | | | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-318-5/+8
| * | | | | | | | | | x86/vm86: Move the vm86 IRQ definitions to vm86.hIngo Molnar2015-07-312-11/+14
| * | | | | | | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-315-94/+60
| * | | | | | | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-312-78/+42
| * | | | | | | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-312-28/+30
| * | | | | | | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-315-30/+55
| * | | | | | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-317-8/+51
| * | | | | | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-31339-1865/+3635
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86/build: Fix detection of GCC -mpreferred-stack-boundary supportAndy Lutomirski2015-07-221-3/+10