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
*
hrtimers: Move hrtimer base related definitions into hrtimer_defs.h
Anna-Maria Behnsen
2024-02-19
2
-103
/
+102
*
clockevents: Make clockevents_subsys const
Ricardo B. Marliere
2024-02-07
1
-1
/
+1
*
clocksource: Make clocksource_subsys const
Ricardo B. Marliere
2024-02-07
1
-1
/
+1
*
Linux 6.8-rc3
v6.8-rc3
Linus Torvalds
2024-02-04
1
-1
/
+1
*
Merge tag 'for-linus-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-04
11
-189
/
+203
|
\
|
*
ext4: make ext4_set_iomap() recognize IOMAP_DELALLOC map type
Zhang Yi
2024-02-01
1
-29
/
+3
|
*
ext4: make ext4_map_blocks() distinguish delalloc only extent
Zhang Yi
2024-02-01
3
-3
/
+10
|
*
ext4: add a hole extent entry in cache after punch
Zhang Yi
2024-02-01
1
-2
/
+4
|
*
ext4: correct the hole length returned by ext4_map_blocks()
Zhang Yi
2024-02-01
1
-41
/
+70
|
*
ext4: convert to exclusive lock while inserting delalloc extents
Zhang Yi
2024-02-01
1
-14
/
+11
|
*
ext4: refactor ext4_da_map_blocks()
Zhang Yi
2024-02-01
1
-22
/
+17
|
*
ext4: remove 'needed' in trace_ext4_discard_preallocations
Kemeng Shi
2024-01-18
2
-10
/
+6
|
*
ext4: remove unnecessary parameter "needed" in ext4_discard_preallocations
Kemeng Shi
2024-01-18
9
-22
/
+18
|
*
ext4: remove unused return value of ext4_mb_release_group_pa
Kemeng Shi
2024-01-18
1
-4
/
+2
|
*
ext4: remove unused return value of ext4_mb_release_inode_pa
Kemeng Shi
2024-01-18
1
-3
/
+1
|
*
ext4: remove unused return value of ext4_mb_release
Kemeng Shi
2024-01-18
2
-4
/
+2
|
*
ext4: remove unused ext4_allocation_context::ac_groups_considered
Kemeng Shi
2024-01-18
1
-1
/
+0
|
*
ext4: remove unneeded return value of ext4_mb_release_context
Kemeng Shi
2024-01-18
1
-2
/
+1
|
*
ext4: remove unused parameter ngroup in ext4_mb_choose_next_group_*()
Kemeng Shi
2024-01-18
1
-6
/
+6
|
*
ext4: remove unused return value of __mb_check_buddy
Kemeng Shi
2024-01-18
1
-4
/
+3
|
*
ext4: mark the group block bitmap as corrupted before reporting an error
Baokun Li
2024-01-18
1
-11
/
+11
|
*
ext4: avoid allocating blocks from corrupted group in ext4_mb_find_by_goal()
Baokun Li
2024-01-18
1
-5
/
+4
|
*
ext4: avoid allocating blocks from corrupted group in ext4_mb_try_best_found()
Baokun Li
2024-01-18
1
-0
/
+4
|
*
ext4: avoid dividing by 0 in mb_update_avg_fragment_size() when block bitmap ...
Baokun Li
2024-01-18
1
-1
/
+1
|
*
ext4: avoid bb_free and bb_fragments inconsistency in mb_free_blocks()
Baokun Li
2024-01-18
1
-18
/
+21
|
*
ext4: regenerate buddy after block freeing failed if under fc replay
Baokun Li
2024-01-18
1
-0
/
+20
|
*
ext4: do not trim the group with corrupted block bitmap
Baokun Li
2024-01-18
1
-0
/
+3
|
*
ext4: fix double-free of blocks due to wrong extents moved_len
Baokun Li
2024-01-18
1
-4
/
+2
*
|
Merge tag 'v6.8-rc3-smb-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
2024-02-04
4
-8
/
+31
|
\
\
|
*
|
smb: client: increase number of PDUs allowed in a compound request
Paulo Alcantara
2024-02-01
2
-3
/
+3
|
*
|
cifs: failure to add channel on iface should bump up weight
Shyam Prasad N
2024-02-01
1
-0
/
+2
|
*
|
cifs: do not search for channel if server is terminating
Shyam Prasad N
2024-02-01
2
-1
/
+5
|
*
|
cifs: avoid redundant calls to disable multichannel
Shyam Prasad N
2024-02-01
1
-1
/
+1
|
*
|
cifs: make sure that channel scaling is done only once
Shyam Prasad N
2024-01-31
2
-3
/
+20
*
|
|
Merge tag 'xfs-6.8-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2024-02-04
8
-33
/
+33
|
\
\
\
|
*
|
|
xfs: remove conditional building of rt geometry validator functions
Darrick J. Wong
2024-01-30
7
-30
/
+30
|
*
|
|
xfs: reset XFS_ATTR_INCOMPLETE filter on node removal
Andrey Albershteyn
2024-01-29
1
-3
/
+3
|
|
/
/
*
|
|
Merge tag 'char-misc-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2024-02-04
3
-2
/
+12
|
\
\
\
|
*
|
|
binder: signal epoll threads of self-work
Carlos Llamas
2024-01-31
1
-0
/
+10
|
*
|
|
misc: open-dice: Fix spurious lockdep warning
Will Deacon
2024-01-30
1
-1
/
+1
|
*
|
|
misc: fastrpc: Mark all sessions as invalid in cb_remove
Ekansh Gupta
2024-01-30
1
-1
/
+1
|
|
/
/
*
|
|
Merge tag 'tty-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-02-04
4
-19
/
+53
|
\
\
\
|
*
|
|
serial: max310x: prevent infinite while() loop in port startup
Hugo Villeneuve
2024-01-27
1
-2
/
+18
|
*
|
|
serial: max310x: fail probe if clock crystal is unstable
Hugo Villeneuve
2024-01-27
1
-3
/
+9
|
*
|
|
serial: max310x: improve crystal stable clock detection
Hugo Villeneuve
2024-01-27
1
-5
/
+16
|
*
|
|
serial: max310x: set default value when reading clock ready bit
Hugo Villeneuve
2024-01-27
1
-1
/
+1
|
*
|
|
serial: core: Fix atomicity violation in uart_tiocmget
Gui-Dong Han
2024-01-27
1
-1
/
+1
|
*
|
|
serial: 8250_pci1xxxx: fix off by one in pci1xxxx_process_read_data()
Dan Carpenter
2024-01-27
1
-2
/
+2
|
*
|
|
tty: serial: Fix bit order in RS485 flag definitions
Christoph Niedermaier
2024-01-27
1
-6
/
+7
*
|
|
|
Merge tag 'usb-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
2024-02-04
21
-90
/
+267
|
\
\
\
\
[next]