summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-03-13NFS: O_DIRECT writes must check and adjust the file lengthTrond Myklebust1-0/+19
2025-03-13x86/speculation: Add __update_spec_ctrl() helperWaiman Long1-0/+11
2025-03-13net: enetc: VFs do not support HWTSTAMP_TX_ONESTEP_SYNCWei Fang2-2/+8
2025-03-13net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch3-23/+20
2025-03-13net: enetc: Remove setting of RX software timestampGal Pressman1-8/+2
2025-03-13drm/amdgpu: disable BAR resize on Dell G5 SEAlex Deucher1-0/+7
2025-03-13drm/amdgpu: Check extended configuration space register when system uses larg...Ma Jun1-0/+4
2025-03-13ibmvnic: Inspect header requirements before using scrq directNick Child1-2/+4
2025-03-13ibmvnic: Perform tx CSO during send scrq directNick Child1-2/+17
2025-03-13smb: client: fix chmod(2) regression with ATTR_READONLYPaulo Alcantara1-2/+2
2025-03-13arm64: dts: rockchip: add rs485 support on uart5 of px30-ringneck-haikouFarouk Bouabid1-0/+1
2025-03-13drm/i915/ddi: Fix HDMI port width programming in DDI_BUF_CTLImre Deak2-2/+2
2025-03-13drm/i915/xe2lpd: Move D2D enable/disableLucas De Marchi2-10/+36
2025-03-13efi: Don't map the entire mokvar table to determine its sizePeter Jones1-29/+13
2025-03-13x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
2025-03-09Linux 6.6.82v6.6.82Greg Kroah-Hartman1-1/+1
2025-03-09x86/boot/32: Temporarily map initrd for microcode loadingThomas Gleixner2-2/+52
2025-03-09x86/microcode: Provide CONFIG_MICROCODE_INITRD32Thomas Gleixner1-0/+4
2025-03-09x86/boot/32: Restructure mk_early_pgtbl_32()Thomas Gleixner1-19/+23
2025-03-09x86/boot/32: De-uglify the 2/3 level paging difference in mk_early_pgtbl_32()Thomas Gleixner2-18/+21
2025-03-09x86/boot: Use __pa_nodebug() in mk_early_pgtbl_32()Thomas Gleixner1-10/+6
2025-03-09x86/boot/32: Disable stackprotector and tracing for mk_early_pgtbl_32()Thomas Gleixner2-1/+3
2025-03-07Linux 6.6.81v6.6.81Greg Kroah-Hartman1-1/+1
2025-03-07scsi: ufs: core: Cancel RTC work during ufshcd_remove()Manivannan Sadhasivam1-0/+1
2025-03-07scsi: ufs: core: Start the RTC update work laterBart Van Assche1-2/+8
2025-03-07scsi: ufs: core: Fix another deadlock during RTC updatePeter Wang1-1/+1
2025-03-07x86/microcode/AMD: Fix a -Wsometimes-uninitialized clang false positiveBorislav Petkov (AMD)1-1/+1
2025-03-07scsi: ufs: core: Fix deadlock during RTC updatePeter Wang2-1/+9
2025-03-07x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)3-2/+554
2025-03-07x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)1-22/+24
2025-03-07x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)1-28/+26
2025-03-07x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)1-34/+26
2025-03-07x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)1-6/+6
2025-03-07x86/microcode/AMD: Make __verify_patch_size() return boolNikolay Borisov1-9/+9
2025-03-07x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov1-6/+9
2025-03-07x86/microcode/AMD: Flush patch buffer mapping after applicationBorislav Petkov (AMD)1-5/+20
2025-03-07x86/microcode/intel: Remove unnecessary cache writeback and invalidationChang S. Bae1-8/+2
2025-03-07x86/microcode/AMD: Split load_microcode_amd()Borislav Petkov (AMD)1-8/+17
2025-03-07x86/microcode/AMD: Pay attention to the stepping dynamicallyBorislav Petkov (AMD)1-8/+18
2025-03-07x86/microcode/AMD: Use the family,model,stepping encoded in the patch IDBorislav Petkov1-32/+158
2025-03-07x86/microcode/intel: Set new revision only after a successful updateBorislav Petkov (AMD)1-7/+7
2025-03-07x86/microcode: Rework early revisions reportingBorislav Petkov (AMD)4-44/+37
2025-03-07x86/microcode: Prepare for minimal revision checkThomas Gleixner6-6/+49
2025-03-07x86/microcode: Handle "offline" CPUs correctlyThomas Gleixner4-6/+113
2025-03-07x86/apic: Provide apic_force_nmi_on_cpu()Thomas Gleixner5-1/+16
2025-03-07x86/microcode: Protect against instrumentationThomas Gleixner1-28/+83
2025-03-07x86/microcode: Rendezvous and load in NMIThomas Gleixner5-5/+57
2025-03-07x86/microcode: Replace the all-in-one rendevous handlerThomas Gleixner1-42/+9
2025-03-07x86/microcode: Provide new control functionsThomas Gleixner1-0/+84
2025-03-07x86/microcode: Add per CPU control fieldThomas Gleixner1-2/+18