#!/bin/bash perf record -e sched:sched_switch -e sched:sched_migrate_task "$@" link rel='alternate' title='Atom feed' href='https://universe.0xinfinity.dev/distro/kernel/atom/init?h=v0.0.1-6.19.12' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Expand)Author
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-12-05Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-12-04Merge tag 'drm-next-2025-12-03' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-12-03Merge tag 'kbuild-6.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-12-02Merge tag 'core-rseq-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'kernel-6.19-rc1.cred' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-12-01Merge tag 'namespace-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-11-27calibrate: update header inclusionAndy Shevchenko
2025-11-27init: replace simple_strtoul with kstrtoul to improve lpj_setupThorsten Blum
2025-11-27liveupdate: kho: move to kernel/liveupdatePasha Tatashin
2025-11-20sched/mmcid: Use proper data structuresThomas Gleixner
2025-11-16convert ramfs and tmpfsAl Viro
2025-11-14kbuild: allow architectures to override CC_CAN_LINKThomas Weißschuh
2025-11-14init: deduplicate cc-can-link.sh invocationsThomas Weißschuh
2025-11-14rust: enable slice_flatten feature and provide it through an extension traitAlexandre Courbot
2025-11-12init/main.c: wrap long kernel cmdline when printing to logsDouglas Anderson
2025-11-11ns: drop custom reference count initialization for initial namespacesChristian Brauner
2025-11-05init: Replace simple_strtoul() with kstrtouint() in root_delay_setup()Kaushlendra Kumar
2025-11-04cred: make init_cred staticChristian Brauner
2025-11-04rseq: Switch to fast path processing on exit to userThomas Gleixner
2025-11-04rseq: Provide static branch for runtime debuggingThomas Gleixner
2025-11-04rseq: Expose lightweight statistics in debugfsThomas Gleixner
2025-11-03ns: use NS_COMMON_INIT() for all namespacesChristian Brauner
2025-10-31initrd: Replace simple_strtol with kstrtoint to improve ramdisk_start_setupThorsten Blum