summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86/olpc: Fix build error with CONFIG_MFD_CS5535=mBorislav Petkov2019-11-241-2/+1
* x86/tsx: Add config options to set tsx=on|off|autoMichal Hocko2019-11-121-0/+45
* x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=yThomas Gleixner2019-04-031-7/+1
* x86/Kconfig: Select SCHED_SMT if SMP enabledThomas Gleixner2018-12-051-7/+1
* x86/retpoline: Make CONFIG_RETPOLINE depend on compiler supportZhenzhong Duan2018-12-051-4/+0
* mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREEPeter Zijlstra2018-09-051-0/+1
* cpu/hotplug: Provide knobs to control SMTThomas Gleixner2018-08-151-0/+1
* objtool, retpolines: Integrate objtool with retpoline support more closelyPeter Zijlstra2018-03-151-0/+1
* kmemcheck: rip it outLevin, Alexander (Sasha Levin)2018-02-221-2/+1
* x86/retpoline: Add initial retpoline supportDavid Woodhouse2018-01-171-0/+13
* x86/cpu: Implement CPU vulnerabilites sysfs functionsThomas Gleixner2018-01-171-0/+1
* x86/Kconfig: Limit NR_CPUS on 32-bit to a sane amountThomas Gleixner2017-12-291-1/+2
* x86/mm/kasan: Don't use vmemmap_populate() to initialize shadowAndrey Ryabinin2017-12-251-1/+1
* x86/kasan: Use the same shadow offset for 4- and 5-level pagingAndrey Ryabinin2017-12-251-1/+0
* x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-12-251-1/+1
* locking/refcounts, x86/asm: Enable CONFIG_ARCH_HAS_REFCOUNTKees Cook2017-12-101-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Merge tag 'libnvdimm-for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-09-111-1/+0
|\
| * Merge branch 'for-4.14/fs' into libnvdimm-for-nextDan Williams2017-08-311-1/+2
| |\
| * | libnvdimm, nd_blk: remove mmio_flush_range()Robin Murphy2017-08-311-1/+0
* | | mm/memory_hotplug: introduce add_pagesMichal Hocko2017-09-081-0/+4
* | | mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi2017-09-081-0/+4
* | | x86,mpx: make mpx depend on x86-64 to free up VMA flagRik van Riel2017-09-061-1/+3
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-09-041-6/+6
|\ \ \
| * | | x86/intel_rdt: Introduce a common compile option for RDTVikas Shivappa2017-08-011-6/+6
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+49
|\ \ \
| * | | x86/mm: Enable RCU based page table freeing (CONFIG_HAVE_RCU_TABLE_FREE=y)Vitaly Kuznetsov2017-08-311-0/+1
| * | | Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | x86: Enable 5-level paging support via CONFIG_X86_5LEVEL=yKirill A. Shutemov2017-07-211-0/+19
| * | | x86/mm: Extend early_memremap() support with additional attrsTom Lendacky2017-07-181-0/+4
| * | | x86/mm: Add Secure Memory Encryption (SME) supportTom Lendacky2017-07-181-0/+25
| | |/ | |/|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+2
|\ \ \
| * | | locking/refcounts, x86/asm: Disable CONFIG_ARCH_HAS_REFCOUNT for the time beingIngo Molnar2017-08-291-1/+2
| * | | Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar2017-08-251-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | locking/refcounts, x86/asm: Implement fast refcount overflow protectionKees Cook2017-08-171-0/+1
| | |/ | |/|
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-4/+2
|\ \ \ | |_|/ |/| |
| * | x86/lguest: Remove lguest supportJuergen Gross2017-08-241-2/+0
| * | x86/kconfig: Consolidate unwinders into multiple choice selectionJosh Poimboeuf2017-07-261-2/+1
| * | x86/unwind: Add the ORC unwinderJosh Poimboeuf2017-07-261-0/+1
| |/
* | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-08-201-0/+1
|\ \
| * | kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner2017-08-181-0/+1
| |/
* / kernel/watchdog: fix Kconfig constraints for perf hardlockup watchdogNicholas Piggin2017-08-181-1/+1
|/
* include/linux/string.h: add the option of fortified string.h functionsDaniel Micay2017-07-121-0/+1
* kernel/watchdog: split up config optionsNicholas Piggin2017-07-121-0/+1
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-071-0/+1
|\
| * mm, x86: Add ARCH_HAS_ZONE_DEVICE to KconfigOliver O'Halloran2017-07-021-0/+1
* | Merge tag 'libnvdimm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-07-071-0/+1
|\ \
| * | x86, uaccess: introduce copy_from_iter_flushcache for pmem / cache-bypass ope...Dan Williams2017-06-091-0/+1
| |/
* | mm/hugetlb: clean up ARCH_HAS_GIGANTIC_PAGEAneesh Kumar K.V2017-07-061-1/+1
* | mm, THP, swap: delay splitting THP during swap outHuang Ying2017-07-061-0/+1