summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/Makefile
AgeCommit message (Expand)Author
2017-11-08x86/umip: Add emulation code for UMIP instructionsRicardo Neri
2017-11-07Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar
2017-11-06Merge branch 'x86/mm' into x86/asm, to pick up pending changesIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-23Merge branch 'core/objtool' into x86/asm, to pick up dependent changesIngo Molnar
2017-10-20x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin
2017-10-14x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf
2017-09-28x86/head: Add unwind hint annotationsJosh Poimboeuf
2017-08-29x86/idt: Create file for IDT related codeThomas Gleixner
2017-08-29x86/boot: Move EISA setup to a separate fileThomas Gleixner
2017-07-26x86/unwind: Add the ORC unwinderJosh Poimboeuf
2017-07-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-06-30objtool, x86: Add several functions and files to the objtool whitelistJosh Poimboeuf
2017-06-29x86/ftrace: Exclude functions in head64.c from function-tracingKirill A. Shutemov
2017-03-24x86/ftrace: Use Makefile logic instead of #ifdef for compiling ftrace_*.oSteven Rostedt (VMware)
2017-03-24x86/ftrace: Move the ftrace specific code out of entry_32.SSteven Rostedt (VMware)
2017-03-24x86/ftrace: Rename mcount_64.S to ftrace_64.SSteven Rostedt (VMware)
2017-02-27mm: add arch-independent testcases for RODATAJinbum Park
2017-01-31x86/mm: Remove CONFIG_DEBUG_NX_TESTKees Cook
2016-12-18Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-11-30sched/x86: Change CONFIG_SCHED_ITMT to CONFIG_SCHED_MC_PRIOTim Chen
2016-11-29x86/tsc: Store and check TSC ADJUST MSRThomas Gleixner
2016-11-24x86: Enable Intel Turbo Boost Max Technology 3.0Tim Chen
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-09-20x86/unwind: Add new unwind interface and implementationsJosh Poimboeuf
2016-08-18livepatch/x86: apply alternatives and paravirt patches after relocationsJessica Yu
2016-08-07x86: move exports to actual definitionsAl Viro
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-04-22x86/init: Rename EBDA code fileLuis R. Rodriguez
2016-04-22x86/rtc: Replace paravirt rtc check with platform legacy quirkLuis R. Rodriguez
2016-04-01livepatch: reuse module loader code to write relocationsJessica Yu
2016-03-25mm, kasan: stackdepot implementation. Enable stackdepot for SLABAlexander Potapenko
2016-03-22kernel: add kcov code coverageDmitry Vyukov
2016-02-29objtool: Mark non-standard object files and directoriesJosh Poimboeuf
2015-09-10kexec: split kexec_load syscall from kexec core codeDave Young
2015-09-08Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-09-01Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-08-19libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski
2015-07-16x86/platform/iosf_mbi: Move to dedicated folderAndy Shevchenko
2015-07-06x86/platform/intel/pmc_atom: Move the PMC-Atom code to arch/x86/platform/atomAndy Shevchenko
2015-07-06x86/compat: Move copy_siginfo_*_user32() to signal_compat.cBrian Gerst
2015-06-22Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar
2015-06-03x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar
2015-05-19x86/fpu: Move i387.c and xsave.c to arch/x86/kernel/fpu/Ingo Molnar
2015-04-18Merge branch 'x86-pmem-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-04-01x86/mm: Add support for the non-standard protected e820 typeChristoph Hellwig
2015-03-04Merge tag 'v4.0-rc2' into x86/asm, to refresh the treeIngo Molnar