summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge tag 'x86_microcode_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-217-104/+117
|\ \ \ \
| * | | | x86/microcode/core: Return an error only when necessaryBorislav Petkov (AMD)2023-02-061-3/+3
| * | | | x86/microcode/AMD: Fix mixed steppings supportBorislav Petkov (AMD)2023-02-061-13/+21
| * | | | x86/microcode/AMD: Add a @cpu parameter to the reloading functionsBorislav Petkov (AMD)2023-02-064-8/+8
| * | | | x86/microcode/amd: Remove load_microcode_amd()'s bsp parameterBorislav Petkov (AMD)2023-02-061-15/+4
| * | | | x86/microcode: Allow only "1" as a late reload trigger valueAshok Raj2023-01-311-5/+2
| * | | | x86/microcode/intel: Print old and new revision during early bootAshok Raj2023-01-211-12/+16
| * | | | x86/microcode/intel: Pass the microcode revision to print_ucode_info() directlyAshok Raj2023-01-211-21/+9
| * | | | x86/microcode: Adjust late loading result reporting messageAshok Raj2023-01-211-4/+7
| * | | | x86/microcode: Check CPU capabilities after late microcode update correctlyAshok Raj2023-01-213-13/+30
| * | | | x86/microcode: Add a parameter to microcode_check() to store CPU capabilitiesAshok Raj2023-01-203-10/+16
| * | | | x86/microcode: Use the DEVICE_ATTR_RO() macroGuangju Wang[baidu]2023-01-181-3/+3
| * | | | x86/microcode/AMD: Handle multiple glued containers properlyBorislav Petkov2022-12-261-3/+4
| * | | | x86/microcode/AMD: Rename a couple of functionsBorislav Petkov2022-12-261-7/+7
| | |_|/ | |/| |
* | | | Merge tag 'x86_cache_for_v6.3_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2023-02-2112-41/+559
|\ \ \ \
| * | | | x86/resctrl: Fix a silly -Wunused-but-set-variable warningBorislav Petkov (AMD)2023-01-261-3/+3
| * | | | Documentation/x86: Update resctrl.rst for new featuresBabu Moger2023-01-231-2/+145
| * | | | x86/resctrl: Add interface to write mbm_local_bytes_configBabu Moger2023-01-231-1/+26
| * | | | x86/resctrl: Add interface to write mbm_total_bytes_configBabu Moger2023-01-233-1/+151
| * | | | x86/resctrl: Add interface to read mbm_local_bytes_configBabu Moger2023-01-232-1/+19
| * | | | x86/resctrl: Add interface to read mbm_total_bytes_configBabu Moger2023-01-234-1/+130
| * | | | x86/resctrl: Support monitor configurationBabu Moger2023-01-233-1/+13
| * | | | x86/resctrl: Add __init attribute to rdt_get_mon_l3_config()Babu Moger2023-01-233-2/+3
| * | | | x86/resctrl: Detect and configure Slow Memory Bandwidth AllocationBabu Moger2023-01-234-6/+41
| * | | | x86/resctrl: Include new features in command line optionsBabu Moger2023-01-232-1/+5
| * | | | x86/cpufeatures: Add Bandwidth Monitoring Event Configuration feature flagBabu Moger2023-01-233-0/+4
| * | | | x86/resctrl: Add a new resource type RDT_RESOURCE_SMBABabu Moger2023-01-232-0/+13
| * | | | x86/cpufeatures: Add Slow Memory Bandwidth Allocation feature flagBabu Moger2023-01-232-0/+2
| * | | | x86/resctrl: Replace smp_call_function_many() with on_each_cpu_mask()Babu Moger2023-01-232-29/+11
| | |/ / | |/| |
* | | | Merge tag 'x86_alternatives_for_v6.3_rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2023-02-216-115/+218
|\ \ \ \
| * | | | x86/static_call: Add support for Jcc tail-callsPeter Zijlstra2023-01-311-3/+47
| * | | | x86/alternatives: Teach text_poke_bp() to patch Jcc.d32 instructionsPeter Zijlstra2023-01-311-15/+47
| * | | | x86/alternatives: Introduce int3_emulate_jcc()Peter Zijlstra2023-01-312-30/+39
| * | | | x86/alternatives: Add alt_instr.flagsBorislav Petkov (AMD)2023-01-053-67/+85
| | |/ / | |/| |
* | | | Merge tag 'edac_updates_for_v6.3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-2111-359/+1013
|\ \ \ \
| * | | | EDAC/amd64: Shut up an -Werror,-Wsometimes-uninitialized clang false positiveYazen Ghannam2023-02-141-1/+1
| * | | | EDAC/amd64: Remove early_channel_count()Yazen Ghannam2023-02-092-116/+2
| * | | | EDAC/amd64: Remove PCI Function 0Yazen Ghannam2023-02-092-43/+7
| * | | | EDAC/amd64: Remove PCI Function 6Yazen Ghannam2023-02-092-31/+3
| * | | | EDAC/amd64: Remove scrub rate control for Family 17h and laterYazen Ghannam2023-02-092-30/+5
| * | | | EDAC/amd64: Don't set up EDAC PCI control on Family 17h+Yazen Ghannam2023-02-091-4/+4
| * | | | EDAC/i10nm: Add driver decoder for Sapphire Rapids serverYouquan Song2023-02-081-33/+69
| * | | | EDAC/i10nm: Add Intel Granite Rapids server supportQiuxu Zhuo2023-01-252-25/+217
| * | | | EDAC/i10nm: Make more configurations CPU model specificQiuxu Zhuo2023-01-252-42/+121
| * | | | EDAC/i10nm: Add Intel Emerald Rapids server supportQiuxu Zhuo2023-01-251-0/+1
| * | | | EDAC/skx_common: Delete duplicated and unreachable codeQiuxu Zhuo2023-01-251-37/+21
| * | | | EDAC/skx_common: Enable EDAC support for the "near" memoryQiuxu Zhuo2023-01-252-6/+36
| * | | | EDAC/qcom: Add platform_device_id table for module autoloadingManivannan Sadhasivam2023-01-201-0/+7
| * | | | EDAC/zynqmp: Add EDAC support for Xilinx ZynqMP OCMSai Krishna Potthuri2023-01-094-0/+483
| * | | | dt-bindings: edac: Add bindings for Xilinx ZynqMP OCMShubhrajyoti Datta2023-01-091-0/+45
| | |_|/ | |/| |