index
:
kernel/linux.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.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-7.0.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-21
fs: Make file-nr output the total allocated file handles
Li RongQing
1
-1
/
+1
2025-04-21
select: core_sys_select add unlikely branch hint on return path
Colin Ian King
1
-1
/
+1
2025-04-14
fs/filesystems: Fix potential unsigned integer underflow in fs_name()
Zijun Hu
1
-5
/
+9
2025-04-14
fs/fs_context: Mark an unlikely if condition with unlikely() in vfs_parse_mon...
Zijun Hu
1
-1
/
+1
2025-04-14
fs/fs_parse: Correct comments of fs_validate_description()
Zijun Hu
1
-3
/
+3
2025-04-11
fs/fs_context: Use KERN_INFO for infof()|info_plog()|infofc()
Zijun Hu
1
-0
/
+4
2025-04-11
select: do_pollfd: add unlikely branch hint return path
Colin Ian King
1
-1
/
+1
2025-04-11
netfs: Update main API document
David Howells
1
-277
/
+739
2025-04-08
fs: unconditionally use atime_needs_update() in pick_link()
Mateusz Guzik
1
-5
/
+5
2025-04-08
Merge patch series "fs: sort out cosmetic differences between stat funcs and ...
Christian Brauner
2
-16
/
+21
2025-04-08
fs: predict not having to do anything in fdput()
Mateusz Guzik
1
-1
/
+1
2025-04-08
fs: sort out cosmetic differences between stat funcs and add predicts
Mateusz Guzik
1
-15
/
+20
2025-04-07
Merge patch series "fs: harden anon inodes"
Christian Brauner
7
-26
/
+130
2025-04-07
selftests/filesystems: add open() test for anonymous inodes
Christian Brauner
1
-0
/
+17
2025-04-07
selftests/filesystems: add exec() test for anonymous inodes
Christian Brauner
1
-0
/
+13
2025-04-07
selftests/filesystems: add chmod() test for anonymous inodes
Christian Brauner
1
-0
/
+13
2025-04-07
selftests/filesystems: add chown() test for anonymous inodes
Christian Brauner
3
-1
/
+28
2025-04-07
anon_inode: raise SB_I_NODEV and SB_I_NOEXEC
Christian Brauner
1
-0
/
+2
2025-04-07
pidfs: use anon_inode_setattr()
Christian Brauner
1
-1
/
+1
2025-04-07
anon_inode: explicitly block ->setattr()
Christian Brauner
2
-0
/
+9
2025-04-07
pidfs: use anon_inode_getattr()
Christian Brauner
1
-23
/
+1
2025-04-07
anon_inode: use a proper mode internally
Christian Brauner
3
-1
/
+46
2025-04-07
docs: initramfs: update compression and mtime descriptions
David Disseldorp
1
-13
/
+21
2025-04-06
Linux 6.15-rc1
v6.15-rc1
Linus Torvalds
1
-2
/
+2
2025-04-06
tools/include: make uapi/linux/types.h usable from assembly
Thomas Weißschuh
1
-0
/
+3
2025-04-06
Merge tag 'turbostat-2025.05.06' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-43
/
+135
2025-04-06
Merge tag 'soundwire-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+1
2025-04-06
tools/power turbostat: v2025.05.06
Len Brown
1
-1
/
+1
2025-04-06
tools/power turbostat: disable "cpuidle" invocation counters, by default
Len Brown
2
-13
/
+33
2025-04-06
Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-9
/
+9
2025-04-06
Merge tag 'sched-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-3
/
+3
2025-04-06
Disable SLUB_TINY for build testing
Linus Torvalds
2
-2
/
+2
2025-04-06
tools/power turbostat: re-factor sysfs code
Len Brown
1
-10
/
+21
2025-04-06
tools/power turbostat: Restore GFX sysfs fflush() call
Zhang Rui
1
-0
/
+1
2025-04-06
tools/power turbostat: Document GNR UncMHz domain convention
Len Brown
1
-0
/
+1
2025-04-06
tools/power turbostat: report CoreThr per measurement interval
Len Brown
2
-1
/
+3
2025-04-06
tools/power turbostat: Increase CPU_SUBSET_MAXCPUS to 8192
Justin Ernst
1
-1
/
+1
2025-04-06
Merge tag 'timers-cleanups-2025-04-06' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
796
-1718
/
+1650
2025-04-06
Merge tag 'irq-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
36
-54
/
+54
2025-04-06
Merge tag 'timers-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-69
/
+25
2025-04-06
Merge tag 'sh-for-v6.15-tag1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-5
/
+14
2025-04-06
Merge tag 'kbuild-v6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
62
-350
/
+890
2025-04-06
Merge tag 'drm-next-2025-04-05' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
52
-703
/
+539
2025-04-06
kbuild: rpm-pkg: build a debuginfo RPM
Uday Shankar
2
-2
/
+54
2025-04-06
kconfig: merge_config: use an empty file as initfile
Daniel Gomez
1
-2
/
+2
2025-04-06
nios2: migrate to the generic rule for built-in DTB
Masahiro Yamada
4
-9
/
+10
2025-04-05
sh: defconfig: Drop obsolete CONFIG_NET_CLS_TCINDEX
Johan Korsnes
4
-4
/
+0
2025-04-05
sh: Align .bss section padding to 8-byte boundary
Artur Rojek
1
-1
/
+14
2025-04-05
Merge tag 'input-for-v6.15-rc0' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
24
-150
/
+814
2025-04-05
tracing/timers: Rename the hrtimer_init event to hrtimer_setup
Nam Cao
4
-7
/
+7
[next]