Searched hist:9623 (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/x86/
H A Di8042.ccdiff 9623:327bf4242521 Thu Mar 28 10:34:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> x86: changes to apic, keyboard
It is possible that operating system wants to shutdown the
lapic timer by writing timer's initial count to 0. This patch
adds a check that the timer event is only scheduled if the
count is 0.

The patch also converts few of the panics related to the keyboard
to warnings since we are any way not interested in simulating the
keyboard.
/gem5/src/arch/x86/
H A Dinterrupts.ccdiff 9623:327bf4242521 Thu Mar 28 10:34:00 EDT 2013 Nilay Vaish <nilay@cs.wisc.edu> x86: changes to apic, keyboard
It is possible that operating system wants to shutdown the
lapic timer by writing timer's initial count to 0. This patch
adds a check that the timer event is only scheduled if the
count is 0.

The patch also converts few of the panics related to the keyboard
to warnings since we are any way not interested in simulating the
keyboard.
/gem5/src/sim/
H A Dsystem.ccdiff 13644:6180ee72e061 Mon Apr 02 16:21:00 EDT 2018 Tuan Ta <qtt2@cornell.edu> sim,cpu: make exit_group halt all threads in a group

When a thread calls exit_group, in addition to halting the thread
itself, it needs to halt all other threads in its group (i.e., threads
sharing the same thread group ID). This patch enables threads to do
that.

Change-Id: Ib2e158fb27cf98843f177a64a2d643b1bbc94d03
Reviewed-on: https://gem5-review.googlesource.com/c/9623
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
H A Dsyscall_emul.ccdiff 13644:6180ee72e061 Mon Apr 02 16:21:00 EDT 2018 Tuan Ta <qtt2@cornell.edu> sim,cpu: make exit_group halt all threads in a group

When a thread calls exit_group, in addition to halting the thread
itself, it needs to halt all other threads in its group (i.e., threads
sharing the same thread group ID). This patch enables threads to do
that.

Change-Id: Ib2e158fb27cf98843f177a64a2d643b1bbc94d03
Reviewed-on: https://gem5-review.googlesource.com/c/9623
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>
/gem5/src/cpu/o3/
H A Dcpu.ccdiff 13644:6180ee72e061 Mon Apr 02 16:21:00 EDT 2018 Tuan Ta <qtt2@cornell.edu> sim,cpu: make exit_group halt all threads in a group

When a thread calls exit_group, in addition to halting the thread
itself, it needs to halt all other threads in its group (i.e., threads
sharing the same thread group ID). This patch enables threads to do
that.

Change-Id: Ib2e158fb27cf98843f177a64a2d643b1bbc94d03
Reviewed-on: https://gem5-review.googlesource.com/c/9623
Reviewed-by: Jason Lowe-Power <jason@lowepower.com>
Maintainer: Jason Lowe-Power <jason@lowepower.com>

Completed in 123 milliseconds