summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-03-14 12:41:26 -0400
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-04-14 18:26:25 -0400
commita742b02c75e6e76bd0833f9b6e702f1be7d7e008 (patch)
treef547cef66dde1712e7dd6f9c5974e694ddf9e826 /tools/perf/scripts/python/bin
parent5dc03639cc903f887931831d69895facb5260f4b (diff)
downloadkernel-a742b02c75e6e76bd0833f9b6e702f1be7d7e008.tar.gz
xen/blkback: Use kzalloc's, and GFP_KERNEL for data structures.
The patch titled:"xen/blkback: Use 'vzalloc' for page arrays and pre-allocate pages." allocates the structures and its member variables using the 'vzalloc'. Daniel Stodden pointed out that vzalloc is good when we use big number of pages - while these are at the max two pages. We can do this using kzalloc. Also the GFP_HIGHMEM does not work properly with Xen, so take that out. We will have to revisit this when a "get_empty_pages_and_pagevec" type API shows up to leverage that. BugLink: http://mid.gmane.org/1299898639.11681.227.camel@agari.van.xensource.com CC: Daniel Stodden <daniel.stodden@citrix.com> Signed-off-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions
s/dax/bus.c?h=linux-6.6.y&id=9de82caad0282205d4c38a39456bce58e3219540'>dax: avoid -Wempty-body warningsArnd Bergmann 2021-02-16dax-device: Make remove callback return voidUwe Kleine-König 2021-02-16device-dax: Fix error path in dax_driver_registerUwe Kleine-König 2021-02-16device-dax: Properly handle drivers without remove callbackUwe Kleine-König 2021-02-16device-dax: Prevent registering drivers without probe callbackUwe Kleine-König 2021-02-16device-dax: Fix default return code of range_parse()Shiyang Ruan 2020-12-24device-dax: Avoid an unnecessary check in alloc_dev_dax_range()Zhen Lei 2020-12-24device-dax: Fix range releaseDan Williams 2020-12-17device-dax: delete a redundancy check in dev_dax_validate_align()Zhen Lei 2020-10-13device-dax: add a range mapping allocation attributeJoao Martins 2020-10-13device-dax: add an 'align' attributeDan Williams 2020-10-13device-dax: make align a per-device propertyJoao Martins 2020-10-13device-dax: introduce 'mapping' devicesDan Williams 2020-10-13device-dax: add dis-contiguous resource supportDan Williams 2020-10-13mm/memremap_pages: convert to 'struct range'Dan Williams 2020-10-13device-dax: add resize supportDan Williams 2020-10-13device-dax: introduce 'seed' devicesDan Williams 2020-10-13device-dax: introduce 'struct dev_dax' typed-driver operationsDan Williams 2020-10-13device-dax: add an allocation interface for device-dax instancesDan Williams 2020-10-13device-dax: make pgmap optional for instance creationDan Williams 2020-10-13device-dax: move instance creation parameters to 'struct dev_dax_data'Dan Williams 2020-10-13device-dax: drop the dax_region.pfn_flags attributeDan Williams