index
:
kernel_samsung_tuna.git
replicant-4.2
replicant-6.0
kernel/samsung/tuna
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
futex.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix security issues reported by the android.security CTS
Stevan Marinkovic
2016-04-03
1
-0
/
+25
*
Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvr
Ziyann
2014-11-26
1
-1
/
+2
|
\
|
*
futex: Take hugepages into account when generating futex_key
Zhang Yi
2013-08-20
1
-1
/
+2
*
|
Merge commit 'v3.0.58' into android-3.0
Todd Poynor
2013-01-15
1
-20
/
+39
|
\
\
|
|
/
|
*
futex: avoid wake_futex() for a PI futex_q
Darren Hart
2012-12-03
1
-1
/
+17
|
*
futex: Handle futex_pi OWNER_DIED take over correctly
Thomas Gleixner
2012-11-17
1
-19
/
+22
*
|
Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0
Todd Poynor
2012-11-01
1
-7
/
+10
|
\
\
|
|
/
|
*
futex: Forbid uaddr == uaddr2 in futex_wait_requeue_pi()
Darren Hart
2012-08-09
1
-5
/
+8
|
*
futex: Fix bug in WARN_ON for NULL q.pi_state
Darren Hart
2012-08-09
1
-1
/
+1
|
*
futex: Test for pi_mutex on fault in futex_wait_requeue_pi()
Darren Hart
2012-08-09
1
-1
/
+1
*
|
Merge commit 'v3.0.30' into android-3.0
Todd Poynor
2012-04-30
1
-23
/
+13
|
\
\
|
|
/
|
*
futex: Do not leak robust list to unprivileged process
Kees Cook
2012-04-22
1
-23
/
+13
*
|
Merge linux-stable 3.0.28 into android-3.0
Todd Poynor
2012-04-19
1
-14
/
+33
|
\
\
|
|
/
|
*
futex: Cover all PI opcodes with cmpxchg enabled check
Thomas Gleixner
2012-04-02
1
-6
/
+13
|
*
futex: Fix uninterruptible loop due to gate_area
Hugh Dickins
2012-01-06
1
-8
/
+20
*
|
Merge commit 'v3.0.8' into android-3.0
Colin Cross
2011-10-27
1
-12
/
+42
|
\
\
|
|
/
|
*
futex: Fix regression with read only mappings
Shawn Bohrer
2011-08-15
1
-12
/
+42
*
|
Merge commit 'v3.0.1' into android-3.0
Colin Cross
2011-08-10
1
-2
/
+2
|
\
\
|
|
/
|
*
mm/futex: fix futex writes on archs with SW tracking of dirty & young
Benjamin Herrenschmidt
2011-08-04
1
-2
/
+2
*
|
plist: Remove the need to supply locks to plist heads
Dima Zavin
2011-07-08
1
-1
/
+1
|
/
*
futex: Set FLAGS_HAS_TIMEOUT during futex_wait restart setup
Darren Hart
2011-04-15
1
-1
/
+1
*
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2011-03-25
1
-2
/
+2
|
\
|
*
futex: Fix WARN_ON() test for UP
Steven Rostedt
2011-03-25
1
-2
/
+2
*
|
userns: user namespaces: convert several capable() calls
Serge E. Hallyn
2011-03-23
1
-1
/
+10
|
/
*
Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2011-03-15
1
-10
/
+12
|
\
|
*
rtmutex: Simplify PI algorithm and make highest prio task get lock
Lai Jiangshan
2011-01-27
1
-10
/
+12
*
|
futex: Deobfuscate handle_futex_death()
Thomas Gleixner
2011-03-14
1
-3
/
+14
*
|
Merge branch 'tip/futex/devel' of git://git.kernel.org/pub/scm/linux/kernel/g...
Thomas Gleixner
2011-03-12
1
-17
/
+23
|
\
\
|
*
|
futex,plist: Remove debug lock assignment from plist_node
Lai Jiangshan
2011-03-11
1
-9
/
+0
|
*
|
futex,plist: Pass the real head of the priority list to plist_del()
Lai Jiangshan
2011-03-11
1
-8
/
+23
|
|
/
*
|
futex: Sanitize cmpxchg_futex_value_locked API
Michel Lespinasse
2011-03-11
1
-30
/
+15
*
|
futex: Avoid redudant evaluation of task_pid_vnr()
Thomas Gleixner
2011-03-11
1
-8
/
+8
*
|
futex: Update futex_wait_setup comments about locking
Michel Lespinasse
2011-03-10
1
-5
/
+6
|
/
*
-
.
Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-f...
Linus Torvalds
2011-01-15
1
-4
/
+3
|
\
\
|
*
|
rtmutex: Fix comment about why new_owner can be NULL in wake_futex_pi()
Steven Rostedt
2011-01-11
1
-4
/
+3
|
|
/
*
|
thp: update futex compound knowledge
Andrea Arcangeli
2011-01-13
1
-10
/
+45
|
/
*
futex: Add futex_q static initializer
Darren Hart
2010-11-10
1
-15
/
+10
*
futex: Replace fshared and clockrt with combined flags
Darren Hart
2010-11-10
1
-76
/
+70
*
futex: Cleanup stale fshared flag interfaces
Thomas Gleixner
2010-11-10
1
-34
/
+30
*
futex: Address compiler warnings in exit_robust_list
Darren Hart
2010-11-10
1
-1
/
+2
*
new helper: ihold()
Al Viro
2010-10-25
1
-1
/
+1
*
Merge branch 'futexes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2010-10-21
1
-14
/
+21
|
\
|
*
futex: Fix kernel-doc notation & typos
Randy Dunlap
2010-10-14
1
-11
/
+14
|
*
futex: Add lock context annotations
Namhyung Kim
2010-09-18
1
-0
/
+4
|
*
futex: Mark restart_block.futex.uaddr[2] __user
Namhyung Kim
2010-09-18
1
-2
/
+2
|
*
futex: Change 3rd arg of fetch_robust_entry() to unsigned int*
Namhyung Kim
2010-09-18
1
-1
/
+1
*
|
futex: Fix errors in nested key ref-counting
Darren Hart
2010-10-19
1
-15
/
+16
|
/
*
futex: futex_find_get_task remove credentails check
Michal Hocko
2010-06-30
1
-13
/
+4
*
futex: Handle futex value corruption gracefully
Thomas Gleixner
2010-02-03
1
-2
/
+19
*
futex: Handle user space corruption gracefully
Thomas Gleixner
2010-02-03
1
-0
/
+7
[next]