aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* x86: vmx: Avoid double-accounting of MSR read exitsJan Kiszka2023-01-031-1/+0
* renesas: Add SCIF supportLad Prabhakar2023-01-024-2/+48
* x86: vtd: Drop source-id validation while parsing root cell IRTEJan Kiszka2023-01-011-2/+1
* hypervisor: Add -ffreestanding to CFLAGsRalf Ramsauer2022-08-291-1/+1
* vmx: Add support for waitpkg instructionsJan Kiszka2022-03-133-1/+8
* kbuild: Use clean-files instead of clean-dirs from 5.4 onwardJan Kiszka2022-01-101-1/+7
* core, inmates: Add own stdarg.hJan Kiszka2022-01-022-2/+19
* arm: gic-v2: clear SGI GICD active flagPeng Fan2021-10-021-0/+5
* arm: gic-v3: clear SGI GICR active flagPeng Fan2021-10-021-1/+5
* Makefile/Kbuild: Fix "FORCE prerequisite is missing" warningPeng Fan2021-09-302-6/+6
* x86/cat.c: Fix off-by-one errorBram Hooimeijer2021-08-241-1/+2
* x86/cat.c: Fix type freed_maskBram Hooimeijer2021-08-241-2/+2
* x86: Decode PCI config access violationsJan Kiszka2021-08-201-5/+9
* ARM64: Set the right TCR.(I)PS valueDongjiu Geng2021-08-202-1/+12
* irqchip: Avoid set irq target twice for root cellDongjiu Geng2021-07-211-1/+3
* paging: correct a comment to bitmap of used pagesDongjiu Geng2021-06-101-1/+1
* core: avoid overflow in paging_destroyChase Conklin2021-04-171-1/+14
* arm: gic-v3: not overwrite interrupt settings needed by EL2Peng Fan2021-04-172-3/+7
* Check UART UCR1_UARTEN bit before writing dataPeng Fan2021-04-171-0/+9
* arm-common: Detect availability of SDEI on arm64Jan Kiszka2021-03-083-7/+29
* arm-common: Handle SDEI case in PSCI CPU_SUSPENDJan Kiszka2021-03-084-1/+20
* arm-common: Improve PSCI documentationJan Kiszka2021-03-081-2/+7
* arm64: Do not trap interrupts when using SDEIJan Kiszka2021-03-081-0/+2
* arm64: Add SDEI-based management interrupt handlingJan Kiszka2021-03-087-1/+60
* arm-common: Pass through GIC CPU interface in SDEI modeJan Kiszka2021-03-083-6/+21
* arm-common: Add SDEI-based management event injection supportJan Kiszka2021-03-084-3/+19
* arm64: Reorder arch_cpu_initJan Kiszka2021-03-081-3/+3
* arm/arm64: Add further smc helpersJan Kiszka2021-03-082-0/+47
* arm/arm64: Expand return type of smc helpers to longJan Kiszka2021-03-083-4/+4
* arm-common: Reorder gicv2_cpu_initJan Kiszka2021-03-081-18/+18
* arm-common: Return original SMCCC_ARCH_WORKAROUND_* feature queries codesJan Kiszka2021-01-043-10/+15
* arm-common: Add handling of SMCCC_ARCH_WORKAROUND_2 requestsJan Kiszka2020-12-302-2/+10
* arm-common: Account for SMCCC versions > 1.1Jan Kiszka2020-12-301-2/+2
* arm: Fix access to SPSR from EL2Jan Kiszka2020-12-274-9/+9
* arm: entry: Drop broken attempt to restore CPSRJan Kiszka2020-12-271-2/+0
* arm: Enforce soft-float ABIJan Kiszka2020-12-271-2/+2
* arm64, configs: SMMUv2: Separate stream ID's mask and idAndrea Bastoni2020-12-043-36/+58
* arm64: pvu: Avoid failure in config_commitNikhil Devshatwar2020-11-082-38/+43
* arm64: Report exception link register ELR in the regdumpNikhil Devshatwar2020-11-082-2/+4
* hypervisor: include: Add a BUG() macroNikhil Devshatwar2020-11-081-0/+2
* hypervisor: Makefile: remove Wno-error from CFLAGSAndrea Bastoni2020-11-081-6/+1
* x86: introduce EXCEPTION_NO_ERROR to avoid int to uint comparison on error frameAndrea Bastoni2020-11-083-2/+5
* x86: vcpu: force cast to prevent Wsign-compareAndrea Bastoni2020-11-081-1/+1
* x86: vtd: fix Wsign-compareAndrea Bastoni2020-11-081-5/+6
* x86: cat: fix Wsign-compareAndrea Bastoni2020-11-081-1/+2
* x86: apic: Wsign-compare change to uint and update comparison check accordinglyAndrea Bastoni2020-11-081-3/+3
* x86: fix simple Wsign-compare warningsAndrea Bastoni2020-11-082-2/+2
* arm64: smmu: Wsign-compare: make iterator uintAndrea Bastoni2020-11-081-8/+9
* arm64: ti-pvu: fix Wsign-compare by casting size to u64.Andrea Bastoni2020-11-081-1/+1
* arm64: smmu-v3: rename 'i' -> 'n', 'j' -> 's'Andrea Bastoni2020-11-081-18/+18