aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
AgeCommit message (Expand)AuthorFilesLines
4 daysx86: implement ARCH_HAS_KERNEL_FPU_SUPPORTSamuel Holland1-0/+1
4 daysMerge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
8 daysMerge tag 'modules-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
9 daysMerge tag 'x86-irq-2024-05-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+11
9 daysMerge tag 'timers-core-2024-05-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
10 daysx86/ftrace: enable dynamic ftrace without CONFIG_MODULESMike Rapoport (IBM)1-0/+1
10 daysMerge tag 'x86-percpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-6/+8
10 daysMerge tag 'x86-cleanups-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
10 daysMerge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-19/+7
2024-04-30x86/irq: Add a Kconfig option for posted MSIJacob Pan1-0/+11
2024-04-25mm/treewide: rename CONFIG_HAVE_FAST_GUP to CONFIG_HAVE_GUP_FASTDavid Hildenbrand1-1/+1
2024-04-25cpu: Ignore "mitigations" kernel parameter if CPU_MITIGATIONS=nSean Christopherson1-2/+6
2024-04-25cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson1-5/+6
2024-04-21x86/Kconfig: Merge the two CONFIG_X86_EXTENDED_PLATFORM entriesMasahiro Yamada1-19/+7
2024-04-12x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf1-14/+3
2024-04-12x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf1-5/+0
2024-04-08Merge tag 'nativebhi' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+26
2024-04-08x86/bhi: Add BHI mitigation knobPawan Gupta1-0/+25
2024-04-08x86/vdso: Make delta calculation overflow safeAdrian Hunter1-0/+1
2024-04-03x86/percpu: Re-enable named address spaces with sanitizers for GCC 13.3+Uros Bizjak1-6/+5
2024-04-03Merge tag 'v6.9-rc2' into x86/percpu, to pick up fixes and resolve conflictIngo Molnar1-4/+2
2024-03-25x86/percpu: Disable named address spaces for KCSANUros Bizjak1-0/+2
2024-03-22x86/fred: Fix typo in Kconfig descriptionPaul Menzel1-1/+1
2024-03-21Merge tag 'char-misc-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+0
2024-03-21x86/percpu: Enable named address spaces for GCC 9.1+Uros Bizjak1-1/+1
2024-03-20x86/percpu: Re-enable named address spaces with KASAN for GCC 13.3+Uros Bizjak1-3/+6
2024-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-03-13Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+3
2024-03-12Merge tag 'hardening-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+1
2024-03-12Merge tag 'asm-generic-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2024-03-12Merge tag 'x86-boot-2024-03-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2024-03-12Merge tag 'rfds-for-linus-2024-03-11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+11
2024-03-12Merge branch 'linus' into x86/boot, to resolve conflictIngo Molnar1-16/+38
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-16/+29
2024-03-11Merge tag 'x86_sev_for_v6.9_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+0
2024-03-11x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta1-0/+11
2024-03-07platform: goldfish: move the separate 'default' propery for CONFIG_GOLDFISHMasahiro Yamada1-4/+0
2024-03-06arch: define CONFIG_PAGE_SIZE_*KB on all architecturesArnd Bergmann1-0/+1
2024-03-04x86/idle: Sanitize X86_BUG_AMD_E400 handlingThomas Gleixner1-0/+1
2024-02-26Merge branch 'x86/sev' into x86/boot, to resolve conflicts and to pick up dep...Ingo Molnar1-13/+0
2024-02-23kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-1/+1
2024-02-22kexec: Allocate kernel above bzImage's pref_addressChris Koch1-5/+5
2024-02-14Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...Ingo Molnar1-16/+16
2024-02-14Merge tag 'v6.8-rc4' into x86/percpu, to resolve conflicts and refresh the br...Ingo Molnar1-13/+68
2024-02-08treewide: remove CONFIG_HAVE_KVMPaolo Bonzini1-1/+0
2024-02-06ubsan: Remove CONFIG_UBSAN_SANITIZE_ALLKees Cook1-1/+1
2024-02-03x86/Kconfig: Remove CONFIG_AMD_MEM_ENCRYPT_ACTIVE_BY_DEFAULTBorislav Petkov (AMD)1-13/+0
2024-01-31x86: Drop CPU_SUP_INTEL from SCHED_MC_PRIO for the expansionMeng Li1-2/+3
2024-01-25x86/fred: Add Kconfig option for FRED (CONFIG_X86_FRED)H. Peter Anvin (Intel)1-0/+9
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2024-01-18Merge tag 'x86_tdx_for_6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2024-01-10x86/bugs: Rename CONFIG_RETHUNK => CONFIG_MITIGATION_RETHUNKBreno Leitao1-4/+4
2024-01-10x86/bugs: Rename CONFIG_CPU_SRSO => CONFIG_MITIGATION_SRSOBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_IBRS_ENTRY => CONFIG_MITIGATION_IBRS_ENTRYBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CPU_UNRET_ENTRY => CONFIG_MITIGATION_UNRET_ENTRYBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_SLS => CONFIG_MITIGATION_SLSBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINEBreno Leitao1-3/+3
2024-01-10x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...Breno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_CALL_DEPTH_TRACKING => CONFIG_MITIGATION_CALL_DEPTH_...Breno Leitao1-2/+2
2024-01-10x86/bugs: Rename CONFIG_CPU_IBPB_ENTRY => CONFIG_MITIGATION_IBPB_ENTRYBreno Leitao1-1/+1
2024-01-10x86/bugs: Rename CONFIG_GDS_FORCE_MITIGATION => CONFIG_MITIGATION_GDS_FORCEBreno Leitao1-1/+1
2024-01-09Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-01-09Merge tag 'slab-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-1/+1
2024-01-08Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+0
2024-01-08Merge tag 'x86-build-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2024-01-05mm/mglru: add CONFIG_ARCH_HAS_HW_PTE_YOUNGKinsey Ho1-0/+1
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-0/+1
2023-12-20kexec: fix KEXEC_FILE dependenciesArnd Bergmann1-2/+2
2023-12-19x86/Kconfig: Rework CONFIG_X86_PAE dependencyArnd Bergmann1-2/+2
2023-12-14x86/virt/tdx: Make TDX host depend on X86_MCEKai Huang1-0/+1
2023-12-12x86/virt/tdx: Disable TDX host support when kexec is enabledDave Hansen1-0/+1
2023-12-12iommu: Change kconfig around IOMMU_SVAJason Gunthorpe1-0/+1
2023-12-08x86/virt/tdx: Allocate and set up PAMTs for TDMRsKai Huang1-0/+1
2023-12-08x86/virt/tdx: Use all system memory when initializing TDX module as TDX memoryKai Huang1-0/+1
2023-12-08x86/virt/tdx: Make INTEL_TDX_HOST depend on X86_X2APICKai Huang1-0/+1
2023-12-06x86/topology: Switch over to GENERIC_CPU_DEVICESJames Morse1-0/+1
2023-12-06ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscvJames Morse1-0/+1
2023-12-05mm/slab: remove CONFIG_SLAB from all Kconfig and MakefileVlastimil Babka1-1/+1
2023-11-28x86/Kconfig: Remove obsolete config X86_32_SMPLukas Bulwahn1-4/+0
2023-11-04Merge tag 'x86_microcode_for_v6.7_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+27
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+3
2023-11-01Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+12
2023-10-30Merge tag 'x86-entry-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+9
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2023-10-24x86/microcode: Prepare for minimal revision checkThomas Gleixner1-1/+22
2023-10-24x86/microcode: Handle "nosmt" correctlyThomas Gleixner1-1/+1
2023-10-18x86/microcode: Provide CONFIG_MICROCODE_INITRD32Thomas Gleixner1-0/+4
2023-10-10x86/percpu: Disable named address spaces for KASANUros Bizjak1-1/+6
2023-10-05Merge tag 'v6.6-rc4' into x86/entry, to pick up fixesIngo Molnar1-1/+1
2023-10-05x86/percpu: Enable named address spaces with known compiler versionUros Bizjak1-0/+7
2023-10-04x86: kdump: use generic interface to simplify crashkernel reservation codeBaoquan He1-0/+3
2023-10-02x86/numa: Add Devicetree supportSaurabh Sengar1-0/+1
2023-09-18locking/lockref/x86: Enable ARCH_USE_CMPXCHG_LOCKREF for X86_CMPXCHG64Uros Bizjak1-1/+1
2023-09-14x86: Make IA32_EMULATION boot time configurableNikolay Borisov1-0/+9
2023-09-12x86/virt/tdx: Wire up basic SEAMCALL functionsKai Huang1-0/+12
2023-09-11efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexecArd Biesheuvel1-1/+1
2023-08-31Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+24
2023-08-29Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-73/+22
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2023-08-28Merge tag 'x86_microcode_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-37/+1
2023-08-24x86/crash: add x86 crash hotplug supportEric DeVolder1-0/+3
2023-08-21mm/memory_hotplug: simplify ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE kconfigAneesh Kumar K.V1-3/+1
2023-08-18kexec: rename ARCH_HAS_KEXEC_PURGATORYEric DeVolder1-1/+1
2023-08-18x86/kexec: refactor for kernel/Kconfig.kexecEric DeVolder1-73/+19
2023-08-18mm/vmemmap optimization: split hugetlb and devdax vmemmap optimizationAneesh Kumar K.V1-1/+2
2023-08-13x86/microcode: Hide the config knobThomas Gleixner1-37/+1
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+19
2023-08-02x86/kbuild: Fix Documentation/ referenceDave Hansen1-1/+1
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)1-0/+7
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon1-0/+19
2023-07-11x86/shstk: Add Kconfig option for shadow stackRick Edgecombe1-0/+24
2023-06-30Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-0/+1
2023-06-28Merge branch 'expand-stack'Linus Torvalds1-0/+1
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-12/+0
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+4
2023-06-26Merge tag 'smp-core-2023-06-26' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Linus Torvalds1-43/+2
2023-06-24mm: introduce new 'lock_mm_and_find_vma()' page fault helperLinus Torvalds1-0/+1
2023-06-20x86/ftrace: Enable HAVE_FUNCTION_GRAPH_RETVALDonglin Peng1-0/+1
2023-06-16x86/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner1-0/+1
2023-06-06x86/sev: Add SNP-specific unaccepted memory supportTom Lendacky1-0/+2
2023-06-06x86/tdx: Add unaccepted memory supportKirill A. Shutemov1-0/+2
2023-05-15x86/cpu: Remove X86_FEATURE_NAMESLukas Bulwahn1-12/+0
2023-05-15x86/Kconfig: Make X86_FEATURE_NAMES non-configurable in promptLukas Bulwahn1-1/+1
2023-05-15x86/smpboot/64: Implement arch_cpuhp_init_parallel_bringup() and enable itThomas Gleixner1-1/+2
2023-05-15x86/smpboot: Enable split CPU startupThomas Gleixner1-1/+1
2023-05-15x86/smpboot: Switch to hotplug core state synchronizationThomas Gleixner1-0/+1
2023-05-15x86/topology: Remove CPU0 hotplug optionThomas Gleixner1-43/+0
2023-04-28Merge tag 'x86_mm_for_6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+11
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+2
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-5/+5
2023-04-18mm/hugetlb_vmemmap: rename ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAPAneesh Kumar K.V1-1/+1
2023-04-05x86/mm: try VMA lock-based page fault handling firstSuren Baghdasaryan1-0/+1
2023-04-05Kconfig: introduce HAS_IOPORT option and select it as necessaryNiklas Schnelle1-0/+1
2023-04-05arch/x86: Remove "select SRCU"Paul E. McKenney1-2/+0
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-5/+5
2023-03-16x86: CPUID and CR3/CR4 flags for Linear Address MaskingKirill A. Shutemov1-0/+11
2023-01-25x86/Kconfig: Fix spellos & punctuationRandy Dunlap1-3/+3
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-15mm: Rename GUP_GET_PTE_LOW_HIGHPeter Zijlstra1-1/+1
2022-12-15Merge tag 'gpio-updates-for-v6.2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+0
2022-12-14Merge tag 'x86_core_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+74
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+17
2022-12-13Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+31
2022-12-12Merge tag 'cxl-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-0/+1
2022-12-12Merge tag 'x86-apic-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2022-12-12Merge tag 'rcu.2022.12.02a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2022-12-02x86/apic: Handle no CONFIG_X86_X2APIC on systems with x2APIC enabled by BIOSMateusz Jończyk1-2/+2
2022-11-24x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel1-0/+17
2022-11-18efi: x86: Move EFI runtime map sysfs code to arch/x86Ard Biesheuvel1-0/+11
2022-11-18efi: memmap: Move EFI fake memmap support into x86 arch treeArd Biesheuvel1-0/+20
2022-11-18objtool: Add --mnop as an option to --mcountSathvika Vasireddy1-0/+1
2022-11-17PCI/MSI: Get rid of PCI_MSI_IRQ_DOMAINThomas Gleixner1-1/+0
2022-11-14memregion: Add cpu_cache_invalidate_memregion() interfaceDavidlohr Bueso1-0/+1
2022-11-05x86/Kconfig: Enable kernel IBT by defaultKees Cook1-1/+1
2022-11-01x86/ibt: Implement FineIBTPeter Zijlstra1-2/+12
2022-11-01x86: Add prefix symbols for function paddingPeter Zijlstra1-0/+4
2022-10-22Merge branch 'x86/urgent' into x86/core, to resolve conflictIngo Molnar1-1/+0
2022-10-20arch/x86: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig optionPaul E. McKenney1-0/+1
2022-10-17x86/Kconfig: Drop check for -mabi=ms for CONFIG_EFI_STUBNathan Chancellor1-1/+0
2022-10-17x86/callthunks: Add call patching for call depth trackingThomas Gleixner1-0/+12
2022-10-17x86/retbleed: Add X86_FEATURE_CALL_DEPTHThomas Gleixner1-0/+19
2022-10-17x86/Kconfig: Introduce function paddingThomas Gleixner1-1/+19
2022-10-17x86/Kconfig: Add CONFIG_CALL_THUNKSThomas Gleixner1-0/+8
2022-10-17arch: Introduce CONFIG_FUNCTION_ALIGNMENTPeter Zijlstra1-0/+2
2022-10-17x86: Remove CONFIG_ARCH_NR_GPIOChristophe Leroy1-5/+0
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+9
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-10-04Merge tag 'x86_misc_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2022-10-04Merge tag 'x86_apic_for_v6.1_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+6
2022-10-03Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-0/+2
2022-10-03x86: kmsan: enable KMSAN builds for x86Alexander Potapenko1-0/+1
2022-10-03x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESSAlexander Potapenko1-1/+3
2022-10-03x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSANAlexander Potapenko1-0/+4
2022-09-28x86: enable initial Rust supportMiguel Ojeda1-0/+1
2022-09-26mm: x86: add CONFIG_ARCH_HAS_NONLEAF_PMD_YOUNGYu Zhao1-0/+1
2022-09-26x86: Add support for CONFIG_CFI_CLANGSami Tolvanen1-0/+2
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa1-0/+1
2022-08-31x86/Kconfig: Specify idle=poll instead of no-hltStephen Kitt1-1/+1
2022-08-31x86/apic: Don't disable x2APIC if lockedDaniel Sneddon1-1/+6
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+0
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2022-08-02Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2022-08-02Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-9/+0
2022-08-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2022-08-01Merge tag 'x86_kdump_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2022-08-01Merge tag 'x86_build_for_v6.0_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+2
2022-07-25x86/purgatory: Omit use of bin2cMasahiro Yamada1-1/+0
2022-07-24Merge tag 'x86_urgent_for_v5.19_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+4
2022-07-23x86/speculation: Make all RETbleed mitigations 64-bit onlyBen Hutchings1-4/+4
2022-07-21mmu_gather: Remove per arch tlb_{start,end}_vma()Peter Zijlstra1-0/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-9/+0
2022-07-17mm/mmap: drop ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-1/+0
2022-07-11x86/Kconfig: Fix CONFIG_CC_HAS_SANE_STACKPROTECTOR when cross compiling with ...Nathan Chancellor1-2/+2
2022-07-01x86/kexec: Carry forward IMA measurement log on kexecJonathan McDowell1-0/+1
2022-06-29context_tracking: Split user tracking KconfigFrederic Weisbecker1-2/+2