Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
704c3098e4c55a409eaf5ec89cee1bccc8d44f4c
/
arch
/
x86
/
boot
/
compressed
66aad4f
x86/mm: Add support for gbpages to kernel_ident_mapping_init()
by Xunlei Pang
· 8 years ago
60854a1
x86/boot: Declare error() as noreturn
by Kees Cook
· 8 years ago
da63b6b
x86/KASLR: Fix kexec kernel boot crash when KASLR randomization fails
by Baoquan He
· 8 years ago
4729277
Merge branch 'WIP.x86/boot' into x86/boot, to pick up ready branch
by Ingo Molnar
· 8 years ago
5af2184
x86/boot: Fix Sparse warning by including required header file
by Zhengyi Shen
· 8 years ago
0871d5a
Merge branch 'linus' into WIP.x86/boot, to fix up conflicts and to pick up updates
by Ingo Molnar
· 8 years ago
292d386
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
de8cb45
efi: Get and store the secure boot status
by David Howells
· 8 years ago
a2cd2f3
x86/efi: Allow invocation of arbitrary runtime services
by David Howells
· 8 years ago
db4545d
x86/efi: Deduplicate efi_char16_printk()
by Lukas Wunner
· 8 years ago
2bd79f3
efi: Deduplicate efi_file_size() / _read() / _close()
by Lukas Wunner
· 8 years ago
7410aa1
x86/boot/e820: Separate the E820 ABI structures from the in-kernel structures
by Ingo Molnar
· 8 years ago
09821ff
x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"
by Ingo Molnar
· 8 years ago
61a5010
x86/boot/e820: Rename everything to e820_table
by Ingo Molnar
· 8 years ago
acd4c04
x86/boot/e820: Rename 'e820_map' variables to 'e820_array'
by Ingo Molnar
· 8 years ago
8ec67d9
x86/boot/e820: Rename the basic e820 data types to 'struct e820_entry' and 'struct e820_array'
by Ingo Molnar
· 8 years ago
5520b7e
x86/boot/e820: Remove spurious asm/e820/api.h inclusions
by Ingo Molnar
· 8 years ago
f284424
x86/boot: Fix KASLR and memmap= collision
by Dave Jiang
· 8 years ago
a9042de
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 8 years ago
846221c
Remove references to dead make variable LINUX_INCLUDE
by Paul Bolle
· 8 years ago
06cc6b9
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3940cf0
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
a980ce3
x86/build: Build compressed x86 kernels as PIE when !CONFIG_RELOCATABLE as well
by H.J. Lu
· 8 years ago
58c5475
x86/efi: Retrieve and assign Apple device properties
by Lukas Wunner
· 8 years ago
064025f
x86/boot: Simplify the GDTR calculation assembly code a bit
by Wei Yang
· 8 years ago
5465fe0
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into efi/core
by Ingo Molnar
· 8 years ago
0a637ee
x86/efi: Allow invocation of arbitrary boot services
by Lukas Wunner
· 8 years ago
15cf7ca
x86/efi: Remove unused find_bits() function
by Lukas Wunner
· 8 years ago
ac0e94b
x86/efi: Initialize status to ensure garbage is not returned on small size
by Colin Ian King
· 8 years ago
d649340
x86/efi: Use efi_exit_boot_services()
by Jeffrey Hugo
· 8 years ago
dadb57a
efi/libstub: Allocate headspace in efi_get_memory_map()
by Jeffrey Hugo
· 8 years ago
77cd3d0
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
021182e
x86/mm: Enable KASLR for physical mapping memory regions
by Thomas Garnier
· 8 years ago
d899a7d
x86/mm: Refactor KASLR entropy functions
by Thomas Garnier
· 8 years ago
6daa2ec
x86/KASLR: Fix boot crash with certain memory configurations
by Baoquan He
· 8 years ago
f6d1747
x86/efi: Remove unused variable 'efi'
by Colin Ian King
· 8 years ago
e066cc4
x86/KASLR: Allow randomization below the load address
by Yinghai Lu
· 9 years ago
ed9f007
x86/KASLR: Extend kernel image physical address randomization to addresses larger than 4G
by Kees Cook
· 9 years ago
8391c73
x86/KASLR: Randomize virtual address separately
by Baoquan He
· 9 years ago
11fdf97
x86/KASLR: Clarify identity map interface
by Kees Cook
· 9 years ago
98f7852
x86/boot: Refuse to build with data relocations
by Kees Cook
· 9 years ago
65fe935
x86/KASLR, x86/power: Remove x86 hibernation restrictions
by Kees Cook
· 8 years ago
5b26fc8
Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
by Linus Torvalds
· 9 years ago
9a45f03
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
d2d3462
x86/KASLR: Clarify purpose of each get_random_long()
by Kees Cook
· 9 years ago
071a749
x86/KASLR: Add virtual address choosing function
by Baoquan He
· 9 years ago
06486d6
x86/KASLR: Return earliest overlap when avoiding regions
by Kees Cook
· 9 years ago
c401cf1
x86/KASLR: Add 'struct slot_area' to manage random_addr slots
by Baoquan He
· 9 years ago
cb18ef0
x86/boot: Add missing file header comments
by Kees Cook
· 9 years ago
434a6c9
x86/KASLR: Initialize mapping_info every time
by Kees Cook
· 9 years ago
36a39ac
x86/boot: Comment what finalize_identity_maps() does
by Borislav Petkov
· 9 years ago
3a94707
x86/KASLR: Build identity mappings on demand
by Kees Cook
· 9 years ago
ed09acd
x86/KASLR: Improve comments around the mem_avoid[] logic
by Kees Cook
· 9 years ago
549f90d
x86/boot: Simplify pointer casting in choose_random_location()
by Borislav Petkov
· 9 years ago
9dc1969
x86/KASLR: Consolidate mem_avoid[] entries
by Yinghai Lu
· 9 years ago
2bc1cd3
x86/boot: Clean up pointer casting
by Kees Cook
· 9 years ago
00ec2c3
x86/boot: Warn on future overlapping memcpy() use
by Kees Cook
· 9 years ago
dc425a6
x86/boot: Extract error reporting functions
by Kees Cook
· 9 years ago
4abf061
x86/boot: Correctly bounds-check relocations
by Yinghai Lu
· 9 years ago
4d2d542
x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_total_size'
by Yinghai Lu
· 9 years ago
67b6662
x86/boot: Fix "run_size" calculation
by Yinghai Lu
· 9 years ago
d607251
x86/boot: Calculate decompression size during boot not build
by Yinghai Lu
· 9 years ago
974f221
x86/boot: Move compressed kernel to the end of the decompression buffer
by Yinghai Lu
· 9 years ago
6f9af75
x86/KASLR: Handle kernel relocations above 2G correctly
by Baoquan He
· 9 years ago
fc37206
efi/libstub: Move Graphics Output Protocol handling to generic code
by Ard Biesheuvel
· 9 years ago
2c23b73
x86/efi: Prepare GOP handling code for reuse as generic code
by Ard Biesheuvel
· 9 years ago
81b785f
x86/boot: Rename overlapping memcpy() to memmove()
by Kees Cook
· 9 years ago
0f8ede1b
x86/KASLR: Warn when KASLR is disabled
by Kees Cook
· 9 years ago
bf0118d
x86/boot: Make memcpy() handle overlaps
by Kees Cook
· 9 years ago
1f208de
x86/boot: Clean up things used by decompressors
by Kees Cook
· 9 years ago
e8581e3
x86/KASLR: Drop CONFIG_RANDOMIZE_BASE_MAX_OFFSET
by Baoquan He
· 9 years ago
4252db1
x86/KASLR: Update description for decompressor worst case size
by Baoquan He
· 9 years ago
be1fb0e
kbuild: delete unnecessary "@:"
by Masahiro Yamada
· 9 years ago
9016875
x86/KASLR: Rename "random" to "random_addr"
by Kees Cook
· 9 years ago
7de828d
x86/KASLR: Clarify purpose of kaslr.c
by Kees Cook
· 9 years ago
c040288
x86/boot: Clarify purpose of functions in misc.c
by Kees Cook
· 9 years ago
6655e0a
x86/boot: Rename "real_mode" to "boot_params"
by Kees Cook
· 9 years ago
206f25a
x86/KASLR: Remove unneeded boot_params argument
by Yinghai Lu
· 9 years ago
9b23874
x86/KASLR: Rename aslr.c to kaslr.c
by Kees Cook
· 9 years ago
6d92bc9
x86/build: Build compressed x86 kernels as PIE
by H.J. Lu
· 9 years ago
5c9a875
kernel: add kcov code coverage
by Dmitry Vyukov
· 9 years ago
c0dd671686
objtool: Mark non-standard object files and directories
by Josh Poimboeuf
· 9 years ago
c6d3085
UBSAN: run-time undefined behavior sanity checker
by Andrey Ryabinin
· 9 years ago
790a2ee
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into core/efi
by Ingo Molnar
· 9 years ago
8a53554
x86/efi: Fix multiple GOP device support
by Kővágó, Zoltán
· 9 years ago
ae2ee62
efifb: Add support for 64-bit frame buffer addresses
by Matt Fleming
· 9 years ago
2d3862d
lib/decompressors: use real out buf size for gunzip with kernel
by Yinghai Lu
· 9 years ago
11e612d
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
5461bd8
Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new changes
by Ingo Molnar
· 9 years ago
5b929bd
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
by Ingo Molnar
· 9 years ago
7cc03e4
x86/efi: Use all 64 bit of efi_memmap in setup_e820()
by Dmitry Skorodumov
· 9 years ago
9491630
x86/boot: Obsolete the MCA sys_desc_table
by Paolo Pisati
· 9 years ago
79063a7
x86/boot: Add hex output for debugging
by Kees Cook
· 9 years ago
4ea1636
x86/asm/tsc: Rename native_read_tsc() to rdtsc()
by Andy Lutomirski
· 9 years ago
87be28a
x86/asm/tsc: Replace rdtscll() with native_read_tsc()
by Andy Lutomirski
· 9 years ago
88793e5
Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm
by Linus Torvalds
· 9 years ago
927392d
x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h
by Ingo Molnar
· 12 years ago
ad5fb87
e820, efi: add ACPI 6.0 persistent memory types
by Dan Williams
· 10 years ago
c102cb0
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi into x86/urgent
by Ingo Molnar
· 10 years ago
98b228f
x86/efi: Store upper bits of command line buffer address in ext_cmd_line_ptr
by Roy Franz
· 10 years ago
Next »