summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorRobin Holt <holt@sgi.com>2009-04-02 16:59:46 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-04-02 19:05:11 -0700
commitf5f7eac41db827a47b2163330eecd7bb55ae9f12 (patch)
treeae8ab45dba49c1b3d5f2088051389e6fd3e4a24c /tools/perf/scripts/python/stackcollapse.py
parente8c158bb313c1df421eab7dc4299cd39cbbf5895 (diff)
downloadkernel-f5f7eac41db827a47b2163330eecd7bb55ae9f12.tar.gz
Allow rwlocks to re-enable interrupts
Pass the original flags to rwlock arch-code, so that it can re-enable interrupts if implemented for that architecture. Initially, make __raw_read_lock_flags and __raw_write_lock_flags stubs which just do the same thing as non-flags variants. Signed-off-by: Petr Tesarik <ptesarik@suse.cz> Signed-off-by: Robin Holt <holt@sgi.com> Acked-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: <linux-arch@vger.kernel.org> Acked-by: Ingo Molnar <mingo@elte.hu> Cc: "Luck, Tony" <tony.luck@intel.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
for timeoutRichard Palethorpe 2021-10-08vsock: Refactor vsock_*_getsockopt to resemble sock_getsockoptRichard Palethorpe 2021-09-06af_vsock: rename variables in receive loopArseny Krasnov 2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2021-06-29net: sock: introduce sk_error_reportAlexander Aring 2021-06-21vsock: notify server to shutdown when client has pending signalLongpeng(Mike) 2021-06-18vsock: rename vsock_wait_data()Stefano Garzarella 2021-06-18vsock: rename vsock_has_data()Stefano Garzarella 2021-06-11af_vsock: update comments for stream socketsArseny Krasnov 2021-06-11af_vsock: rest of SEQPACKET supportArseny Krasnov 2021-06-11af_vsock: implement send logic for SEQPACKETArseny Krasnov 2021-06-11af_vsock: implement SEQPACKET receive loopArseny Krasnov 2021-06-11af_vsock: separate receive data loopArseny Krasnov 2021-06-11af_vsock: separate wait data loopArseny Krasnov 2021-06-11af_vsock: update functions for connectible socketArseny Krasnov 2021-03-28net: vsock: Fix a typoLu Wei 2021-03-19selinux: vsock: Set SID for socket returned by accept()David Brazdil 2021-02-09vsock: fix locking in vsock_shutdown()Stefano Garzarella 2021-02-06net/vmw_vsock: improve locking in vsock_connect_timeout()Norbert Slusarek 2021-02-06net/vmw_vsock: fix NULL pointer dereferenceNorbert Slusarek 2021-02-01vsock: fix the race conditions in multi-transport supportAlexander Popov 2020-12-14af_vsock: Assign the vsock transport considering the vsock address flagsAndra Paraschiv 2020-12-14af_vsock: Set VMADDR_FLAG_TO_HOST flag on the receive pathAndra Paraschiv 2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski 2020-11-14vsock: forward all packets to the host when no H2G is registeredStefano Garzarella 2020-10-29vsock: fix the error return when an invalid ioctl command is usedColin Ian King 2020-10-29vsock: remove ratelimit unknown ioctl messageColin Ian King 2020-10-26vsock: use ns_capable_noaudit() on socket createJeff Vander Stoep 2020-08-12vsock: fix potential null pointer dereference in vsock_poll()Stefano Garzarella