summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-record
diff options
context:
space:
mode:
authorDan Magenheimer <dan.magenheimer@oracle.com>2012-02-15 07:54:16 -0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-02-15 09:02:03 -0800
commit19ee3ef5f4bb22d17eb73d89a520437745b8b444 (patch)
tree9d51281ef697f834529386aca0fa168783dfe1ea /tools/perf/scripts/python/bin/netdev-times-record
parentb605c9621e57e72cbd45d59fd93d97b4a75c3597 (diff)
downloadkernel-19ee3ef5f4bb22d17eb73d89a520437745b8b444.tar.gz
staging: ramster: local compression + tmem
RAMster implements peer-to-peer transcendent memory, allowing a "cluster" of kernels to dynamically pool their RAM. This patch copies files from drivers/staging/zcache. RAMster compresses pages locally before transmitting them to another node, so we can leverage the zcache and tmem code directly. Note: there are no ramster-specific changes yet to these files. (Why copy? The ramster tmem.c/tmem.h changes are definitely shareable between zcache and ramster; the eventual destination for tmem.c is the linux lib directory. Ramster changes to zcache are more substantial and zcache is currently undergoing some significant unrelated changes (including a new allocator and breaking zcache-main.c into smaller files), so it seemed best to branch temporarily and merge later.) Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/netdev-times-record')
0 files changed, 0 insertions, 0 deletions
g/ktest?id=34148b13eec9c738327f8c8f84f468f4694b17a3'>ktest.pl: Add the log of last test in email on failureSteven Rostedt (VMware) 2020-07-01ktest.pl: Turn off buffering to the log fileSteven Rostedt (VMware) 2020-07-01ktest.pl: Just open up the log file onceSteven Rostedt (VMware) 2020-07-01ktest.pl: Add a NOT operatorSteven Rostedt (VMware) 2020-07-01ktest.pl: Define PRE_TEST_DIE to kill the test if the PRE_TEST failsSteven Rostedt (VMware) 2020-07-01ktest.pl: Always show log file location if defined even on successSteven Rostedt (VMware) 2020-07-01ktest.pl: Have config-bisect save each config used in the bisectSteven Rostedt (VMware) 2020-03-09ktest: Fix typos in ktest.plMasanari Iida 2020-03-09ktest: Add timeout for ssh sync testingSteven Rostedt (VMware) 2020-03-09ktest: Make default build option oldconfig not randconfigSteven Rostedt (VMware) 2020-03-09ktest: Fix some typos in sample.confMasanari Iida 2019-07-24ktest: Fix some typos in config-bisect.plMasanari Iida 2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner 2019-05-10ktest: update sample.conf for grub2blsMasayoshi Mizuma 2019-05-10ktest: remove get_grub2_indexMasayoshi Mizuma 2019-05-10ktest: pass KERNEL_VERSION to POST_KTESTMasayoshi Mizuma 2019-05-10ktest: introduce grub2bls REBOOT_TYPE optionMasayoshi Mizuma 2019-05-10ktest: cleanup get_grub_indexMasayoshi Mizuma 2019-05-10ktest: introduce _get_grub_indexMasayoshi Mizuma 2019-04-18ktest: introduce REBOOT_RETURN_CODE to confirm the result of REBOOTMasayoshi Mizuma 2019-04-17ktest: Add support for meta characters in GRUB_MENUMasayoshi Mizuma 2019-04-17ktest: Show name and iteration on errorsSteven Rostedt (VMware)