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