Age | Commit message (Expand) | Author | Files | Lines |
2021-01-30 | x86/boot/compressed: Disable relocation relaxation | Arvind Sankar | 1 | -0/+2 |
2020-04-24 | x86/boot: Use unsigned comparison for addresses | Arvind Sankar | 2 | -3/+3 |
2020-01-23 | x86/efistub: Disable paging at mixed mode entry | Ard Biesheuvel | 1 | -0/+5 |
2019-09-16 | x86, boot: Remove multiple copy of static function sanitize_boot_params() | Zhenzhong Duan | 2 | -1/+1 |
2019-08-25 | x86/boot: Disable the address-of-packed-member compiler warning | Matthias Kaehlcke | 1 | -0/+1 |
2019-04-27 | x86/build: Specify elf_i386 linker emulation explicitly for i386 objects | George Rimar | 1 | -1/+1 |
2019-02-06 | x86/kaslr: Fix incorrect i8254 outb() parameters | Daniel Drake | 1 | -2/+2 |
2018-11-27 | x86/boot: #undef memcpy() et al in string.c | Michael Davidson | 1 | -0/+9 |
2018-11-27 | x86/mm/kaslr: Use the _ASM_MUL macro for multiplication to work around Clang ... | Matthias Kaehlcke | 1 | -1/+2 |
2018-11-21 | x86: boot: Fix EFI stub alignment | Ben Hutchings | 1 | -0/+7 |
2018-07-17 | x86/cpufeature: Carve out X86_FEATURE_* | Borislav Petkov | 2 | -2/+2 |
2018-05-26 | efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32' definit... | Ard Biesheuvel | 1 | -2/+4 |
2018-03-28 | x86/boot/64: Verify alignment of the LOAD segment | H.J. Lu | 1 | -0/+4 |
2018-02-25 | x86/build: Silence the build with "make -s" | Arnd Bergmann | 1 | -2/+3 |
2018-01-05 | KPTI: Rename to PAGE_TABLE_ISOLATION | Kees Cook | 1 | -1/+1 |
2018-01-05 | kaiser: do not set _PAGE_NX on pgd_none | Hugh Dickins | 1 | -0/+1 |
2017-08-11 | x86/boot: Add missing declaration of string functions | Nicholas Mc Guire | 2 | -0/+10 |
2017-05-20 | x86/boot: Fix BSS corruption/overwrite bug in early x86 kernel startup | Ashish Kalra | 1 | -1/+1 |
2016-10-20 | x86/build: Build compressed x86 kernels as PIE | H.J. Lu | 3 | -1/+49 |
2016-07-27 | x86, build: copy ldlinux.c32 to image.iso | H. Peter Anvin | 1 | -0/+3 |
2015-12-04 | x86/mm: Fix regression with huge pages on PAE | Kirill A. Shutemov | 3 | -1/+4 |
2015-11-06 | kasan: move KASAN_SANITIZE in arch/x86/boot/Makefile | Andrey Konovalov | 1 | -2/+2 |
2015-10-14 | Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin... | Ingo Molnar | 1 | -6/+22 |
2015-10-14 | Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix | Ingo Molnar | 9 | -54/+46 |
2015-10-14 | x86/efi: Fix multiple GOP device support | Kővágó, Zoltán | 1 | -2/+6 |
2015-10-12 | efifb: Add support for 64-bit frame buffer addresses | Matt Fleming | 1 | -4/+20 |
2015-09-10 | lib/decompressors: use real out buf size for gunzip with kernel | Yinghai Lu | 1 | -1/+2 |
2015-09-10 | kexec: split kexec_load syscall from kexec core code | Dave Young | 1 | -1/+1 |
2015-09-01 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -49/+36 |
2015-08-17 | Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ... | Ingo Molnar | 1 | -0/+4 |
2015-08-08 | Revert "x86/efi: Request desired alignment via the PE/COFF headers" | Matt Fleming | 1 | -1/+1 |
2015-07-31 | Merge branch 'x86/urgent' into x86/asm, before applying dependent patches | Ingo Molnar | 1 | -0/+4 |
2015-07-30 | x86/efi: Use all 64 bit of efi_memmap in setup_e820() | Dmitry Skorodumov | 1 | -0/+4 |
2015-07-21 | x86/boot: Obsolete the MCA sys_desc_table | Paolo Pisati | 5 | -49/+1 |
2015-07-07 | x86/boot: Add hex output for debugging | Kees Cook | 2 | -0/+35 |
2015-07-06 | x86/asm/tsc: Rename native_read_tsc() to rdtsc() | Andy Lutomirski | 1 | -1/+1 |
2015-07-06 | x86/asm/tsc: Replace rdtscll() with native_read_tsc() | Andy Lutomirski | 1 | -1/+1 |
2015-06-29 | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+4 |
2015-05-29 | x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h | Ingo Molnar | 1 | -6/+5 |
2015-05-28 | e820, efi: add ACPI 6.0 persistent memory types | Dan Williams | 1 | -0/+4 |
2015-05-06 | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem... | Ingo Molnar | 1 | -0/+2 |
2015-04-17 | x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr | Roy Franz | 1 | -0/+2 |
2015-04-13 | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -5/+4 |
2015-04-03 | x86/mm/KASLR: Propagate KASLR status to kernel proper | Borislav Petkov | 3 | -4/+12 |
2015-04-02 | x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20 | Denys Vlasenko | 1 | -1/+1 |
2015-03-23 | Merge tag 'v4.0-rc5' into x86/asm, to resolve conflicts | Ingo Molnar | 3 | -39/+4 |
2015-03-23 | x86/boot: Standardize strcmp() | Arjun Sreedharan | 1 | -1/+1 |
2015-03-16 | Revert "x86/mm/ASLR: Propagate base load address calculation" | Borislav Petkov | 3 | -39/+4 |
2015-03-04 | Merge tag 'v4.0-rc2' into x86/asm, to refresh the tree | Ingo Molnar | 8 | -31/+242 |
2015-02-21 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -29/+236 |