summaryrefslogtreecommitdiffstats
path: root/init
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/...Linus Torvalds8 days1-0/+1
|\
| * lib/Makefile: make union-find compilation conditional on CONFIG_CPUSETSKuan-Wei Chiu2024-11-051-0/+1
* | Merge tag 'hardening-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8 days1-0/+9
|\ \
| * | Compiler Attributes: disable __counted_by for clang < 19.1.3Jan Hendrik Farr2024-11-191-0/+9
* | | Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds11 days1-0/+1
|\ \ \
| * | | tracing: Allow system call tracepoints to handle page faultsMathieu Desnoyers2024-10-091-0/+1
| |/ /
* | | Merge tag 'printk-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13 days1-4/+1
|\ \ \
| * | | init: Don't proxy `console=` to earlyconRaul E Rangel2024-10-011-4/+1
* | | | Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds14 days1-2/+3
|\ \ \ \
| * | | | signal: Provide ignored_posix_timers listThomas Gleixner2024-11-071-2/+3
* | | | | Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-11-181-0/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | initramfs: avoid filename buffer overrunDavid Disseldorp2024-10-311-0/+15
| |/ / /
* | | | cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERSAlice Ryhl2024-10-131-1/+1
* | | | kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`Gary Guo2024-10-131-1/+5
| |_|/ |/| |
* | | cfi: encode cfi normalized integers + kasan/gcov bug in KconfigAlice Ryhl2024-09-261-1/+1
* | | rust: KASAN+RETHUNK requires rustc 1.83.0Alice Ryhl2024-09-261-0/+1
* | | rust: cfi: fix `patchable-function-entry` starting versionMiguel Ojeda2024-09-261-1/+1
|/ /
* | Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-09-251-4/+15
|\ \
| * | rust: kasan: Rust does not support KHWASANMatthew Maurer2024-09-161-0/+1
| * | rust: cfi: add support for CFI_CLANG with RustMatthew Maurer2024-09-161-1/+3
| * | rust: support for shadow call stack sanitizerAlice Ryhl2024-09-131-1/+0
| * | kbuild: rust: re-run Kconfig if the version text changesMiguel Ojeda2024-09-051-1/+3
| * | kbuild: rust: add `CONFIG_RUSTC_VERSION`Miguel Ojeda2024-09-051-0/+7
| * | init/Kconfig: Only block on RANDSTRUCT for RUSTNeal Gompa2024-08-181-1/+1
* | | Merge tag 'sched_ext-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-09-212-0/+22
|\ \ \
| * | | Merge branch 'bpf/master' into for-6.12Tejun Heo2024-09-041-2/+3
| |\| |
| * | | sched_ext: Add cgroup supportTejun Heo2024-09-041-0/+6
| * | | sched: Introduce CONFIG_GROUP_SCHED_WEIGHTTejun Heo2024-09-041-0/+4
| * | | Merge tag 'v6.11-rc1' into for-6.12Tejun Heo2024-07-303-44/+33
| |\ \ \
| * | | | sched_ext: Take out ->priq and ->flags from scx_dsq_nodeTejun Heo2024-07-081-1/+1
| * | | | sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo2024-06-181-1/+1
| * | | | sched_ext: Implement runnable task stall watchdogDavid Vernet2024-06-181-0/+1
| * | | | sched_ext: Implement BPF extensible scheduler classTejun Heo2024-06-181-0/+11
* | | | | Merge tag 'mm-nonmm-stable-2024-09-21-07-52' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-09-211-2/+3
|\ \ \ \ \
| * | | | | xz: adjust arch-specific options for better kernel compressionLasse Collin2024-09-011-2/+3
| | |_|/ / | |/| | |
* | | | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-1/+1
|\ \ \ \ \
| * | | | | mm: fix typo in KconfigValdis Kletnieks2024-09-011-1/+1
| |/ / / /
* | | | | Merge tag 'cgroup-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-181-0/+13
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong2024-08-301-0/+13
| | |_|/ | |/| |
* | | | Merge tag 'timers-core-2024-09-16' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-09-171-1/+1
|\ \ \ \
| * \ \ \ Merge branch 'linus' into timers/coreThomas Gleixner2024-09-101-2/+3
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | posix-timers: Convert timer list to hlistThomas Gleixner2024-07-291-1/+1
| | |/ / | |/| |
* | | | Merge tag 'lsm-pr-20240911' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-09-162-2/+7
|\ \ \ \
| * | | | init/main.c: Initialize early LSMs after arch code, static keys and calls.KP Singh2024-08-201-2/+4
| * | | | initramfs,lsm: add a security hook to do_populate_rootfs()Fan Wu2024-08-201-0/+3
| |/ / /
* | / / io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe2024-08-301-0/+13
| |/ / |/| |
* | | Merge tag 'rust-fixes-6.11' of https://github.com/Rust-for-Linux/linuxLinus Torvalds2024-08-161-2/+2
|\ \ \
| * | | rust: fix the default format for CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada2024-07-291-2/+2
| * | | rust: suppress error messages from CONFIG_{RUSTC,BINDGEN}_VERSION_TEXTMasahiro Yamada2024-07-291-2/+2
| |/ /
* / / rust: SHADOW_CALL_STACK is incompatible with RustAlice Ryhl2024-08-011-0/+1
|/ /