summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86/unwind: Rename unwinder config options to 'CONFIG_UNWINDER_*'Josh Poimboeuf2017-10-141-1/+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
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-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-031-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-031-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-021-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-011-0/+2
|\ \
| * | Revert "x86/mm/gup: Switch GUP to the generic get_user_page_fast() implementa...Ingo Molnar2017-04-231-3/+0