summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2016-12-14 00:08:02 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-12-18 14:18:12 +0100
commit25a9939c09eae246173d06e0478f0e131d83b55c (patch)
treeb9be453cb33458f4f964511b2e7c400a99c3c40d /tools/perf/scripts/python/bin/stackcollapse-report
parent6e15174ecd7ace10f1f996d4bc28b583987fcbac (diff)
downloadkernel-25a9939c09eae246173d06e0478f0e131d83b55c.tar.gz
drm/irq: drm_legacy_ prefix for legacy ioctls
Spotted while auditing our ioctl table. Also nuke the not-really-kerneldoc comments, we don't document internals and definitely don't want to mislead people with the old dragons. I think with this all the legacy ioctls now have proper drm_legacy_ prefixes. Reviewed-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20161213230814.19598-2-daniel.vetter@ffwll.ch
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions
bcachefs: Fix bch2_btree_node_update_key_early()Kent Overstreet 2024-12-21bcachefs: Fix btree node scan when unknown btree IDs are presentKent Overstreet 2024-12-21bcachefs: BCH_ERR_btree_node_read_error_cachedKent Overstreet 2024-12-21bcachefs: Avoid bch2_btree_id_str()Kent Overstreet 2024-11-07bcachefs: btree_cache.freeable list fixesKent Overstreet 2024-11-07bcachefs: Fix error handling in bch2_btree_node_prefetch()Kent Overstreet 2024-09-21bcachefs: Rework btree node pinningKent Overstreet 2024-09-21bcachefs: split up btree cache counters for live, freeableKent Overstreet 2024-09-21bcachefs: btree cache counters should be size_tKent Overstreet 2024-09-21bcachefs: Don't count "skipped access bit" as touched in btree cache scanKent Overstreet 2024-09-21bcachefs: Use mm_account_reclaimed_pages() when freeing btree nodesKent Overstreet 2024-09-21bcachefs: Use __GFP_ACCOUNT for reclaimable memoryKent Overstreet 2024-09-21bcachefs: Add pinned to btree cache not freed countersKent Overstreet 2024-09-09bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()Kent Overstreet 2024-08-22bcachefs: fix failure to relock in btree_node_fill()Kent Overstreet 2024-08-22bcachefs: fix failure to relock in bch2_btree_node_mem_alloc()Kent Overstreet 2024-08-22bcachefs: Fix failure to relock in btree_node_get()Kent Overstreet 2024-07-14bcachefs: bch2_btree_id_to_text()Kent Overstreet 2024-07-14bcachefs: Use try_cmpxchg() family of functions instead of cmpxchg()Uros Bizjak 2024-06-10bcachefs: Enable automatic shrinking for rhashtablesKent Overstreet 2024-05-09bcachefs: add counters for failed shrinker reclaimDaniel Hill 2024-05-09bcachefs: for_each_bset() declares loop iterKent Overstreet 2024-05-08bcachefs: Improve sysfs internal/btree_cacheKent Overstreet 2024-05-08bcachefs: Run bch2_check_fix_ptrs() via triggersKent Overstreet 2024-04-14bcachefs: Fix bch2_btree_node_fill() for !pathKent Overstreet 2024-04-14bcachefs: add safety checks in bch2_btree_node_fill()Kent Overstreet 2024-04-13bcachefs: fix race in bch2_btree_node_evict()Kent Overstreet 2024-03-31bcachefs: Improved topology repair checksKent Overstreet 2024-03-31bcachefs: Add an assertion for trying to evict btree rootKent Overstreet 2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet 2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet 2024-03-13bcachefs: kill kvpmalloc()Kent Overstreet 2024-03-10bcachefs: btree node prefetching in check_topologyKent Overstreet