aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-01nsfs: convert to path_from_stashed() helperChristian Brauner3-57/+20
2024-03-01libfs: add path_from_stashed()Christian Brauner2-0/+97
2024-03-01pidfd: add pidfsChristian Brauner9-17/+188
2024-02-28pidfd: move struct pidfd_fopsChristian Brauner3-111/+123
2024-02-21pidfd: allow to override signal scope in pidfd_send_signal()Christian Brauner2-9/+42
2024-02-10pidfd: change pidfd_send_signal() to respect PIDFD_THREADOleg Nesterov2-18/+23
2024-02-10signal: fill in si_code in prepare_kill_siginfo()Oleg Nesterov1-10/+6
2024-02-07selftests: add ESRCH tests for pidfd_getfd()Tycho Andersen1-1/+30
2024-02-07pidfd: getfd should always report ESRCH if a task is exitingTycho Andersen1-1/+20
2024-02-06pidfd: clone: allow CLONE_THREAD | CLONE_PIDFD togetherOleg Nesterov1-3/+4
2024-02-06pidfd: exit: kill the no longer used thread_group_exited()Oleg Nesterov2-26/+0
2024-02-06pidfd: change do_notify_pidfd() to use __wake_up(poll_to_key(EPOLLIN))Oleg Nesterov1-3/+4
2024-02-02pid: kill the obsolete PIDTYPE_PID code in transfer_pid()Oleg Nesterov1-2/+1
2024-02-02pidfd: kill the no longer needed do_notify_pidfd() in de_thread()Oleg Nesterov1-5/+0
2024-02-02pidfd_poll: report POLLHUP when pid_task() == NULLOleg Nesterov2-15/+12
2024-02-02pidfd: implement PIDFD_THREAD flag for pidfd_open()Oleg Nesterov7-23/+54
2024-02-02pidfd: don't do_notify_pidfd() if !thread_group_empty()Oleg Nesterov1-3/+5
2024-02-02pidfd: cleanup the usage of __pidfd_prepare's flagsOleg Nesterov3-8/+4
2024-02-02fork: Using clone_flags for legacy clone checkWang Jinchao1-2/+2
2024-01-21Linux 6.8-rc1v6.8-rc1Linus Torvalds1-2/+2
2024-01-21bcachefs: Improve inode_to_text()Kent Overstreet1-7/+18
2024-01-21bcachefs: logged_ops_format.hKent Overstreet2-27/+31
2024-01-21bcachefs: reflink_format.hKent Overstreet3-47/+48
2024-01-21bcachefs; extents_format.hKent Overstreet2-279/+284
2024-01-21bcachefs: ec_format.hKent Overstreet2-16/+20
2024-01-21bcachefs: subvolume_format.hKent Overstreet2-32/+36
2024-01-21bcachefs: snapshot_format.hKent Overstreet2-33/+37
2024-01-21bcachefs: alloc_background_format.hKent Overstreet2-93/+94
2024-01-21bcachefs: xattr_format.hKent Overstreet2-15/+20
2024-01-21bcachefs: dirent_format.hKent Overstreet2-39/+43
2024-01-21bcachefs: inode_format.hKent Overstreet2-164/+167
2024-01-21bcachefs; quota_format.hKent Overstreet2-42/+48
2024-01-21bcachefs: sb-counters_format.hKent Overstreet2-95/+100
2024-01-21bcachefs: counters.c -> sb-counters.cKent Overstreet5-8/+7
2024-01-21bcachefs: comment bch_subvolumeKent Overstreet1-0/+3
2024-01-21bcachefs: bch_snapshot::btimeKent Overstreet2-0/+3
2024-01-21bcachefs: add missing __GFP_NOWARNKent Overstreet1-1/+1
2024-01-21bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet11-23/+24
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet18-97/+87
2024-01-21bcachefs: grab s_umount only if snapshottingSu Yue1-6/+5
2024-01-21bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue1-1/+1
2024-01-21bcachefs: bios must be 512 byte alginedKent Overstreet1-0/+4
2024-01-21bcachefs: remove redundant variable tmpColin Ian King1-3/+1
2024-01-21bcachefs: Improve trace_trans_restart_relockKent Overstreet5-24/+44
2024-01-21bcachefs: Fix excess transaction restarts in __bchfs_fallocate()Kent Overstreet4-16/+35
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet1-48/+41
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet1-3/+8
2024-01-21bcachefs: Better journal tracepointsKent Overstreet2-60/+79
2024-01-21bcachefs: Print size of superblock with space allocatedKent Overstreet1-1/+3
2024-01-21bcachefs: Avoid flushing the journal in the discard pathKent Overstreet1-19/+41