index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
init
Age
Commit message (
Expand
)
Author
Files
Lines
2026-01-26
init/main.c: check if rdinit was explicitly set before printing warning
Lillian Berry
1
-2
/
+5
2026-01-22
sched: remove task_struct->faults_disabled_mapping
Christoph Hellwig
1
-1
/
+0
2026-01-22
rseq: Add fields and constants for time slice extension
Thomas Gleixner
1
-0
/
+12
2026-01-17
compiler_types.h: Attributes: Add __counted_by_ptr macro
Bill Wendling
1
-0
/
+7
2026-01-16
kbuild: uapi: drop dependency on CC_CAN_LINK
Thomas Weißschuh
1
-1
/
+1
2026-01-14
initramfs_test: kunit test for cpio.filesize > PATH_MAX
David Disseldorp
1
-0
/
+48
2026-01-14
acct(2): begin the deprecation of legacy BSD process accounting
Jeff Layton
1
-2
/
+5
2026-01-14
fs: use nullfs unconditionally as the real rootfs
Christian Brauner
2
-14
/
+7
2026-01-12
init: remove /proc/sys/kernel/real-root-dev
Askar Safin
1
-20
/
+0
2026-01-12
initrd: remove deprecated code path (linuxrc)
Askar Safin
4
-109
/
+17
2026-01-12
fs: add immutable rootfs
Christian Brauner
2
-0
/
+15
2026-01-01
rcu: Clean up after the SRCU-fastification of RCU Tasks Trace
Paul E. McKenney
1
-3
/
+0
2025-12-19
kbuild: Sync kconfig when PAHOLE_VERSION changes
Ihor Solodrai
1
-1
/
+1
2025-12-17
perf: Add APIs to create/release mediated guest vPMUs
Kan Liang
1
-0
/
+4
2025-12-15
init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line para...
Askar Safin
2
-14
/
+0
2025-12-06
Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...
Linus Torvalds
3
-6
/
+124
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-12-04
Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernel
Linus Torvalds
1
-0
/
+3
2025-12-03
Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
1
-2
/
+6
2025-12-02
Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+30
2025-12-01
Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+27
2025-12-01
Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-6
/
+1
2025-11-27
calibrate: update header inclusion
Andy Shevchenko
1
-3
/
+6
2025-11-27
init: replace simple_strtoul with kstrtoul to improve lpj_setup
Thorsten Blum
1
-2
/
+2
2025-11-27
liveupdate: kho: move to kernel/liveupdate
Pasha Tatashin
1
-0
/
+2
2025-11-20
sched/mmcid: Use proper data structures
Thomas Gleixner
1
-0
/
+3
2025-11-16
convert ramfs and tmpfs
Al Viro
1
-1
/
+1
2025-11-14
kbuild: allow architectures to override CC_CAN_LINK
Thomas Weißschuh
1
-0
/
+4
2025-11-14
init: deduplicate cc-can-link.sh invocations
Thomas Weißschuh
1
-2
/
+2
2025-11-14
rust: enable slice_flatten feature and provide it through an extension trait
Alexandre Courbot
1
-0
/
+3
2025-11-12
init/main.c: wrap long kernel cmdline when printing to logs
Douglas Anderson
2
-1
/
+114
2025-11-11
ns: drop custom reference count initialization for initial namespaces
Christian Brauner
1
-1
/
+1
2025-11-05
init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()
Kaushlendra Kumar
1
-1
/
+2
2025-11-04
cred: make init_cred static
Christian Brauner
1
-0
/
+27
2025-11-04
rseq: Switch to fast path processing on exit to user
Thomas Gleixner
1
-1
/
+1
2025-11-04
rseq: Provide static branch for runtime debugging
Thomas Gleixner
1
-0
/
+14
2025-11-04
rseq: Expose lightweight statistics in debugfs
Thomas Gleixner
1
-0
/
+12
2025-11-03
ns: use NS_COMMON_INIT() for all namespaces
Christian Brauner
1
-6
/
+1
2025-10-31
initrd: Replace simple_strtol with kstrtoint to improve ramdisk_start_setup
Thorsten Blum
1
-2
/
+1
2025-10-04
Merge tag 'printk-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+12
2025-10-02
Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-0
/
+12
2025-10-02
Merge branch 'rework/ringbuffer-kunit-test' into for-linus
Petr Mladek
1
-0
/
+12
2025-10-01
Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...
Linus Torvalds
1
-1
/
+66
2025-09-30
Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2025-09-30
Merge tag 'cgroup-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+3
2025-09-29
Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...
Linus Torvalds
1
-0
/
+10
2025-09-29
Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+2
2025-09-29
Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2
-2
/
+5
2025-09-29
Merge tag 'vfs-6.18-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-10
/
+10
2025-09-29
Fix CC_HAS_ASM_GOTO_OUTPUT on non-x86 architectures
Linus Torvalds
1
-1
/
+1
[prev]
[next]