summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert@linux-m68k.org>2008-05-18 20:47:22 +0200
committerLinus Torvalds <torvalds@linux-foundation.org>2008-05-18 13:28:50 -0700
commitd5ec550a044c0136c3fece4007f05d08ee4a4fd8 (patch)
treeb2f9defcc80ff724f5c54d5c7717e10dc3cfadaa /tools/perf/scripts/python/stackcollapse.py
parent52de114e357b8035d54040be8b9148de437b5b4b (diff)
downloadkernel-d5ec550a044c0136c3fece4007f05d08ee4a4fd8.tar.gz
m68k: Correctly handle multi-ISA at runtime
m68k: Correctly handle multi-ISA at runtime in multi-platform kernels Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.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
d>Florian Westphal 2021-06-09xfrm: remove description from xfrm_type structFlorian Westphal 2021-06-01xfrm: Remove the repeated declarationShaokun Zhang 2021-05-14xfrm: add state hashtable keyed by seqSabrina Dubroca 2021-04-19xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca 2021-03-24xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert 2021-03-03xfrm: Use actual socket sk instead of skb socket for xfrm_output_resumeEvan Nimmo 2020-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-09-24xfrm/compat: Translate 32-bit user_policy from sockptrDmitry Safonov 2020-09-24xfrm/compat: Add 32=>64-bit messages translatorDmitry Safonov 2020-09-24xfrm/compat: Add 64=>32-bit messages translatorDmitry Safonov 2020-09-24xfrm: Provide API to register translator moduleDmitry Safonov 2020-09-07xfrm: clone XFRMA_REPLAY_ESN_VAL in xfrm_do_migrateAntony Antony 2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller 2020-07-24net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig 2020-07-21xfrm: Fix crash when the hold queue is used.Steffen Klassert 2020-07-09tunnel6: add tunnel6_input_afinfo for ipip and ipv6 tunnelsXin Long 2020-07-09tunnel4: add cb_handler to struct xfrm_tunnelXin Long 2020-07-09xfrm: add is_ipip to struct xfrm_input_afinfoXin Long 2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller 2020-06-24xfrm: policy: match with both mark and mask on user interfacesXin Long 2020-06-23bonding/xfrm: use real_dev instead of slave_devJarod Wilson 2020-06-22xfrm: bail early on slave pass over skbJarod Wilson 2020-06-04xfrm: Fix double ESP trailer insertion in IPsec crypto offload.Huy Nguyen 2020-05-06xfrm: remove output_finish indirection from xfrm_state_afinfoFlorian Westphal 2020-05-06xfrm: remove extract_output indirection from xfrm_state_afinfoFlorian Westphal 2020-05-06xfrm: place xfrm6_local_dontfrag in xfrm.hFlorian Westphal 2020-05-06xfrm: expose local_rxpmtu via ipv6_stubsFlorian Westphal 2020-05-06xfrm: move xfrm4_extract_header to common helperFlorian Westphal 2020-05-06xfrm: state: remove extract_input indirection from xfrm_state_afinfoFlorian Westphal 2020-05-06xfrm: avoid extract_output indirection for ipv4Florian Westphal 2020-04-28xfrm: add support for UDPv6 encapsulation of ESPSabrina Dubroca