aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-13kasan: enable stack instrumentationAndrey Ryabinin1-0/+2
2015-02-13x86_64: add KASan supportAndrey Ryabinin1-0/+2
2015-02-04livepatch: rename config to CONFIG_LIVEPATCHJosh Poimboeuf1-1/+1
2014-12-22livepatch: kernel: add support for live patchingSeth Jennings1-0/+1
2014-11-03x86_64,vsyscall: Make vsyscall emulation configurableAndy Lutomirski1-2/+1
2014-09-24x86: Speed up ___preempt_schedule*() by using THUNK helpersOleg Nesterov1-2/+0
2014-08-29kexec: create a new config option CONFIG_KEXEC_FILE for new syscallVivek Goyal1-1/+1
2014-08-08kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal1-0/+1
2014-07-25x86/platform: New Intel Atom SOC power management controller driverLi, Aubrey1-0/+1
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+1
2014-05-14ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt1-0/+1
2014-05-04x86, espfix: Make espfix64 a Kconfig option, fix UMLH. Peter Anvin1-1/+1
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-0/+1
2014-03-18x86, vdso: Make vsyscall_gtod_data handling x86 genericStefani Seibold1-1/+1
2014-01-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2014-01-20Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+0
2014-01-15x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCsBin Gao1-1/+1
2014-01-13x86, microcode: Move to a proper locationBorislav Petkov1-9/+0
2014-01-08arch: x86: New MailBox support driver for Intel SOC'sDavid E. Box1-0/+1
2013-12-29x86: Export x86 boot_params to sysfsDave Young1-0/+1
2013-09-25sched, x86: Optimize the preempt_schedule() callPeter Zijlstra1-0/+2
2013-08-02x86: sysfb: move EFI quirks from efifb to sysfbDavid Herrmann1-0/+1
2013-08-02x86: provide platform-devices for boot-framebuffersDavid Herrmann1-0/+2
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2013-07-02Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2013-06-21trace,x86: Move creation of irq tracepoints from apic.c to irq.cSteven Rostedt (Red Hat)1-0/+2
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-0/+1
2013-05-30x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin1-0/+1
2013-05-13x86: Extend #DF debugging aid to 64-bitBorislav Petkov1-1/+1
2013-02-22Merge branch 'x86/microcode' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2013-01-31x86/microcode_intel.h: Define functions and macros for early loading ucodeFenghua Yu1-0/+3
2013-01-21kprobes/x86: Move kprobes stuff under arch/x86/kernel/kprobes/Masami Hiramatsu1-3/+1
2013-01-21kprobes/x86: Move ftrace-based kprobe code into kprobes-ftrace.cMasami Hiramatsu1-0/+1
2012-11-13tracing,x86: Add a TSC trace_clockDavid Sharp1-0/+1
2012-10-24x86: Allow tracing of functions in arch/x86/kernel/rtc.cDavid Vrabel1-1/+0
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+1
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+1
2012-09-30x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-1/+1
2012-08-23x86: KVM guest: merge CONFIG_KVM_CLOCK into CONFIG_KVM_GUESTMarcelo Tosatti1-2/+1
2012-08-10perf: Unified API to record selective sets of arch registersJiri Olsa1-0/+2
2012-05-29Merge branch 'x86-trampoline-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2012-05-24Merge branch 'perf-uprobes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-1/+0
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-1/+0
2012-05-16x86, realmode: Move kernel/realmode.c to realmode/init.cH. Peter Anvin1-1/+0
2012-05-08x86, realmode: Move ACPI wakeup to unified realmode codeJarkko Sakkinen1-1/+0
2012-05-08x86, realmode: Move reboot_32.S to unified realmode codeJarkko Sakkinen1-1/+0
2012-05-08x86, realmode: Relocator for realmode codeJarkko Sakkinen1-0/+1
2012-05-05x86: Use generic init_taskThomas Gleixner1-1/+1
2012-04-14Merge branch 'perf/core' into perf/uprobesIngo Molnar1-0/+1