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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-31
Add copyright and license header.
ths
1
-0
/
+20
2007-10-31
Set boot sequence from command line (Dan Kenigsberg).
balrog
21
-81
/
+101
2007-10-31
OHCI USB isochronous transfers support (Arnon Gilboa).
balrog
1
-17
/
+340
2007-10-29
Add a qemu_irq_invert() shortcut for inverting a signal.
balrog
3
-19
/
+18
2007-10-29
Add a TI TSC2102 chip (touchscreen/ADC/audio-CODEC controller).
balrog
4
-6
/
+868
2007-10-29
Fix PreP PCI IRQ mapping.
j_mayer
1
-2
/
+1
2007-10-29
Temporary hack to avoid Qemu crash at PowerPC reset time.
j_mayer
2
-4
/
+18
2007-10-29
Implement PreP reset port.
j_mayer
1
-1
/
+5
2007-10-29
PowerPC 601 / 620 / 970 need a 1MB firmware.
j_mayer
3
-0
/
+25
2007-10-29
Implement OMAP MicroWire controller.
balrog
3
-16
/
+200
2007-10-28
* sort the PowerPC target object files
j_mayer
11
-482
/
+876
2007-10-28
Give an opaque to the m48t59 direct access routines to make it easier
j_mayer
2
-7
/
+13
2007-10-28
Add OMAP Shared GPIO module.
balrog
3
-1
/
+186
2007-10-28
Handle MMC card insertion/removal/readonly signals.
balrog
4
-2
/
+57
2007-10-28
Add PalmT|E matrix keypad connected to OMAP GPIOs.
balrog
2
-6
/
+37
2007-10-28
Implement OMAP1 MPU I/O module.
balrog
2
-2
/
+295
2007-10-28
Less debug noise from the mipsnet driver.
ths
1
-3
/
+3
2007-10-21
Bugfix: now PCI NICs really work on PowerPC PreP platform.
j_mayer
1
-2
/
+2
2007-10-21
Allow use of PCI NICs on PowerPC PreP platform.
j_mayer
1
-6
/
+1
2007-10-20
"QEMU keyboard issue with Gujin-2.2", by Etienne Lorrain.
ths
1
-1
/
+1
2007-10-20
Enable ACPI interrupts, by Igor Lvovsky.
ths
1
-0
/
+1
2007-10-20
Check the Galilleo config register instead of hardcoding the endianness.
ths
1
-22
/
+8
2007-10-20
Avoid PreP target kernel freeze waiting for IRQs.
j_mayer
1
-1
/
+1
2007-10-18
Only map BIOS space when it was actually loaded.
ths
1
-9
/
+8
2007-10-17
Second half of mipssim support, plus documentation improvements.
ths
2
-0
/
+436
2007-10-14
SuperSparc MXCC support (Robert Reif)
blueswir1
2
-2
/
+2
2007-10-14
Implement time-base start/stop helpers.
j_mayer
1
-29
/
+92
2007-10-14
Fix memory corruption reported by Julian Seward
j_mayer
1
-1
/
+1
2007-10-14
Do not allow PowerPC CPU restart after entering checkstop mode.
j_mayer
1
-7
/
+1
2007-10-14
Replace is_user variable with mmu_idx in softmmu core,
j_mayer
1
-12
/
+14
2007-10-13
Static-ify function.
ths
1
-3
/
+4
2007-10-09
Match values with the ones documented in the PIIX4 datasheet.
ths
1
-1
/
+3
2007-10-09
Fix vmmouse for 64bit guest, by Dan Kenigsberg.
ths
1
-1
/
+1
2007-10-09
Don't route PIC interrupts through the local APIC if the local APIC
ths
2
-3
/
+37
2007-10-08
EtraxFS board support, by Edgar E. Iglesias.
ths
3
-0
/
+568
2007-10-07
PowerPC target coding style fixes.
j_mayer
1
-6
/
+5
2007-10-07
PowerPC target optimisations: make intensive use of always_inline.
j_mayer
3
-17
/
+20
2007-10-07
Share devices that might be useful for all PowerPC 40x & 440 implementations
j_mayer
4
-525
/
+587
2007-10-07
More user timer fixes (Robert Reif)
blueswir1
1
-68
/
+86
2007-10-06
More detabification
blueswir1
11
-458
/
+458
2007-10-06
Implement user mode for timers
blueswir1
2
-20
/
+76
2007-10-06
Support for loading a real BIOS image (Robert Reif)
blueswir1
1
-5
/
+7
2007-10-05
New '-bios' option, used to select an alternate BIOS image from bios_dir.
j_mayer
10
-13
/
+35
2007-10-04
Implement PL110 byte order config bit (original patch by Richard Purdie).
balrog
2
-37
/
+95
2007-10-04
USB iso transfers support for the linux redirector and for UHCI, by Arnon Gil...
balrog
1
-28
/
+118
2007-10-04
sh775x interrupt controller by Magnus Damm.
balrog
5
-90
/
+630
2007-10-04
Several corrections in the spitzkbd keymap (patch by Juergen Lock).
balrog
2
-2
/
+13
2007-10-04
We must reset the PowerPC CPU _after_ registering it, as hardware reset
j_mayer
1
-2
/
+4
2007-10-03
Fix PowerPC initialisation and first reset:
j_mayer
2
-11
/
+16
2007-10-03
We never have to export ppc_set_irq.
j_mayer
2
-1
/
+5
[next]