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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-05
generate-fwts-olog: add support for parsing prerror()
Stewart Smith
1
-6
/
+10
2017-01-05
xive: Enable backlog on queues
Benjamin Herrenschmidt
1
-1
/
+1
2017-01-05
xive: Use for_each_present_cpu() for setting up XIVE
Benjamin Herrenschmidt
1
-4
/
+4
2017-01-05
cpu: Add iterators for "present" CPUs
Benjamin Herrenschmidt
2
-0
/
+24
2017-01-05
xive: Fix logic in opal_xive_get_xirr()
Benjamin Herrenschmidt
1
-9
/
+13
2017-01-05
xive: Properly initialize new VP and EQ structures
Benjamin Herrenschmidt
1
-0
/
+5
2017-01-05
xive: Improve/fix EOI of LSIs
Benjamin Herrenschmidt
1
-12
/
+19
2017-01-05
xive: Add FIXME comments about mask/umask races
Benjamin Herrenschmidt
1
-0
/
+8
2017-01-05
xive: Fix memory barrier in opal_xive_get_xirr()
Benjamin Herrenschmidt
1
-2
/
+3
2017-01-05
xive: Don't try to find a target EQ for prio 0xff
Benjamin Herrenschmidt
1
-12
/
+14
2017-01-05
xive: Bump table sizes in direct mode
Benjamin Herrenschmidt
1
-2
/
+2
2017-01-05
xive: Properly register escalation interrupts
Benjamin Herrenschmidt
1
-4
/
+13
2017-01-05
xive: Split the OPAL irq flags from the internal ones
Benjamin Herrenschmidt
2
-8
/
+27
2017-01-05
xive: Don't touch ESB masks unless masking/unmasking
Benjamin Herrenschmidt
1
-6
/
+13
2017-01-05
xive: Fix xive_get_ir_targetting()
Benjamin Herrenschmidt
1
-11
/
+27
2017-01-05
xive: Cleanup escalation PQ on queue change
Benjamin Herrenschmidt
2
-4
/
+16
2017-01-05
xive: Add *any chip* for allocating interrupts
Benjamin Herrenschmidt
2
-1
/
+12
2017-01-05
xive: Add chip_id to get_vp_info
Benjamin Herrenschmidt
2
-3
/
+11
2017-01-05
xive: Add opal_xive_get/set_vp_info
Benjamin Herrenschmidt
1
-0
/
+97
2017-01-05
xive: Add VP alloc/free OPAL functions
Benjamin Herrenschmidt
1
-12
/
+166
2017-01-05
xive: Workaround for bad DD1 checker
Benjamin Herrenschmidt
1
-1
/
+5
2017-01-05
xive: Add more checks for exploitation mode
Benjamin Herrenschmidt
1
-0
/
+14
2017-01-05
xive: Add support for EOIs via OPAL
Benjamin Herrenschmidt
2
-1
/
+14
2017-01-05
xive/phb4: Work around broken LSI control on P9 DD1
Benjamin Herrenschmidt
5
-8
/
+76
2017-01-05
psi: Add names for PSI interrupts
Benjamin Herrenschmidt
1
-0
/
+48
2017-01-05
xive: Forward interrupt names callback
Benjamin Herrenschmidt
1
-0
/
+10
2017-01-05
interrupts: Add optional name for OPAL interrupts
Benjamin Herrenschmidt
2
-1
/
+20
2017-01-05
xive: eqgen isn't a boolean
Benjamin Herrenschmidt
1
-2
/
+2
2017-01-05
xive: Export opal_xive_reset() arguments in OPAL API
Benjamin Herrenschmidt
2
-3
/
+12
2017-01-05
xive: Add interrupt allocator
Benjamin Herrenschmidt
1
-0
/
+110
2017-01-05
xive: Implement xive_reset
Benjamin Herrenschmidt
2
-12
/
+153
2017-01-05
xive: Don't assert if xive_get_vp() fails
Benjamin Herrenschmidt
1
-1
/
+2
2017-01-05
xive: Expose exploitation mode DT properties
Benjamin Herrenschmidt
2
-23
/
+66
2017-01-05
xive: Use a constant for max# of chips
Benjamin Herrenschmidt
1
-4
/
+4
2017-01-05
xive: Keep track of which interrupts were ever enabled
Benjamin Herrenschmidt
1
-0
/
+14
2017-01-05
xive: Implement internal VP allocator
Benjamin Herrenschmidt
1
-39
/
+263
2017-01-05
xive: Add xive_get/set_queue_info
Benjamin Herrenschmidt
1
-0
/
+144
2017-01-05
xive: Add helpers to encode and decode VP numbers
Benjamin Herrenschmidt
1
-5
/
+145
2017-01-05
xive: Change block numbering
Benjamin Herrenschmidt
1
-9
/
+6
2017-01-05
xive: Add API to donate pages in indirect mode
Benjamin Herrenschmidt
1
-2
/
+44
2017-01-05
xive: Add asynchronous cache updates and update irq targetting
Benjamin Herrenschmidt
1
-33
/
+49
2017-01-05
xive: Split xive_provision_cpu() and use cache watch for VP
Benjamin Herrenschmidt
1
-22
/
+57
2017-01-05
xive: Add cache scrub to push watch updates to memory
Benjamin Herrenschmidt
1
-8
/
+14
2017-01-05
xive: Mark XIVE owned EQs with a specific flag
Benjamin Herrenschmidt
2
-1
/
+4
2017-01-05
xive: Use an allocator for EQDs
Benjamin Herrenschmidt
2
-85
/
+221
2017-01-05
xive: Move xive_cpu_state up and clean up layout
Benjamin Herrenschmidt
1
-26
/
+32
2017-01-05
xive: Remove obsolete INDIRECT_IS_LE workarounds
Benjamin Herrenschmidt
1
-18
/
+0
2017-01-05
xive: Break assumption that block ID == chip ID
Benjamin Herrenschmidt
2
-23
/
+74
2017-01-05
xive/phb4: Handle bad ESB offsets in PHB4 DD1
Benjamin Herrenschmidt
4
-9
/
+22
2017-01-05
xive: Implement get/set_irq_config APIs
Benjamin Herrenschmidt
1
-15
/
+59
[next]