开源镜像站
帮助
动态
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
/
platform
/
pvh
Age
Commit message (
Expand
)
Author
2024-10-29
x86/pvh: Avoid absolute symbol references in .head.text
Ard Biesheuvel
2024-10-29
x86/xen: Avoid relocatable quantities in Xen ELF notes
Ard Biesheuvel
2024-10-29
x86/pvh: Omit needless clearing of phys_base
Ard Biesheuvel
2024-10-29
x86/pvh: Use correct size value in GDT descriptor
Ard Biesheuvel
2024-10-29
x86/pvh: Call C code via the kernel virtual mapping
Ard Biesheuvel
2024-09-25
x86/pvh: Add 64bit relocation page tables
Jason Andryuk
2024-09-25
x86/pvh: Set phys_base when calling xen_prepare_pvh()
Jason Andryuk
2024-09-25
x86/pvh: Make PVH entrypoint PIC for x86-64
Jason Andryuk
2024-09-12
xen, pvh: fix unbootable VMs by inlining memset() in xen_prepare_pvh()
Alexey Dobriyan
2024-09-12
xen, pvh: fix unbootable VMs (PVH + KASAN - AMD_MEM_ENCRYPT)
Alexey Dobriyan
2024-07-25
x86/xen: fix memblock_reserve() usage on PVH
Roger Pau Monne
2024-03-19
Merge tag 'for-linus-6.9-rc1-tag' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-03-13
x86/xen: attempt to inflate the memory balloon on PVH
Roger Pau Monne
2024-01-30
x86: Do not include <asm/bootparam.h> in several files
Thomas Zimmermann
2024-01-08
Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2024-01-03
arch/x86: Fix typos
Bjorn Helgaas
2023-12-20
x86/asm: Replace magic numbers in GDT descriptors, script-generated change
Vegard Nossum
2023-12-20
x86/asm: Replace magic numbers in GDT descriptors, preparations
Vegard Nossum
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2023-03-30
docs: move x86 documentation into Documentation/arch/
Jonathan Corbet
2023-03-23
x86,objtool: Split UNWIND_HINT_EMPTY in two
Josh Poimboeuf
2022-04-19
x86,xen,objtool: Add UNWIND hint
Peter Zijlstra
2021-10-05
x86/PVH: adjust function/data placement
Jan Beulich
2021-04-27
Merge tag 'x86_core_for_v5.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-03-21
x86: Remove unusual Unicode characters from comments
Ingo Molnar
2021-03-08
x86/stackprotector/32: Make the canary into a regular percpu variable
Andy Lutomirski
2021-01-26
x86/xen/pvh: Annotate indirect branch as safe
Josh Poimboeuf
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2019-10-18
x86/asm: Make some functions local
Jiri Slaby
2019-10-18
xen/pvh: Annotate data appropriately
Jiri Slaby
2019-06-08
docs: fix broken documentation links
Mauro Carvalho Chehab
2019-04-25
xen/pvh: correctly setup the PV EFI interface for dom0
Roger Pau Monne
2018-12-13
KVM: x86: Allow Qemu/KVM to use PVH entry point
Maran Wilson
2018-12-13
xen/pvh: Move Xen code for getting mem map via hcall out of common file
Maran Wilson
2018-12-13
xen/pvh: Move Xen specific PVH VM initialization out of common file
Maran Wilson
2018-12-13
xen/pvh: Create a new file for Xen specific PVH code
Maran Wilson
2018-12-13
xen/pvh: Move PVH entry code out of Xen specific tree
Maran Wilson