summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
Commit message (Expand)AuthorAgeFilesLines
* objtool: Add CONFIG_HAVE_UACCESS_VALIDATIONJosh Poimboeuf2022-05-271-0/+1
* Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-1/+2
|\
| * mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-281-1/+1
| * x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig2022-04-281-1/+1
| * mm: hugetlb_vmemmap: introduce ARCH_WANT_HUGETLB_PAGE_FREE_VMEMMAPMuchun Song2022-04-281-0/+1
* | Merge tag 'drm-next-2022-05-25' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-05-251-0/+6
|\ \
| * \ Backmerge tag 'v5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/to...Dave Airlie2022-05-031-1/+1
| |\ \
| * \ \ Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-04-051-31/+43
| |\ \ \ | | | |/ | | |/|
| * | | sysfb: Enable boot time VESA graphic mode selectionMichal Suchanek2022-03-041-0/+6
* | | | Merge tag 'objtool-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-241-7/+13
|\ \ \ \
| * | | | objtool: Add HAVE_NOINSTR_VALIDATIONJosh Poimboeuf2022-04-221-0/+1
| * | | | objtool: Make noinstr hacks optionalJosh Poimboeuf2022-04-221-0/+1
| * | | | objtool: Make jump label hack optionalJosh Poimboeuf2022-04-221-0/+1
| * | | | objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-7/+11
| | |_|/ | |/| |
* | | | Merge tag 'x86_vdso_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-05-231-15/+3
|\ \ \ \
| * | | | x86/vsyscall: Remove CONFIG_LEGACY_VSYSCALL_EMULATEAndy Lutomirski2022-05-111-15/+3
| |/ / /
* | | | Merge tag 'x86_microcode_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-05-231-2/+2
|\ \ \ \
| * | | | x86/microcode: Add explicit CPU vendor dependencyBorislav Petkov2022-05-201-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-05-231-7/+0
|\ \ \ \
| * | | | x86: Remove a.out supportBorislav Petkov2022-04-111-7/+0
| |/ / /
* | | | Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-11/+0
|\ \ \ \
| * | | | x86/cpu: Remove CONFIG_X86_SMAP and "nosmap"Borislav Petkov2022-04-041-11/+0
| |/ / /
* | | | Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-231-0/+15
|\ \ \ \ | |_|/ / |/| | |
| * | | x86/mm: Make DMA memory shared for TD guestKirill A. Shutemov2022-04-071-1/+1
| * | | x86/boot: Avoid #VE during boot for TDX platformsSean Christopherson2022-04-071-0/+1
| * | | x86/tdx: Exclude shared bit from __PHYSICAL_MASKKirill A. Shutemov2022-04-071-0/+1
| * | | x86/tdx: Extend the confidential computing API to support TDX guestsKirill A. Shutemov2022-04-071-0/+1
| * | | x86/tdx: Detect running as a TDX guest in early bootKuppuswamy Sathyanarayanan2022-04-071-0/+12
| |/ /
* / / x86/Kconfig: fix the spelling of 'becoming' in X86_KERNEL_IBT configNur Hussein2022-04-191-1/+1
|/ /
* | Merge tag 'core-urgent-2022-04-03' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-031-1/+0
|\ \
| * | Revert "signal, x86: Delay calling signals in atomic on RT enabled kernels"Thomas Gleixner2022-03-311-1/+0
* | | x86,rethook,kprobes: Replace kretprobe with rethook on x86Masami Hiramatsu2022-03-281-0/+1
|/ /
* | Merge tag 'x86_core_for_5.18_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-271-6/+37
|\ \
| * | x86/Kconfig: Only allow CONFIG_X86_KERNEL_IBT with ld.lld >= 14.0.0Nathan Chancellor2022-03-221-0/+2
| * | x86/Kconfig: Only enable CONFIG_CC_HAS_IBT for clang >= 14.0.0Nathan Chancellor2022-03-221-2/+3
| * | x86/Kconfig: Do not allow CONFIG_X86_X32_ABI=y with llvm-objcopyNathan Chancellor2022-03-151-0/+5
| * | x86: Remove toolchain check for X32 ABI capabilityMasahiro Yamada2022-03-151-6/+2
| * | x86/alternative: Use .ibt_endbr_seal to seal indirect callsPeter Zijlstra2022-03-151-1/+8
| * | x86/ibt: Base IBT bitsPeter Zijlstra2022-03-151-0/+20
| |/
* | mm: generalize ARCH_HAS_FILTER_PGPROTAnshuman Khandual2022-03-241-3/+0
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-03-241-0/+1
|\ \
| * | x86: Disable HAVE_ARCH_HUGE_VMALLOC on 32-bit x86Song Liu2022-03-021-1/+1
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-02-091-0/+1
| |\ \ | | |/ | |/|
| | * x86/Kconfig: Select HAVE_ARCH_HUGE_VMALLOC with HAVE_ARCH_HUGE_VMAPSong Liu2022-02-071-0/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-3/+1
|\ \ \
| * | | mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLBAnshuman Khandual2022-03-221-3/+1
| |/ /
* | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-1/+1
|\ \ \
| * | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-0/+1
| |\| |
| * | | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-1/+1
* | | | Merge tag 'hardening-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-03-211-0/+1
|\ \ \ \