index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/atomic: Use s64 for atomic64
Mark Rutland
2019-06-03
2
-26
/
+26
*
locking/atomic, s390/pci: Prepare for atomic64_read() conversion
Mark Rutland
2019-06-03
1
-2
/
+2
*
locking/atomic, crypto/nx: Prepare for atomic64_read() conversion
Mark Rutland
2019-06-03
1
-6
/
+6
*
locking/lock_events: Use raw_cpu_{add,inc}() for stats
Peter Zijlstra
2019-06-03
1
-41
/
+4
*
locking/lockdep: Fix merging of hlocks with non-zero references
Imre Deak
2019-06-03
1
-9
/
+9
*
locking/lockdep: Fix OOO unlock when hlocks need merging
Imre Deak
2019-06-03
1
-12
/
+29
*
locking/lockdep: Remove !dir in lock irq usage check
Yuyang Du
2019-06-03
1
-1
/
+1
*
locking/lockdep: Adjust new bit cases in mark_lock
Yuyang Du
2019-06-03
1
-14
/
+7
*
locking/lockdep: Consolidate lock usage bit initialization
Yuyang Du
2019-06-03
1
-8
/
+14
*
locking/lockdep: Check redundant dependency only when CONFIG_LOCKDEP_SMALL
Yuyang Du
2019-06-03
1
-0
/
+4
*
locking/lockdep: Refactorize check_noncircular and check_redundant
Yuyang Du
2019-06-03
1
-44
/
+74
*
locking/lockdep: Remove unused argument in __lock_release
Yuyang Du
2019-06-03
1
-2
/
+2
*
locking/lockdep: Remove redundant argument in check_deadlock
Yuyang Du
2019-06-03
1
-3
/
+3
*
locking/lockdep: Add explanation to lock usage rules in lockdep design doc
Yuyang Du
2019-06-03
1
-10
/
+23
*
locking/lockdep: Update comments on dependency search
Yuyang Du
2019-06-03
1
-11
/
+10
*
locking/lockdep: Avoid constant checks in __bfs by using offset reference
Yuyang Du
2019-06-03
1
-12
/
+21
*
locking/lockdep: Change the return type of __cq_dequeue()
Yuyang Du
2019-06-03
1
-8
/
+13
*
locking/lockdep: Change type of the element field in circular_queue
Yuyang Du
2019-06-03
1
-10
/
+14
*
locking/lockdep: Update comment
Yuyang Du
2019-06-03
1
-3
/
+9
*
locking/lockdep: Remove unused argument in validate_chain() and check_deadlock()
Yuyang Du
2019-06-03
1
-8
/
+8
*
locking/lockdep: Change the range of class_idx in held_lock struct
Yuyang Du
2019-06-03
2
-27
/
+46
*
locking/lockdep: Define INITIAL_CHAIN_KEY for chain keys to start with
Yuyang Du
2019-06-03
3
-10
/
+11
*
locking/lockdep: Use lockdep_init_task for task initiation consistently
Yuyang Du
2019-06-03
4
-7
/
+16
*
locking/lockdep: Update obsolete struct field description
Yuyang Du
2019-06-03
1
-3
/
+9
*
locking/lockdep: Print the right depth for chain key collision
Yuyang Du
2019-06-03
1
-3
/
+4
*
locking/lockdep: Remove useless conditional macro
Yuyang Du
2019-06-03
1
-3
/
+3
*
locking/lockdep: Adjust lock usage bit character checks
Yuyang Du
2019-06-03
1
-5
/
+16
*
locking/lockdep: Add description and explanation in lockdep design doc
Yuyang Du
2019-06-03
1
-18
/
+61
*
locking/lockdep: Change all print_*() return type to void
Yuyang Du
2019-06-03
1
-101
/
+108
*
Merge tag 'v5.2-rc3' into locking/core, to pick up fixes
Ingo Molnar
2019-06-03
9536
-81191
/
+14981
|
\
|
*
Linux 5.2-rc3
v5.2-rc3
Linus Torvalds
2019-06-02
1
-1
/
+1
|
*
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2019-06-02
2
-6
/
+15
|
|
\
|
|
*
x86/CPU/AMD: Don't force the CPB cap when running under a hypervisor
Frank van der Linden
2019-05-24
1
-2
/
+5
|
|
*
x86/boot: Provide KASAN compatible aliases for string routines
Ard Biesheuvel
2019-05-24
1
-4
/
+10
|
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-06-02
23
-124
/
+547
|
|
\
\
|
|
*
\
Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...
Ingo Molnar
2019-05-28
124
-558
/
+1455
|
|
|
\
\
|
|
|
*
|
tools headers UAPI: Sync kvm.h headers with the kernel sources
Arnaldo Carvalho de Melo
2019-05-28
4
-3
/
+105
|
|
|
*
|
perf record: Fix s390 missing module symbol and warning for non-root users
Thomas Richter
2019-05-28
1
-3
/
+6
|
|
|
*
|
perf machine: Read also the end of the kernel
Jiri Olsa
2019-05-28
1
-9
/
+18
|
|
|
*
|
perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms
Arnaldo Carvalho de Melo
2019-05-28
1
-1
/
+8
|
|
|
*
|
perf session: Add missing swap ops for namespace events
Namhyung Kim
2019-05-28
1
-0
/
+21
|
|
|
*
|
perf namespace: Protect reading thread's namespace
Namhyung Kim
2019-05-28
1
-2
/
+13
|
|
|
*
|
tools headers UAPI: Sync drm/drm.h with the kernel
Arnaldo Carvalho de Melo
2019-05-28
1
-0
/
+37
|
|
|
*
|
tools headers UAPI: Sync drm/i915_drm.h with the kernel
Arnaldo Carvalho de Melo
2019-05-28
1
-73
/
+181
|
|
|
*
|
tools headers UAPI: Sync linux/fs.h with the kernel
Arnaldo Carvalho de Melo
2019-05-28
1
-0
/
+3
|
|
|
*
|
tools headers UAPI: Sync linux/sched.h with the kernel
Arnaldo Carvalho de Melo
2019-05-28
1
-0
/
+1
|
|
|
*
|
tools arch x86: Sync asm/cpufeatures.h with the with the kernel
Arnaldo Carvalho de Melo
2019-05-28
1
-0
/
+3
|
|
|
*
|
tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...
Arnaldo Carvalho de Melo
2019-05-28
4
-1
/
+83
|
|
|
*
|
perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel
Vitaly Chikunov
2019-05-28
1
-1
/
+1
|
|
|
*
|
perf data: Fix 'strncat may truncate' build failure with recent gcc
Shawn Landden
2019-05-28
1
-1
/
+1
[next]