Evgeniy Baskov ([email protected])

Number of posts: 248 (0.28 per day)
First post: 2020-11-13 16:16:05
Last post: 2023-04-28 13:26:07

Date List Subject
2023-04-28 13:26:07 linux-kernel Re: [PATCH 0/6] efi/x86: Avoid legacy decompressor during EFI boot
2023-04-18 14:14:35 linux-kernel Re: [RFC PATCH 0/3] efi: Implement generic zboot support
2023-04-08 15:10:44 linux-kernel Re: [PATCH v5 03/27] x86/boot: Set cr0 to known state in trampoline
2023-04-08 15:10:15 linux-kernel Re: [PATCH v5 02/27] x86/build: Remove RWX sections and align on 4KB
2023-04-08 15:08:27 linux-kernel Re: [PATCH v5 01/27] x86/boot: Align vmlinuz sections on page size
2023-03-15 13:25:57 linux-kernel Re: [PATCH v5 09/27] x86/boot: Remove mapping from page fault handler
2023-03-15 13:25:54 linux-kernel Re: [PATCH v5 00/27] x86_64: Improvements at compressed kernel stage
2023-03-14 11:08:21 linux-kernel [PATCH v5 15/27] efi/x86: Support extracting kernel from libstub
2023-03-14 11:08:17 linux-kernel [PATCH v5 18/27] tools/include: Add simplified version of pe.h
2023-03-14 11:02:35 linux-kernel [PATCH v5 25/27] efi/libstub: Use memory attribute protocol
2023-03-14 11:02:32 linux-kernel [PATCH v5 21/27] x86/build: Add SETUP_HEADER_OFFSET constant
2023-03-14 11:02:28 linux-kernel [PATCH v5 23/27] efi/libstub: Don't set ramdisk_image/ramdisk_size
2023-03-14 11:02:26 linux-kernel [PATCH v5 26/27] efi/libstub: make memory protection warnings include newlines.
2023-03-14 10:53:08 linux-kernel [PATCH v5 24/27] x86/build: Make generated PE more spec compliant
2023-03-14 10:53:03 linux-kernel [PATCH v5 27/27] efi/x86: don't try to set page attributes on 0-sized regions.
2023-03-14 10:25:36 linux-kernel [PATCH v5 22/27] x86/build: set type_of_loader for EFISTUB
2023-03-14 10:23:20 linux-kernel [PATCH v5 04/27] x86/boot: Increase boot page table size
2023-03-14 10:23:03 linux-kernel [PATCH v5 05/27] x86/boot: Support 4KB pages for identity mapping
2023-03-14 10:23:00 linux-kernel [PATCH v5 06/27] x86/boot: Setup memory protection for bzImage code
2023-03-14 10:22:57 linux-kernel [PATCH v5 02/27] x86/build: Remove RWX sections and align on 4KB
2023-03-14 10:22:53 linux-kernel [PATCH v5 03/27] x86/boot: Set cr0 to known state in trampoline
2023-03-14 10:22:40 linux-kernel [PATCH v5 20/27] efi: x86: Use private copy of struct setup_header
2023-03-14 10:20:53 linux-kernel [PATCH v5 19/27] x86/build: Cleanup tools/build.c
2023-03-14 10:20:32 linux-kernel [PATCH v5 14/27] x86/boot: Add EFI kernel extraction interface
2023-03-14 10:20:29 linux-kernel [PATCH v5 17/27] x86: decompressor: Remove the 'bugger off' message
2023-03-14 10:20:25 linux-kernel [PATCH v5 16/27] x86/boot: Reduce lower limit of physical KASLR
2023-03-14 10:17:56 linux-kernel [PATCH v5 12/27] x86/boot: Make kernel_add_identity_map() a pointer
2023-03-14 10:17:53 linux-kernel [PATCH v5 13/27] x86/boot: Split trampoline and pt init code
2023-03-14 10:17:11 linux-kernel [PATCH v5 11/27] x86/boot: Make console interface more abstract
2023-03-14 10:17:08 linux-kernel [PATCH v5 10/27] efi/libstub: Move helper function to related file
2023-03-14 10:17:05 linux-kernel [PATCH v5 08/27] x86/boot: Map memory explicitly
2023-03-14 10:17:02 linux-kernel [PATCH v5 09/27] x86/boot: Remove mapping from page fault handler
2023-03-14 10:16:59 linux-kernel [PATCH v5 07/27] x86/build: Check W^X of vmlinux during build
2023-03-14 10:16:06 linux-kernel [PATCH v5 00/27] x86_64: Improvements at compressed kernel stage
2023-03-14 10:16:00 linux-kernel [PATCH v5 01/27] x86/boot: Align vmlinuz sections on page size
2023-03-13 09:12:13 linux-kernel Re: [PATCH v4 20/26] x86/build: Make generated PE more spec compliant
2023-03-12 12:11:29 linux-kernel Re: [PATCH v4 17/26] x86/boot: Reduce size of the DOS stub
2023-03-12 12:10:11 linux-kernel Re: [PATCH v4 21/26] efi/x86: Explicitly set sections memory attributes
2023-03-12 12:02:02 linux-kernel Re: [PATCH v4 20/26] x86/build: Make generated PE more spec compliant
2023-03-11 15:14:40 linux-kernel Re: [PATCH v4 23/26] efi/libstub: Use memory attribute protocol
2023-03-11 15:09:41 linux-kernel Re: [PATCH v4 21/26] efi/x86: Explicitly set sections memory attributes
2023-03-11 15:02:26 linux-kernel Re: [PATCH v4 20/26] x86/build: Make generated PE more spec compliant
2023-03-11 14:49:30 linux-kernel Re: [PATCH v4 17/26] x86/boot: Reduce size of the DOS stub
2023-03-11 14:37:52 linux-kernel Re: [PATCH v4 13/26] x86/boot: Split trampoline and pt init code
2023-03-11 14:34:38 linux-kernel Re: [PATCH v4 12/26] x86/boot: Make kernel_add_identity_map() a pointer
2023-03-11 14:31:53 linux-kernel Re: [PATCH v4 02/26] x86/build: Remove RWX sections and align on 4KB
2023-03-11 14:30:56 linux-kernel Re: [PATCH v4 01/26] x86/boot: Align vmlinuz sections on page size
2023-03-09 17:22:54 linux-kernel Re: [PATCH v4 19/26] x86/build: Cleanup tools/build.c
2023-03-09 17:13:13 linux-kernel Re: [PATCH v4 15/26] efi/x86: Support extracting kernel from libstub
2023-03-09 17:09:31 linux-kernel Re: [PATCH v4 15/26] efi/x86: Support extracting kernel from libstub
2023-03-09 16:34:23 linux-kernel Re: [PATCH v4 19/26] x86/build: Cleanup tools/build.c