index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
misc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'x86_core_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-11-02
1
-0
/
+2
|
\
|
*
x86/boot/compressed: Avoid duplicate malloc() implementations
Kees Cook
2021-10-27
1
-0
/
+2
*
|
lib/string: Move helper functions out of string.c
Kees Cook
2021-09-25
1
-0
/
+2
|
/
*
x86/boot/compressed: Enable -Wundef
Nick Desaulniers
2021-05-12
1
-1
/
+1
*
x86/boot/compressed/64: Cleanup exception handling before booting kernel
Joerg Roedel
2021-03-18
1
-0
/
+6
*
kasan, x86, s390: update undef CONFIG_KASAN
Andrey Konovalov
2020-12-22
1
-0
/
+1
*
x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path
Joerg Roedel
2020-10-29
1
-0
/
+2
*
x86/sev-es: Check required CPU features for SEV-ES
Martin Radev
2020-09-10
1
-2
/
+3
*
x86/boot/compressed/64: Unmap GHCB page before booting the kernel
Joerg Roedel
2020-09-07
1
-0
/
+6
*
x86/boot/compressed/64: Setup a GHCB-based VC Exception handler
Joerg Roedel
2020-09-07
1
-0
/
+7
*
x86/boot/compressed/64: Add set_page_en/decrypted() helpers
Joerg Roedel
2020-09-07
1
-0
/
+2
*
x86/boot/compressed/64: Add stage1 #VC handler
Joerg Roedel
2020-09-07
1
-0
/
+1
*
x86/boot/compressed/64: Don't pre-map memory in KASLR code
Joerg Roedel
2020-09-07
1
-10
/
+0
*
x86/boot/compressed/64: Add page-fault handler
Joerg Roedel
2020-09-07
1
-0
/
+6
*
x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
Joerg Roedel
2020-09-07
1
-0
/
+8
*
x86/boot/compressed/64: Add IDT Infrastructure
Joerg Roedel
2020-09-07
1
-0
/
+5
*
x86/kaslr: Replace 'unsigned long long' with 'u64'
Arvind Sankar
2020-07-31
1
-2
/
+2
*
x86/boot/compressed: Fix debug_puthex() parameter type
Joerg Roedel
2020-03-28
1
-1
/
+1
*
x86, boot: Remove multiple copy of static function sanitize_boot_params()
Zhenzhong Duan
2019-07-18
1
-1
/
+0
*
x86/boot: Fix incorrect ifdeffery scope
Baoquan He
2019-03-27
1
-2
/
+2
*
x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVE
Borislav Petkov
2019-02-06
1
-1
/
+1
*
x86/boot: Fix cmdline_find_option() prototype visibility
Borislav Petkov
2019-02-06
1
-2
/
+0
*
x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory only
Chao Fan
2019-02-01
1
-0
/
+1
*
x86/boot: Parse SRAT table and count immovable memory regions
Chao Fan
2019-02-01
1
-0
/
+10
*
x86/boot: Early parse RSDP and save it in boot_params
Chao Fan
2019-02-01
1
-0
/
+7
*
x86/boot: Add "acpi_rsdp=" early parsing
Chao Fan
2019-02-01
1
-0
/
+3
*
x86/paravirt: Introduce new config option PARAVIRT_XXL
Juergen Gross
2018-09-03
1
-0
/
+1
*
x86/mm: Unify pgtable_l5_enabled usage in early boot code
Kirill A. Shutemov
2018-05-19
1
-4
/
+2
*
x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT
Tom Lendacky
2018-03-28
1
-1
/
+1
*
x86/mm: Optimize boot-time paging mode switching cost
Kirill A. Shutemov
2018-02-21
1
-0
/
+5
*
x86/boot: Add early boot support when running with SEV active
Tom Lendacky
2017-11-07
1
-0
/
+2
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
x86/boot/KASLR: Fix kexec crash due to 'virt_addr' calculation bug
Baoquan He
2017-06-30
1
-2
/
+0
*
x86/KASLR: Randomize virtual address separately
Baoquan He
2016-06-26
1
-10
/
+12
*
x86/KASLR: Clarify identity map interface
Kees Cook
2016-06-26
1
-0
/
+3
*
x86/KASLR: Build identity mappings on demand
Kees Cook
2016-05-07
1
-0
/
+11
*
x86/boot: Simplify pointer casting in choose_random_location()
Borislav Petkov
2016-05-07
1
-5
/
+5
*
x86/boot: Clean up pointer casting
Kees Cook
2016-05-06
1
-5
/
+5
*
x86/boot: Extract error reporting functions
Kees Cook
2016-05-03
1
-1
/
+0
*
x86/KASLR: Warn when KASLR is disabled
Kees Cook
2016-04-22
1
-0
/
+1
*
x86/KASLR: Clarify purpose of kaslr.c
Kees Cook
2016-04-19
1
-2
/
+2
*
x86/boot: Rename "real_mode" to "boot_params"
Kees Cook
2016-04-19
1
-1
/
+1
*
x86/KASLR: Remove unneeded boot_params argument
Yinghai Lu
2016-04-19
1
-4
/
+2
*
x86/KASLR: Rename aslr.c to kaslr.c
Kees Cook
2016-04-19
1
-1
/
+1
*
x86/boot: Add hex output for debugging
Kees Cook
2015-07-07
1
-0
/
+11
*
x86/boot: Add CONFIG_PARAVIRT_SPINLOCKS quirk to arch/x86/boot/compressed/misc.h
Ingo Molnar
2015-05-29
1
-6
/
+5
*
x86/mm/KASLR: Propagate KASLR status to kernel proper
Borislav Petkov
2015-04-03
1
-2
/
+4
*
Revert "x86/mm/ASLR: Propagate base load address calculation"
Borislav Petkov
2015-03-16
1
-4
/
+2
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2015-02-21
1
-2
/
+4
|
\
|
*
x86/mm/ASLR: Propagate base load address calculation
Jiri Kosina
2015-02-19
1
-2
/
+4
[next]