summaryrefslogtreecommitdiff
path: root/xen/arch/arm/arm64
AgeCommit message (Expand)Author
2021-10-12build: avoid building arm/arm/*/head.o twiceAnthony PERARD
2021-09-16xen/arm: Sanitize CTR_EL0Bertrand Marquis
2021-09-16xen/arm: Taint Xen on incompatible DCZID valuesBertrand Marquis
2021-09-16xen/arm: Sanitize cpuinfo ID registers fieldsBertrand Marquis
2021-09-16xen/arm: Import ID features sanitize from linuxBertrand Marquis
2021-09-06xen/arm64: Remove vreg_emulate_sysreg32Michal Orzel
2021-08-05xen/arm: Do not invalidate the P2M when the PT is shared with the IOMMUStefano Stabellini
2021-07-06arm64: Change type of hsr, cpsr, spsr_el1 to uint64_tMichal Orzel
2021-05-10arm64/vfp: Get rid of READ/WRITE_SYSREG32Michal Orzel
2021-04-18xen/arm: Include asm/asm-offsets.h and asm/macros.h on every assembly filesJulien Grall
2021-04-01arm: Add Kconfig entry to select CONFIG_DTB_FILEMichal Orzel
2021-01-15include: don't use asm/page.h from common headersJan Beulich
2021-01-04xen/arm: Add handler for ID registers on arm64Bertrand Marquis
2020-04-01xen/arm: Configure early printk via KconfigAnthony PERARD
2020-04-01xen/arm: Rename all early printk macroAnthony PERARD
2020-03-06build: use obj-y += subdir/ instead of subdir-yAnthony PERARD
2020-02-19arm: rename BIT_{WORD/MASK/PER_WORD) to BITOP_*Roger Pau Monne
2020-02-14add a domain_tot_pages() helper functionPaul Durrant
2020-01-14xen/arm: Place a speculation barrier sequence following an eret instructionJulien Grall
2019-11-01xen/arm: entry: Ensure the guest state is synced when receiving a vSErrorJulien Grall
2019-11-01xen/arm: asm: Replace use of ALTERNATIVE with alternative_ifJulien Grall
2019-11-01xen/arm: Ensure the SSBD workaround is re-enabled right after exiting a guestJulien Grall
2019-11-01xen/arm: traps: Rework entry/exit from the guest pathJulien Grall
2019-11-01xen/arm64: entry: Check if an SError is pending when receiving a vSErrorJulien Grall
2019-11-01xen/arm64: entry: Introduce a macro to generate guest vector and use itJulien Grall
2019-11-01xen/arm64: entry: Avoid open-coding interrupt flagsJulien Grall
2019-10-31xen/arm64: Don't blindly unmask interrupts on trap without a change of levelJulien Grall
2019-09-26xen/arm64: head: Use a page mapping for the 1:1 mapping in create_page_tables()Julien Grall
2019-09-26xen/arm64: head: Introduce macros to create table and mapping entryJulien Grall
2019-09-26xen/arm64: head: Rework and document setup_fixmap()Julien Grall
2019-09-26xen/arm64: head: Remove 1:1 mapping as soon as it is not usedJulien Grall
2019-09-17xen/arm: Zero BSS after the MMU and D-cache is turned onJulien Grall
2019-09-16livepatch: always print XENLOG_ERR information (ARM, ELF)Pawel Wieczorkiewicz
2019-09-07xen/arm64: head: Fix typo in the documentation on top of init_uart()Julien Grall
2019-09-07xen/arm64: head: Introduce a macro to get a PC-relative address of a symbolJulien Grall
2019-09-07xen/arm64: head: Setup TTBR_EL2 in enable_mmu() and add missing isbJulien Grall
2019-09-07xen/arm64: head: Rework and document launch()Julien Grall
2019-08-07xen/arm: unbreak arm64 build for older toolchainsStefano Stabellini
2019-07-31xen/arm64: head: Don't setup the fixmap on secondary CPUsJulien Grall
2019-07-31xen/arm64: head: Move assembly switch to the runtime PT in secondary CPUs pathJulien Grall
2019-07-31xen/arm64: head: Document enable_mmu()Julien Grall
2019-07-31xen/arm64: head: Improve coding style and document create_pages_tables()Julien Grall
2019-07-31xen/arm64: head: Improve coding style and document cpu_init()Julien Grall
2019-07-31xen/arm64: head: Rework and document zero_bss()Julien Grall
2019-07-31xen/arm64: head: Rework and document check_cpu_mode()Julien Grall
2019-07-31xen/arm64: head: Introduce distinct paths for the boot CPU and secondary CPUsJulien Grall
2019-07-29xen/arm64: head: Introduce print_regJulien Grall
2019-07-29xen/arm64: head: Rework UART initialization on boot CPUJulien Grall
2019-07-29xen/arm64: head: Don't clobber x30/lr in the macro PRINTJulien Grall
2019-07-29xen/arm64: head: Mark the end of subroutines with ENDPROCJulien Grall