summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-014-701/+1
|\
| * x86/hyperv: Mark the Hyper-V TSC as unstableVitaly Kuznetsov2015-08-211-0/+1
| * x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko2015-07-162-329/+0
| * x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko2015-07-062-466/+0
| * x86/platform/intel/pmc_atom: Add Cherrytrail PMC interfaceAndy Shevchenko2015-07-061-29/+89
| * x86/platform/intel/pmc_atom: Supply register mappings via PMC objectAndy Shevchenko2015-07-061-17/+32
| * x86/platform/intel/pmc_atom: Print index of device in loopAndy Shevchenko2015-07-061-63/+63
| * x86/platform/intel/pmc_atom: Export accessors to PMC registersAndy Shevchenko2015-07-061-15/+34
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-012-5/+2
|\ \
| * | x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez2015-08-281-2/+0
| * | Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar2015-08-25109-7751/+5570
| |\ \
| * | | x86/mm: Make kernel/check.c explicitly non-modularPaul Gortmaker2015-08-251-3/+2
* | | | 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-013-15/+51
|\ \ \ \
| * | | | 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-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-09-0111-37/+8
|\ \ \ \ \
| * | | | | x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown2015-08-179-24/+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-1720-305/+373
| |\ \ \ \ \
| * | | | | | x86/boot: Obsolete the MCA sys_desc_tablePaolo Pisati2015-07-212-8/+0
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-0127-605/+464
|\ \ \ \ \ \
| * | | | | | x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski2015-08-231-3/+3
| * | | | | | x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui2015-08-221-0/+4
| * | | | | | x86/traps: Weaken context tracking entry assertionsAndy Lutomirski2015-08-221-9/+9
| * | | | | | Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar2015-08-184-29/+32
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst2015-07-311-10/+10
| * | | | | | x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst2015-07-311-34/+36
| * | | | | | x86/vm86: Clean up vm86.h includesBrian Gerst2015-07-314-0/+4
| * | | | | | x86/vm86: Use the normal pt_regs area for vm86Brian Gerst2015-07-312-65/+48
| * | | | | | x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst2015-07-311-54/+41
| * | | | | | x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst2015-07-311-20/+22
| * | | | | | x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst2015-07-312-19/+30
| * | | | | | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-314-1/+10
| * | | | | | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-3118-277/+342
| |\ \ \ \ \ \
| * | | | | | | x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst2015-07-211-88/+101
| * | | | | | | x86/entry/vm86: Preserve 'orig_ax'Brian Gerst2015-07-211-0/+2
| * | | | | | | x86/entry/vm86: Clean up saved_fs/gsBrian Gerst2015-07-211-4/+2
| * | | | | | | x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski2015-07-211-5/+5
| * | | | | | | x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski2015-07-071-0/+15
| * | | | | | | x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski2015-07-074-67/+25
| * | | | | | | x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski2015-07-071-0/+9
| * | | | | | | x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski2015-07-072-228/+2
| * | | | | | | x86/compat: Remove unneeded #includeBrian Gerst2015-07-061-1/+0
| * | | | | | | x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst2015-07-061-1/+1
| * | | | | | | x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst2015-07-061-64/+74