index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
hw
/
arm
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-20
Merge tag 'v2.8.0-rc4' into develop
SeokYeon Hwang
26
-487
/
+902
2016-11-30
loader: fix handling of custom address spaces when adding ROM blobs
Laszlo Ersek
1
-1
/
+1
2016-11-28
arm: Create /chosen and /memory devicetree nodes if necessary
Guenter Roeck
1
-0
/
+17
2016-11-16
fw_cfg: move FW_CFG_NB_CPUS out of fw_cfg_init1()
Igor Mammedov
1
-1
/
+3
2016-10-28
hw/arm/tosa: Fix reset handling
Guenter Roeck
1
-1
/
+11
2016-10-28
hw/arm/spitz: Fix reset handling
Guenter Roeck
1
-1
/
+12
2016-10-28
arm: virt: add PMU property to mach-virt machine type
Wei Huang
1
-0
/
+7
2016-10-28
arm: Add an option to turn on/off vPMU support
Wei Huang
2
-2
/
+2
2016-10-28
versatilepb: do not run if user asks for more than 256MB RAM
Jean-Christophe Dubois
1
-0
/
+9
2016-10-28
hw/arm/pxa2xx: Set value default values for CCCR and CKEN on PXA255
Guenter Roeck
1
-1
/
+3
2016-10-28
arm: cubieboard: Add support for initrd
Guenter Roeck
1
-0
/
+1
2016-10-25
Merge remote-tracking branch 'remotes/ehabkost/tags/x86-pull-request' into st...
Peter Maydell
1
-1
/
+1
2016-10-24
Increase MAX_CPUMASK_BITS from 255 to 288
Igor Mammedov
1
-1
/
+1
2016-10-24
hw/arm: QOM'ify strongarm.c
xiaoqiang zhao
1
-5
/
+10
2016-10-24
hw/arm: QOM'ify pxa2xx_gpio.c
xiaoqiang zhao
1
-10
/
+15
2016-10-24
hw/arm: QOM'ify musicpal.c
xiaoqiang zhao
1
-43
/
+45
2016-10-24
ARM: Virt: ACPI: Build an IORT table with RC and ITS nodes
Prem Mallappa
1
-11
/
+60
2016-10-24
hw/arm/virt: Set minimum_page_bits to 12
Peter Maydell
1
-0
/
+4
2016-10-24
char: remove explicit_fe_open, use a set_handlers argument
Marc-André Lureau
2
-2
/
+2
2016-10-24
char: make some qemu_chr_fe skip if no driver
Marc-André Lureau
2
-15
/
+9
2016-10-24
char: replace qemu_chr_claim/release with qemu_chr_fe_init/deinit
Marc-André Lureau
1
-1
/
+0
2016-10-24
char: use qemu_chr_fe* functions with CharBackend argument
Marc-André Lureau
3
-16
/
+17
2016-10-24
char: remaining switch to CharBackend in frontend
Marc-André Lureau
1
-5
/
+6
2016-10-24
char: replace PROP_CHR with CharBackend
Marc-André Lureau
2
-15
/
+17
2016-10-24
char: remove init callback
Marc-André Lureau
4
-4
/
+4
2016-10-17
pxa2xx: Auto-assign name for i2c bus in i2c_init_bus.
Vijay Kumar B
1
-1
/
+1
2016-10-17
hw/arm/virt: no ITS on older machine types
Andrew Jones
2
-5
/
+12
2016-10-17
hw/arm/virt-acpi-build: fix MADT generation
Andrew Jones
1
-8
/
+6
2016-10-17
hw/arm/boot: allow using a command line specified dtb without a kernel
Michael Olbrich
1
-2
/
+2
2016-10-17
aspeed: add support for the AST2500 SoC SMC controllers
Cédric Le Goater
1
-6
/
+15
2016-10-17
aspeed: extend the number of host SPI controllers
Cédric Le Goater
2
-16
/
+30
2016-10-17
aspeed: move the flash module mapping address under the controller definition
Cédric Le Goater
1
-5
/
+4
2016-10-17
aspeed: rename the smc object to fmc
Cédric Le Goater
2
-10
/
+10
2016-10-10
Merge remote-tracking branch 'remotes/mst/tags/for_upstream' into staging
Peter Maydell
2
-8
/
+5
2016-10-10
numa: reduce code duplication by adding helper numa_get_node_for_cpu()
Igor Mammedov
2
-8
/
+5
2016-10-08
bt-hci-csr: drop unused argument
Paolo Bonzini
1
-2
/
+1
2016-10-04
ARM: Virt: ACPI: Add GIC ITS description in ACPI MADT table
Shannon Zhao
1
-0
/
+12
2016-10-04
arm/virt: Add ITS to the virt board
Pavel Fedin
1
-6
/
+41
2016-10-04
hw/arm/virt: add 2.8 machine type
Andrew Jones
1
-2
/
+17
2016-10-04
hw/arm: Fix Integrator/CM initialization
Jakub Jermar
1
-14
/
+21
2016-10-04
mainstone: Add mapping for dot, slash and backspace.
Vijay Kumar B
1
-0
/
+3
2016-10-04
mainstone: Fix incorrect key mapping for Enter key.
Vijay Kumar B
1
-1
/
+1
2016-10-04
STM32F205: Connect the SPI devices
Alistair Francis
1
-0
/
+22
2016-10-04
STM32F205: Connect the ADC devices
Alistair Francis
1
-0
/
+35
2016-10-04
STM32F205: Remove the individual device variables
Alistair Francis
1
-18
/
+17
2016-09-27
sysbus: Remove ignored return value of FindSysbusDeviceFunc
David Gibson
1
-2
/
+2
2016-09-22
xlnx-zynqmp: Set the number of priority queues
Alistair Francis
1
-0
/
+2
2016-09-22
hw/ptimer: Introduce timer policy feature
Dmitry Osipenko
1
-1
/
+1
2016-09-22
aspeed: allocate RAM after the memory controller has checked the size
Cédric Le Goater
1
-5
/
+13
2016-09-22
aspeed: add a ram_size property to the memory controller
Cédric Le Goater
2
-0
/
+4
[next]