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
2012-12-14
openpic: convert to qdev
Alexander Graf
4
-155
/
+180
2012-12-14
openpic: remove irq_out
Alexander Graf
4
-10
/
+6
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
2
-18
/
+19
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
2
-249
/
+45
2012-12-14
openpic: Remove unused code
Alexander Graf
1
-163
/
+0
2012-12-14
pseries: Don't allow TCE (iommu) tables to be registered with duplicate LIOBNs
David Gibson
1
-0
/
+6
2012-12-14
Adding BAR0 for e500 PCI controller
Bharat Bhushan
3
-10
/
+91
2012-12-14
e500: Adding CCSR memory region
Bharat Bhushan
1
-23
/
+40
2012-12-14
pseries: Implement PAPR NVRAM
David Gibson
4
-1
/
+232
2012-12-14
pseries: Split xics irq configuration from state information
David Gibson
1
-12
/
+8
2012-12-14
pseries: Add tracepoints to the XICS interrupt controller
David Gibson
1
-3
/
+20
2012-12-14
pseries: Allow RTAS tokens without a qemu handler
Ben Herrenschmidt
1
-1
/
+1
2012-12-14
pseries: Return the token when we register an RTAS call
Michael Ellerman
2
-3
/
+3
2012-12-14
pseries: Use #define for XICS base irq number
Ben Herrenschmidt
3
-2
/
+3
2012-12-14
pseries: Fix incorrect initialization of interrupt controller
David Gibson
1
-1
/
+1
2012-12-10
Merge remote-tracking branch 'afaerber/qom-cpu' into staging
Anthony Liguori
2
-13
/
+6
2012-12-10
Merge remote-tracking branch 'stefanha/trivial-patches' into staging
Anthony Liguori
8
-22
/
+19
2012-12-10
Merge remote-tracking branch 'kraxel/acpi.1' into staging
Anthony Liguori
11
-415
/
+317
2012-12-10
Merge remote-tracking branch 'kraxel/usb.74' into staging
Anthony Liguori
13
-9
/
+168
2012-12-08
Merge branch 'master' of git.qemu-project.org:/pub/git/qemu
Blue Swirl
2
-5
/
+6
2012-12-07
pc_sysfw: Plug memory leak on pc_fw_add_pflash_drv() error path
Markus Armbruster
1
-1
/
+3
2012-12-07
Fix spelling in comments and documentation
Stefan Weil
1
-3
/
+3
2012-12-07
Clean up pci_drive_hot_add()'s use of BlockInterfaceType
Markus Armbruster
2
-11
/
+7
2012-12-07
arm: a9mpcore: remove un-used ptimer_iomem field
Peter Crosthwaite
1
-1
/
+0
2012-12-07
s390x: Spelling fixes (endianess -> endianness, occured -> occurred)
Stefan Weil
2
-4
/
+4
2012-12-07
sd: Send debug printfery to stderr not stdout
Peter Crosthwaite
1
-2
/
+2
2012-12-06
qdev: qdev_create(): use error_report() instead of hw_error()
Eduardo Habkost
1
-3
/
+5
2012-12-06
Create qemu-types.h for struct typedefs
Eduardo Habkost
1
-10
/
+1
2012-12-05
xilinx_uartlite: Accept input after rx FIFO pop
Peter Crosthwaite
1
-0
/
+1
2012-12-05
xilinx_uartlite: suppress "cannot receive message"
Peter Crosthwaite
1
-5
/
+1
2012-12-05
xilinx_axienet: Implement R_IS behaviour
Peter Crosthwaite
1
-0
/
+4
2012-12-04
hw/dma.c: Replace register_ioport_*
Julien Grall
1
-36
/
+70
2012-12-04
hw/pc.c: Replace register_ioport_*
Julien Grall
1
-9
/
+40
2012-12-04
serial: Replace register_ioport_*
Julien Grall
3
-4
/
+5
2012-12-04
hw/cirrus_vga.c: Replace register_ioport_*
Julien Grall
1
-20
/
+28
2012-12-04
hw/apm.c: Replace register_ioport_*
Julien Grall
5
-9
/
+25
2012-12-04
isa: Add isa_address_space_io()
Julien Grall
2
-0
/
+10
2012-12-04
usb-tablet: Allow connecting to ehci
Hans de Goede
2
-1
/
+93
2012-12-04
ehci: Lower timer freq when the periodic schedule is idle
Hans de Goede
2
-6
/
+34
2012-12-04
usb: Allow overriding of usb_desc at the device level
Hans de Goede
2
-0
/
+4
2012-12-04
usb: Don't allow USB_RET_ASYNC for interrupt packets
Hans de Goede
4
-0
/
+7
[next]