summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-315-130/+158
| * x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu2015-07-301-1/+1
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-261-0/+8
| |\
| | * perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
| * | x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich2015-07-211-0/+6
| |/
| * Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-183-72/+93
| |\
| | * x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-182-9/+10
| | * x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-182-1/+40
| | * x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-171-2/+2
| | * x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52
| * | genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner2015-07-151-0/+11
| |/
| * x86/irq: Retrieve irq data after locking irq_descThomas Gleixner2015-07-071-1/+6
| * x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner2015-07-071-1/+12
| * x86/irq: Plug irq vector hotplug raceThomas Gleixner2015-07-072-16/+7
| * x86/earlyprintk: Allow early_printk() to use console style parameters like '1...Steven Rostedt2015-07-061-1/+3
| * x86/espfix: Init espfix on the boot CPU sideZhu Guihua2015-07-062-15/+20
| * x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua2015-07-062-5/+4
| * x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-062-34/+2
| * x86/init: Clear 'init_level4_pgt' earlierAndrey Ryabinin2015-07-061-1/+2
| * x86/tsc: Let high latency PIT fail fast in quick_pit_calibrate()Adrian Hunter2015-07-061-1/+10
* | 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
* | x86/asm/tsc: Inline native_read_tsc() and remove __native_read_tsc()Andy Lutomirski2015-07-062-8/+2
|/