aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-07x86/decompressor: Pass pgtable address to trampoline directlyGravatar Ard Biesheuvel 3-11/+8
2023-08-07x86/decompressor: Only call the trampoline when changing paging levelsGravatar Ard Biesheuvel 2-54/+13
2023-08-07x86/decompressor: Call trampoline directly from C codeGravatar Ard Biesheuvel 2-37/+26
2023-08-07x86/decompressor: Avoid the need for a stack in the 32-bit trampolineGravatar Ard Biesheuvel 3-21/+40
2023-08-07x86/decompressor: Use standard calling convention for trampolineGravatar Ard Biesheuvel 2-15/+14
2023-08-07x86/decompressor: Call trampoline as a normal functionGravatar Ard Biesheuvel 2-45/+36
2023-08-07x86/decompressor: Assign paging related global variables earlierGravatar Ard Biesheuvel 2-11/+5
2023-08-07x86/decompressor: Store boot_params pointer in callee save registerGravatar Ard Biesheuvel 1-26/+16
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointGravatar Ard Biesheuvel 2-3/+24
2023-08-07x86/decompressor: Avoid magic offsets for EFI handover entrypointGravatar Ard Biesheuvel 2-19/+19
2023-08-07x86/efistub: Simplify and clean up handover entry codeGravatar Ard Biesheuvel 5-36/+31
2023-08-07x86/efistub: Branch straight to kernel entry point from C codeGravatar Ard Biesheuvel 1-5/+17
2023-08-07x86/head_64: Store boot_params pointer in callee save registerGravatar Ard Biesheuvel 1-20/+12
2023-08-07x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedGravatar Ard Biesheuvel 1-7/+23
2023-08-07x86/sev: Do not try to parse for the CC blob on non-AMD hardwareGravatar Borislav Petkov (AMD) 2-3/+43
2023-08-06Linux 6.5-rc5v6.5-rc5Gravatar Linus Torvalds 1-1/+1
2023-08-06Merge tag 'v6.5-rc5.vfs.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 16-61/+98
2023-08-06fs: rely on ->iterate_shared to determine f_pos lockingGravatar Christian Brauner 1-1/+1
2023-08-06vfs: get rid of old '->iterate' directory operationGravatar Linus Torvalds 13-58/+95
2023-08-06proc: fix missing conversion to 'iterate_shared'Gravatar Linus Torvalds 1-1/+1
2023-08-06open: make RESOLVE_CACHED correctly test for O_TMPFILEGravatar Aleksa Sarai 1-1/+1
2023-08-05Merge tag 'rust-fixes-6.5-rc5' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 5-38/+64
2023-08-05Merge tag 'ata-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Gravatar Linus Torvalds 3-3/+14
2023-08-05Merge tag '6.5-rc4-smb3-client-fix' of git://git.samba.org/sfrench/cifs-2.6Gravatar Linus Torvalds 1-1/+5
2023-08-05Merge tag 'powerpc-6.5-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 5-10/+13
2023-08-05Merge tag 'parisc-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 6-51/+47
2023-08-04Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-3/+31
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Gravatar Linus Torvalds 13-46/+49
2023-08-04Merge tag 'riscv-for-linus-6.5-rc5' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-5/+11
2023-08-04Merge tag 'pm-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Gravatar Linus Torvalds 5-52/+58
2023-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-7/+12
2023-08-04Merge tag 'mtd/fixes-for-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-41/+50
2023-08-04Merge tag 'drm-fixes-2023-08-04' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 11-111/+203
2023-08-04Merge tag 'ceph-for-6.5-rc5' of https://github.com/ceph/ceph-clientGravatar Linus Torvalds 5-21/+46
2023-08-04file: reinstate f_pos locking optimization for regular filesGravatar Linus Torvalds 1-1/+17
2023-08-04arm64/fpsimd: Sync and zero pad FPSIMD state for streaming SVEGravatar Mark Brown 1-1/+2
2023-08-04arm64/fpsimd: Sync FPSIMD state with SVE for SME only systemsGravatar Mark Brown 1-2/+2
2023-08-04arm64/ptrace: Don't enable SVE when setting streaming SVEGravatar Mark Brown 1-3/+5
2023-08-04rust: fix bindgen build error with UBSAN_BOUNDS_STRICTGravatar Andrea Righi 1-1/+1
2023-08-04rust: delete `ForeignOwnable::borrow_mut`Gravatar Alice Ryhl 2-22/+3
2023-08-04rust: allocator: Prevent mis-aligned allocationGravatar Boqun Feng 2-15/+60
2023-08-04Merge tag 'drm-intel-fixes-2023-08-03' of git://anongit.freedesktop.org/drm/d...Gravatar Dave Airlie 8-109/+199
2023-08-04Merge tag 'drm-misc-fixes-2023-08-03' of ssh://git.freedesktop.org/git/drm/dr...Gravatar Dave Airlie 3-2/+4
2023-08-03Merge tag 'perf-tools-fixes-for-v6.5-2-2023-08-03' of git://git.kernel.org/pu...Gravatar Linus Torvalds 8-36/+81
2023-08-03Merge tag 'cxl-fixes-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 4-3/+92
2023-08-03Merge tag 'net-6.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 123-446/+982
2023-08-03MAINTAINERS: update TUN/TAP maintainersGravatar Jakub Kicinski 1-1/+4
2023-08-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 3-20/+37
2023-08-03Merge tag 'wireless-2023-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Jakub Kicinski 8-35/+25
2023-08-03test/vsock: remove vsock_perf executable on `make clean`Gravatar Stefano Garzarella 1-1/+1