summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds
2015-08-12perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming
2015-08-12perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra
2015-08-08x86/ldt: Correct LDT access in single stepping logicJuergen Gross
2015-07-31x86/vm86: Rename vm86->v86flags and v86maskBrian Gerst
2015-07-31x86/vm86: Rename vm86->vm86_info to user_vm86Brian Gerst
2015-07-31x86/vm86: Clean up vm86.h includesBrian Gerst
2015-07-31x86/vm86: Use the normal pt_regs area for vm86Brian Gerst
2015-07-31x86/vm86: Eliminate 'struct kernel_vm86_struct'Brian Gerst
2015-07-31x86/vm86: Move fields from 'struct kernel_vm86_struct' to 'struct vm86'Brian Gerst
2015-07-31x86/vm86: Move vm86 fields out of 'thread_struct'Brian Gerst
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-31x86/ldt: Make modify_ldt synchronousAndy Lutomirski
2015-07-30x86/irq: Use the caller provided polarity setting in mp_check_pin_attr()Jiang Liu
2015-07-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-07-26perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming
2015-07-21x86/entry/vm86: Move userspace accesses to do_sys_vm86()Brian Gerst
2015-07-21x86/entry/vm86: Preserve 'orig_ax'Brian Gerst
2015-07-21x86/entry/vm86: Clean up saved_fs/gsBrian Gerst
2015-07-21x86/fpu: Disable dependent CPU features on "noxsave"Jan Beulich
2015-07-21x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski
2015-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2015-07-18x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar
2015-07-18x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski
2015-07-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski
2015-07-15genirq: Revert sparse irq locking around __cpu_up() and move it to x86 for nowThomas Gleixner
2015-07-07x86/irq: Retrieve irq data after locking irq_descThomas Gleixner
2015-07-07x86/irq: Use proper locking in check_irq_vectors_for_cpu_disable()Thomas Gleixner
2015-07-07x86/irq: Plug irq vector hotplug raceThomas Gleixner
2015-07-07x86/irq, context_tracking: Document how IRQ context tracking works and add an...Andy Lutomirski
2015-07-07x86/entry: Remove exception_enter() from most trap handlersAndy Lutomirski
2015-07-07x86/traps, context_tracking: Assert that we're in CONTEXT_KERNEL in exception...Andy Lutomirski
2015-07-07x86/entry: Move C entry and exit code to arch/x86/entry/common.cAndy Lutomirski
2015-07-06x86/earlyprintk: Allow early_printk() to use console style parameters like '1...Steven Rostedt
2015-07-06x86/compat: Remove unneeded #includeBrian Gerst
2015-07-06x86/compat, x86/perf: Don't build perf_callchain_user32() on x32Brian Gerst
2015-07-06x86/compat: Factor out ia32 compat code from compat_arch_ptrace()Brian Gerst
2015-07-06x86/compat: Rename 'start_thread_ia32' to 'compat_start_thread'Brian Gerst
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst
2015-07-06x86/asm/tsc: Use rdtsc_ordered() in read_tsc() instead of get_cycles()Andy Lutomirski
2015-07-06x86/asm/tsc/sync: Use rdtsc_ordered() in check_tsc_warp() and drop extra barr...Andy Lutomirski
2015-07-06x86/asm/tsc: Add rdtsc_ordered() and use it in trivial call sitesAndy Lutomirski
2015-07-06x86/asm/tsc: Rename native_read_tsc() to rdtsc()Andy Lutomirski
2015-07-06x86/asm/tsc, x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bugAndy Lutomirski
2015-07-06x86/asm/tsc: Replace rdtscll() with native_read_tsc()Andy Lutomirski