summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar2015-05-191-1/+1
* Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-181-0/+1
|\
| * x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig2015-04-011-0/+1
* | Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar2015-03-041-0/+5
|\|
| * kasan: enable stack instrumentationAndrey Ryabinin2015-02-131-0/+2
| * x86_64: add KASan supportAndrey Ryabinin2015-02-131-0/+2
| * livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf2015-02-041-1/+1
| * livepatch: kernel: add support for live patchingSeth Jennings2014-12-221-0/+1
* | x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst2015-03-041-0/+1
|/
* x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski2014-11-031-2/+1
* x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov2014-09-241-2/+0
* kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal2014-08-291-1/+1
* kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-081-0/+1
* x86/platform: New Intel Atom SOC power management controller driverLi, Aubrey2014-07-251-0/+1
* Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-06-091-0/+1
|\
| * ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt2014-05-141-0/+1
* | x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin2014-05-041-1/+1
* | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-301-0/+1
|/
* x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold2014-03-181-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-201-1/+2
|\
| * x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCsBin Gao2014-01-151-1/+1
| * arch: x86: New MailBox support driver for Intel SOC'sDavid E. Box2014-01-081-0/+1
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-201-9/+0
|\ \
| * | x86, microcode: Move to a proper locationBorislav Petkov2014-01-131-9/+0
| |/
* / x86: Export x86 boot_params to sysfsDave Young2013-12-291-0/+1
|/
* sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-251-0/+2
* x86: sysfb: move EFI quirks from efifb to sysfbDavid Herrmann2013-08-021-0/+1
* x86: provide platform-devices for boot-framebuffersDavid Herrmann2013-08-021-0/+2
* Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-021-0/+3
|\
| * trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)2013-06-211-0/+2
| * x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-201-0/+1
* | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-07-021-0/+1
|\ \
| * | x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin2013-05-301-0/+1
| |/
* / x86: Extend #DF debugging aid to 64-bitBorislav Petkov2013-05-131-1/+1
|/
* Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-221-0/+3
|\
| * x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu2013-01-311-0/+3
* | kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu2013-01-211-3/+1
* | kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu2013-01-211-0/+1
|/
* tracing,x86: Add a TSC trace_clockDavid Sharp2012-11-131-0/+1
* x86: Allow tracing of functions in arch/x86/kernel/rtc.cDavid Vrabel2012-10-241-1/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-1/+1
|\
| * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-09-301-1/+1
* | Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-10-041-2/+1
|\ \
| * | x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti2012-08-231-2/+1
| |/
* / perf: Unified API to record selective sets of arch registersJiri Olsa2012-08-101-0/+2
|/
* Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2012-05-291-2/+0
|\
| * x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin2012-05-161-1/+0
| * x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen2012-05-081-1/+0
| * x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen2012-05-081-1/+0
| * x86, realmode: Relocator for realmode codeJarkko Sakkinen2012-05-081-0/+1