index
:
drm/drm-amd
drm-amd-fixes
drm-amd-next
drm-amd-next-fixes
for-linux-next
for-linux-next-fixes
AMD GPU kernel development
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
semaphore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-30
semaphore: use `bool' type for semaphore_waiter's up
liguang
1
-3
/
+3
2013-04-30
semaphore: use unlikely() for down's timeout
liguang
1
-1
/
+1
2012-04-05
semaphore: fix improper comment reference to mutex
Lucia Rosculete
1
-1
/
+1
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
1
-1
/
+1
2011-09-13
locking, semaphores: Annotate inner lock as raw
Thomas Gleixner
1
-14
/
+14
2008-08-05
semaphore: __down_common: use signal_pending_state()
Oleg Nesterov
1
-3
/
+1
2008-07-01
mmiotrace broken in linux-next (8-bit writes only)
Pekka Paalanen
1
-1
/
+0
2008-05-23
ftrace: stacktrace fix
Ingo Molnar
1
-0
/
+2
2008-05-10
Revert "semaphore: fix"
Linus Torvalds
1
-30
/
+34
2008-05-08
semaphore: fix
Ingo Molnar
1
-34
/
+30
2008-04-17
Improve semaphore documentation
Matthew Wilcox
1
-11
/
+68
2008-04-17
Simplify semaphore implementation
Matthew Wilcox
1
-54
/
+24
2008-04-17
Add down_timeout and change ACPI to use it
Matthew Wilcox
1
-7
/
+35
2008-04-17
Introduce down_killable()
Matthew Wilcox
1
-0
/
+22
2008-04-17
Generic semaphore implementation
Matthew Wilcox
1
-0
/
+187