summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2025-09-19pid: port to ns_ref_*() helpersChristian Brauner
2025-09-19ns: add ns_common_free()Christian Brauner
2025-09-19nscommon: simplify initializationChristian Brauner
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner
2025-09-19nscommon: move to separate fileChristian Brauner
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner
2025-09-19uts: support ns lookupChristian Brauner
2025-09-19user: support ns lookupChristian Brauner
2025-09-19time: support ns lookupChristian Brauner
2025-09-19pid: support ns lookupChristian Brauner
2025-09-19cgroup: support ns lookupChristian Brauner
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner
2025-09-19nstree: make iterator genericChristian Brauner
2025-09-19uts: use ns_common_init()Christian Brauner
2025-09-19user: use ns_common_init()Christian Brauner
2025-09-19time: use ns_common_init()Christian Brauner
2025-09-19pid: use ns_common_init()Christian Brauner
2025-09-19cgroup: use ns_common_init()Christian Brauner
2025-09-19pid: use ns_capable_noaudit() when determining net sysctl permissionsChristian Göttsche
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh
2025-09-18bpf: Implement exclusive map creationKP Singh
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-18smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-09-17Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang
2025-09-17Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-09-17Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-09-17cpuset: use partition_cpus_change for setting exclusive cpusChen Ridong
2025-09-17cpuset: use parse_cpulist for setting cpus.exclusiveChen Ridong
2025-09-17cpuset: introduce partition_cpus_changeChen Ridong
2025-09-17cpuset: refactor cpus_allowed_validate_changeChen Ridong
2025-09-17cpuset: refactor out validate_partitionChen Ridong
2025-09-17cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpersChen Ridong
2025-09-17cpuset: refactor CPU mask buffer parsing logicChen Ridong
2025-09-17cpuset: Refactor exclusive CPU mask computation logicChen Ridong
2025-09-17cpuset: change return type of is_partition_[in]valid to boolChen Ridong
2025-09-17cpuset: remove unused assignment to trialcs->partition_root_stateChen Ridong
2025-09-17cpuset: move the root cpuset write check earlierChen Ridong
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman
2025-09-17softirq: Allow to drop the softirq-BKL lock on PREEMPT_RTSebastian Andrzej Siewior
2025-09-17softirq: Provide a handshake for canceling tasklets via pollingSebastian Andrzej Siewior
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...Tejun Heo
2025-09-16uprobes: uprobe_warn should use passed taskJeremy Linton
2025-09-16workqueue: WQ_PERCPU added to alloc_workqueue usersMarco Crivellari
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi