index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-10
Linux 6.6.26
v6.6.26
Greg Kroah-Hartman
1
-1
/
+1
2024-04-10
x86: set SPECTRE_BHI_ON as default
Greg Kroah-Hartman
1
-1
/
+1
2024-04-10
KVM: x86: Add BHI_NO
Daniel Sneddon
1
-1
/
+1
2024-04-10
x86/bhi: Mitigate KVM by default
Pawan Gupta
6
-6
/
+23
2024-04-10
x86/bhi: Add BHI mitigation knob
Pawan Gupta
5
-7
/
+165
2024-04-10
x86/bhi: Enumerate Branch History Injection (BHI) bug
Pawan Gupta
3
-8
/
+21
2024-04-10
x86/bhi: Define SPEC_CTRL_BHI_DIS_S
Daniel Sneddon
4
-2
/
+8
2024-04-10
x86/bhi: Add support for clearing branch history at syscall entry
Pawan Gupta
7
-3
/
+96
2024-04-10
x86/syscall: Don't force use of indirect calls for system calls
Linus Torvalds
5
-16
/
+50
2024-04-10
x86/bugs: Change commas to semicolons in 'spectre_v2' sysfs file
Josh Poimboeuf
1
-12
/
+12
2024-04-10
x86/boot: Move mem_encrypt= parsing to the decompressor
Ard Biesheuvel
5
-42
/
+22
2024-04-10
x86/efistub: Remap kernel text read-only before dropping NX attribute
Ard Biesheuvel
4
-2
/
+13
2024-04-10
x86/sev: Move early startup code into .head.text section
Ard Biesheuvel
4
-24
/
+26
2024-04-10
x86/sme: Move early SME kernel encryption handling into .head.text
Ard Biesheuvel
2
-29
/
+21
2024-04-10
efi/libstub: Add generic support for parsing mem_encrypt=
Ard Biesheuvel
2
-1
/
+9
2024-04-10
x86/head/64: Move the __head definition to <asm/init.h>
Hou Wenlong
2
-2
/
+3
2024-04-10
bpf: support deferring bpf_link dealloc to after RCU grace period
Andrii Nakryiko
3
-6
/
+49
2024-04-10
bpf: put uprobe link's path and task in release callback
Andrii Nakryiko
1
-3
/
+3
2024-04-10
mptcp: don't account accept() of non-MPC client as fallback to TCP
Davide Caratti
3
-2
/
+11
2024-04-10
mptcp: don't overwrite sock_ops in mptcp_is_tcpsk()
Davide Caratti
1
-64
/
+44
2024-04-10
selftests: mptcp: connect: fix shellcheck warnings
Matthieu Baerts (NGI0)
1
-29
/
+47
2024-04-10
of: module: prevent NULL pointer dereference in vsnprintf()
Sergey Shtylyov
1
-0
/
+8
2024-04-10
Revert "x86/mpparse: Register APIC address only once"
Greg Kroah-Hartman
1
-5
/
+5
2024-04-10
drm/i915/gt: Enable only one CCS for compute workload
Andi Shyti
5
-0
/
+65
2024-04-10
drm/i915/gt: Do not generate the command streamer for all the CCS
Andi Shyti
1
-0
/
+17
2024-04-10
drm/i915/gt: Disable HW load balancing for CCS
Andi Shyti
2
-2
/
+22
2024-04-10
smb: client: fix potential UAF in cifs_signal_cifsd_for_reconnect()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in smb2_is_network_name_deleted()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in smb2_is_valid_lease_break()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in smb2_is_valid_oplock_break()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_dump_full_key()
Paulo Alcantara
1
-1
/
+5
2024-04-10
smb: client: fix potential UAF in cifs_stats_proc_show()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_stats_proc_write()
Paulo Alcantara
1
-0
/
+2
2024-04-10
smb: client: fix potential UAF in cifs_debug_files_proc_show()
Paulo Alcantara
2
-0
/
+12
2024-04-10
smb3: retrying on failed server close
Ritvik Budhiraja
7
-17
/
+85
2024-04-10
smb: client: serialise cifs_construct_tcon() with cifs_mount_mutex
Paulo Alcantara
3
-4
/
+27
2024-04-10
smb: client: handle DFS tcons in cifs_construct_tcon()
Paulo Alcantara
1
-0
/
+30
2024-04-10
riscv: process: Fix kernel gp leakage
Stefan O'Rear
1
-3
/
+0
2024-04-10
riscv: Fix spurious errors from __get/put_kernel_nofault
Samuel Holland
1
-2
/
+2
2024-04-10
s390/entry: align system call table on 8 bytes
Sumanth Korikkar
1
-0
/
+1
2024-04-10
selftests/mm: include strings.h for ffsl
Edward Liaw
1
-1
/
+1
2024-04-10
mm/secretmem: fix GUP-fast succeeding on secretmem folios
David Hildenbrand
1
-2
/
+2
2024-04-10
arm64/ptrace: Use saved floating point state type to determine SVE layout
Mark Brown
1
-4
/
+1
2024-04-10
perf/x86/intel/ds: Don't clear ->pebs_data_cfg for the last PEBS event
Kan Liang
1
-4
/
+4
2024-04-10
x86/coco: Require seeding RNG with RDRAND on CoCo systems
Jason A. Donenfeld
3
-0
/
+45
2024-04-10
x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()
Borislav Petkov (AMD)
1
-1
/
+3
2024-04-10
x86/mm/pat: fix VM_PAT handling in COW mappings
David Hildenbrand
2
-14
/
+39
2024-04-10
of: dynamic: Synchronize of_changeset_destroy() with the devlink removals
Herve Codina
1
-0
/
+12
2024-04-10
driver core: Introduce device_link_wait_removal()
Herve Codina
2
-3
/
+24
[next]