index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
openpic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-21
sysbus: Drop sysbus_from_qdev() cast macro
Andreas Färber
1
-1
/
+1
2013-01-18
openpic: export e500 epr enable into a ppc.c function
Alexander Graf
1
-6
/
+5
2013-01-18
openpic: set mixed mode as supported
Alexander Graf
1
-0
/
+1
2013-01-18
openpic: unify gcr mode mask updates
Alexander Graf
1
-12
/
+13
2013-01-18
openpic: move gcr write into a function
Alexander Graf
1
-17
/
+22
2013-01-15
cpu: Move cpu_index field to CPUState
Andreas Färber
1
-1
/
+4
2013-01-12
Merge branch 'ppc-for-upstream' of git://repo.or.cz/qemu/agraf
Blue Swirl
1
-392
/
+640
2013-01-10
Make all static TypeInfos const
Andreas Färber
1
-1
/
+1
2013-01-07
PPC: Bring EPR support closer to reality
Alexander Graf
1
-0
/
+21
2013-01-07
openpic: fix CTPR and de-assertion of interrupts
Scott Wood
1
-58
/
+123
2013-01-07
openpic: move IACK to its own function
Scott Wood
1
-42
/
+53
2013-01-07
openpic: IRQ_check: search the queue a word at a time
Scott Wood
1
-12
/
+16
2013-01-07
openpic: fix sense and priority bits
Scott Wood
1
-6
/
+71
2013-01-07
openpic: add some bounds checking for IRQ numbers
Scott Wood
1
-0
/
+11
2013-01-07
openpic: use standard bitmap operations
Scott Wood
1
-26
/
+29
2013-01-07
Revert "openpic: Accelerate pending irq search"
Scott Wood
1
-11
/
+0
2013-01-07
openpic: always call IRQ_check from IRQ_get_next
Scott Wood
1
-7
/
+3
2013-01-07
openpic/fsl: critical interrupts ignore mask before v4.1
Scott Wood
1
-1
/
+4
2013-01-07
openpic: make ctpr signed
Scott Wood
1
-3
/
+3
2013-01-07
openpic: rework critical interrupt support
Scott Wood
1
-34
/
+76
2013-01-07
openpic: make register names correspond better with hw docs
Scott Wood
1
-178
/
+178
2013-01-07
openpic: lower interrupt when reading the MSI register
Scott Wood
1
-0
/
+1
2013-01-07
openpic: fix debug prints
Scott Wood
1
-17
/
+27
2013-01-07
openpic: fix coding style issues
Alexander Graf
1
-45
/
+55
2013-01-07
openpic: don't crash on a register access without a CPU context
Scott Wood
1
-1
/
+15
2013-01-07
openpic: s/opp->nb_irqs -1/opp->nb_cpus - 1/
Scott Wood
1
-2
/
+2
2013-01-07
openpic: BRR1 is not a CPU-specific register.
Scott Wood
1
-3
/
+2
2013-01-07
openpic: support large vectors on FSL mpic
Scott Wood
1
-12
/
+10
2013-01-07
openpic: remove pcsr (CPU sensitivity register)
Scott Wood
1
-4
/
+0
2013-01-07
openpic: symbolicize some magic numbers
Scott Wood
1
-22
/
+32
2012-12-17
Merge commit '1dd3a74d2ee2d873cde0b390b536e45420b3fe05' into HEAD
Paolo Bonzini
1
-2
/
+2
2012-12-17
pci: update all users to look in pci/
Michael S. Tsirkin
1
-1
/
+1
2012-12-14
openpic: Accelerate pending irq search
Alexander Graf
1
-0
/
+11
2012-12-14
openpic: fix minor coding style issues
Alexander Graf
1
-6
/
+6
2012-12-14
openpic: add Shared MSI support
Alexander Graf
1
-20
/
+130
2012-12-14
openpic: make brr1 model specific
Alexander Graf
1
-1
/
+4
2012-12-14
openpic: convert to qdev
Alexander Graf
1
-142
/
+136
2012-12-14
openpic: remove irq_out
Alexander Graf
1
-6
/
+2
2012-12-14
openpic: rename openpic_t to OpenPICState
Alexander Graf
1
-34
/
+34
2012-12-14
openpic: convert simple reg operations to builtin bitops
Alexander Graf
1
-31
/
+36
2012-12-14
openpic: remove unused type variable
Alexander Graf
1
-25
/
+2
2012-12-14
openpic: unify memory api subregions
Alexander Graf
1
-52
/
+56
2012-12-14
openpic: combine openpic and mpic reset functions
Alexander Graf
1
-61
/
+42
2012-12-14
openpic: merge mpic and openpic timer handling
Alexander Graf
1
-100
/
+31
2012-12-14
openpic: combine mpic and openpic irq raise functions
Alexander Graf
1
-18
/
+16
2012-12-14
openpic: Convert subregions to memory api
Alexander Graf
1
-45
/
+61
2012-12-14
openpic: combine mpic and openpic src handlers
Alexander Graf
1
-47
/
+5
2012-12-14
openpic: update to proper memory api
Alexander Graf
1
-90
/
+48
2012-12-14
mpic: Unify numbering scheme
Alexander Graf
1
-247
/
+43
2012-12-14
openpic: Remove unused code
Alexander Graf
1
-163
/
+0
[next]