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
*
fsdax: shift partition offset handling into the file systems
Christoph Hellwig
2021-12-04
6
-16
/
+36
*
dax: return the partition offset from fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
11
-12
/
+22
*
iomap: add a IOMAP_DAX flag
Christoph Hellwig
2021-12-04
6
-10
/
+18
*
xfs: pass the mapping flags to xfs_bmbt_to_iomap
Christoph Hellwig
2021-12-04
5
-21
/
+27
*
xfs: use xfs_direct_write_iomap_ops for DAX zeroing
Christoph Hellwig
2021-12-04
1
-2
/
+2
*
xfs: move dax device handling into xfs_{alloc,free}_buftarg
Christoph Hellwig
2021-12-04
3
-27
/
+11
*
ext4: cleanup the dax handling in ext4_fill_super
Christoph Hellwig
2021-12-04
1
-4
/
+3
*
ext2: cleanup the dax handling in ext2_fill_super
Christoph Hellwig
2021-12-04
1
-7
/
+5
*
fsdax: decouple zeroing from the iomap buffered I/O code
Christoph Hellwig
2021-12-04
6
-44
/
+94
*
fsdax: factor out a dax_memzero helper
Christoph Hellwig
2021-12-04
1
-17
/
+19
*
fsdax: simplify the offset check in dax_iomap_zero
Christoph Hellwig
2021-12-04
1
-3
/
+1
*
xfs: add xfs_zero_range and xfs_truncate_page helpers
Shiyang Ruan
2021-12-04
6
-12
/
+37
*
fsdax: simplify the pgoff calculation
Christoph Hellwig
2021-12-04
3
-40
/
+10
*
fsdax: use a saner calling convention for copy_cow_page_dax
Christoph Hellwig
2021-12-04
1
-16
/
+13
*
fsdax: remove a pointless __force cast in copy_cow_page_dax
Christoph Hellwig
2021-12-04
1
-1
/
+1
*
dm-stripe: add a stripe_dax_pgoff helper
Christoph Hellwig
2021-12-04
1
-48
/
+15
*
dm-log-writes: add a log_writes_dax_pgoff helper
Christoph Hellwig
2021-12-04
1
-25
/
+17
*
dm-linear: add a linear_dax_pgoff helper
Christoph Hellwig
2021-12-04
1
-34
/
+15
*
dax: remove dax_capable
Christoph Hellwig
2021-12-04
11
-110
/
+36
*
xfs: factor out a xfs_setup_dax_always helper
Christoph Hellwig
2021-12-04
1
-19
/
+28
*
dax: move the partition alignment check into fs_dax_get_by_bdev
Christoph Hellwig
2021-12-04
1
-17
/
+6
*
dax: remove the pgmap sanity checks in generic_fsdax_supported
Christoph Hellwig
2021-12-04
1
-48
/
+1
*
dax: simplify the dax_device <-> gendisk association
Christoph Hellwig
2021-12-04
7
-97
/
+66
*
dax: remove CONFIG_DAX_DRIVER
Christoph Hellwig
2021-12-04
4
-7
/
+3
*
dm: make the DAX support depend on CONFIG_FS_DAX
Christoph Hellwig
2021-12-04
6
-9
/
+7
*
dm: fix alloc_dax error handling in alloc_dev
Christoph Hellwig
2021-12-04
1
-1
/
+3
*
dax: Kill DEV_DAX_PMEM_COMPAT
Dan Williams
2021-11-24
15
-209
/
+36
*
Linux 5.16-rc1
v5.16-rc1
Linus Torvalds
2021-11-14
1
-2
/
+2
*
kconfig: Add support for -Wimplicit-fallthrough
Gustavo A. R. Silva
2021-11-14
2
-5
/
+6
*
Merge tag 'xfs-5.16-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2021-11-14
4
-7
/
+12
|
\
|
*
xfs: sync xfs_btree_split macros with userspace libxfs
Darrick J. Wong
2021-11-11
1
-0
/
+4
|
*
xfs: #ifdef out perag code for userspace
Eric Sandeen
2021-11-10
2
-3
/
+7
|
*
xfs: use swap() to make dabtree code cleaner
Yang Guang
2021-11-08
1
-4
/
+1
*
|
Merge tag 'for-5.16/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-11-14
5
-6
/
+14
|
\
\
|
*
|
parisc/entry: fix trace test in syscall exit path
Sven Schnelle
2021-11-13
1
-1
/
+1
|
*
|
parisc: Flush kernel data mapping in set_pte_at() when installing pte for use...
John David Anglin
2021-11-13
2
-4
/
+10
|
*
|
parisc: Fix implicit declaration of function '__kernel_text_address'
Helge Deller
2021-11-13
1
-0
/
+1
|
*
|
parisc: Fix backtrace to always include init funtion names
Helge Deller
2021-11-13
1
-1
/
+2
*
|
|
Merge tag 'sh-for-5.16' of git://git.libc.org/linux-sh
Linus Torvalds
2021-11-14
21
-180
/
+78
|
\
\
\
|
*
|
|
sh: pgtable-3level: Fix cast to pointer from integer of different size
Geert Uytterhoeven
2021-10-27
1
-1
/
+1
|
*
|
|
sh: fix READ/WRITE redefinition warnings
Randy Dunlap
2021-10-27
1
-22
/
+22
|
*
|
|
sh: define __BIG_ENDIAN for math-emu
Randy Dunlap
2021-10-27
1
-0
/
+8
|
*
|
|
sh: math-emu: drop unused functions
Randy Dunlap
2021-10-27
1
-103
/
+0
|
*
|
|
sh: fix kconfig unmet dependency warning for FRAME_POINTER
Randy Dunlap
2021-10-27
1
-0
/
+1
|
*
|
|
sh: Cleanup about SPARSE_IRQ
Kefeng Wang
2021-10-27
2
-12
/
+0
|
*
|
|
sh: kdump: add some attribute to function
Yejune Deng
2021-09-17
1
-2
/
+2
|
*
|
|
maple: fix wrong return value of maple_bus_init().
Lu Wei
2021-09-17
1
-1
/
+4
|
*
|
|
sh: boot: avoid unneeded rebuilds under arch/sh/boot/compressed/
Masahiro Yamada
2021-09-17
7
-24
/
+23
|
*
|
|
sh: boot: add intermediate vmlinux.bin* to targets instead of extra-y
Masahiro Yamada
2021-09-17
1
-2
/
+2
|
*
|
|
sh: boards: Fix the cacography in irq.c
Tang Bin
2021-09-17
1
-2
/
+2
[next]