summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* x86: probe assembler capabilities via kconfig instead of makefileJason A. Donenfeld2020-04-091-0/+2
* userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-071-0/+1
* Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-021-0/+1
|\
| * ima: add a new CONFIG for loading arch-specific policiesNayna Jain2020-03-121-0/+1
* | Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-03-311-5/+0
|\ \
| * | kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LISTMasahiro Yamada2020-03-031-5/+0
| |/
* | Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-311-1/+1
|\ \
| * | x86/Kconfig: Make CMDLINE_OVERRIDE depend on non-empty CMDLINEAnders Roxell2020-02-261-1/+1
| |/
* | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-03-301-1/+1
|\ \
| * | x86/entry/32: Enable pt_regs based syscallsBrian Gerst2020-03-211-1/+1
| |/
* | Merge tag 'timers-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-03-301-1/+0
|\ \
| * | lib/vdso: Cleanup clock mode storage leftoversThomas Gleixner2020-02-171-1/+0
| * | x86/vdso: Use generic VDSO clock mode storageThomas Gleixner2020-02-171-1/+1
| |/
* | Merge tag 'irq-core-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-03-301-0/+1
|\ \
| * | x86: Select HARDIRQS_SW_RESEND on x86Hans de Goede2020-03-111-0/+1
| |/
* / x86/Kconfig: Drop vendor dependency for X86_UMIPTony W Wang-oc2020-03-101-1/+0
|/
* asm-generic/tlb: rename HAVE_RCU_TABLE_FREEPeter Zijlstra2020-02-041-1/+1
* x86: mm: convert dump_pagetables to use walk_page_rangeSteven Price2020-02-041-0/+1
* Merge tag 'pci-v5.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-01-311-3/+0
|\
| * x86/PCI: Remove X86_DEV_DMA_OPSChristoph Hellwig2020-01-241-3/+0
* | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2020-01-301-28/+0
|\ \
| * | x86/mpx: remove build infrastructureDave Hansen2020-01-231-28/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-0/+1
|\ \ \
| * | | bpf, x86, arm64: Enable jit by default when not built as always-onDaniel Borkmann2019-12-111-0/+1
| | |/ | |/|
* | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-32/+32
|\ \ \
| * | | x86/Kconfig: Correct spelling and punctuationRandy Dunlap2019-12-181-3/+3
| * | | x86/Kconfig: Fix Kconfig indentationKrzysztof Kozlowski2019-12-101-34/+34
| |/ /
* | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-281-0/+1
|\ \ \
| * | | x86/resctrl: Add task resctrl information displayChen Yu2020-01-201-0/+1
| |/ /
* | | Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-01-281-6/+7
|\ \ \
| * \ \ Merge branch 'x86/mm' into efi/core, to pick up dependenciesIngo Molnar2020-01-101-1/+1
| |\ \ \
| | * | | x86/mm/pat: Fix typo in the Kconfig help textIngo Molnar2019-12-101-1/+1
| | |/ /
| * / / efi/libstub: Annotate firmware routines as __efiapiArd Biesheuvel2019-12-251-5/+6
| |/ /
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-281-1/+1
|\ \ \
| * | | scripts/sorttable: Rename 'sortextable' to 'sorttable'Shile Zhang2019-12-131-1/+1
| |/ /
* / / x86/vdso: Add time napespace pageDmitry Safonov2020-01-141-0/+1
|/ /
* | x86/kasan: support KASAN_VMALLOCDaniel Axtens2019-12-011-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Linus Torvalds2019-11-281-1/+0
|\ \
| * | x86/PCI: sta2x11: use default DMA address translationNicolas Saenz Julienne2019-11-111-1/+0
* | | Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-11-271-0/+1
|\ \ \
| * | | ftrace/x86: Add register_ftrace_direct() for custom trampolinesSteven Rostedt (VMware)2019-11-131-0/+1
| |/ /
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-11-261-1/+0
|\ \ \
| * | | locking/refcount: Consolidate implementations of refcount_tWill Deacon2019-11-251-1/+0
| |/ /
* | | Merge branch 'x86-iopl-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+18
|\ \ \
| * | | x86/ioperm: Extend IOPL config to control ioperm() as wellThomas Gleixner2019-11-161-2/+5
| * | | x86/iopl: Remove legacy IOPL optionThomas Gleixner2019-11-161-20/+3
| * | | x86/iopl: Restrict iopl() permission scopeThomas Gleixner2019-11-161-0/+32
| |/ /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-11-261-0/+1
|\ \ \
| * \ \ Merge tag 'v5.4-rc8' into WIP.x86/mm, to pick up fixesIngo Molnar2019-11-191-8/+69
| |\ \ \ | | | |/ | | |/|
| * | | x86/mm: Enable 5-level paging support by defaultKirill A. Shutemov2019-09-161-0/+1