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
*
f2fs: add prefix for f2fs slab cache name
Chao Yu
2020-03-19
3
-9
/
+9
*
f2fs: introduce DEFAULT_IO_TIMEOUT
Chao Yu
2020-03-19
10
-15
/
+25
*
f2fs: skip GC when section is full
Jaegeuk Kim
2020-03-19
1
-2
/
+2
*
f2fs: add migration count iff migration happens
Jaegeuk Kim
2020-03-19
1
-1
/
+1
*
f2fs: clean up bggc mount option
Chao Yu
2020-03-19
3
-19
/
+28
*
f2fs: clean up lfs/adaptive mount option
Chao Yu
2020-03-19
6
-37
/
+30
*
f2fs: fix to show norecovery mount option
Chao Yu
2020-03-19
2
-2
/
+6
*
f2fs: clean up parameter of macro XATTR_SIZE()
Chao Yu
2020-03-19
2
-7
/
+6
*
f2fs: clean up codes with {f2fs_,}data_blkaddr()
Chao Yu
2020-03-19
7
-29
/
+24
*
f2fs: show mounted time
Jaegeuk Kim
2020-03-19
5
-2
/
+18
*
f2fs: Use scnprintf() for avoiding potential buffer overflow
Takashi Iwai
2020-03-19
1
-19
/
+19
*
f2fs: allow to clear F2FS_COMPR_FL flag
Chao Yu
2020-03-11
1
-4
/
+4
*
f2fs: fix to check dirty pages during compressed inode conversion
Chao Yu
2020-03-11
1
-0
/
+2
*
f2fs: fix to account compressed inode correctly
Chao Yu
2020-03-11
1
-1
/
+1
*
f2fs: fix wrong check on F2FS_IOC_FSSETXATTR
Jaegeuk Kim
2020-03-10
1
-5
/
+8
*
f2fs: fix to avoid use-after-free in f2fs_write_multi_pages()
Chao Yu
2020-03-10
1
-1
/
+1
*
f2fs: fix to avoid using uninitialized variable
Chao Yu
2020-03-10
1
-4
/
+12
*
f2fs: fix inconsistent comments
Chao Yu
2020-03-10
10
-40
/
+21
*
f2fs: remove i_sem lock coverage in f2fs_setxattr()
Chao Yu
2020-03-10
1
-3
/
+0
*
f2fs: cover last_disk_size update with spinlock
Chao Yu
2020-03-10
5
-8
/
+10
*
f2fs: fix to check i_compr_blocks correctly
Chao Yu
2020-03-10
1
-3
/
+20
*
f2fs: fix to avoid potential deadlock
Chao Yu
2020-02-27
1
-3
/
+3
*
f2fs: add missing function name in kernel message
Chao Yu
2020-02-27
2
-3
/
+4
*
f2fs: recycle unused compress_data.chksum feild
Chao Yu
2020-02-27
2
-3
/
+1
*
f2fs: fix to avoid NULL pointer dereference
Chao Yu
2020-02-27
1
-1
/
+2
*
f2fs: fix leaking uninitialized memory in compressed clusters
Eric Biggers
2020-02-27
1
-2
/
+6
*
f2fs: fix the panic in do_checkpoint()
Sahitya Tummala
2020-02-27
3
-11
/
+9
*
f2fs: fix to wait all node page writeback
Chao Yu
2020-02-27
1
-3
/
+4
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2020-02-13
6
-11
/
+17
|
\
|
*
arm64: time: Replace <linux/clk-provider.h> by <linux/of_clk.h>
Geert Uytterhoeven
2020-02-12
1
-1
/
+1
|
*
arm64: Fix CONFIG_ARCH_RANDOM=n build
Robin Murphy
2020-02-11
1
-0
/
+1
|
*
perf/smmuv3: Use platform_get_irq_optional() for wired interrupt
John Garry
2020-02-10
1
-1
/
+1
|
*
arm64/spinlock: fix a -Wunused-function warning
Qian Cai
2020-02-10
1
-1
/
+5
|
*
arm64: ssbs: Fix context-switch when SSBS is present on all CPUs
Will Deacon
2020-02-10
1
-0
/
+7
|
*
arm64: use shared sysctl constants
Matteo Croce
2020-02-10
1
-4
/
+2
|
*
arm64: Drop do_el0_ia_bp_hardening() & do_sp_pc_abort() declarations
Anshuman Khandual
2020-02-10
1
-4
/
+0
*
|
Merge tag 'gpio-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
2020-02-13
6
-34
/
+49
|
\
\
|
*
|
gpio: sifive: fix static checker warning
Yash Shah
2020-02-10
1
-3
/
+3
|
*
|
spmi: pmic-arb: Set lockdep class for hierarchical irq domains
Stephen Boyd
2020-02-10
1
-0
/
+4
|
*
|
gpio: xilinx: Fix bug where the wrong GPIO register is written to
Paul Thomas
2020-02-10
1
-2
/
+3
|
*
|
Merge tag 'gpio-fixes-for-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Walleij
2020-02-10
3
-29
/
+39
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
gpiolib: remove unnecessary argument from set_config call
Kent Gibson
2020-02-10
1
-1
/
+0
|
|
*
gpio: bd71828: Remove unneeded defines for GPIO_LINE_DIRECTION_IN/OUT
Axel Lin
2020-02-10
1
-10
/
+0
|
|
*
MAINTAINERS: Sort entries in database for GPIO
Andy Shevchenko
2020-02-10
1
-14
/
+14
|
|
*
gpiolib: fix gpio_do_set_config()
Bartosz Golaszewski
2020-02-10
1
-3
/
+3
|
|
*
Revert "gpiolib: remove set but not used variable 'config'"
Bartosz Golaszewski
2020-02-10
1
-0
/
+2
|
|
*
Revert "gpiolib: Remove duplicated function gpio_do_set_config()"
Bartosz Golaszewski
2020-02-10
1
-4
/
+23
|
|
/
*
|
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
2020-02-13
1
-4
/
+0
|
\
\
|
*
|
crypto: Kconfig - allow tests to be disabled when manager is disabled
Jason A. Donenfeld
2020-02-05
1
-4
/
+0
*
|
|
linux/pipe_fs_i.h: fix kernel-doc warnings after @wait was split
Randy Dunlap
2020-02-12
1
-1
/
+2
[next]