summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-03-27 14:48:34 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-03-27 14:48:34 -0700
commit2c9e15a011c55ff96b2b8d2b126d1b9a96abba20 (patch)
tree6d9b27a07f88ad4509dcd86aa74a2cdecd0d5f4b /tools/perf/scripts/python/stackcollapse.py
parent805de022b100bcf796860fe88d7db4164066d1c3 (diff)
parentc16831b4cc9b0805adf8ca3001752a7ec10a17bf (diff)
downloadkernel-2c9e15a011c55ff96b2b8d2b126d1b9a96abba20.tar.gz
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6
* 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6: (27 commits) ext2: Zero our b_size in ext2_quota_read() trivial: fix typos/grammar errors in fs/Kconfig quota: Coding style fixes quota: Remove superfluous inlines quota: Remove uppercase aliases for quota functions. nfsd: Use lowercase names of quota functions jfs: Use lowercase names of quota functions udf: Use lowercase names of quota functions ufs: Use lowercase names of quota functions reiserfs: Use lowercase names of quota functions ext4: Use lowercase names of quota functions ext3: Use lowercase names of quota functions ext2: Use lowercase names of quota functions ramfs: Remove quota call vfs: Use lowercase names of quota functions quota: Remove dqbuf_t and other cleanups quota: Remove NODQUOT macro quota: Make global quota locks cacheline aligned quota: Move quota files into separate directory ext4: quota reservation for delayed allocation ...
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
b60f887000e28f82b268f'>security: Use user_namespace::level to avoid redundant iterations in cap_capa...Kirill Tkhai 2017-03-06security: mark LSM hooks as __ro_after_initJames Morris 2017-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds 2017-01-24exec: Remove LSM_UNSAFE_PTRACE_CAPEric W. Biederman 2017-01-24exec: Test the ptracer's saved cred to see if the tracee can gain capsEric W. Biederman 2017-01-24exec: Don't reset euid and egid when the tracee has CAP_SETUIDEric W. Biederman 2017-01-19LSM: Add /sys/kernel/security/lsmCasey Schaufler 2016-10-07xattr: Add __vfs_{get,set,remove}xattr helpersAndreas Gruenbacher 2016-06-24fs: Treat foreign mounts as nosuidAndy Lutomirski 2016-06-24fs: Limit file caps to the user namespace of the super blockSeth Forshee 2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2016-04-22security: Introduce security_settime64()Baolin Wang 2016-04-11->getxattr(): pass dentry and inode as separate argumentsAl Viro 2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn 2015-09-04capabilities: add a securebit to disable PR_CAP_AMBIENT_RAISEAndy Lutomirski 2015-09-04capabilities: ambient capabilitiesAndy Lutomirski 2015-05-12LSM: Switch to lists of hooksCasey Schaufler 2015-04-15VFS: security/: d_backing_inode() annotationsDavid Howells 2015-01-25file->f_path.dentry is pinned down for as long as the file is open...Al Viro 2014-11-19kill f_dentry usesAl Viro 2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris 2014-07-24commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa 2013-08-30capabilities: allow nice if we are privilegedSerge Hallyn 2013-08-30userns: Allow PR_CAPBSET_DROP in a user namespace.Eric W. Biederman