summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-09-16 10:39:58 -0500
committerKumar Gala <galak@kernel.crashing.org>2011-10-11 23:30:40 -0500
commitba14f6491768acad5cf50a3c7dc8927b7614d692 (patch)
treeb2a9d9fc14031f6ea6d844580557de4e6eed8a07 /tools/perf/scripts/python/call-graph-from-sql.py
parent5c4a5b8de65d08a436d112307204542a4d559ee2 (diff)
downloadkernel-ba14f6491768acad5cf50a3c7dc8927b7614d692.tar.gz
powerpc: respect mem= setting for early memory limit setup
For those MMUs that have some form of bolt'd linear mapping (TLB) required its rare that one ever sets mem= smaller than the size of that mapping. However, on Book-E 64 parts the initial linear mapping is quite large (1G) so its quite reasonable that mem= is set smaller than that. We need to parse the command line for mem= limit and constrain the amount of memory we map initially by it if need be. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions
> 2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig 2020-11-16pktcdvd: use set_capacity_and_notifyChristoph Hellwig 2020-11-16block: remove __blkdev_driver_ioctlChristoph Hellwig 2020-09-23pktcdvd: use blkdev_get_by_dev instead of open coding itChristoph Hellwig 2020-09-23pktcdvd: remove the if 0'ed pkt_start_recovery functionChristoph Hellwig 2020-09-01block: replace bd_set_size with bd_set_nr_sectorsChristoph Hellwig 2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva 2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig 2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig 2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig 2020-06-11pktcdvd: remove redundant initialization of variable retColin Ian King 2020-03-27block: simplify queue allocationChristoph Hellwig 2020-03-27block: move the ->devnode callback to struct block_device_operationsChristoph Hellwig 2020-01-03compat_ioctl: cdrom: handle CDROM_LAST_WRITTENArnd Bergmann 2020-01-03compat_ioctl: move CDROM_SEND_PACKET handling into scsiArnd Bergmann 2019-12-21pktcdvd: fix regression on 64-bit architecturesArnd Bergmann 2019-10-23pktcdvd: add compat_ioctl handlerArnd Bergmann 2019-09-22pktcdvd: remove warning on attempting to register non-passthrough devJens Axboe 2019-04-12block: genhd: remove async_events fieldMartin Wilck