aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-19ns: use inode initializer for initial namespacesChristian Brauner4-4/+4
2025-09-19ns: rename to __ns_refChristian Brauner5-5/+5
2025-09-19user: port to ns_ref_*() helpersChristian Brauner1-1/+1
2025-09-19pid: port to ns_ref_*() helpersChristian Brauner1-2/+2
2025-09-19ns: add ns_common_free()Christian Brauner6-7/+12
2025-09-19nscommon: simplify initializationChristian Brauner6-14/+13
2025-09-19mnt: simplify ns_common_init() handlingChristian Brauner1-1/+1
2025-09-19nscommon: move to separate fileChristian Brauner2-1/+22
2025-09-19ns: add to_<type>_ns() to respective headersChristian Brauner5-25/+0
2025-09-19uts: support ns lookupChristian Brauner1-1/+6
2025-09-19user: support ns lookupChristian Brauner1-1/+6
2025-09-19time: support ns lookupChristian Brauner1-1/+10
2025-09-19pid: support ns lookupChristian Brauner1-0/+4
2025-09-19cgroup: support ns lookupChristian Brauner2-2/+7
2025-09-19Merge branch 'no-rebase-mnt_ns_tree_remove'Christian Brauner24-60/+137
2025-09-19nstree: make iterator genericChristian Brauner2-1/+234
2025-09-19uts: use ns_common_init()Christian Brauner1-14/+2
2025-09-19user: use ns_common_init()Christian Brauner1-3/+2
2025-09-19time: use ns_common_init()Christian Brauner1-5/+2
2025-09-19pid: use ns_common_init()Christian Brauner1-3/+1
2025-09-19cgroup: use ns_common_init()Christian Brauner1-8/+4
2025-09-19pid: use ns_capable_noaudit() when determining net sysctl permissionsChristian Göttsche1-1/+1
2025-09-18bpf: Move the signature kfuncs to helpers.cKP Singh2-183/+166
2025-09-18bpf: Return hashes of maps in BPF_OBJ_GET_INFO_BY_FDKP Singh2-0/+36
2025-09-18bpf: Implement exclusive map creationKP Singh2-4/+33
2025-09-18bpf: Update the bpf_prog_calc_tag to use SHA256KP Singh2-4/+3
2025-09-18bpf: Enforce RCU protection for KF_RCU_PROTECTEDKumar Kartikeya Dwivedi1-0/+10
2025-09-18Merge tag 'trace-rv-v6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds2-2/+6
2025-09-18smp: Fix up and expand the smp_call_function_many() kerneldocRafael J. Wysocki1-6/+5
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi1-1/+2
2025-09-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-21/+44
2025-09-17Merge tag 'probes-fixes-v6.17-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-0/+2
2025-09-18tracing: kprobe-event: Fix null-ptr-deref in trace_kprobe_create_internal()Wang Liang1-0/+2
2025-09-17Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/sched_extLinus Torvalds2-6/+2
2025-09-17Merge tag 'cgroup-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-7/+37
2025-09-17cpuset: use partition_cpus_change for setting exclusive cpusChen Ridong1-27/+2
2025-09-17cpuset: use parse_cpulist for setting cpus.exclusiveChen Ridong1-16/+9
2025-09-17cpuset: introduce partition_cpus_changeChen Ridong1-26/+38
2025-09-17cpuset: refactor cpus_allowed_validate_changeChen Ridong1-39/+45
2025-09-17cpuset: refactor out validate_partitionChen Ridong1-12/+36
2025-09-17cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpersChen Ridong1-30/+44
2025-09-17cpuset: refactor CPU mask buffer parsing logicChen Ridong1-29/+30
2025-09-17cpuset: Refactor exclusive CPU mask computation logicChen Ridong1-38/+65
2025-09-17cpuset: change return type of is_partition_[in]valid to boolChen Ridong1-2/+2
2025-09-17cpuset: remove unused assignment to trialcs->partition_root_stateChen Ridong1-2/+0
2025-09-17cpuset: move the root cpuset write check earlierChen Ridong1-13/+4
2025-09-17bpf: dont report verifier bug for missing bpf_scc_visit on speculative pathEduard Zingerman1-3/+18
2025-09-17softirq: Allow to drop the softirq-BKL lock on PREEMPT_RTSebastian Andrzej Siewior2-20/+76
2025-09-17softirq: Provide a handshake for canceling tasklets via pollingSebastian Andrzej Siewior1-5/+57
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_SCHEDTejun Heo1-1/+1