index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2023-08-07
x86/efistub: Avoid legacy decompressor when doing EFI boot
Ard Biesheuvel
7
-191
/
+84
2023-08-07
x86/efistub: Perform SNP feature test while running in the firmware
Ard Biesheuvel
3
-46
/
+87
2023-08-07
efi/libstub: Add limit argument to efi_random_alloc()
Ard Biesheuvel
4
-7
/
+9
2023-08-07
x86/decompressor: Factor out kernel decompression and relocation
Ard Biesheuvel
2
-5
/
+31
2023-08-07
x86/decompressor: Move global symbol references to C code
Ard Biesheuvel
3
-23
/
+11
2023-08-07
decompress: Use 8 byte alignment
Ard Biesheuvel
1
-1
/
+1
2023-08-07
x86/efistub: Prefer EFI memory attributes protocol over DXE services
Ard Biesheuvel
1
-8
/
+21
2023-08-07
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
6
-26
/
+130
2023-08-07
x86/decompressor: Merge trampoline cleanup with switching code
Ard Biesheuvel
2
-24
/
+8
2023-08-07
x86/decompressor: Pass pgtable address to trampoline directly
Ard Biesheuvel
3
-11
/
+8
2023-08-07
x86/decompressor: Only call the trampoline when changing paging levels
Ard Biesheuvel
2
-54
/
+13
2023-08-07
x86/decompressor: Call trampoline directly from C code
Ard Biesheuvel
2
-37
/
+26
2023-08-07
x86/decompressor: Avoid the need for a stack in the 32-bit trampoline
Ard Biesheuvel
3
-21
/
+40
2023-08-07
x86/decompressor: Use standard calling convention for trampoline
Ard Biesheuvel
2
-15
/
+14
2023-08-07
x86/decompressor: Call trampoline as a normal function
Ard Biesheuvel
2
-45
/
+36
2023-08-07
x86/decompressor: Assign paging related global variables earlier
Ard Biesheuvel
2
-11
/
+5
2023-08-07
x86/decompressor: Store boot_params pointer in callee save register
Ard Biesheuvel
1
-26
/
+16
2023-08-07
x86/efistub: Clear BSS in EFI handover protocol entrypoint
Ard Biesheuvel
2
-3
/
+24
2023-08-07
x86/decompressor: Avoid magic offsets for EFI handover entrypoint
Ard Biesheuvel
2
-19
/
+19
2023-08-07
x86/efistub: Simplify and clean up handover entry code
Ard Biesheuvel
5
-36
/
+31
2023-08-07
x86/efistub: Branch straight to kernel entry point from C code
Ard Biesheuvel
1
-5
/
+17
2023-08-07
x86/head_64: Store boot_params pointer in callee save register
Ard Biesheuvel
1
-20
/
+12
2023-08-07
x86/decompressor: Don't rely on upper 32 bits of GPRs being preserved
Ard Biesheuvel
1
-7
/
+23
2023-08-07
x86/sev: Do not try to parse for the CC blob on non-AMD hardware
Borislav Petkov (AMD)
2
-3
/
+43
2023-08-07
Linux 6.5-rc5
v6.5-rc5
Linus Torvalds
1
-1
/
+1
2023-08-06
Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
16
-61
/
+98
2023-08-06
fs: rely on ->iterate_shared to determine f_pos locking
Christian Brauner
1
-1
/
+1
2023-08-06
vfs: get rid of old '->iterate' directory operation
Linus Torvalds
13
-58
/
+95
2023-08-06
proc: fix missing conversion to 'iterate_shared'
Linus Torvalds
1
-1
/
+1
2023-08-06
open: make RESOLVE_CACHED correctly test for O_TMPFILE
Aleksa Sarai
1
-1
/
+1
2023-08-06
Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
5
-38
/
+64
2023-08-06
Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...
Linus Torvalds
3
-3
/
+14
2023-08-05
Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
1
-1
/
+5
2023-08-05
Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
5
-10
/
+13
2023-08-05
Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
6
-51
/
+47
2023-08-05
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-3
/
+31
2023-08-05
Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
13
-46
/
+49
2023-08-05
Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-5
/
+11
2023-08-05
Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...
Linus Torvalds
5
-52
/
+58
2023-08-04
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-7
/
+12
2023-08-04
Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-41
/
+50
2023-08-04
Merge tag 'drm-fixes-2023-08-04' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
11
-111
/
+203
2023-08-04
Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-21
/
+46
2023-08-04
file: reinstate f_pos locking optimization for regular files
Linus Torvalds
1
-1
/
+17
2023-08-04
arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVE
Mark Brown
1
-1
/
+2
2023-08-04
arm64/fpsimd: Sync FPSIMD state with SVE for SME only systems
Mark Brown
1
-2
/
+2
2023-08-04
arm64/ptrace: Don't enable SVE when setting streaming SVE
Mark Brown
1
-3
/
+5
2023-08-04
rust: fix bindgen build error with UBSAN_BOUNDS_STRICT
Andrea Righi
1
-1
/
+1
2023-08-04
rust: delete `ForeignOwnable::borrow_mut`
Alice Ryhl
2
-22
/
+3
2023-08-04
rust: allocator: Prevent mis-aligned allocation
Boqun Feng
2
-15
/
+60
[next]