summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2016-06-22perf script stackcollapse: Remove reference to the perl interpreterArnaldo Carvalho de Melo
2016-06-21perf script: Add stackcollapse.py scriptPaolo Bonzini
d>2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi 2021-07-02Merge tag 'jfs-5.14' of git://github.com/kleikamp/linux-shaggyLinus Torvalds 2021-06-29mm: require ->set_page_dirty to be explicitly wired upChristoph Hellwig 2021-06-23jfs: Avoid field-overflowing memcpy()Kees Cook 2021-06-23jfs: remove unnecessary oom messageZhen Lei 2021-06-23jfs: fix GPF in diFreePavel Skripkin 2021-06-01fs/jfs: Fix missing error code in lmLogInit()Jiapeng Chong 2021-05-21jfs: Remove trailing semicolon in macrosHuilong Deng 2021-05-21fs: Fix typo issuezuoqilin 2021-04-12jfs: convert to fileattrMiklos Szeredi 2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds 2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds 2021-02-11fs/jfs: fix potential integer overflow on shift of a intColin Ian King 2021-02-08jfs: turn diLog(), dataLog() and txLog() into void functionsYang Li 2021-01-24fs: make helpers idmap mount awareChristian Brauner 2021-01-24acl: handle idmapped mountsChristian Brauner 2021-01-24attr: handle idmapped mountsChristian Brauner 2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner 2021-01-04fs/inode.c: make inode_init_always() initialize i_ino to 0Eric Biggers 2020-12-18JFS: more checks for invalid superblockRandy Dunlap 2020-11-13jfs: Fix array index bounds check in dbAdjTreeDave Kleikamp 2020-11-13jfs: Fix memleak in dbAdjCtlDinghao Liu 2020-11-13jfs: delete duplicated words + other fixesRandy Dunlap 2020-09-21fs: Introduce i_blocks_per_pageMatthew Wilcox (Oracle) 2020-06-24block: move struct block_device to blk_types.hChristoph Hellwig 2020-06-02Merge tag 'jfs-5.8' of git://github.com/kleikamp/linux-shaggyLinus Torvalds 2020-06-02fs: convert mpage_readpages to mpage_readaheadMatthew Wilcox (Oracle) 2020-03-09jfs: Replace zero-length array with flexible-array memberGustavo A. R. Silva 2020-02-05Merge tag 'jfs-5.6' of git://github.com/kleikamp/linux-shaggyLinus Torvalds 2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan 2020-01-21jfs: remove unused MAXL2PAGESAlex Shi 2019-09-19Merge tag 'y2038-vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/p...Linus Torvalds 2019-08-30fs: Fill in max and min timestamps in superblockDeepa Dinamani 2019-07-31docs: fix a couple of new broken referencesMauro Carvalho Chehab 2019-07-01vfs: create a generic checking and prep function for FS_IOC_SETFLAGSDarrick J. Wong 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-07Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggyLinus Torvalds 2019-05-01jfs: switch to ->free_inode()Al Viro 2019-03-22jfs: fix bogus variable self-initializationArnd Bergmann