index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
boot
/
compressed
/
head_64.S
Age
Commit message (
Expand
)
Author
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-04-07
x86/boot: Avoid #VE during boot for TDX platforms
Sean Christopherson
2022-04-07
x86/boot: Set CR0.NE early and keep it set during the boot
Kirill A. Shutemov
2022-04-06
x86/compressed/64: Detect/setup SEV/SME features earlier during boot
Michael Roth
2022-02-22
x86: clean up symbol aliasing
Mark Rutland
2021-12-08
x86: Prepare asm files for straight-line-speculation
Peter Zijlstra
2021-08-21
x86/efi: Restore Firmware IDT before calling ExitBootServices()
Joerg Roedel
2021-04-26
Merge tag 'x86_cleanups_for_v5.13' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2021-03-21
x86: Fix various typos in comments, take #2
Ingo Molnar
2021-03-18
x86/boot/compressed/64: Check SEV encryption in the 32-bit boot-path
Joerg Roedel
2021-03-18
x86/boot/compressed/64: Add 32-bit boot #VC handler
Joerg Roedel
2021-03-18
x86/boot/compressed/64: Setup IDT in startup_32 boot path
Joerg Roedel
2021-03-18
x86/boot/compressed/64: Reload CS in startup_32
Joerg Roedel
2020-11-21
x86/boot/compressed/64: Use TEST %reg,%reg instead of CMP $0,%reg
Uros Bizjak
2020-10-19
x86/boot/64: Explicitly map boot_params and command line
Arvind Sankar
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-09-07
x86/boot/compressed/64: Call set_sev_encryption_mask() earlier
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 IDT Infrastructure
Joerg Roedel
2020-08-14
x86/boot: Remove run-time relocations from head_{32,64}.S
Arvind Sankar
2020-08-14
x86/boot: Remove run-time relocations from .head.text code
Arvind Sankar
2020-08-14
x86/boot/compressed: Get rid of GOT fixup code
Ard Biesheuvel
2020-06-17
efi/x86: Setup stack correctly for efi_pe_entry
Arvind Sankar
2020-05-19
x86/boot: Correct relocation destination on old linkers
Arvind Sankar
2020-05-04
x86/boot/compressed/64: Switch to __KERNEL_CS after GDT is loaded
Joerg Roedel
2020-03-31
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-03-08
efi/x86: Decompress at start of PE image load address
Arvind Sankar
2020-03-08
x86/boot: Use unsigned comparison for addresses
Arvind Sankar
2020-03-08
efi/x86: Avoid using code32_start
Arvind Sankar
2020-03-08
efi/x86: Make efi32_pe_entry() more readable
Arvind Sankar
2020-03-08
efi/x86: Respect 32-bit ABI in efi32_pe_entry()
Arvind Sankar
2020-03-08
efi/x86: Annotate the LOADED_IMAGE_PROTOCOL_GUID with SYM_DATA
Arvind Sankar
2020-02-29
x86/boot/compressed: Fix reloading of GDTR post-relocation
Arvind Sankar
2020-02-23
efi/x86: Implement mixed mode boot without the handover protocol
Ard Biesheuvel
2020-02-22
x86/boot: Micro-optimize GDT loading instructions
Arvind Sankar
2020-02-22
x86/boot: GDT limit value should be size - 1
Arvind Sankar
2020-02-22
x86/boot: Clear direction and interrupt flags in startup_64
Arvind Sankar
2020-02-22
x86/boot: Reload GDTR after copying to the end of the buffer
Arvind Sankar
2020-02-22
efi/x86: Don't depend on firmware GDT layout
Arvind Sankar
2020-02-22
x86/boot: Remove KEEP_SEGMENTS support
Arvind Sankar
2020-02-19
x86/boot/compressed/64: Remove .bss/.pgtable from bzImage
Arvind Sankar
2020-02-12
x86/boot/compressed/64: Use 32-bit (zero-extended) MOV for z_output_len
Arvind Sankar
2020-02-12
x86/boot/compressed/64: Use LEA to initialize boot stack pointer
Arvind Sankar
2020-01-20
efi/libstub/x86: Use const attribute for efi_is_64bit()
Ard Biesheuvel
2020-01-10
efi/libstub: Fix boot argument handling in mixed mode entry code
Ard Biesheuvel
2019-12-25
efi/libstub/x86: Drop __efi_early() export and efi_config struct
Ard Biesheuvel
2019-12-25
efi/libstub/x86: Avoid thunking for native firmware calls
Ard Biesheuvel
2019-12-25
x86/efistub: Disable paging at mixed mode entry
Ard Biesheuvel
2019-10-18
x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*
Jiri Slaby
2019-10-18
x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*
Jiri Slaby
[next]