summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | | | x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst2015-07-061-2/+2
| * | | | | | | | | x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-062-0/+96
| * | | | | | | | | x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski2015-07-061-1/+1
| * | | | | | | | | x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski2015-07-061-8/+6
| * | | | | | | | | x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski2015-07-061-6/+1
| * | | | | | | | | x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski2015-07-068-18/+18
| * | | | | | | | | x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski2015-07-061-3/+3
| * | | | | | | | | x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski2015-07-067-14/+14
| * | | | | | | | | x86/asm/tsc, x86/paravirt: Remove read_tsc() and read_tscp() paravirt hooksAndy Lutomirski2015-07-062-4/+0