#!/bin/bash perf record -e net:net_dev_xmit -e net:net_dev_queue \ -e net:netif_receive_skb -e net:netif_rx \ -e skb:consume_skb -e skb:kfree_skb \ -e skb:skb_copy_datagram_iovec -e napi:napi_poll \ -e irq:irq_handler_entry -e irq:irq_handler_exit \ -e irq:softirq_entry -e irq:softirq_exit \ -e irq:softirq_raise $@ 'https://universe.0xinfinity.dev/distro/kernel' title='kernel Git repository'/>
summaryrefslogtreecommitdiff
path: root/kernel/nsproxy.c
AgeCommit message (Expand)Author
2025-11-14nsproxy: fix free_nsproxy() and simplify create_new_namespaces()Christian Brauner
2025-11-03ns: add active reference countChristian Brauner
2025-11-03ns: rename to exit_nsproxy_namespaces()Christian Brauner
2025-09-29Merge tag 'namespace-6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-09-25ns: move ns type into struct ns_commonChristian Brauner
2025-09-01copy_process: pass clone_flags as u64 across calltreeSimon Schuster
2025-05-09kernel/nsproxy: remove unnecessary guardsJoel Savitz
2024-11-03fdget(), trivial conversionsAl Viro
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-03-01pidfd: add pidfsChristian Brauner