summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-041-1/+1
|\
| * x86/mce: Merge mce_amd_inj into mce-injectBorislav Petkov2017-06-141-1/+1
* | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-041-0/+1
|\ \
| * | x86/PCI: Select CONFIG_PCI_LOCKLESS_CONFIGThomas Gleixner2017-06-281-0/+1
| |/
* | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-041-0/+2
|\ \
| * | x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-221-0/+1
| * | x86/irq: Use irq_migrate_all_off_this_cpu()Thomas Gleixner2017-06-221-0/+1
| |/
* | Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-221-4/+0
|\|
| * security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-06-091-4/+0
* | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-06-131-0/+3
* | x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2017-06-051-1/+1
|/
* x86/watchdog: Fix Kconfig help text file path reference to lockup watchdog do...Benjamin Peterson2017-05-241-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-031-0/+1
|\
| * stacktrace/x86: add function for detecting reliable stack tracesJosh Poimboeuf2017-03-081-0/+1
* | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-0/+2
|\ \
| * | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-231-3/+0
| * | x86/mm: Define virtual memory map for 5-level pagingKirill A. Shutemov2017-04-041-0/+1
| * | x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementationKirill A. Shutemov2017-03-181-0/+3
| * | x86/mm: Introduce mmap_compat_base() for 32-bit mmap()Dmitry Safonov2017-03-131-0/+1
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-021-1/+1
|\ \
| * | x86/ftrace: Add -mfentry support to x86_32 with DYNAMIC_FTRACE setSteven Rostedt (VMware)2017-03-241-1/+1
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-021-3/+3
|\ \
| * | x86: Enable KASLR by defaultIngo Molnar2017-04-181-3/+3
| |/
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-05-021-1/+9
|\ \
| * | x86/mce: Factor out and deprecate the /dev/mcelog driverTony Luck2017-03-281-1/+9
| |/
* | HAVE_ARCH_HARDENED_USERCOPY is unconditional nowAl Viro2017-04-261-1/+0
* | CONFIG_ARCH_HAS_RAW_COPY_USER is unconditional nowAl Viro2017-04-261-1/+0
* | x86: switch to RAW_COPY_USERAl Viro2017-03-291-0/+1
|/
* Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2017-02-251-4/+0
|\
| * arch/x86/platform/atom: Move pmc_atom to drivers/platform/x86Irina Tirdea2017-01-271-4/+0
* | mm, x86: add support for PUD-sized transparent hugepagesMatthew Wilcox2017-02-251-0/+1
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-02-221-0/+1
|\ \
| * | lib/Kconfig.debug: Add ARCH_HAS_DEBUG_VIRTUALLaura Abbott2017-01-111-0/+1
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-0/+1
|\ \
| * | arch: add ARCH_HAS_SET_MEMORY configDaniel Borkmann2017-02-211-0/+1
| |/
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-221-3/+2
|\ \
| * | arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be commonLaura Abbott2017-02-071-3/+2
| |/
* | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-02-201-4/+0
|\ \
| * | x86/kconfig: Remove misleading note regarding hibernation and KASLRNiklas Cassel2017-02-071-4/+0
| |/
* / x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov2017-01-241-1/+1
|/
* Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-221-0/+13
|\
| * x86/intel_rdt: Select KERNFS when enabling INTEL_RDT_AThomas Gleixner2016-11-151-0/+1
| * x86/intel_rdt: Add CONFIG, Makefile, and basic initializationFenghua Yu2016-10-261-0/+12
* | Merge tag 'platform-drivers-x86-v4.10-2' of git://git.infradead.org/users/dvh...Linus Torvalds2016-12-191-12/+0
|\ \
| * | platform/x86: mlx-platform: Move module from arch/x86Vadim Pasternak2016-12-161-12/+0
| |/
* | Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds2016-12-131-1/+1
|\ \
| * | docs: fix locations of several documents that got movedMauro Carvalho Chehab2016-10-241-1/+1
| |/
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-121-27/+41
|\ \
| * | x86/kconfig: Sort the 'config X86' selects alphabeticallyIngo Molnar2016-11-151-6/+9
| * | x86/kconfig: Clean up 32-bit compat optionsIngo Molnar2016-11-151-3/+7