aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/bin/export-to-sqlite-record
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2019-02-11 14:20:03 +0100
committerDavid S. Miller <davem@davemloft.net>2019-02-12 12:09:24 -0500
commit8d4c28fbc284bf2dee08afff146def47cafbc227 (patch)
treec47ea54dbbb93f0046da2476e9e6d5cfc91f6d1d /tools/perf/scripts/python/bin/export-to-sqlite-record
parentmoxart_ether: pass struct device to DMA API functions (diff)
meth: pass struct device to DMA API functions
The DMA API generally relies on a struct device to work properly, and only barely works without one for legacy reasons. Pass the easily available struct device from the platform_device to remedy this. Also use GFP_KERNEL instead of GFP_ATOMIC as the gfp_t for the memory allocation, as we aren't in interrupt context or under a lock. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-sqlite-record')
0 files changed, 0 insertions, 0 deletions
c='https://seccdn.libravatar.org/avatar/0a4791ebefc39fc25d7c1a53796aca36?s=128&d=retro' />Borislav Petkov1-0/+1 2015-06-07x86/microcode: Correct CPU family related variable typesAndy Shevchenko1-2/+2 2015-05-06x86/microcode: Parse built-in microcode earlyBorislav Petkov1-2/+2 2014-12-06x86, microcode: Reload microcode on resumeBorislav Petkov1-0/+2 2014-12-01x86, microcode, AMD: Do not use smp_processor_id() in preemtible contextBorislav Petkov1-1/+1 2014-01-13x86, microcode, AMD: Fix early ucode loadingBorislav Petkov1-4/+3 2013-08-12x86, microcode, AMD: Fix early microcode loadingTorsten Kaiser1-1/+1 2013-07-14x86: delete __cpuinit usage from all x86 filesPaul Gortmaker1-2/+2 2013-05-31x86, microcode, amd: Fix warnings and errors on with CONFIG_MICROCODE=mJacob Shin1-1/+1 2013-05-30x86, microcode, amd: Early microcode patch loading support for AMDJacob Shin1-0/+14 2013-05-30x86, microcode, amd: Refactor functions to prepare for early loadingJacob Shin1-0/+64