summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov2019-11-251-2/+1
* x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-11-161-0/+45
* x86/Kconfig: Select SCHED_SMT if SMP enabledThomas Gleixner2019-05-161-7/+1
* x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-04-031-7/+1
* x86/kconfig: Fall back to ticket spinlocksDaniel Wagner2018-11-211-1/+0
* x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2018-07-171-0/+11
* x86/hweight: Get rid of the special calling conventionBorislav Petkov2018-04-241-5/+0
* x86/ras/inject: Make it depend on X86_LOCAL_APIC=yBorislav Petkov2018-02-251-1/+1
* bpf: introduce BPF_JIT_ALWAYS_ON configAlexei Starovoitov2018-02-031-0/+1
* x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-231-0/+13
* x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner2018-01-171-0/+1
* x86/mm: Remove the UP asm/tlbflush.h code, always use the (formerly) SMP codeAndy Lutomirski2018-01-021-1/+1
* security/keys: add CONFIG_KEYS_COMPAT to KconfigBilal Amarni2017-11-181-4/+0
* x86/microcode: Untangle from BLK_DEV_INITRDBorislav Petkov2016-04-121-13/+14
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-11-031-0/+49
|\
| * x86/entry/vsyscall: Add CONFIG to control defaultKees Cook2015-09-201-0/+49
* | x86/microcode: Merge the early microcode loaderBorislav Petkov2015-10-211-18/+1
* | x86/microcode: Unmodularize the microcode driverBorislav Petkov2015-10-211-2/+3
* | swiotlb: Enable it under x86 PAEChristian Melki2015-10-071-0/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-09-171-11/+12
|\
| * x86/vm86: Fix the misleading CONFIG_VM86 Kconfig help textIngo Molnar2015-09-141-11/+12
* | kexec: split kexec_load syscall from kexec core codeDave Young2015-09-101-1/+2
* | Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-09-081-2/+7
|\ \
| * | x86, pmem: clarify that ARCH_HAS_PMEM_API implies PMEM mapped WBDan Williams2015-08-271-1/+1
| * | Merge branch 'pmem-api' into libnvdimm-for-nextDan Williams2015-08-271-0/+1
| |\ \
| | * | nd_blk: change aperture mapping from WC to WBRoss Zwisler2015-08-271-0/+1
| * | | libnvdimm, e820: make CONFIG_X86_PMEM_LEGACY a tristate optionDan Williams2015-08-191-1/+5
| |/ /
* | / mm: send one IPI per CPU to TLB flush all entries after unmapping pagesMel Gorman2015-09-041-0/+1
| |/ |/|
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2015-09-011-11/+49
|\ \
| * | x86/ldt: Make modify_ldt() optionalAndy Lutomirski2015-07-311-0/+18
| * | Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-1/+7
| |\|
| * | x86/kconfig/32: Rename CONFIG_VM86 and default it to 'n'Andy Lutomirski2015-07-211-7/+28
| * | x86/compat: Separate ia32 and x32 compat ABIsBrian Gerst2015-07-061-1/+1
| * | x86/compat: Clean up HAVE_UID16 configBrian Gerst2015-07-061-2/+1
| * | x86/compat: Define ARCH_WANT_OLD_COMPAT_IPC only for 32-bit compatBrian Gerst2015-07-061-1/+1
* | | x86/mce: Provide a lockless memory pool to save error recordsChen, Gong2015-08-131-0/+1
| |/ |/|
* | x86/fpu, sched: Introduce CONFIG_ARCH_WANTS_DYNAMIC_TASK_STRUCT and use it on...Ingo Molnar2015-07-181-0/+1
* | x86/kconfig: Fix typo in the CONFIG_CMDLINE_BOOL help textSébastien Hinderer2015-07-081-1/+1
* | x86/kasan: Move KASAN_SHADOW_OFFSET to the arch KconfigAndrey Ryabinin2015-07-061-0/+5
|/
* x86: opt into HAVE_COPY_THREAD_TLS, for both 32-bit and 64-bitJosh Triplett2015-06-301-0/+1
* x86: mm: enable deferred struct page initialisation on x86-64Mel Gorman2015-06-301-0/+1
* Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+4
|\
| * arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-261-0/+1
| * libnvdimm, pmem: add libnvdimm support to the pmem driverDan Williams2015-06-241-0/+3
* | Merge tag 'char-misc-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-261-15/+10
|\ \
| * | hwmon: Allow to compile dell-smm-hwmon driver without /proc/i8kPali Rohár2015-05-241-15/+10
| |/
* | Merge tag 'edac_for_4.2_2' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds2015-06-241-0/+2
|\ \
| * | EDAC: Cleanup atomic_scrub messBorislav Petkov2015-05-281-0/+2
| |/
* | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-071-6/+2
* | x86/kconfig: Reorganize arch feature Kconfig select'sIngo Molnar2015-06-031-105/+105