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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'char-misc-5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2020-08-05
1
-119
/
+150
|
\
|
*
dyndbg: export ddebug_exec_queries
Jim Cromie
2020-07-24
1
-1
/
+2
|
*
dyndbg: shorten our logging prefix, drop __func__
Jim Cromie
2020-07-24
1
-1
/
+1
|
*
dyndbg: allow anchored match on format query term
Jim Cromie
2020-07-24
1
-3
/
+10
|
*
dyndbg: combine flags & mask into a struct, simplify with it
Jim Cromie
2020-07-24
1
-21
/
+24
|
*
dyndbg: accept query terms like file=bar and module=foo
Jim Cromie
2020-07-24
1
-20
/
+33
|
*
dyndbg: accept 'file foo.c:func1' and 'file foo.c:10-100'
Jim Cromie
2020-07-24
1
-1
/
+17
|
*
dyndbg: refactor parse_linerange out of ddebug_parse_query
Jim Cromie
2020-07-24
1
-27
/
+36
|
*
dyndbg: use gcc ?: to reduce word count
Jim Cromie
2020-07-24
1
-4
/
+4
|
*
dyndbg: make ddebug_tables list LIFO for add/remove_module
Jim Cromie
2020-07-24
1
-1
/
+1
|
*
dyndbg: prefer declarative init in caller, to memset in callee
Jim Cromie
2020-07-24
1
-2
/
+1
|
*
dyndbg: fix pr_err with empty string
Jim Cromie
2020-07-24
1
-1
/
+1
|
*
dyndbg: fix a BUG_ON in ddebug_describe_flags
Jim Cromie
2020-07-24
1
-12
/
+11
|
*
dyndbg: fix overcounting of ram used by dyndbg
Jim Cromie
2020-07-24
1
-6
/
+2
|
*
dyndbg: rename __verbose section to __dyndbg
Jim Cromie
2020-07-24
1
-6
/
+6
|
*
dyndbg: refine debug verbosity; 1 is basic, 2 more chatty
Jim Cromie
2020-07-24
1
-13
/
+8
|
*
dyndbg: drop obsolete comment on ddebug_proc_open
Jim Cromie
2020-07-24
1
-7
/
+0
*
|
Merge tag 'linux-kselftest-kunit-5.9-rc1' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-08-05
3
-96
/
+200
|
\
\
|
*
|
kunit: add support for named resources
Alan Maguire
2020-06-26
2
-0
/
+61
|
*
|
kunit: generalize kunit_resource API beyond allocated resources
Alan Maguire
2020-06-26
3
-99
/
+142
*
|
|
Merge tag 'docs-5.9' of git://git.lwn.net/linux
Linus Torvalds
2020-08-04
3
-3
/
+3
|
\
\
\
|
*
|
|
docs: move remaining stuff under Documentation/*.txt to Documentation/staging
Mauro Carvalho Chehab
2020-06-19
3
-3
/
+3
*
|
|
|
Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2020-08-04
1
-10
/
+7
|
\
\
\
\
|
*
|
|
|
lib/vsprintf: Force type of flags value for gfp_t
Andy Shevchenko
2020-08-01
1
-1
/
+1
|
*
|
|
|
lib/vsprintf: Replace custom spec to print decimals with generic one
Andy Shevchenko
2020-08-01
1
-7
/
+1
|
*
|
|
|
lib/vsprintf: Replace hidden BUILD_BUG_ON() with static_assert()
Andy Shevchenko
2020-08-01
1
-1
/
+4
|
*
|
|
|
Replace HTTP links with HTTPS ones: vsprintf
Alexander A. Klimov
2020-07-03
1
-1
/
+1
*
|
|
|
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
2
-2
/
+2
|
\
\
\
\
\
|
*
|
|
|
|
treewide: Remove uninitialized_var() usage
Kees Cook
2020-07-16
2
-2
/
+2
*
|
|
|
|
|
Merge tag 'platform-drivers-x86-v5.9-1' of git://git.infradead.org/linux-plat...
Linus Torvalds
2020-08-03
1
-0
/
+67
|
\
\
\
\
\
\
|
*
|
|
|
|
|
lib/test-string_helpers.c: Add string_upper() and string_lower() tests
Vadim Pasternak
2020-07-15
1
-0
/
+67
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'x86-fpu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2020-08-03
3
-0
/
+124
|
\
\
\
\
\
\
|
*
|
|
|
|
|
selftests/fpu: Add an FPU selftest
Petteri Aimonen
2020-06-29
3
-0
/
+124
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'x86-boot-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-03
6
-10
/
+368
|
\
\
\
\
\
\
|
*
|
|
|
|
|
lib: Add zstd support to decompress
Nick Terrell
2020-07-31
4
-0
/
+355
|
*
|
|
|
|
|
lib: Prepare zstd for preboot environment, improve performance
Nick Terrell
2020-07-31
2
-10
/
+13
|
|
|
_
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'sched-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-03
2
-5
/
+52
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Merge branch 'sched/urgent'
Peter Zijlstra
2020-07-22
2
-0
/
+6
|
|
\
|
|
|
|
|
|
*
|
|
|
|
|
lib: Restrict cpumask_local_spread to houskeeping CPUs
Alex Belits
2020-07-08
1
-5
/
+11
|
*
|
|
|
|
|
Merge branch 'sched/urgent'
Peter Zijlstra
2020-07-08
6
-8
/
+11
|
|
\
\
\
\
\
\
|
|
|
|
_
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
sched/cputime: Improve cputime_adjust()
Oleg Nesterov
2020-06-15
1
-0
/
+41
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'locking-core-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2020-08-03
2
-2
/
+31
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'locking/nmi' into locking/core, to pick up completed topic branch
Ingo Molnar
2020-08-03
1
-0
/
+6
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
locking/lockdep: Fix TRACE_IRQFLAGS vs. NMIs
peterz@infradead.org
2020-07-27
1
-0
/
+6
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
Merge branch 'kcsan' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck...
Ingo Molnar
2020-08-01
1
-2
/
+24
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
kcsan: Re-add GCC as a supported compiler
Marco Elver
2020-06-29
1
-1
/
+2
|
|
*
|
|
|
|
|
kcsan: Add test suite
Marco Elver
2020-06-29
1
-1
/
+22
|
|
|
/
/
/
/
/
|
*
|
|
|
|
|
Merge branch 'linus' into locking/core, to resolve conflict
Ingo Molnar
2020-07-31
1
-1
/
+1
|
|
\
\
\
\
\
\
|
*
|
|
|
|
|
|
lockdep: Add preemption enabled/disabled assertion APIs
Ahmed S. Darwish
2020-07-29
1
-0
/
+1
|
|
|
_
|
_
|
/
/
/
|
|
/
|
|
|
|
|
*
|
|
|
|
|
|
Merge tag 'core-rcu-2020-08-03' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2020-08-03
1
-8
/
+95
|
\
\
\
\
\
\
\
[next]