index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
page_ext.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-03-30
locking/atomic: Fix atomic_try_cmpxchg() semantics
Peter Zijlstra
2
-8
/
+13
2017-03-26
lockdep: Fix per-cpu static objects
Peter Zijlstra
4
-2
/
+27
2017-03-23
futex: Drop hb->lock before enqueueing on the rtmutex
Peter Zijlstra
3
-30
/
+52
2017-03-23
futex: Futex_unlock_pi() determinism
Peter Zijlstra
1
-13
/
+11
2017-03-23
futex: Rework futex_lock_pi() to use rt_mutex_*_proxy_lock()
Peter Zijlstra
3
-42
/
+62
2017-03-23
futex,rt_mutex: Restructure rt_mutex_finish_proxy_lock()
Peter Zijlstra
3
-12
/
+55
2017-03-23
futex,rt_mutex: Introduce rt_mutex_init_waiter()
Peter Zijlstra
3
-7
/
+11
2017-03-23
futex: Pull rt_mutex_futex_unlock() out from under hb->lock
Peter Zijlstra
1
-54
/
+100
2017-03-23
futex: Rework inconsistent rt_mutex/futex_q state
Peter Zijlstra
1
-36
/
+14
2017-03-23
futex: Cleanup refcounting
Peter Zijlstra
1
-4
/
+9
2017-03-23
futex: Change locking rules
Peter Zijlstra
1
-33
/
+132
2017-03-23
futex,rt_mutex: Provide futex specific rt_mutex API
Peter Zijlstra
3
-32
/
+62
2017-03-23
futex: Remove rt_mutex_deadlock_account_*()
Peter Zijlstra
4
-43
/
+18
2017-03-23
futex: Use smp_store_release() in mark_wake_futex()
Peter Zijlstra
1
-2
/
+1
2017-03-23
futex: Cleanup variable names for futex_top_waiter()
Peter Zijlstra
1
-15
/
+15
2017-03-23
locking/atomic/x86: Use atomic_try_cmpxchg()
Peter Zijlstra
2
-45
/
+22
2017-03-23
locking/refcounts: Use atomic_try_cmpxchg()
Peter Zijlstra
1
-32
/
+15
2017-03-23
locking/atomic: Introduce atomic_try_cmpxchg()
Peter Zijlstra
4
-0
/
+123
2017-03-16
locking/ww_mutex: Improve test to cover acquire context changes
Peter Zijlstra
1
-8
/
+7
2017-03-16
locking/lockdep: Handle statically initialized PER_CPU locks properly
Thomas Gleixner
5
-36
/
+77
2017-03-16
locking/lockdep: Add new check to lock_downgrade()
J. R. Okajima
3
-4
/
+60
2017-03-16
locking/lockdep: Factor out the validate_held_lock() helper function
J. R. Okajima
1
-18
/
+22
2017-03-16
locking/lockdep: Factor out the find_held_lock() helper function
J. R. Okajima
1
-60
/
+54
2017-03-16
locking/rwsem: Fix down_write_killable() for CONFIG_RWSEM_GENERIC_SPINLOCK=y
Niklas Cassel
1
-5
/
+11
2017-03-14
futex: Add missing error handling to FUTEX_REQUEUE_PI
Peter Zijlstra
1
-0
/
+2
2017-03-14
futex: Fix potential use-after-free in FUTEX_REQUEUE_PI
Peter Zijlstra
1
-9
/
+11
2017-03-13
locking/refcount: Add refcount_t API kernel-doc comments
David Windsor
2
-12
/
+129
2017-03-12
Linux 4.11-rc2
v4.11-rc2
Linus Torvalds
1
-1
/
+1
2017-03-12
x86/tlb: Fix tlb flushing when lguest clears PGE
Daniel Borkmann
1
-1
/
+1
2017-03-11
score: Fix implicit includes now failing build after extable change
Guenter Roeck
2
-0
/
+3
2017-03-10
kexec, x86/purgatory: Unbreak it and clean it up
Thomas Gleixner
10
-46
/
+78
2017-03-10
x86/reboot/quirks: Fix typo in ASUS EeeBook X205TA reboot quirk
Matjaz Hegedic
1
-1
/
+1
2017-03-10
drm: mxsfb: Implement drm_panel handling
Fabio Estevam
1
-0
/
+4
2017-03-10
drm: mxsfb_crtc: Fix the framebuffer misplacement
Fabio Estevam
1
-2
/
+2
2017-03-10
drm: mxsfb: Fix crash when provided invalid DT bindings
Marek Vasut
1
-0
/
+4
2017-03-10
drm: mxsfb: fix pixel clock polarity
Stefan Agner
1
-2
/
+9
2017-03-10
drm: mxsfb: use bus_format to determine LCD bus width
Stefan Agner
2
-2
/
+33
2017-03-10
userfaultfd: remove wrong comment from userfaultfd_ctx_get()
David Hildenbrand
1
-2
/
+0
2017-03-10
fat: fix using uninitialized fields of fat_inode/fsinfo_inode
OGAWA Hirofumi
1
-1
/
+12
2017-03-10
sh: cayman: IDE support fix
Bartlomiej Zolnierkiewicz
1
-2
/
+0
2017-03-10
kasan: fix races in quarantine_remove_cache()
Dmitry Vyukov
1
-6
/
+36
2017-03-10
kasan: resched in quarantine_remove_cache()
Dmitry Vyukov
1
-1
/
+8
2017-03-10
mm: do not call mem_cgroup_free() from within mem_cgroup_alloc()
Tahsin Erdogan
1
-3
/
+8
2017-03-10
thp: fix another corner case of munlock() vs. THPs
Kirill A. Shutemov
1
-5
/
+4
2017-03-10
rmap: fix NULL-pointer dereference on THP munlocking
Kirill A. Shutemov
1
-6
/
+7
2017-03-10
mm/memblock.c: fix memblock_next_valid_pfn()
AKASHI Takahiro
1
-1
/
+4
2017-03-10
userfaultfd: selftest: vm: allow to build in vm/ directory
Andrea Arcangeli
1
-0
/
+4
2017-03-10
userfaultfd: non-cooperative: userfaultfd_remove revalidate vma in MADV_DONTNEED
Andrea Arcangeli
3
-13
/
+47
2017-03-10
userfaultfd: non-cooperative: fix fork fctx->new memleak
Mike Rapoport
1
-0
/
+9
2017-03-10
mm/cgroup: avoid panic when init with low memory
Laurent Dufour
1
-2
/
+5
[next]