index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/ww_mutex: Add ww_mutex to tools/testing/selftests
Chris Wilson
2017-01-14
1
-0
/
+10
*
locking/ww_mutex: Add kselftests for ww_mutex stress
Chris Wilson
2017-01-14
1
-0
/
+254
*
locking/ww_mutex: Add kselftests for resolving ww_mutex cyclic deadlocks
Chris Wilson
2017-01-14
1
-0
/
+115
*
locking/ww_mutex: Add kselftests for ww_mutex ABBA deadlock detection
Chris Wilson
2017-01-14
1
-0
/
+98
*
locking/ww_mutex: Add kselftests for ww_mutex AA deadlock detection
Chris Wilson
2017-01-14
1
-0
/
+39
*
locking/ww_mutex: Begin kselftests for ww_mutex
Chris Wilson
2017-01-14
3
-0
/
+153
*
locking/ww_mutex: Add ww_mutex to locktorture test
Chris Wilson
2017-01-14
4
-0
/
+81
*
locking/ww_mutex: Fix compilation of __WW_MUTEX_INITIALIZER
Chris Wilson
2017-01-14
1
-4
/
+4
*
locking/ww_mutex/Documentation: Update the design document
Nicolai Hähnle
2017-01-14
1
-4
/
+8
*
locking/mutex: Initialize mutex_waiter::ww_ctx with poison when debugging
Nicolai Hähnle
2017-01-14
2
-0
/
+5
*
locking/ww_mutex: Optimize ww-mutexes by yielding to other waiters from optim...
Nicolai Hähnle
2017-01-14
1
-26
/
+52
*
locking/ww_mutex: Re-check ww->ctx in the inner optimistic spin loop
Nicolai Hähnle
2017-01-14
1
-20
/
+29
*
locking/mutex: Improve inlining
Peter Zijlstra
2017-01-14
1
-41
/
+44
*
locking/ww_mutex: Optimize ww-mutexes by waking at most one waiter for backof...
Nicolai Hähnle
2017-01-14
1
-19
/
+40
*
locking/ww_mutex: Notify waiters that have to back off while adding tasks to ...
Nicolai Hähnle
2017-01-14
1
-10
/
+30
*
locking/ww_mutex: Add waiters in stamp order
Nicolai Hähnle
2017-01-14
2
-7
/
+72
*
locking/ww_mutex: Remove the __ww_mutex_lock*() inline wrappers
Nicolai Hähnle
2017-01-14
2
-22
/
+12
*
locking/ww_mutex: Set use_ww_ctx even when locking without a context
Nicolai Hähnle
2017-01-14
2
-21
/
+19
*
locking/ww_mutex: Extract stamp comparison to __ww_mutex_stamp_after()
Nicolai Hähnle
2017-01-14
1
-2
/
+8
*
locking/mutex: Fix mutex handoff
Peter Zijlstra
2017-01-14
3
-59
/
+57
*
locking/percpu-rwsem: Replace waitqueue with rcuwait
Davidlohr Bueso
2017-01-14
2
-8
/
+7
*
sched/wait, RCU: Introduce rcuwait machinery
Davidlohr Bueso
2017-01-14
2
-0
/
+93
*
sched/core: Remove set_task_state()
Davidlohr Bueso
2017-01-14
12
-51
/
+26
*
kernel/locking: Compute 'current' directly
Davidlohr Bueso
2017-01-14
4
-29
/
+22
*
drivers/tty: Compute 'current' directly
Davidlohr Bueso
2017-01-14
1
-10
/
+8
*
kernel/exit: Compute 'current' directly
Davidlohr Bueso
2017-01-14
1
-11
/
+11
*
locking/spinlocks/x86, paravirt: Remove paravirt_ticketlocks_enabled
Waiman Long
2017-01-14
4
-39
/
+0
*
locking/jump_labels: Update bug_at() boot message
Andy Shevchenko
2017-01-12
1
-2
/
+1
*
locking/pvqspinlock: Don't wait if vCPU is preempted
Pan Xinhui
2017-01-12
1
-1
/
+1
*
locking/spinlocks: Remove the unused spin_lock_bh_nested() API
Waiman Long
2017-01-12
4
-19
/
+0
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-01-11
39
-182
/
+355
|
\
|
*
timerfd: export defines to userspace
Mike Frysinger
2017-01-10
3
-19
/
+38
|
*
mm/hugetlb.c: fix reservation race when freeing surplus pages
Mike Kravetz
2017-01-10
1
-9
/
+28
|
*
mm/slab.c: fix SLAB freelist randomization duplicate entries
John Sperbeck
2017-01-10
1
-4
/
+4
|
*
zram: support BDI_CAP_STABLE_WRITES
Minchan Kim
2017-01-10
1
-2
/
+11
|
*
zram: revalidate disk under init_lock
Minchan Kim
2017-01-10
1
-7
/
+1
|
*
mm: support anonymous stable page
Minchan Kim
2017-01-10
2
-2
/
+21
|
*
mm: add documentation for page fragment APIs
Alexander Duyck
2017-01-10
1
-0
/
+42
|
*
mm: rename __page_frag functions to __page_frag_cache, drop order from drain
Alexander Duyck
2017-01-10
3
-11
/
+11
|
*
mm: rename __alloc_page_frag to page_frag_alloc and __free_page_frag to page_...
Alexander Duyck
2017-01-10
4
-13
/
+13
|
*
mm, memcg: fix the active list aging for lowmem requests when memcg is enabled
Michal Hocko
2017-01-10
4
-24
/
+49
|
*
mm: don't dereference struct page fields of invalid pages
Ard Biesheuvel
2017-01-10
1
-3
/
+3
|
*
mailmap: add codeaurora.org names for nameless email commits
Stephen Boyd
2017-01-10
1
-0
/
+4
|
*
signal: protect SIGNAL_UNKILLABLE from unintentional clearing.
Jamie Iles
2017-01-10
2
-2
/
+12
|
*
mm: pmd dirty emulation in page fault handler
Minchan Kim
2017-01-10
1
-2
/
+4
|
*
ipc/sem.c: fix incorrect sem_lock pairing
Manfred Spraul
2017-01-10
1
-1
/
+1
|
*
lib/Kconfig.debug: fix frv build failure
Sudip Mukherjee
2017-01-10
1
-1
/
+1
|
*
mm: get rid of __GFP_OTHER_NODE
Michal Hocko
2017-01-10
6
-21
/
+9
|
*
mm: fix remote numa hits statistics
Michal Hocko
2017-01-10
1
-11
/
+4
|
*
mm: fix devm_memremap_pages crash, use mem_hotplug_{begin, done}
Dan Williams
2017-01-10
1
-0
/
+4
[next]