summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 6.6.26v6.6.26Greg Kroah-Hartman2024-04-101-1/+1
* x86: set SPECTRE_BHI_ON as defaultGreg Kroah-Hartman2024-04-101-1/+1
* KVM: x86: Add BHI_NODaniel Sneddon2024-04-101-1/+1
* x86/bhi: Mitigate KVM by defaultPawan Gupta2024-04-106-6/+23
* x86/bhi: Add BHI mitigation knobPawan Gupta2024-04-105-7/+165
* x86/bhi: Enumerate Branch History Injection (BHI) bugPawan Gupta2024-04-103-8/+21
* x86/bhi: Define SPEC_CTRL_BHI_DIS_SDaniel Sneddon2024-04-104-2/+8
* x86/bhi: Add support for clearing branch history at syscall entryPawan Gupta2024-04-107-3/+96
* x86/syscall: Don't force use of indirect calls for system callsLinus Torvalds2024-04-105-16/+50
* x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs fileJosh Poimboeuf2024-04-101-12/+12
* x86/boot: Move mem_encrypt= parsing to the decompressorArd Biesheuvel2024-04-105-42/+22
* x86/efistub: Remap kernel text read-only before dropping NX attributeArd Biesheuvel2024-04-104-2/+13
* x86/sev: Move early startup code into .head.text sectionArd Biesheuvel2024-04-104-24/+26
* x86/sme: Move early SME kernel encryption handling into .head.textArd Biesheuvel2024-04-102-29/+21
* efi/libstub: Add generic support for parsing mem_encrypt=Ard Biesheuvel2024-04-102-1/+9
* x86/head/64: Move the __head definition to <asm/init.h>Hou Wenlong2024-04-102-2/+3
* bpf: support deferring bpf_link dealloc to after RCU grace periodAndrii Nakryiko2024-04-103-6/+49
* bpf: put uprobe link's path and task in release callbackAndrii Nakryiko2024-04-101-3/+3
* mptcp: don't account accept() of non-MPC client as fallback to TCPDavide Caratti2024-04-103-2/+11
* mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()Davide Caratti2024-04-101-64/+44
* selftests: mptcp: connect: fix shellcheck warningsMatthieu Baerts (NGI0)2024-04-101-29/+47
* of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov2024-04-101-0/+8
* Revert "x86/mpparse: Register APIC address only once"Greg Kroah-Hartman2024-04-101-5/+5
* drm/i915/gt: Enable only one CCS for compute workloadAndi Shyti2024-04-105-0/+65
* drm/i915/gt: Do not generate the command streamer for all the CCSAndi Shyti2024-04-101-0/+17
* drm/i915/gt: Disable HW load balancing for CCSAndi Shyti2024-04-102-2/+22
* smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_network_name_deleted()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in is_valid_oplock_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_valid_lease_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in smb2_is_valid_oplock_break()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_dump_full_key()Paulo Alcantara2024-04-101-1/+5
* smb: client: fix potential UAF in cifs_stats_proc_show()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_stats_proc_write()Paulo Alcantara2024-04-101-0/+2
* smb: client: fix potential UAF in cifs_debug_files_proc_show()Paulo Alcantara2024-04-102-0/+12
* smb3: retrying on failed server closeRitvik Budhiraja2024-04-107-17/+85
* smb: client: serialise cifs_construct_tcon() with cifs_mount_mutexPaulo Alcantara2024-04-103-4/+27
* smb: client: handle DFS tcons in cifs_construct_tcon()Paulo Alcantara2024-04-101-0/+30
* riscv: process: Fix kernel gp leakageStefan O'Rear2024-04-101-3/+0
* riscv: Fix spurious errors from __get/put_kernel_nofaultSamuel Holland2024-04-101-2/+2
* s390/entry: align system call table on 8 bytesSumanth Korikkar2024-04-101-0/+1
* selftests/mm: include strings.h for ffslEdward Liaw2024-04-101-1/+1
* mm/secretmem: fix GUP-fast succeeding on secretmem foliosDavid Hildenbrand2024-04-101-2/+2
* arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown2024-04-101-4/+1
* perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS eventKan Liang2024-04-101-4/+4
* x86/coco: Require seeding RNG with RDRAND on CoCo systemsJason A. Donenfeld2024-04-103-0/+45
* x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)2024-04-101-1/+3
* x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-102-14/+39
* of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina2024-04-101-0/+12
* driver core: Introduce device_link_wait_removal()Herve Codina2024-04-102-3/+24