index
:
~glisse/valgrind
master
pp
valgrind fglrx ioctl catching
glisse
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
coregrind
/
m_scheduler
/
scheduler.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-12-23
Change the core-tool interface 'thread_run' event to be more useful:
sewardj
1
-7
/
+20
2006-12-17
A naming-only change: rename VG_(set_running) to VG_(acquire_BigLock)
sewardj
1
-32
/
+32
2006-11-17
Redo the interface to m_initimg (module for setting up the initial
sewardj
1
-0
/
+4
2006-10-17
Merge r6148:
sewardj
1
-59
/
+171
2006-10-14
Create a new module, m_vki, and move all knowledge about the kernel
sewardj
1
-1
/
+2
2006-10-14
Create a new module, m_vkiscnums, and move all the system call numbers
sewardj
1
-1
/
+1
2006-06-05
Update copyright dates.
sewardj
1
-1
/
+1
2006-05-07
Increase scheduling quantum to 100k basic blocks. Nowadays even
sewardj
1
-1
/
+1
2006-04-05
Minor scheduler tidyings:
sewardj
1
-0
/
+1
2006-03-21
Make the unrecognised-instruction error message more informative.
njn
1
-1
/
+3
2006-03-16
upmerge r5768 (Allow a thread to spin longer when yielding before
sewardj
1
-2
/
+2
2006-02-07
Synthesise and deliver SIGTRAP to clients when requested to do so by vex.
sewardj
1
-0
/
+4
2006-01-22
rm 'inline' - produces too many complaints with -Winline
sewardj
1
-1
/
+1
2006-01-20
Changes to make function wrapping work better on ppc64-linux:
sewardj
1
-1
/
+19
2006-01-17
Add test code for checking that m_debuginfo's tocptr-reading code on
sewardj
1
-3
/
+19
2006-01-13
Fix bogus assertions.
sewardj
1
-3
/
+17
2006-01-13
Decode NOREDIR events properly in debug output.
tom
1
-0
/
+1
2006-01-12
Fix more ppc64-linux function wrapping and symbol-table bits and pieces.
sewardj
1
-1
/
+1
2006-01-12
Make function wrapping work on ppc32-linux.
sewardj
1
-115
/
+36
2006-01-12
Make function wrapping work on amd64-linux.
sewardj
1
-27
/
+0
2006-01-12
Merge in function wrapping support from the FNWRAP branch. That
sewardj
1
-136
/
+360
2005-12-26
More dispatcher tuning for ppc32/64. Makes a big difference for
sewardj
1
-10
/
+9
2005-12-22
When switching threads on ppc64, clear the reservation pseudo-reg, as on ppc32.
sewardj
1
-1
/
+1
2005-12-21
Renamed coregrind.h to pub_core_clreq.h and introduced pub_tool_clreq.h to
njn
1
-3
/
+1
2005-12-19
Remove all remaining profiling gunk.
njn
1
-20
/
+0
2005-12-16
Add missing cases in debug printing.
sewardj
1
-0
/
+4
2005-12-15
- Track vex r1494 (x86/amd64 change of conventions for getting
sewardj
1
-2
/
+6
2005-11-29
Add framework for ppc64 support. Apologies in advance for the
sewardj
1
-1
/
+1
2005-11-10
Call VG_(unknown_SP_update) each time we switch to a new thread. This
tom
1
-0
/
+2
2005-11-03
Track API change in vex r1429.
sewardj
1
-4
/
+8
2005-10-15
Clarify the disInstr message.
njn
1
-7
/
+10
2005-10-06
Changed some overflow-prone counters from UInt to ULong.
njn
1
-4
/
+4
2005-09-29
Add an explanatory message for when instruction decoding fails.
njn
1
-0
/
+9
2005-09-27
This commit merges in changes from branches/ASPACEM (specifically,
sewardj
1
-15
/
+31
2005-09-12
assert ppc guest_state vector regs are 16byte aligned
cerion
1
-0
/
+4
2005-08-25
comment-only wibbles
njn
1
-2
/
+2
2005-08-25
avoid unnecessary newlines
njn
1
-4
/
+4
2005-08-17
Partial implementation of mallinfo(). It still puts zero in all
njn
1
-0
/
+1
2005-08-07
Valgrind-side stub for dealing with x86 sysenter artefacts from Vex.
sewardj
1
-0
/
+18
2005-08-05
ppc32-linux: clear reservation before running thread; see attached
sewardj
1
-0
/
+20
2005-07-29
Handle a failure case more gracefully.
sewardj
1
-0
/
+12
2005-07-27
Move (commented out) call to VG_(tm_thread_switchto) to VG_(set_running) so
tom
1
-1
/
+4
2005-07-02
Removed the remnants of the attempt at an ARM port, because it had
njn
1
-3
/
+0
2005-06-26
Remove empty sanity check function. And clean up sanity checking in
njn
1
-14
/
+1
2005-06-26
Simplify atfork to only provide the functionality we need.
njn
1
-1
/
+1
2005-06-24
Moved Robert's stack tracking code out of m_aspacemgr into a new module
njn
1
-3
/
+4
2005-06-23
Removed the VGA_/VGO_/VGP_ prefixes for arch/OS/platform-specific
njn
1
-14
/
+14
2005-06-23
For symbols which have C-level global scope but which we regard as
sewardj
1
-7
/
+7
2005-06-21
Move VG_(resume_scheduler) to m_signals, and make it local. Reduces
njn
1
-14
/
+0
2005-06-21
Move VKI_SIGVGKILL and VKI_SIGVGRTUSERMAX out of vki-linux.h since they're
njn
1
-1
/
+1
[next]