summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-04-27af_unix: Call manage_oob() for every skb in unix_stream_read_generic().Kuniyuki Iwashima1-1/+1
2024-04-27netfilter: flowtable: incorrect pppoe tuplePablo Neira Ayuso1-1/+1
2024-04-27netfilter: flowtable: validate pppoe headerPablo Neira Ayuso3-5/+18
2024-04-27netfilter: nft_set_pipapo: do not free live elementFlorian Westphal1-5/+9
2024-04-27netfilter: br_netfilter: skip conntrack input hook for promisc packetsPablo Neira Ayuso4-8/+28
2024-04-27netfilter: nf_tables: Fix potential data-race in __nft_obj_type_get()Ziyang Xuan1-2/+6
2024-04-27netfilter: nf_tables: Fix potential data-race in __nft_expr_type_get()Ziyang Xuan1-2/+6
2024-04-27x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel4-2/+13
2024-04-27x86/sev: Move early startup code into .head.text sectionArd Biesheuvel4-23/+24
2024-04-27x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2-29/+21
2024-04-27x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong2-2/+3
2024-04-27x86/head/64: Add missing __head annotation to startup_64_load_idt()Hou Wenlong1-1/+1
2024-04-27x86/mm: Remove P*D_PAGE_MASK and P*D_PAGE_SIZE macrosPasha Tatashin7-26/+20
2024-04-27x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2-11/+9
2024-04-27x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel4-125/+51
2024-04-27x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2-5/+16
2024-04-27x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel3-51/+7
2024-04-27x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2-62/+7
2024-04-27x86/boot: Derive file size from _edata symbolArd Biesheuvel4-25/+12
2024-04-27x86/boot: Define setup size in linker scriptArd Biesheuvel3-7/+5
2024-04-27x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2-25/+17
2024-04-27x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2-5/+1
2024-04-27x86/boot: Drop references to startup_64Ard Biesheuvel2-4/+1
2024-04-27x86/boot: Drop redundant code setting the root deviceArd Biesheuvel2-8/+1
2024-04-27x86/boot: Omit compression buffer from PE/COFF image memory footprintArd Biesheuvel2-48/+8
2024-04-27x86/boot: Remove the 'bugger off' messageArd Biesheuvel2-52/+4
2024-04-27x86/efi: Drop alignment flags from PE section headersArd Biesheuvel1-8/+4
2024-04-27x86/efistub: Reinstate soft limit for initrd loadingArd Biesheuvel1-0/+1
2024-04-27x86/efi: Disregard setup header of loaded imageArd Biesheuvel1-40/+6
2024-04-27x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel2-8/+0
2024-04-27drm/i915/vma: Fix UAF on destroy against retire raceJanusz Krzysztofik1-7/+35
2024-04-27net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez1-2/+2
2024-04-27random: handle creditable entropy from atomic process contextJason A. Donenfeld1-5/+5
2024-04-27selftests/ftrace: Limit length in subsystem-enable testsYuanhe Shu1-3/+3
2024-04-27SUNRPC: Fix rpcgss_context trace event acceptor fieldSteven Rostedt (Google)1-2/+2
2024-04-27io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev1-8/+8
2024-04-27drm/amd/display: Do not recursively call manual trigger programmingDillon Varone1-3/+0
2024-04-27drm/amdgpu: fix incorrect number of active RBs for gfx11Tim Huang1-1/+1
2024-04-27drm/amdgpu: fix incorrect active rb bitmap for gfx11Hawking Zhang1-26/+52
2024-04-27drm/vmwgfx: Enable DMA mappings with SEVZack Rusin1-5/+6
2024-04-17Linux 6.1.87v6.1.87Greg Kroah-Hartman1-1/+1
2024-04-17drm/amd/display: fix disable otg wa logic in DCN316Fudongwang1-7/+12
2024-04-17drm/amdgpu: always force full reset for SOC21Alex Deucher1-2/+0
2024-04-17drm/amdgpu: Reset dGPU if suspend got abortedLijo Lazar1-0/+25
2024-04-17drm/i915: Disable port sync when bigjoiner is usedVille Syrjälä1-0/+5
2024-04-17drm/i915/cdclk: Fix CDCLK programming order when pipes are activeVille Syrjälä2-2/+8
2024-04-17x86/bugs: Replace CONFIG_SPECTRE_BHI_{ON,OFF} with CONFIG_MITIGATION_SPECTRE_BHIJosh Poimboeuf2-15/+4
2024-04-17x86/bugs: Remove CONFIG_BHI_MITIGATION_AUTO and spectre_bhi=autoJosh Poimboeuf4-20/+1
2024-04-17x86/bugs: Clarify that syscall hardening isn't a BHI mitigationJosh Poimboeuf3-11/+9
2024-04-17x86/bugs: Fix BHI handling of RRSBAJosh Poimboeuf1-12/+18