summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorMiklos Szeredi <mszeredi@suse.cz>2009-04-02 14:25:35 +0200
committerMiklos Szeredi <mszeredi@suse.cz>2009-04-02 14:25:35 +0200
commitfc280c9692031ee41545d6bea00bbb7c7dec97a9 (patch)
treebff08b2710b2086698736d66cef403c6e2975ca9 /tools/perf/scripts/python/stackcollapse.py
parentf4975c67dd9ad8eb47a4c77af0521a2b16ee0197 (diff)
downloadkernel-fc280c9692031ee41545d6bea00bbb7c7dec97a9.tar.gz
fuse: allow private mappings of "direct_io" files
Allow MAP_PRIVATE mmaps of "direct_io" files. This is necessary for execute support. MAP_SHARED mappings require some sort of coherency between the underlying file and the mapping. With "direct_io" it is difficult to provide this, so for the moment just disallow shared (read-write and read-only) mappings altogether. Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
s390/zcrypt: Introduce workload balancingIngo Tuchscherer 2016-12-14s390/zcrypt: simplify message type handlingMartin Schwidefsky 2016-12-14s390/zcrypt: Move the ap bus into kernelIngo Tuchscherer 2015-11-27s390: Delete unnecessary checks before the function call "debug_unregister"Markus Elfring 2015-11-11s390/zcrypt: Fix initialisation when zcrypt is built-inSascha Silbe 2015-10-14s390/zcrypt: enable odd RSA modulus sizes in CRT formatIngo Tuchscherer 2015-09-10drivers/s390/crypto/zcrypt_api.c: use seq_hex_dump() to dump buffersAndy Shevchenko 2015-07-01s390/zcrypt: enable s390 hwrng to seed kernel entropyIngo Tuchscherer 2014-09-25s390/zcrypt: Fixed possible race condition in zcrypt module handlingIngo Tuchscherer 2014-06-11s390: avoid format strings leaking into namesKees Cook 2014-04-01s390/zcrypt: add length check for aligned data to avoid overflow in msg-type 6Ingo Tuchscherer 2013-12-18s390/zcrypt: add support for EP11 coprocessor cardsIngo Tuchscherer