summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-04-10Linux 6.6.26v6.6.26Greg Kroah-Hartman
2024-04-10x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman
2024-04-10KVM: x86: Add BHI_NODaniel Sneddon
2024-04-10x86/bhi: Mitigate KVM by defaultPawan Gupta
2024-04-10x86/bhi: Add BHI mitigation knobPawan Gupta
2024-04-10x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta
2024-04-10x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon
2024-04-10x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta
2024-04-10x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds
2024-04-10x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf
2024-04-10x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel
2024-04-10x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel
2024-04-10x86/sev: Move early startup code into .head.text sectionArd Biesheuvel
2024-04-10x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel
2024-04-10efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel
2024-04-10x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong
2024-04-10bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko
2024-04-10bpf: put uprobe link's path and task in release callbackAndrii Nakryiko
2024-04-10mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti
2024-04-10mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()Davide Caratti
2024-04-10selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)
2024-04-10of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov
2024-04-10Revert "x86/mpparse: Register APIC address only once"Greg Kroah-Hartman
2024-04-10drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti
2024-04-10drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti
2024-04-10drm/i915/gt: Disable HW load balancing for CCSAndi Shyti
2024-04-10smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara
2024-04-10smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara
2024-04-10smb3: retrying on failed server closeRitvik Budhiraja
2024-04-10smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara
2024-04-10smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara
2024-04-10riscv: process: Fix kernel gp leakageStefan O'Rear
2024-04-10riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland
2024-04-10s390/entry: align system call table on 8 bytesSumanth Korikkar
2024-04-10selftests/mm: include strings.h for ffslEdward Liaw
2024-04-10mm/secretmem: fix GUP-fast succeeding on secretmem foliosDavid Hildenbrand
2024-04-10arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown
2024-04-10perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang
2024-04-10x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld
2024-04-10x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-10x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-10of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina
2024-04-10driver core: Introduce device_link_wait_removal()Herve Codina