summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorUros Bizjak <ubizjak@gmail.com>2024-09-30 14:33:15 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2024-10-03 18:19:38 +0200
commitb23eff812a77646df37a5c870bbdcbec79592eb4 (patch)
treea4e37b175300f45a116ad07073d2fc93385975b3 /tools/perf/scripts/python/task-analyzer.py
parent75caf39655b913db4baeb0104a1301a297f71fcb (diff)
downloadkernel-b23eff812a77646df37a5c870bbdcbec79592eb4.tar.gz
drm/lib: Include <linux/prandom.h> instead of <linux/random.h>
Substitute the inclusion of <linux/random.h> header with <linux/prandom.h> to allow the removal of legacy inclusion of <linux/prandom.h> from <linux/random.h>. Signed-off-by: Uros Bizjak <ubizjak@gmail.com> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Cc: Maxime Ripard <mripard@kernel.org> Cc: Thomas Zimmermann <tzimmermann@suse.de> Cc: David Airlie <airlied@gmail.com> Cc: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
page_table: rearrange gasket_page_table_entryNick Ewalt 2018-10-15staging: gasket: page_table: remove unnecessary PTE status set to freeNick Ewalt 2018-10-15staging: gasket: page table: remove dead code in coherent mem allocTodd Poynor 2018-10-15staging: gasket: page table: return valid error code on map failTodd Poynor 2018-09-18staging: gasket: page_table: handle failed dma_map_pageNick Ewalt 2018-09-18staging: gasket: page_table: use total_entries for max ext lvl0 page idxNick Ewalt 2018-09-18staging: gasket: cleanup if dma_map_page fails in gasket_perform_mappingNick Ewalt 2018-09-18staging: gasket: fix gasket_free_coherent_memory metadata freesNick Ewalt 2018-09-18staging: gasket: page_table: don't unmap coherent pagesNick Ewalt 2018-09-18staging: gasket: fix data page unmap DMA directionNick Ewalt 2018-09-18staging: gasket: fix DMA direction for extended page tablesNick Ewalt 2018-09-18staging: gasket: page table: use GFP_KERNEL for dma_alloc_coherentTodd Poynor 2018-08-27staging: gasket: page table: remove extraneous memory barriersTodd Poynor 2018-08-27staging: gasket: page table: use dma_mapping_error for error detectionTodd Poynor 2018-08-27staging: gasket: remove null ptr check before kfreeSumit Kumar 2018-08-08staging: gasket: fix code indent for conditional statementSumit Pundir 2018-08-01Revert "staging: gasket: page table: hold references to device and pci_dev"Todd Poynor 2018-08-01staging: gasket: page table: fix function param line continuation styleTodd Poynor 2018-08-01staging: gasket: pg tbl: remove static function forward declarationsTodd Poynor 2018-07-30staging: gasket: page table: simplify comments for static functionsTodd Poynor 2018-07-30staging: gasket: page table: hold references to device and pci_devTodd Poynor