aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-02-27mm: add arch-independent testcases for RODATAJinbum Park1-1/+0
2017-01-31x86/mm: Remove CONFIG_DEBUG_NX_TESTKees Cook1-1/+0
2016-12-18Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen1-1/+1
2016-11-29x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner1-1/+1
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen1-0/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-3/+1
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-0/+1
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf1-0/+6
2016-08-18livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu1-0/+1
2016-08-07x86: move exports to actual definitionsAl Viro1-3/+1
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds1-1/+0
2016-04-22x86/init: Rename EBDA code fileLuis R. Rodriguez1-1/+1
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez1-1/+5
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu1-1/+0
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko1-0/+1
2016-03-22kernel: add kcov code coverageDmitry Vyukov1-0/+6
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf1-3/+8
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young1-2/+2
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-1/+1
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2015-08-19libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams1-1/+1
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski1-1/+2
2015-07-16x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko1-1/+0
2015-07-06x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko1-1/+0
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst1-0/+1
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+1
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar1-3/+0
2015-06-03x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar1-1/+1
2015-04-18Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2015-04-01x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig1-0/+1
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar1-0/+5
2015-03-04x86/compat: Merge native and compat 32-bit syscall tablesBrian Gerst1-0/+1
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