summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* x86/umip: Add emulation code for UMIP instructionsRicardo Neri2017-11-081-0/+1
* Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar2017-11-061-1/+2
|\ \
| * | x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-10-201-1/+2
| |/
* | Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar2017-10-231-1/+0
|\ \
| * | x86/head: Add unwind hint annotationsJosh Poimboeuf2017-09-281-1/+0
| |/
* | x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-3/+3
|/
* x86/idt: Create file for IDT related codeThomas Gleixner2017-08-291-1/+1
* x86/boot: Move EISA setup to a separate fileThomas Gleixner2017-08-291-0/+1
* x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-5/+3
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-031-0/+1
|\
| * x86/ftrace: Exclude functions in head64.c from function-tracingKirill A. Shutemov2017-06-291-0/+1
* | objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf2017-06-301-0/+1
|/
* x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.oSteven Rostedt (VMware)2017-03-241-2/+2
* x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)2017-03-241-0/+1
* x86/ftrace: Rename mcount_64.S to ftrace_64.SSteven Rostedt (VMware)2017-03-241-2/+2
* mm: add arch-independent testcases for RODATAJinbum Park2017-02-271-1/+0
* x86/mm: Remove CONFIG_DEBUG_NX_TESTKees Cook2017-01-311-1/+0
* Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-181-1/+1
|\
| * x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner2016-11-291-1/+1
* | sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen2016-11-301-1/+1
* | x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen2016-11-241-0/+1
|/
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-3/+1
|\
| * x86: move exports to actual definitionsAl Viro2016-08-071-3/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-0/+1
|\ \
| * | livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu2016-08-181-0/+1
| |/
* | x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf2016-09-201-0/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-171-1/+0
|\
| * livepatch: reuse module loader code to write relocationsJessica Yu2016-04-011-1/+0
* | x86/init: Rename EBDA code fileLuis R. Rodriguez2016-04-221-1/+1
* | x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez2016-04-221-1/+5
* | mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko2016-03-251-0/+1
* | kernel: add kcov code coverageDmitry Vyukov2016-03-221-0/+6
* | objtool: Mark non-standard object files and directoriesJosh Poimboeuf2016-02-291-3/+8
|/
* kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-2/+2
* Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-1/+1
|\
| * libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams2015-08-191-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-011-2/+0
|\ \
| * | x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko2015-07-161-1/+0
| * | x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko2015-07-061-1/+0
| |/
* | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-1/+2
* | x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst2015-07-061-0/+1
|/
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-221-4/+1
|\
| * x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-041-3/+0
| * x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-031-1/+1
* | 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
|\ \ | |/
OpenPOWER on IntegriCloud