First  |  Prev |  Next  |  Last
Pages: 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563
[PATCH 3/8] Create sysfs nodes and export basic statistics
Creates per-pool sysfs nodes: /sys/kernel/vm/zcache/pool<id>/ (<id> = 0, 1, 2, ...) to export following statistics: - orig_data_size: Uncompressed worth of data stored in the pool. - memlimit: Memory limit of the pool. This also allows changing it at runtime (default: 10% of RAM). If memlimit is set to a va... 16 Jul 2010 08:48
[PATCH 8/8] Document sysfs entries
Signed-off-by: Nitin Gupta <ngupta(a)vflare.org> --- Documentation/ABI/testing/sysfs-kernel-mm-zcache | 53 ++++++++++++++++++++++ 1 files changed, 53 insertions(+), 0 deletions(-) create mode 100644 Documentation/ABI/testing/sysfs-kernel-mm-zcache diff --git a/Documentation/ABI/testing/sysfs-kernel-mm-zcache ... 16 Jul 2010 08:48
[GIT PULL] vhost-net fixes
David, please pull the following fixes for 2.6.35. Thanks! The following changes since commit 91a72a70594e5212c97705ca6a694bd307f7a26b: net/core: neighbour update Oops (2010-07-14 18:02:16 -0700) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost.git vhost-net... 16 Jul 2010 08:48
[PATCH 1/2] Remove REDWOOD_[456] config options and conditional code
The config options for REDWOOD_[456] were commented out in the powerpc Kconfig. The ifdefs referencing this options therefore are dead and all references to this can be removed (Also dependencies in other KConfig files). Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> Signed-off-by: ... 16 Jul 2010 08:48
[PATCH 2/2] Removed redwood/mtd mapping
Removing the redwood mtd mapping driver, because all REDWOOD_[456] configuration options were removed from the kernel, because they weren't referenced anywhere. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> --- drivers/mtd/maps/Kconfig | 8 --- drivers/mtd/maps/Makefile | ... 16 Jul 2010 08:48
[PATCH 0/2] Removing dead code
Hi all! I merged the two patches from Christoph Egger[1] to remove the REDWOOD_[456] config depends. And wrote a second patch, which removes the redwood/mtd mapping module. I hope this is now acceptable to bring it into the kernel, if this options are really dead. Regards Christian Dietrich ... 16 Jul 2010 08:48
[PATCH 5/7] X86 platform drivers: Remove EC dump from thinkpad_acpi
There is a general interface for that now (provided by other patches in this patch series): /sys/kernel/debug/ec/*/io Signed-off-by: Thomas Renninger <trenn(a)suse.de> CC: Alexey Starikovskiy <astarikovskiy(a)suse.de> CC: Len Brown <lenb(a)kernel.org> CC: linux-kernel(a)vger.kernel.org CC: linux-acpi(a)vger.kernel.org... 16 Jul 2010 07:43
[PATCH 4/7] ACPI: Remove /proc/acpi/embedded_controller/..
Other patches in this series add the same info to /sys/... and /proc/ioports. The info removed should never have been used in an application, eventually someone read it manually. /proc/acpi is deprecated for more than a year anyway... Signed-off-by: Thomas Renninger <trenn(a)suse.de> CC: Alexey Starikovskiy <... 16 Jul 2010 07:43
[PATCH 7/7] Documentation: Add new /sys/kernel/debug/ec/* files to ABI
Signed-off-by: Thomas Renninger <trenn(a)suse.de> CC: Alexey Starikovskiy <astarikovskiy(a)suse.de> CC: Len Brown <lenb(a)kernel.org> CC: linux-kernel(a)vger.kernel.org CC: linux-acpi(a)vger.kernel.org CC: platform-driver-x86(a)vger.kernel.org --- Documentation/ABI/testing/debugfs-ec | 20 ++++++++++++++++++++ 1 files... 16 Jul 2010 07:43
[PATCH 2/7] ACPI: Provide /sys/kernel/debug//ec/ec0/io for binary access to the EC
A userspace app to easily read/write the EC can be found here: ftp://ftp.suse.com/pub/people/trenn/sources/ec/ec_access.c Multiple ECs are not supported, but shouldn't be hard to add as soon as the ec driver itself will support them. Signed-off-by: Thomas Renninger <trenn(a)suse.de> CC: Alexey Starikovskiy <asta... 16 Jul 2010 07:43
First  |  Prev |  Next  |  Last
Pages: 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563