index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
hw
/
intc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
hw/intc/arm_gicv3: Honour GICD_CTLR.EnableGrp1NS for LPIs
Peter Maydell
2022-01-28
1
-0
/
+1
|
*
|
hw/intc/arm_gicv3_its: Don't clear GITS_CWRITER on writes to GITS_CBASER
Peter Maydell
2022-01-28
1
-3
/
+0
|
*
|
hw/intc/arm_gicv3_its: Don't clear GITS_CREADR when GITS_CTLR.ENABLED is set
Peter Maydell
2022-01-28
1
-1
/
+0
|
*
|
hw/intc/arm_gicv3: Initialise dma_as in GIC, not ITS
Peter Maydell
2022-01-28
2
-3
/
+5
|
*
|
hw/intc/arm_gicv3_its: Add tracepoints
Peter Maydell
2022-01-28
2
-0
/
+19
|
|
/
*
/
intc: Unexport InterruptStatsProviderClass-related functions
Bernhard Beschow
2022-01-27
2
-4
/
+4
|
/
*
target/riscv: Support start kernel directly by KVM
Yifei Jiang
2022-01-21
1
-5
/
+15
*
hw/intc/arm_gicv3: Check for !MEMTX_OK instead of MEMTX_ERROR
Philippe Mathieu-Daudé
2022-01-20
1
-2
/
+2
*
hw/intc/arm_gicv3_its: Range-check ICID before indexing into collection table
Peter Maydell
2022-01-20
1
-0
/
+7
*
hw/intc/arm_gicv3_its: Check indexes before use, not after
Peter Maydell
2022-01-20
1
-17
/
+25
*
hw/intc/arm_gicv3_its: Factor out "find address of table entry" code
Peter Maydell
2022-01-20
1
-138
/
+66
*
hw/intc/arm_gicv3_its: Fix return codes in process_mapd()
Peter Maydell
2022-01-20
1
-6
/
+4
*
hw/intc/arm_gicv3_its: Fix return codes in process_mapc()
Peter Maydell
2022-01-20
1
-5
/
+3
*
hw/intc/arm_gicv3_its: Fix return codes in process_mapti()
Peter Maydell
2022-01-20
1
-15
/
+13
*
hw/intc/arm_gicv3_its: Refactor process_its_cmd() to reduce nesting
Peter Maydell
2022-01-20
1
-50
/
+47
*
hw/intc/arm_gicv3_its: Fix return codes in process_its_cmd()
Peter Maydell
2022-01-20
1
-11
/
+11
*
hw/intc/arm_gicv3_its: Use enum for return value of process_* functions
Peter Maydell
2022-01-20
1
-21
/
+38
*
hw/intc/arm_gicv3_its: Don't use data if reading command failed
Peter Maydell
2022-01-20
1
-1
/
+6
*
hw/intc/arm_gicv3_its: Fix handling of process_its_cmd() return value
Peter Maydell
2022-01-20
1
-2
/
+2
*
hw/intc/arm_gicv3_its: Convert int ID check to num_intids convention
Peter Maydell
2022-01-20
1
-3
/
+3
*
hw/intc/arm_gicv3_its: Fix event ID bounds checks
Peter Maydell
2022-01-20
1
-8
/
+10
*
hw/intc/arm_gic: Allow reset of the running priority
Petr Pavlu
2022-01-20
1
-0
/
+2
*
hw/intc/arm_gic: Implement read of GICC_IIDR
Petr Pavlu
2022-01-20
1
-0
/
+9
*
hw/intc: sifive_plic: Cleanup remaining functions
Alistair Francis
2022-01-08
1
-87
/
+22
*
hw/intc: sifive_plic: Cleanup the read function
Alistair Francis
2022-01-08
1
-44
/
+11
*
hw/intc: sifive_plic: Cleanup the write function
Alistair Francis
2022-01-08
1
-49
/
+27
*
hw/intc: sifive_plic: Add a reset function
Alistair Francis
2022-01-08
1
-0
/
+18
*
hw/intc/arm_gicv3_its: Rename max_l2_entries to num_l2_entries
Peter Maydell
2022-01-07
1
-12
/
+12
*
hw/intc/arm_gicv3_its: Fix various off-by-one errors
Peter Maydell
2022-01-07
1
-13
/
+13
*
hw/intc/arm_gicv3_its: Use FIELD macros for CTEs
Peter Maydell
2022-01-07
2
-4
/
+6
*
hw/intc/arm_gicv3_its: Correct comment about CTE RDBase field size
Peter Maydell
2022-01-07
1
-1
/
+1
*
hw/intc/arm_gicv3_its: Use FIELD macros for DTEs
Peter Maydell
2022-01-07
2
-14
/
+13
*
hw/intc/arm_gicv3_its: Correct handling of MAPI
Peter Maydell
2022-01-07
1
-11
/
+7
*
hw/intc/arm_gicv3_its: Don't misuse GITS_TYPE_PHYSICAL define
Peter Maydell
2022-01-07
2
-29
/
+27
*
hw/intc/arm_gicv3_its: Correct setting of TableDesc entry_sz
Peter Maydell
2022-01-07
1
-1
/
+1
*
hw/intc/arm_gicv3_its: Reduce code duplication in extract_table_params()
Peter Maydell
2022-01-07
1
-57
/
+40
*
hw/intc/arm_gicv3_its: Don't return early in extract_table_params() loop
Peter Maydell
2022-01-07
1
-2
/
+2
*
hw/intc/arm_gicv3_its: Remove maxids union from TableDesc
Peter Maydell
2022-01-07
1
-10
/
+10
*
hw/intc/arm_gicv3_its: Remove redundant ITS_CTLR_ENABLED define
Peter Maydell
2022-01-07
2
-12
/
+10
*
hw/intc/arm_gicv3_its: Correct off-by-one bounds check on rdbase
Peter Maydell
2022-01-07
1
-2
/
+2
*
dma: Let ld*_dma() propagate MemTxResult
Philippe Mathieu-Daudé
2021-12-31
1
-4
/
+4
*
dma: Let ld*_dma() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-31
1
-3
/
+4
*
dma: Let dma_memory_read/write() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-3
/
+4
*
dma: Let dma_memory_rw() take MemTxAttrs argument
Philippe Mathieu-Daudé
2021-12-30
1
-1
/
+2
*
hw/intc/arm_gicv3: Introduce CONFIG_ARM_GIC_TCG Kconfig selector
Philippe Mathieu-Daudé
2021-12-15
3
-5
/
+12
*
hw/intc/arm_gicv3: Extract gicv3_set_gicv3state from arm_gicv3_cpuif.c
Philippe Mathieu-Daudé
2021-12-15
3
-9
/
+24
*
hw/intc: clean-up error reporting for failed ITS cmd
Alex Bennée
2021-12-15
1
-12
/
+27
*
gicv3: fix ICH_MISR's LRENP computation
Damien Hedde
2021-12-07
1
-1
/
+2
*
hw/intc/arm_gicv3: fix handling of LPIs in list registers
Peter Maydell
2021-11-29
1
-3
/
+2
*
hw/intc/arm_gicv3: Add new gicv3_intid_is_special() function
Peter Maydell
2021-11-26
2
-2
/
+15
[prev]
[next]