index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-11-01
locking/atomics: Check generated headers are up-to-date
Mark Rutland
2
-2
/
+35
2018-11-01
locking/atomics: Switch to generated instrumentation
Mark Rutland
1
-169
/
+1489
2018-11-01
locking/atomics: Switch to generated atomic-long
Mark Rutland
1
-215
/
+958
2018-11-01
locking/atomics: Switch to generated fallbacks
Mark Rutland
2
-1240
/
+2295
2018-11-01
locking/atomics: Add common header generation files
Mark Rutland
25
-0
/
+924
2018-10-19
locking/lockdep: Make global debug_locks* variables read-mostly
Waiman Long
2
-4
/
+4
2018-10-19
locking/lockdep: Fix debug_locks off performance problem
Waiman Long
2
-3
/
+3
2018-10-17
locking/pvqspinlock: Extend node size when pvqspinlock is configured
Waiman Long
2
-11
/
+27
2018-10-17
locking/qspinlock_stat: Count instances of nested lock slowpaths
Waiman Long
2
-0
/
+11
2018-10-16
locking/qspinlock, x86: Provide liveness guarantee
Peter Zijlstra
2
-1
/
+30
2018-10-16
x86/asm: 'Simplify' GEN_*_RMWcc() macros
Peter Zijlstra
7
-53
/
+64
2018-10-16
locking/qspinlock: Rework some comments
Peter Zijlstra
1
-10
/
+26
2018-10-16
locking/qspinlock: Re-order code
Peter Zijlstra
1
-29
/
+27
2018-10-16
Merge branch 'x86/build' into locking/core, to pick up dependent patches and ...
Ingo Molnar
813
-4630
/
+8080
2018-10-16
locking/lockdep: Remove duplicated 'lock_class_ops' percpu array
Waiman Long
1
-1
/
+0
2018-10-10
x86/defconfig: Enable CONFIG_USB_XHCI_HCD=y
Adam Borowski
2
-0
/
+2
2018-10-09
futex: Replace spin_is_locked() with lockdep
Lance Roy
1
-2
/
+2
2018-10-09
locking/lockdep: Make class->ops a percpu counter and move it under CONFIG_DE...
Waiman Long
4
-10
/
+37
2018-10-06
x86/jump-labels: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
3
-55
/
+20
2018-10-06
x86/cpufeature: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2
-35
/
+48
2018-10-06
x86/extable: Macrofy inline assembly code to work around GCC inlining bugs
Nadav Amit
2
-33
/
+21
2018-10-06
Merge branch 'core/core' into x86/build, to prevent conflicts
Ingo Molnar
21
-174
/
+226
2018-10-05
Merge branch 'x86/core' into x86/build, to avoid conflicts
Ingo Molnar
42
-246
/
+475
2018-10-04
x86/paravirt: Work around GCC inlining bugs when compiling paravirt ops
Nadav Amit
2
-29
/
+28
2018-10-04
x86/bug: Macrofy the BUG table section handling, to work around GCC inlining ...
Nadav Amit
3
-46
/
+61
2018-10-04
x86/alternatives: Macrofy lock prefixes to work around GCC inlining bugs
Nadav Amit
3
-15
/
+17
2018-10-04
x86/refcount: Work around GCC inlining bug
Nadav Amit
2
-29
/
+46
2018-10-04
x86/objtool: Use asm macros to work around GCC inlining bugs
Nadav Amit
2
-13
/
+45
2018-10-04
kbuild/Makefile: Prepare for using macros in inline assembly code to work aro...
Nadav Amit
5
-3
/
+26
2018-10-04
kbuild/arch/xtensa: Define LINKER_SCRIPT for the linker script
Nadav Amit
1
-2
/
+2
2018-10-04
Merge branch 'linus' into x86/core, to pick up fixes
Ingo Molnar
1030
-5835
/
+10258
2018-10-03
locking/lockdep: Add a faster path in __lock_release()
Waiman Long
1
-3
/
+14
2018-10-03
locking/lockdep: Eliminate redundant IRQs check in __lock_acquire()
Waiman Long
1
-8
/
+7
2018-10-03
locking/lockdep: Remove add_chain_cache_classes()
Waiman Long
1
-70
/
+0
2018-10-02
Merge tag 'fbdev-v4.19-rc7' of https://github.com/bzolnier/linux
Greg Kroah-Hartman
6
-8
/
+18
2018-10-02
Merge tag 'mmc-v4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...
Greg Kroah-Hartman
3
-3
/
+4
2018-10-02
Documentation/lockstat: Fix trivial typo
Andrew Murray
1
-1
/
+1
2018-10-02
locking/memory-barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()
Andrea Parri
1
-2
/
+1
2018-10-02
tools/memory-model: Add more LKMM limitations
Paul E. McKenney
1
-0
/
+39
2018-10-02
tools/memory-model: Fix a README typo
SeongJae Park
1
-1
/
+1
2018-10-02
tools/memory-model: Add extra ordering for locks and remove it for ordinary r...
Alan Stern
3
-51
/
+150
2018-10-02
tools/memory-model: Add litmus-test naming scheme
Paul E. McKenney
1
-2
/
+102
2018-10-02
locking/spinlocks: Remove an instruction from spin and write locks
Matthew Wilcox
2
-10
/
+13
2018-10-02
jump_label: Fix NULL dereference bug in __jump_label_mod_update()
Ard Biesheuvel
1
-1
/
+1
2018-10-02
s390/vmlinux.lds: Move JUMP_TABLE_DATA into output section
Ard Biesheuvel
1
-1
/
+1
2018-10-02
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Greg Kroah-Hartman
2
-8
/
+97
2018-10-02
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
Greg Kroah-Hartman
7
-12
/
+18
2018-10-02
Merge tag 'pstore-v4.19-rc7' of https://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-4
/
+25
2018-10-01
arm64: KVM: Sanitize PSTATE.M when being set from userspace
Marc Zyngier
1
-1
/
+9
2018-10-01
arm64: KVM: Tighten guest core register access from userspace
Dave Martin
1
-0
/
+45
[next]