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-05-09
Merge patch series "Minor namespace code simplication"
Christian Brauner
2
-32
/
+24
2025-05-09
include/cgroup: separate {get,put}_cgroup_ns no-op case
Joel Savitz
1
-12
/
+14
2025-05-09
kernel/nsproxy: remove unnecessary guards
Joel Savitz
1
-20
/
+10
2025-05-09
fs: use writeback_iter directly in mpage_writepages
Christoph Hellwig
1
-6
/
+7
2025-04-29
fs: remove useless plus one in super_cache_scan()
Jinliang Zheng
1
-1
/
+1
2025-04-21
fs: add S_ANON_INODE
Christian Brauner
5
-9
/
+24
2025-04-21
Merge patch series "two nits for path lookup"
Christian Brauner
2
-8
/
+9
2025-04-21
fs: remove uselib() system call
Christian Brauner
9
-152
/
+0
2025-04-21
device_cgroup: avoid access to ->i_rdev in the common case in devcgroup_inode...
Mateusz Guzik
1
-3
/
+4
2025-04-21
fs/fs_parse: Remove unused and problematic validate_constant_table()
Zijun Hu
3
-69
/
+0
2025-04-21
fs: touch up predicts in inode_permission()
Mateusz Guzik
1
-5
/
+5
2025-04-21
fs/fs_parse: Delete macro fsparam_u32hex()
Zijun Hu
2
-3
/
+0
2025-04-21
fs: improve codegen in link_path_walk()
Mateusz Guzik
1
-4
/
+7
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
[next]