summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2024-03-04 07:04:57 -0700
committerKeith Busch <kbusch@kernel.org>2024-03-04 08:24:56 -0800
commit27cb91a3a102073473c6aaf0f7f0ba2db27dbf76 (patch)
tree8548e1d85a86b8902c67495d24dff9bcfcd1aea0 /tools/perf/scripts/python
parente5ea00a510c61e9e809a1f13286ac802bbe724a7 (diff)
nvme: cleanup nvme_configure_metadata
Fold nvme_init_ms into nvme_configure_metadata after splitting up a little helper to deal with the extended LBA formats. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <kbusch@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
lds 2016-03-15memory-hotplug: add automatic onlining policy for the newly added memoryVitaly Kuznetsov 2016-03-01misc: at24: replace memory_accessor with nvmem_device_readAndrew Lunn 2014-10-22memory-hotplug: Remove "weak" from memory_block_size_bytes() declarationBjorn Helgaas 2013-12-20drivers: base: Add prototype declaration to the header fileRashika Kheria 2013-08-21drivers: base: use standard device online/offline for state changeSeth Jennings 2013-08-21drivers: base: reduce add_memory_section() for boot-time onlySeth Jennings 2013-04-30memory hotplug: fix warningsVincent Stehlé 2013-04-29mm, hotplug: avoid compiling memory hotremove functions when disabledDavid Rientjes 2013-04-29include/linux/memory.h: implement register_hotmemory_notifier()Andrew Morton 2012-12-12hotplug: update nodemasks managementLai Jiangshan 2012-12-11memory_hotplug: fix possible incorrect node_states[N_NORMAL_MEMORY]Lai Jiangshan 2012-09-17mm/ia64: fix a memory block size bugJianguo Wu 2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers 2011-07-12mm: Move definition of MIN_MEMORY_BLOCK_SIZE to a headerBenjamin Herrenschmidt 2011-02-03memory hotplug: Update phys_index to [start|end]_section_nrNathan Fontenot 2010-10-22Driver core: Add section count to memory_block structNathan Fontenot 2010-10-22driver core: Introduce find_memory_block_hinted which utilizes kset_find_obj_...Robin Holt 2010-03-17memory hotplug: allow setting of phys_deviceHeiko Carstens 2009-12-18mm: Add notifier in pageblock isolation for balloon driversRobert Jennings 2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds 2009-04-02memory_accessor: new interface for reading/writing persistent memoryKevin Hilman 2009-03-06tracing, Text Edit Lock - Architecture Independent CodeMathieu Desnoyers 2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade 2008-11-30hotplug_memory_notifier section annotationAl Viro 2008-04-29ipc: recompute msgmni on memory add / removeNadia Derbey 2008-04-29ipc: define the slab_memory_callback priority as a constantNadia Derbey 2008-04-19driver core: memory: semaphore to mutexDaniel Walker 2007-10-22memory hotplug: make kmem_cache_node for SLUB on memory online avoid panicYasunori Goto 2007-10-22memory hotplug: rearrange memory hotplug notifierYasunori Goto 2006-10-01[PATCH] hot-add-mem x86_64: use CONFIG_MEMORY_HOTPLUG_SPARSEKeith Mannthey