index
:
yuzu
master
Nintendo Switch emulator archive
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
core
/
hle
/
kernel
/
mutex.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
kernel: Don't fail silently
David Marcec
2020-04-29
1
-0
/
+5
*
kernel: Remove unnecessary includes
Lioncash
2019-12-07
1
-0
/
+1
*
core/memory: Migrate over Write{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
1
-2
/
+2
*
core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory class
Lioncash
2019-11-26
1
-1
/
+1
*
kernel: Replace usage of boost::intrusive_ptr with std::shared_ptr for kernel...
bunnei
2019-11-24
1
-10
/
+12
*
Kernel: Correct Results in Condition Variables and Mutexes
Fernando Sahmkow
2019-10-15
1
-0
/
+1
*
Kernel: Style and Corrections
Fernando Sahmkow
2019-10-15
1
-1
/
+1
*
Add PrepareReschedule where required.
Fernando Sahmkow
2019-10-15
1
-0
/
+2
*
core/hle/kernel/mutex: Remove usages of global system accessors
Lioncash
2019-03-14
1
-11
/
+15
*
core/hle/kernel: Make Mutex a per-process class.
Lioncash
2019-03-14
1
-2
/
+7
*
general: Remove unused boost inclusions where applicable
Lioncash
2018-10-30
1
-2
/
+0
*
kernel/mutex: Amend behavior of TransferMutexOwnership()
Lioncash
2018-10-06
1
-1
/
+1
*
kernel/thread: Make all instance variables private
Lioncash
2018-10-04
1
-17
/
+17
*
arm_interface: Replace kernel vm_manager include with a forward declaration
Lioncash
2018-09-20
1
-0
/
+1
*
kernel/mutex: Replace ResultCode construction for invalid addresses with the ...
Lioncash
2018-09-17
1
-2
/
+2
*
kernel: Eliminate kernel global state
Lioncash
2018-08-28
1
-3
/
+3
*
kernel: Move object class to its own source files
Lioncash
2018-08-01
1
-1
/
+1
*
Merge pull request #877 from lioncash/remove
bunnei
2018-07-31
1
-1
/
+0
|
\
|
*
kernel: Remove unused object_address_table.cpp/.h
Lioncash
2018-07-31
1
-1
/
+0
*
|
kernel: Remove unnecessary includes
Lioncash
2018-07-31
1
-0
/
+4
|
/
*
mutex: Pass SharedPtr to GetHighestPriorityMutexWaitingThread() by reference
Lioncash
2018-07-23
1
-1
/
+1
*
thread: Convert ThreadStatus into an enum class
Lioncash
2018-07-19
1
-3
/
+3
*
Kernel/Arbiters: Add stubs for 4.x SignalToAddress/WaitForAddres SVCs.
Michael Scire
2018-06-21
1
-2
/
+2
*
Mutex: Do not assert when the mutex waiting threads list isn't empty on mutex...
Subv
2018-05-20
1
-1
/
+0
*
Kernel: Implemented mutex priority inheritance.
Subv
2018-04-23
1
-8
/
+31
*
Kernel: Remove old and unused Mutex code.
Subv
2018-04-20
1
-120
/
+0
*
Kernel: Corrected the implementation of svcArbitrateLock and svcArbitrateUnlock.
Subv
2018-04-20
1
-0
/
+94
*
mutex: Update hasWaiters on release.
bunnei
2018-02-05
1
-0
/
+1
*
mutex: Remove unused call to VerifyGuestState.
bunnei
2018-01-08
1
-3
/
+0
*
Kernel: Properly keep track of mutex lock data in the guest memory. This fixe...
Subv
2018-01-08
1
-54
/
+43
*
svc: Implement svcLockMutex.
bunnei
2018-01-01
1
-18
/
+63
*
Merge remote-tracking branch 'upstream/master' into nx
bunnei
2017-10-09
1
-2
/
+3
|
\
|
*
Fixed type conversion ambiguity
Huw Pascoe
2017-09-30
1
-1
/
+1
|
/
*
Kernel/Mutex: Propagate thread priority changes to other threads inheriting t...
Subv
2017-01-04
1
-38
/
+22
*
Kernel/Mutex: Update a mutex priority when a thread stops waiting on it.
Subv
2017-01-04
1
-13
/
+22
*
Kernel/Mutex: Implemented priority inheritance.
Subv
2017-01-04
1
-13
/
+45
*
Kernel: Object ShouldWait and Acquire calls now take a thread as a parameter.
Subv
2017-01-04
1
-18
/
+6
*
Kernel/Synch: Do not attempt a reschedule on every syscall.
Subv
2017-01-04
1
-0
/
+1
*
Use negative priorities to avoid special-casing the self-include
Yuri Kunde Schlesner
2016-09-21
1
-1
/
+1
*
Remove empty newlines in #include blocks.
Emmanuel Gil Peyrot
2016-09-21
1
-4
/
+1
*
Manually tweak source formatting and then re-run clang-format
Yuri Kunde Schlesner
2016-09-18
1
-4
/
+2
*
Sources: Run clang-format on everything.
Emmanuel Gil Peyrot
2016-09-18
1
-2
/
+4
*
kernel: Fix svcWaitSynch to always acquire requested wait objects.
bunnei
2015-06-16
1
-8
/
+1
*
Kernel: Move reschedules from SVCs to actual mechanisms that reschedule.
bunnei
2015-05-20
1
-0
/
+2
*
Common: Remove common.h
Yuri Kunde Schlesner
2015-05-07
1
-1
/
+1
*
Kernel: Implemented priority inheritance for mutexes.
bunnei
2015-04-09
1
-1
/
+9
*
Asserts: break/crash program, fit to style guide; log.h->assert.h
archshift
2015-02-10
1
-1
/
+1
*
Mutex: Locks should be recursive.
bunnei
2015-02-09
1
-14
/
+19
*
Kernel: Stop creating useless Handles during object creation
Yuri Kunde Schlesner
2015-02-02
1
-4
/
+2
*
Kernel: Make WaitObjects share ownership of Threads waiting on them
Yuri Kunde Schlesner
2015-02-02
1
-2
/
+2
[next]