index
:
qemu
loongarch64
master
or1k
QEMU development tree
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
arm
/
boot.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
hw: arm: Remove use of tabs in some source files
Tanmay Patil
2024-05-28
1
-4
/
+4
*
target/arm/arm-powerctl: Correctly init CPUs when powered on to lower EL
Peter Maydell
2023-10-19
1
-72
/
+23
*
hw/arm/boot: Set SCR_EL3.FGTEn when booting kernel
Fabian Vogt
2023-09-21
1
-0
/
+4
*
hw/arm/boot: Make write_bootloader() public as arm_write_bootloader()
Cédric Le Goater
2023-05-02
1
-27
/
+8
*
hw/arm: do not free machine->fdt in arm_load_dtb()
Markus Armbruster
2023-04-03
1
-1
/
+4
*
hw: arm: Support direct boot for Linux/arm64 EFI zboot images
Ard Biesheuvel
2023-03-06
1
-0
/
+6
*
target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
Fabiano Rosas
2023-02-27
1
-1
/
+5
*
hw/arm/boot: set initrd with #address-cells type in fdt
Schspa Shi
2022-12-15
1
-4
/
+6
*
hw/arm/boot: Set SCR_EL3.HXEn when booting kernel
Peter Maydell
2022-11-04
1
-0
/
+3
*
hw/arm/boot: Set SME and SVE EL3 vector lengths when booting kernel
Peter Maydell
2022-11-04
1
-0
/
+2
*
arm: re-randomize rng-seed on reboot
Jason A. Donenfeld
2022-10-27
1
-0
/
+2
*
hw/arm, loongarch: Move load_image_to_fw_cfg() to common location
Sunil V L
2022-10-14
1
-49
/
+0
*
hw/arm/boot: set CPTR_EL3.ESM and SCR_EL3.EnTP2 when booting Linux with EL3
Jerome Forissier
2022-10-10
1
-0
/
+4
*
hw/core/loader: return image sizes as ssize_t
Jamie Iles
2022-06-10
1
-4
/
+4
*
target/arm: Use FIELD definitions for CPACR, CPTR_ELx
Richard Henderson
2022-05-19
1
-1
/
+1
*
target/arm: Report KVM's actual PSCI version to guest in dtb
Peter Maydell
2022-03-02
1
-3
/
+2
*
target/arm: Support PSCI 1.1 and SMCCC 1.0
Akihiko Odaki
2022-03-02
1
-3
/
+9
*
hw/arm/boot: Drop existing dtb /psci node rather than retaining it
Peter Maydell
2022-02-08
1
-3
/
+4
*
hw/arm/boot: Drop nb_cpus field from arm_boot_info
Peter Maydell
2022-02-08
1
-4
/
+3
*
hw/arm/boot: Don't write secondary boot stub if using PSCI
Peter Maydell
2022-02-08
1
-11
/
+24
*
hw/arm/boot: Prevent setting both psci_conduit and secure_board_setup
Peter Maydell
2022-02-08
1
-0
/
+10
*
hw/arm/boot: Support setting psci-conduit based on guest EL
Peter Maydell
2022-02-08
1
-0
/
+50
*
hw/arm: Don't include qemu-common.h unnecessarily
Peter Maydell
2021-12-15
1
-1
/
+0
*
hw/arm/virt: Don't create device-tree node for empty NUMA node
Gavin Shan
2021-10-20
1
-0
/
+13
*
hw/arm/boot: Report error if there is no fw_cfg device in the machine
Peter Maydell
2021-08-02
1
-0
/
+9
*
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
vl: make qemu_get_machine_opts static
Paolo Bonzini
2020-12-15
1
-1
/
+1
*
vl: extract softmmu/datadir.c
Paolo Bonzini
2020-12-10
1
-0
/
+1
*
hw/arm/boot: fix SVE for EL3 direct kernel boot
Rémi Denis-Courmont
2020-11-02
1
-0
/
+3
*
hw/arm/boot: Fix MTE for EL3 direct kernel boot
Richard Henderson
2020-07-27
1
-0
/
+3
*
hw/arm/boot: Fix PAUTH for EL3 direct kernel boot
Richard Henderson
2020-07-27
1
-0
/
+3
*
Remove unnecessary cast when using the address_space API
Philippe Mathieu-Daudé
2020-02-20
1
-4
/
+2
*
hw/core/loader: Let load_elf() populate a field with CPU-specific flags
Aleksandar Markovic
2020-01-29
1
-1
/
+1
*
hw/arm/boot: Set NSACR.{CP11, CP10} in dummy SMC setup routine
Clement Deschamps
2019-11-11
1
-0
/
+3
*
hw/arm/boot: Rebuild hflags when modifying CPUState at boot
Edgar E. Iglesias
2019-11-01
1
-0
/
+1
*
hw/arm/boot: Use the IEC binary prefix definitions
Philippe Mathieu-Daudé
2019-09-27
1
-5
/
+5
*
hw/arm/boot.c: Set NSACR.{CP11,CP10} for NS kernel boots
Peter Maydell
2019-09-27
1
-0
/
+2
*
numa: move numa global variable numa_info into MachineState
Tao Xu
2019-09-03
1
-1
/
+1
*
numa: move numa global variable nb_numa_nodes into MachineState
Tao Xu
2019-09-03
1
-2
/
+2
*
hw/arm: simplify arm_load_dtb
Tao Xu
2019-09-03
1
-6
/
+9
*
Include hw/boards.h a bit less
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include hw/hw.h exactly where needed
Markus Armbruster
2019-08-16
1
-1
/
+0
*
Include sysemu/reset.h a lot less
Markus Armbruster
2019-08-16
1
-0
/
+1
*
hw/arm/boot: Further improve initrd positioning code
Peter Maydell
2019-07-26
1
-2
/
+17
*
hw/arm/boot: Rename elf_{low, high}_addr to image_{low, high}_addr
Peter Maydell
2019-07-26
1
-9
/
+11
*
hw/arm/boot: fix direct kernel boot with initrd
Andrew Jones
2019-07-01
1
-1
/
+2
*
hw/arm/boot: Honour image size field in AArch64 Image format kernels
Peter Maydell
2019-06-17
1
-2
/
+15
*
hw/arm/boot: Avoid placing the initrd on top of the kernel
Peter Maydell
2019-06-17
1
-14
/
+20
*
hw/arm/boot: Diagnose layouts that put initrd or DTB off the end of RAM
Peter Maydell
2019-06-17
1
-0
/
+23
*
hw/arm/boot: Don't assume RAM starts at address zero
Peter Maydell
2019-06-17
1
-5
/
+4
[next]