index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
kaslr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86/efi: Drop support for fake EFI memory maps
Ard Biesheuvel
2024-07-02
1
-34
/
+9
*
x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'
Ard Biesheuvel
2023-10-18
1
-13
/
+13
*
x86/boot/compressed: Handle unaccepted memory
Kirill A. Shutemov
2023-06-06
1
-12
/
+28
*
x86/kaslr: Fix process_mem_region()'s return value
Jiapeng Chong
2022-11-19
1
-1
/
+1
*
kbuild: build init/built-in.a just once
Masahiro Yamada
2022-09-28
1
-0
/
+1
*
x86/boot: Add an efi.h header for the decompressor
Borislav Petkov
2022-04-17
1
-2
/
+1
*
x86/boot/compressed: Avoid duplicate malloc() implementations
Kees Cook
2021-10-27
1
-4
/
+0
*
x86/kaslr: Have process_mem_region() return a boolean
Jing Yangyang
2021-08-24
1
-1
/
+1
*
x86/kaslr: Return boolean values from a function returning bool
Jiapeng Chong
2021-03-19
1
-2
/
+2
*
x86/boot/64: Initialize 5-level paging variables earlier
Arvind Sankar
2020-10-19
1
-8
/
+0
*
x86/boot/compressed/64: Don't pre-map memory in KASLR code
Joerg Roedel
2020-09-07
1
-23
/
+1
*
x86/boot/compressed/64: Always switch to own page table
Joerg Roedel
2020-09-07
1
-3
/
+0
*
x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
Joerg Roedel
2020-09-07
1
-9
/
+0
*
Merge 'x86/kaslr' to pick up dependent bits
Borislav Petkov
2020-09-07
1
-133
/
+105
|
\
|
*
x86/kaslr: Replace strlen() with strnlen()
Arvind Sankar
2020-08-06
1
-2
/
+6
|
*
x86/kaslr: Add a check that the random address is in range
Arvind Sankar
2020-07-31
1
-1
/
+11
|
*
x86/kaslr: Make local variables 64-bit
Arvind Sankar
2020-07-31
1
-6
/
+7
|
*
x86/kaslr: Replace 'unsigned long long' with 'u64'
Arvind Sankar
2020-07-31
1
-7
/
+6
|
*
x86/kaslr: Make minimum/image_size 'unsigned long'
Arvind Sankar
2020-07-31
1
-2
/
+2
|
*
x86/kaslr: Small cleanup of find_random_phys_addr()
Arvind Sankar
2020-07-31
1
-3
/
+2
|
*
x86/kaslr: Drop unnecessary alignment in find_random_virt_addr()
Arvind Sankar
2020-07-31
1
-5
/
+1
|
*
x86/kaslr: Drop redundant check in store_slot_info()
Arvind Sankar
2020-07-31
1
-6
/
+3
|
*
x86/kaslr: Make the type of number of slots/slot areas consistent
Arvind Sankar
2020-07-31
1
-5
/
+3
|
*
x86/kaslr: Drop test for command-line parameters before parsing
Arvind Sankar
2020-07-31
1
-4
/
+0
|
*
x86/kaslr: Simplify process_gb_huge_pages()
Arvind Sankar
2020-07-31
1
-26
/
+21
|
*
x86/kaslr: Short-circuit gb_huge_pages on x86-32
Arvind Sankar
2020-07-31
1
-2
/
+2
|
*
x86/kaslr: Fix off-by-one error in process_gb_huge_pages()
Arvind Sankar
2020-07-31
1
-1
/
+1
|
*
x86/kaslr: Drop some redundant checks from __process_mem_region()
Arvind Sankar
2020-07-31
1
-21
/
+6
|
*
x86/kaslr: Drop redundant variable in __process_mem_region()
Arvind Sankar
2020-07-31
1
-5
/
+2
|
*
x86/kaslr: Eliminate 'start_orig' local variable from __process_mem_region()
Arvind Sankar
2020-07-31
1
-6
/
+2
|
*
x86/kaslr: Drop redundant cur_entry from __process_mem_region()
Arvind Sankar
2020-07-31
1
-6
/
+3
|
*
x86/kaslr: Fix off-by-one error in __process_mem_region()
Arvind Sankar
2020-07-31
1
-1
/
+1
|
*
x86/kaslr: Initialize mem_limit to the real maximum address
Arvind Sankar
2020-07-31
1
-19
/
+22
|
*
x86/kaslr: Fix process_efi_entries comment
Arvind Sankar
2020-07-31
1
-2
/
+2
|
*
x86/kaslr: Remove bogus warning and unnecessary goto
Arvind Sankar
2020-07-31
1
-6
/
+3
|
*
x86/kaslr: Make command line handling safer
Arvind Sankar
2020-07-31
1
-12
/
+14
*
|
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-24
1
-1
/
+1
*
|
x86: Add support for ZSTD compressed kernel
Nick Terrell
2020-07-31
1
-7
/
+0
|
/
*
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
2019-11-27
1
-7
/
+39
|
\
|
*
x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
Dan Williams
2019-11-07
1
-7
/
+35
|
*
x86/efi: EFI soft reservation to E820 enumeration
Dan Williams
2019-11-07
1
-0
/
+4
*
|
x86/boot: Introduce setup_indirect
Daniel Kiper
2019-11-12
1
-0
/
+12
|
/
*
x86/boot/KASLR: Always return a value from process_mem_region
Louis Taylor
2019-03-06
1
-1
/
+1
*
x86/boot: Fix randconfig build error due to MEMORY_HOTREMOVE
Borislav Petkov
2019-02-06
1
-1
/
+1
*
x86/boot/KASLR: Limit KASLR to extract the kernel in immovable memory only
Chao Fan
2019-02-01
1
-11
/
+60
*
x86/boot: Parse SRAT table and count immovable memory regions
Chao Fan
2019-02-01
1
-4
/
+0
*
x86/boot/KASLR: Remove return value from handle_mem_options()
Chao Fan
2018-09-10
1
-10
/
+8
*
module: allow symbol exports to be disabled
Ard Biesheuvel
2018-08-22
1
-4
/
+1
*
x86/boot/KASLR: Make local variable mem_limit static
zhong jiang
2018-07-30
1
-1
/
+1
*
x86/boot/KASLR: Skip specified number of 1GB huge pages when doing physical r...
Baoquan He
2018-07-03
1
-5
/
+8
[next]