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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
dm clone: prefer kvmalloc_array()
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm: declare variables static when sensible
Heinz Mauelshagen
2023-02-14
2
-2
/
+2
*
dm: fix suspect indent whitespace
Heinz Mauelshagen
2023-02-14
2
-2
/
+2
*
dm ioctl: prefer strscpy() instead of strlcpy()
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: avoid void function return statements
Heinz Mauelshagen
2023-02-14
3
-11
/
+0
*
dm integrity: change macros min/max() -> min_t/max_t where appropriate
Heinz Mauelshagen
2023-02-14
1
-5
/
+5
*
dm: fix use of sizeof() macro
Heinz Mauelshagen
2023-02-14
4
-15
/
+15
*
dm: avoid 'do {} while(0)' loop in single statement macros
Heinz Mauelshagen
2023-02-14
2
-5
/
+3
*
dm log: avoid multiple line dereference
Heinz Mauelshagen
2023-02-14
1
-2
/
+1
*
dm log: avoid trailing semicolon in macro
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm ioctl: have constant on the right side of the test
Heinz Mauelshagen
2023-02-14
1
-2
/
+2
*
dm: don't indent labels
Heinz Mauelshagen
2023-02-14
4
-4
/
+4
*
dm: avoid inline filenames
Heinz Mauelshagen
2023-02-14
3
-5
/
+2
*
dm: add missing blank line after declarations/fix those
Heinz Mauelshagen
2023-02-14
5
-6
/
+11
*
dm: avoid useless 'else' after 'break' or return'
Heinz Mauelshagen
2023-02-14
6
-38
/
+38
*
dm: favour __packed versus "__attribute__ ((packed))"
Heinz Mauelshagen
2023-02-14
2
-6
/
+6
*
dm: favour __aligned(N) versus "__attribute__ (aligned(N))"
Heinz Mauelshagen
2023-02-14
3
-7
/
+7
*
dm: avoid using symbolic permissions
Heinz Mauelshagen
2023-02-14
9
-23
/
+22
*
dm: prefer '"%s...", __func__'
Heinz Mauelshagen
2023-02-14
10
-39
/
+39
*
dm: adjust EXPORT_SYMBOL() to follow functions immediately
Heinz Mauelshagen
2023-02-14
4
-7
/
+3
*
dm: avoid split of quoted strings where possible
Heinz Mauelshagen
2023-02-14
12
-67
/
+37
*
dm: remove unnecessary braces from single statement blocks
Heinz Mauelshagen
2023-02-14
7
-56
/
+37
*
dm: add missing empty lines
Heinz Mauelshagen
2023-02-14
33
-27
/
+240
*
dm: add argument identifier names
Heinz Mauelshagen
2023-02-14
5
-12
/
+12
*
dm: avoid spaces before function arguments or in favour of tabs
Heinz Mauelshagen
2023-02-14
14
-87
/
+84
*
dm block-manager: avoid not required parentheses
Heinz Mauelshagen
2023-02-14
1
-1
/
+1
*
dm crypt: correct 'foo*' to 'foo *'
Heinz Mauelshagen
2023-02-14
1
-9
/
+9
*
dm: fix trailing statements
Heinz Mauelshagen
2023-02-14
8
-61
/
+66
*
dm: fix undue/missing spaces
Heinz Mauelshagen
2023-02-14
8
-13
/
+12
*
dm: correct block comments format.
Heinz Mauelshagen
2023-02-14
23
-168
/
+298
*
dm: address indent/space issues
Heinz Mauelshagen
2023-02-14
12
-25
/
+24
*
dm: address space issues relative to switch/while/for/...
Heinz Mauelshagen
2023-02-14
7
-12
/
+12
*
dm: avoid initializing static variables
Heinz Mauelshagen
2023-02-14
4
-5
/
+5
*
dm: enclose complex macros into parentheses where possible
Heinz Mauelshagen
2023-02-14
1
-2
/
+4
*
dm: avoid assignment in if conditions
Heinz Mauelshagen
2023-02-14
4
-9
/
+17
*
dm: change "unsigned" to "unsigned int"
Heinz Mauelshagen
2023-02-14
76
-972
/
+972
*
dm: use fsleep() instead of msleep() for deterministic sleep duration
Heinz Mauelshagen
2023-02-14
4
-10
/
+10
*
dm: prefer kmap_local_page() instead of deprecated kmap_atomic()
Heinz Mauelshagen
2023-02-14
2
-18
/
+18
*
dm: add missing SPDX-License-Indentifiers
Heinz Mauelshagen
2023-02-14
94
-14
/
+95
*
dm: send just one event on resize, not two
Mikulas Patocka
2023-02-14
3
-18
/
+24
*
dm table: check that a dm device doesn't reference itself
Benjamin Marzinski
2023-02-12
1
-0
/
+2
*
dm raid: fix some spelling mistakes in comments
Yu Zhe
2023-02-12
1
-3
/
+3
*
dm verity: stop using WQ_UNBOUND for verify_wq
Nathan Huckleberry
2023-02-02
1
-5
/
+1
*
dm integrity: Remove bi_sector that's only used by commented debug code
Jiapeng Chong
2023-02-02
1
-7
/
+0
*
dm crypt: Slightly simplify crypt_set_keyring_key()
Christophe JAILLET
2023-02-02
1
-1
/
+1
*
dm ioctl: drop always-false condition
Sergey Shtylyov
2023-02-02
1
-2
/
+1
*
dm flakey: fix logic when corrupting a bio
Mikulas Patocka
2023-02-02
1
-10
/
+13
*
dm flakey: fix a bug with 32-bit highmem systems
Mikulas Patocka
2023-02-01
1
-1
/
+2
*
dm flakey: don't corrupt the zero page
Mikulas Patocka
2023-02-01
1
-2
/
+5
*
dm cache: Add some documentation to dm-cache-background-tracker.h
Joe Thornber
2023-01-30
1
-3
/
+37
[next]