linux-stable/Documentation/s390
Michael Holzheu 66a464dbc8 [PATCH] s390: debug feature changes
This patch changes the memory allocation method for the s390 debug feature.
Trace buffers had been allocated using the get_free_pages() function before.
Therefore it was not possible to get big memory areas in a running system due
to memory fragmentation.  Now the trace buffers are subdivided into several
subbuffers with pagesize.  Therefore it is now possible to allocate more
memory for the trace buffers and more trace records can be written.

In addition to that, dynamic specification of the size of the trace buffers is
implemented.  It is now possible to change the size of a trace buffer using a
new debugfs file instance.  When writing a number into this file, the trace
buffer size is changed to 'number * pagesize'.

In the past all the traces could be obtained from userspace by accessing files
in the "proc" filesystem.  Now with debugfs we have a new filesystem which
should be used for debugging purposes.  This patch moves the debug feature
from procfs to debugfs.

Since the interface of debug_register() changed, all device drivers, which use
the debug feature had to be adjusted.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-06-25 16:24:37 -07:00
..
crypto Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3270.ChangeLog Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
3270.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
CommonIO [PATCH] s390: cio documentation 2005-06-21 19:07:33 -07:00
DASD Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
Debugging390.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
TAPE Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cds.txt [PATCH] s390: cio documentation 2005-05-01 08:59:00 -07:00
config3270.sh Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
driver-model.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
monreader.txt Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
s390dbf.txt [PATCH] s390: debug feature changes 2005-06-25 16:24:37 -07:00