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
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
locking/mutex: Add MUTEX_WARN_ON
Peter Zijlstra
2021-07-07
1
-20
/
+10
*
locking/mutex: Introduce __mutex_trylock_or_handoff()
Peter Zijlstra
2021-07-07
1
-24
/
+36
*
locking/mutex: Fix HANDOFF condition
Peter Zijlstra
2021-07-07
1
-10
/
+5
*
locking/mutex: Use try_cmpxchg()
Peter Zijlstra
2021-07-07
1
-21
/
+6
*
locking/lockdep: Correct the description error for check_redundant()
Xiongwei Song
2021-06-22
1
-1
/
+1
*
futex: Provide FUTEX_LOCK_PI2 to support clock selection
Thomas Gleixner
2021-06-22
1
-1
/
+6
*
futex: Prepare futex_lock_pi() for runtime clock selection
Thomas Gleixner
2021-06-22
1
-1
/
+2
*
lockdep: Fix wait-type for empty stack
Peter Zijlstra
2021-06-22
1
-1
/
+1
*
lockding/lockdep: Avoid to find wrong lock dep path in check_irq_usage()
Boqun Feng
2021-06-22
1
-1
/
+11
*
locking/lockdep: Remove the unnecessary trace saving
Boqun Feng
2021-06-22
1
-3
/
+0
*
locking/lockdep: Fix the dep path printing for backwards BFS
Boqun Feng
2021-06-22
1
-2
/
+106
*
futex: Deduplicate cond_resched() invocation in futex_wake_op()
Pavel Begunkov
2021-05-25
1
-5
/
+2
*
locking: Fix comment typos
Ingo Molnar
2021-05-12
1
-6
/
+6
*
Merge tag 'sched-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2021-05-09
3
-14
/
+36
|
\
|
*
sched/fair: Fix unfairness caused by missing load decay
Odin Ugedal
2021-05-06
1
-3
/
+9
|
*
sched: Fix out-of-bound access in uclamp
Quentin Perret
2021-05-06
1
-1
/
+1
|
*
psi: Fix psi state corruption when schedule() races with cgroup move
Johannes Weiner
2021-05-06
1
-10
/
+26
*
|
Merge tag 'locking-urgent-2021-05-09' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2021-05-09
4
-59
/
+57
|
\
\
|
*
|
futex: Make syscall entry points less convoluted
Thomas Gleixner
2021-05-06
1
-26
/
+37
|
*
|
futex: Get rid of the val2 conditional dance
Thomas Gleixner
2021-05-06
1
-14
/
+2
|
*
|
futex: Do not apply time namespace adjustment on FUTEX_LOCK_PI
Thomas Gleixner
2021-05-06
1
-2
/
+2
|
*
|
Revert 337f13046ff0 ("futex: Allow FUTEX_CLOCK_REALTIME with FUTEX_WAIT op")
Thomas Gleixner
2021-05-06
1
-2
/
+1
|
*
|
locking/qrwlock: Cleanup queued_write_lock_slowpath()
Waiman Long
2021-05-06
1
-3
/
+3
|
*
|
smp: Fix smp_call_function_single_async prototype
Arnd Bergmann
2021-05-06
2
-14
/
+14
|
|
/
*
|
Merge tag 'kbuild-v5.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2021-05-08
2
-5
/
+9
|
\
\
|
*
|
.gitignore: prefix local generated files with a slash
Masahiro Yamada
2021-05-02
1
-1
/
+1
|
*
|
kbuild: update config_data.gz only when the content of .config is changed
Masahiro Yamada
2021-05-02
2
-2
/
+8
|
*
|
kernel/.gitgnore: remove stale timeconst.h and hz.bc
Masahiro Yamada
2021-05-02
1
-2
/
+0
*
|
|
Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2021-05-08
1
-15
/
+18
|
\
\
\
|
*
|
|
bpf: Fix leakage of uninitialized bpf stack under speculation
Daniel Borkmann
2021-05-03
1
-10
/
+17
|
*
|
|
bpf: Fix masking negation logic upon negative dst register
Daniel Borkmann
2021-05-03
1
-8
/
+4
*
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-05-07
19
-622
/
+394
|
\
\
\
\
|
*
|
|
|
kernel/sys.c: fix typo
Xiaofeng Cao
2021-05-07
1
-7
/
+7
|
*
|
|
|
kernel/up.c: fix typo
Bhaskar Chowdhury
2021-05-07
1
-1
/
+1
|
*
|
|
|
kernel/user_namespace.c: fix typos
Xiaofeng Cao
2021-05-07
1
-3
/
+3
|
*
|
|
|
kernel/umh.c: fix some spelling mistakes
zhouchuangao
2021-05-07
1
-3
/
+3
|
*
|
|
|
drivers/char: remove /dev/kmem for good
David Hildenbrand
2021-05-07
1
-1
/
+0
|
*
|
|
|
modules: add CONFIG_MODPROBE_PATH
Rasmus Villemoes
2021-05-07
1
-1
/
+1
|
*
|
|
|
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
2021-05-07
1
-0
/
+2
|
*
|
|
|
kernel/async.c: remove async_unregister_domain()
Rasmus Villemoes
2021-05-07
1
-18
/
+0
|
*
|
|
|
kernel/async.c: stop guarding pr_debug() statements
Rasmus Villemoes
2021-05-07
1
-28
/
+20
|
*
|
|
|
kernel/resource: fix locking in request_free_mem_region
Alistair Popple
2021-05-07
1
-7
/
+38
|
*
|
|
|
kernel/resource: refactor __request_region to allow external locking
Alistair Popple
2021-05-07
1
-20
/
+32
|
*
|
|
|
kernel/resource: allow region_intersects users to hold resource_lock
Alistair Popple
2021-05-07
1
-21
/
+31
|
*
|
|
|
kernel/resource: remove first_lvl / siblings_only logic
David Hildenbrand
2021-05-07
1
-33
/
+12
|
*
|
|
|
kernel/resource: make walk_mem_res() find all busy IORESOURCE_MEM resources
David Hildenbrand
2021-05-07
1
-1
/
+1
|
*
|
|
|
kernel/resource: make walk_system_ram_res() find all busy IORESOURCE_SYSTEM_R...
David Hildenbrand
2021-05-07
1
-1
/
+1
|
*
|
|
|
gcov: clang: drop support for clang-10 and older
Nick Desaulniers
2021-05-07
2
-103
/
+1
|
*
|
|
|
gcov: use kvmalloc()
Johannes Berg
2021-05-07
3
-12
/
+12
|
*
|
|
|
gcov: simplify buffer allocation
Johannes Berg
2021-05-07
1
-15
/
+9
[next]