66 results
Order by date - Order by pertinence
All (66)
High-tech (66)
 
[PATCH] ramoops: Add a device file for ramoops buffer access.
Add a /dev/ramoops device file that gives direct access to ramoops buffers. This interface is cleaner than using /dev/mem to access the buffers because we no longer need to lseek() or (for ARM) mmap() to an address specified in the sysfs mem_address ...
Message posted on the November 7th, 2011 - 7:10 PM ET
[PATCH] ramoops appears geared to not support ARM
I had some difficulty in getting ramoops to work on our ARM systems. The driver maps memory with ioremap() which is supposed to map IO memory, not physical RAM. This happens to work on x86 and apparently some other architectures, but it does not ...
Message posted on the October 28th, 2011 - 7:30 PM ET
[PATCH 2/2] ramoops: add new line to printks
From: Marco Stornelli <marco.stornelli@gmail.com> Add new line to each printk. Signed-off-by: Marco Stornelli <marco.stornelli@gmail.com> diff --git a/drivers/char/ramoops.c b/drivers/char/ramoops.c index bf5f9f6..6662c1b 100644 ...
Message posted on the May 28th, 2011 - 11:00 AM ET
[PATCH] ramoops: scripts/ramoops.c for extracting oopses
Add a C program to extract oopses stored by ramoops. Running with no arguments will list all of the records; running with an argument number will retrieve the oops from that record, if it is valid. (In the long term, it'd be ideal to have some ...
Message posted on the October 5th, 2011 - 2:30 PM ET
[PATCH v2 0/3] char drivers: ramoops improvements
Improves the ramoops module by adding a dump_oops to the platform data, adding a record_size parameter and adding a debugfs for memory area access. The patch was built on the 2.6.38 kernel and is based on the following patches which were applied ...
Message posted on the June 30th, 2011 - 9:30 PM ET
[PATCH v3 0/3] char drivers: rammops improvements
Improves the ramoops module by adding a dump_oops to the platform data, adding a record_size parameter and adding a debugfs for memory area access. The patch was built on the 2.6.38 kernel and is based on the following patches which were applied ...
Message posted on the July 6th, 2011 - 7:40 PM ET
[PATCH v6] pstore/ram: Add ramoops support for the Flattened Device Tree.
When called with a non-zero of_node, fill out a new ramoops_platform_data with data from the specified Flattened Device Tree node. Update ramoops documentation with the new FDT interface. Update devicetree/binding documentation with ...
Message posted on the September 7th, 2012 - 2:40 PM ET
[PATCH v5] pstore/ram: Add ramoops support for the Flattened Device Tree.
When called with a non-zero of_node, fill out a new ramoops_platform_data with data from the specified Flattened Device Tree node. Update ramoops documentation with the new FDT interface. Update devicetree/binding documentation with ...
Message posted on the June 26th, 2012 - 3:40 PM ET
[PATCH v4] pstore/ram: Add ramoops support for the Flattened Device Tree.
When called with a non-zero of_node, fill out a new ramoops_platform_data with data from the specified Flattened Device Tree node. Update ramoops documentation with the new FDT interface. Update devicetree/binding documentation with ...
Message posted on the June 12th, 2012 - 4:00 PM ET
[PATCH v2] pstore/ram: Add ramoops support for the Flattened Device Tree.
When called with a non-zero of_node, fill out a new ramoops_platform_data with data from the specified Flattened Device Tree node. Update ramoops documentation with the new FDT interface. Signed-off-by: Bryan Freed <bfreed@chromium.org> ...
Message posted on the June 5th, 2012 - 4:30 PM ET
[PATCH] pstore/ram: Add ramoops support for the Flattened Device Tree.
When called with a non-zero of_node, fill out a new ramoops_platform_data with data from the specified Flattened Device Tree node. Update ramoops documentation with the new FDT interface. Change-Id: Id8f9f0abc5b564375c1b6d5d30c92d57d76520b7 ...
Message posted on the June 5th, 2012 - 4:10 PM ET
[PATCH v3 00/22] netoops support
This patchset applies to v2.6.37-rc5. It also applies cleanly to net-next as of this morning. The following series implements support for 'netoops', a simple driver that will deliver kmsg logs together with machine specifics over the network. ...
Message posted on the December 14th, 2010 - 4:30 PM ET
[PATCH] Documentation: update top level 00-INDEX file with new additions
It seems there are about 80 new, but undocumented addtions at the top level Documentation directory. This fixes up the top level 00-INDEX by adding new entries and deleting a couple orphans. Some subdirs could probably still use a check/cleanup too ...
Message posted on the January 29th, 2013 - 10:40 AM ET
[PATCH v3] char drivers: ramoops documentation
Add a documentation file describing the usage of Ramoops Signed-off-by: Sergiu Iordache <sergiu@chromium.org> Documentation/00-INDEX | 2 + Documentation/ramoops.txt | 76 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, ...
Message posted on the August 8th, 2011 - 1:50 PM ET