summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-12-05x86/cpu/topology: Remove limit of CPUs due to disabled IO/APICFernando Fernandez Mancera
2024-12-05x86/boot: Reject absolute references in .head.textArd Biesheuvel
2024-12-05x86/boot: Move .head.text into its own output sectionArd Biesheuvel
2024-12-05x86/kernel: Move ENTRY_TEXT to the start of the imageArd Biesheuvel
2024-12-05x86/boot: Disable UBSAN in early boot codeArd Biesheuvel
2024-12-05x86/boot/64: Avoid intentional absolute symbol references in .head.textArd Biesheuvel
2024-12-05x86/boot/64: Determine VA/PA offset before entering C codeArd Biesheuvel
2024-12-05x86/sev: Avoid WARN()s and panic()s in early boot codeArd Biesheuvel
2024-12-05x86/mm: Add _PAGE_NOPTISHADOW bit to avoid updating userspace page tablesDavid Woodhouse
2024-12-04x86/tdx: Disable unnecessary virtualization exceptionsKirill A. Shutemov
2024-12-04x86/cpu: Add Lunar Lake to list of CPUs with a broken MONITOR implementationLen Brown
2024-12-04x86/mtrr: Rename mtrr_overwrite_state() to guest_force_mtrr_state()Kirill A. Shutemov
2024-12-04Merge import NS conversion from 'https://git.kernel.org/pub/scm/linux/kernel/...Ilpo Järvinen
2024-12-02x86/pkeys: Ensure updated PKRU value is XRSTOR'dAruna Ramakrishna
2024-12-02x86/pkeys: Change caller of update_pkru_in_sigframe()Aruna Ramakrishna
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra
2024-12-02platform/x86/amd/hsmp: Add support for HSMP protocol version 7 messagesSuma Hegde
2024-12-02x86/boot/compressed: Remove unused header includes from kaslr.cBorislav Petkov (AMD)
2024-12-02objtool: Fix ANNOTATE_REACHABLE to be a normal annotationPeter Zijlstra
2024-12-02objtool: Convert {.UN}REACHABLE to ANNOTATEPeter Zijlstra
2024-12-02x86: Convert unreachable() to BUG()Peter Zijlstra
2024-12-02objtool: Collect more annotations in objtool.hPeter Zijlstra
2024-12-02objtool: Convert ANNOTATE_IGNORE_ALTERNATIVE to ANNOTATEPeter Zijlstra
2024-12-02objtool: Convert ANNOTATE_RETPOLINE_SAFE to ANNOTATEPeter Zijlstra
2024-12-02perf/x86/rapl: Add core energy counter support for AMD CPUsDhananjay Ugwekar
2024-12-02perf/x86/rapl: Move the cntr_mask to rapl_pmus structDhananjay Ugwekar
2024-12-02perf/x86/rapl: Remove the global variable rapl_msrsDhananjay Ugwekar
2024-12-02perf/x86/rapl: Modify the generic variable names to *_pkg*Dhananjay Ugwekar
2024-12-02perf/x86/rapl: Add arguments to the init and cleanup functionsDhananjay Ugwekar
2024-12-02perf/x86/rapl: Make rapl_model struct globalDhananjay Ugwekar
2024-12-02perf/x86/rapl: Rename rapl_pmu variablesDhananjay Ugwekar
2024-12-02perf/x86/rapl: Remove the cpu_to_rapl_pmu() functionDhananjay Ugwekar
2024-12-02x86/topology: Introduce topology_logical_core_id()K Prateek Nayak
2024-12-02perf/x86/rapl: Remove the unused get_rapl_pmu_cpumask() functionDhananjay Ugwekar
2024-12-02perf/x86/intel/ds: Simplify the PEBS records processing for adaptive PEBSKan Liang
2024-12-02perf/x86/intel/ds: Factor out functions for PEBS records processingKan Liang
2024-12-02perf/x86/intel/ds: Clarify adaptive PEBS processingKan Liang
2024-12-02perf/x86/intel/ds: Unconditionally drain PEBS DS when changing PEBS_DATA_CFGKan Liang
2024-12-02Merge branch 'perf/urgent'Peter Zijlstra
2024-12-02perf/x86/intel: Add Arrow Lake U supportKan Liang
2024-12-02Merge tag 'v6.13-rc1' into perf/core, to refresh the branchIngo Molnar
2024-12-01x86/crc-t10dif: expose CRC-T10DIF function through libEric Biggers
2024-12-01x86/crc32: expose CRC32 functions through libEric Biggers
2024-12-01x86/crc32: update prototype for crc32_pclmul_le_16()Eric Biggers
2024-12-01x86/crc32: update prototype for crc_pcl()Eric Biggers
2024-12-01Merge tag 'x86_urgent_for_v6.13_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-11-30Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2024-11-30Merge tag 'uml-for-linus-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-26Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-11-27kbuild: Add Propeller configuration for kernel buildRong Xu