开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
ident_map_64.c
Age
Commit message (
Expand
)
Author
2024-03-14
Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-03-12
Merge branch 'linus' into x86/boot, to resolve conflict
Ingo Molnar
2024-03-06
mm/treewide: replace pmd_large() with pmd_leaf()
Peter Xu
2024-02-06
x86/boot: Add a message about ignored early NMIs
NOMURA JUNICHI(野村 淳一)
2024-01-10
x86/bugs: Rename CONFIG_PAGE_TABLE_ISOLATION => CONFIG_MITIGATION_PAGE_TABLE_...
Breno Leitao
2023-11-30
x86/boot: Ignore NMIs during very early boot
Jun'ichi Nomura
2023-10-30
Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-10-18
x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'
Ard Biesheuvel
2023-09-17
x86/boot/compressed: Reserve more memory for page tables
Kirill A. Shutemov
2023-04-04
x86/boot: Centralize __pa()/__va() definitions
Kirill A. Shutemov
2023-01-19
x86/sev: Add SEV-SNP guest feature negotiation support
Nikunj A Dadhania
2022-07-06
x86/compressed/64: Add identity mappings for setup_data entries
Michael Roth
2022-04-07
x86/compressed/64: Add identity mapping for Confidential Computing blob
Michael Roth
2022-04-07
x86/compressed: Export and rename add_identity_map()
Michael Roth
2022-04-06
x86/compressed: Add helper for validating pages in the decompression stage
Brijesh Singh
2020-12-14
Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2020-11-18
x86/boot: Remove unused finalize_identity_maps()
Arvind Sankar
2020-10-29
x86/boot/compressed/64: Check SEV encryption in 64-bit boot-path
Joerg Roedel
2020-10-19
x86/boot/64: Explicitly map boot_params and command line
Arvind Sankar
2020-10-19
x86/boot/64: Initialize 5-level paging variables earlier
Arvind Sankar
2020-09-07
x86/boot/compressed/64: Unmap GHCB page before booting the kernel
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Add set_page_en/decrypted() helpers
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Check return value of kernel_ident_mapping_init()
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Change add_identity_map() to take start and end
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Don't pre-map memory in KASLR code
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Always switch to own page table
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Add page-fault handler
Joerg Roedel
2020-09-07
x86/boot/compressed/64: Rename kaslr_64.c to ident_map_64.c
Joerg Roedel