index
:
riscv-gnu-toolchain/qemu/roms/skiboot.git
benh-wip
coverity_scan
gh-pages
master
skiboot-5.1.x
skiboot-5.10.x
skiboot-5.3.x
skiboot-5.4.x
skiboot-5.9.x
skiboot-6.0.x
skiboot-6.2.x
skiboot-6.3.x
skiboot-6.5.x
skiboot-6.6.x
skiboot-6.7.x
skiboot-6.8.x
skiboot-next
skiboot-op940.x
staging
ultravisor
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
xive.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-06
xive/p9: Remove assert from xive_eq_for_target()
Cédric Le Goater
1
-1
/
+1
2020-08-07
xive: Set the fused core mode properly
Benjamin Herrenschmidt
1
-0
/
+4
2020-08-07
Add basic P9 fused core support
Ryan Grimm
1
-1
/
+1
2020-08-07
xive/p9: Enforce thread enablement before TIMA accesses
Cédric Le Goater
1
-0
/
+15
2020-08-07
xive: Fix typos in comments
Gustavo Romero
1
-2
/
+2
2020-06-30
xive: Fix two typos in comments
Gustavo Romero
1
-2
/
+2
2020-06-30
xive/P9: Use NUM_INT_PRIORITIES in xive_reset()
Cédric Le Goater
1
-1
/
+1
2020-06-30
xive/p9: Introduce XIVE_ESB_SIZE
Cédric Le Goater
1
-7
/
+8
2020-06-30
xive/p9: use PAGE_SIZE
Cédric Le Goater
1
-19
/
+19
2020-06-30
hw/xive: Use XIVE_VSD_SIZE more
Oliver O'Halloran
1
-2
/
+2
2020-06-30
xive/p9: Introduce definitions for VP ids of HW threads
Cédric Le Goater
1
-13
/
+22
2020-06-30
xive/p9: Modify the size of the VP space
Cédric Le Goater
1
-8
/
+12
2020-06-30
xive/p9: Force 64K page size on the IC and TM BARs
Cédric Le Goater
1
-21
/
+6
2020-06-30
xive/p9: Clarify indirect table allocation
Cédric Le Goater
1
-12
/
+17
2020-06-30
xive/p9: Use sizeof() instead of hardcoded values
Cédric Le Goater
1
-2
/
+3
2020-06-30
xive/p9: Introduce XIVE_EQ_SHIFT
Cédric Le Goater
1
-2
/
+3
2020-06-30
xive/p9: Clarify the escalation IRQ encoding
Cédric Le Goater
1
-4
/
+9
2020-06-30
xive/p9: Introduce XIVE_EQ_ORDER
Cédric Le Goater
1
-8
/
+9
2020-06-30
xive/p9: Introduce XIVE_ESB_SHIFT
Cédric Le Goater
1
-4
/
+6
2020-06-30
xive/p9: Clarify the global IRQ number encoding
Cédric Le Goater
1
-6
/
+13
2020-06-30
xive/p9: Introduce XIVE_INT_ORDER
Cédric Le Goater
1
-14
/
+20
2020-06-03
xive: Fix typo and spelling in a comment
Gustavo Romero
1
-1
/
+1
2020-03-12
Re-license IBM written files as Apache 2.0 OR GPLv2+
Stewart Smith
1
-1
/
+1
2019-12-16
xive: make endian-clean
Nicholas Piggin
1
-185
/
+204
2019-11-11
xive/p9: sbe size debug print fix
Nicholas Piggin
1
-1
/
+1
2019-11-11
xive/p9: use predefined bitmasks to manipulate EQ addresses
Nicholas Piggin
1
-2
/
+3
2019-11-11
xive/p9: improve cache watch type checking
Nicholas Piggin
1
-46
/
+40
2019-11-04
xive/p9: introduce the ESB magic MMIO offsets
Cédric Le Goater
1
-10
/
+10
2019-11-04
xive/p9: use predefined bitmasks to manipulate EQ addresses
Cédric Le Goater
1
-3
/
+3
2019-11-04
xive/p9: remove XIVE_INT_SAFETY_GAP
Cédric Le Goater
1
-5
/
+9
2019-11-04
xive/p9: introduce NVT_SHIFT
Cédric Le Goater
1
-2
/
+5
2019-11-04
xive/p9: remove ACK# setting in the NVT
Cédric Le Goater
1
-1
/
+0
2019-11-04
xive/p9: cleanup all EQs when a VP block is freed.
Cédric Le Goater
1
-1
/
+1
2019-11-04
xive/p9: fix silent escalation EQ setup
Cédric Le Goater
1
-1
/
+3
2019-11-04
xive/p9: introduce definitions for priorities
Cédric Le Goater
1
-8
/
+16
2019-11-04
xive/p9: fix EQ bitmap assignment when allocation fails
Cédric Le Goater
1
-6
/
+7
2019-11-04
xive/p9: obsolete OPAL_XIVE_IRQ_SHIFT_BUG flags
Cédric Le Goater
1
-7
/
+0
2019-11-04
xive/p9: obsolete OPAL_XIVE_IRQ_*_VIA_FW flags
Cédric Le Goater
1
-12
/
+0
2019-11-04
xive/p9: remove dead code
Cédric Le Goater
1
-4
/
+0
2019-11-04
xive/p9: remove code not using block group mode
Cédric Le Goater
1
-208
/
+1
2019-11-04
xive/p9: remove code not using indirect mode
Cédric Le Goater
1
-111
/
+12
2019-11-04
xive/p9: use MMIO access for VC_EQC_CONFIG
Cédric Le Goater
1
-1
/
+1
2019-11-04
xive/p9: minor cleanup of the interface
Cédric Le Goater
1
-2
/
+2
2019-11-04
xive/p9: introduce header files for the registers
Cédric Le Goater
1
-2
/
+4
2019-09-06
hw/psi-p9: Mask OPAL-owned LSIs without handlers
Oliver O'Halloran
1
-0
/
+7
2019-09-06
xive: fix return value of opal_xive_allocate_irq()
Cédric Le Goater
1
-1
/
+1
2019-07-26
SPDX-ify all skiboot code
Stewart Smith
1
-13
/
+5
2019-05-21
hw/xive.c: Fix memcmp() in DEBUG build to compare struct not ptr
Stewart Smith
1
-2
/
+2
2019-05-15
xive: Remove xive rev field and recognize P9P
Nicholas Piggin
1
-11
/
+12
2019-03-28
xive: Add calls to save/restore the queues and VPs HW state
Cédric Le Goater
1
-0
/
+130
[next]