First  |  Prev |  Next  |  Last
Pages: 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
[RFC PATCH 1/9] x86, mce: Notify about corrected events too
From: Borislav Petkov <borislav.petkov(a)amd.com> Notify all parties registered on the mce decoder chain about logged correctable MCEs. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- arch/x86/kernel/cpu/mcheck/mce.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/arch/x... 6 Aug 2010 11:34
[RFC PATCH 7/9] perf: Export cpumap
From: Borislav Petkov <borislav.petkov(a)amd.com> Export cpu counting and cpumap manipulating utils for general use. This pulls ctype.c along. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- tools/lib/lk/Makefile | 3 + tools/lib/lk/cpumap.c | 114 ++++++++++++++++++++++++++++++++++... 6 Aug 2010 11:34
[RFC PATCH 00/9] RAS daemon prototype, v2
From: Borislav Petkov <borislav.petkov(a)amd.com> Hi, I finally found some time for a second take at the ras daemon. This one is based on Steven's trace-cmd integration into perf: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git, branch tip/perf/parse-events which is still alpha, as ... 6 Aug 2010 11:34
[BUGFIX] perf probe: Fix to copy the type for raw parameters
Em Fri, Aug 06, 2010 at 04:17:59PM +0900, Masami Hiramatsu escreveu: Masami Hiramatsu wrote: Copy type field if it is for raw parameters. Without this fix, perf probe drops the type if user passes it for raw parameters (e.g. %ax:u32 will be converted to %ax). Hi Arnaldo, Could you pick these... 6 Aug 2010 10:27
scsi: megaraid_sas - Add input parameter for max_sectors
On Fri, 2010-08-06 at 12:43 +0200, Hannes Reinecke wrote: Yang, Bo wrote: RESUBMIT requested by James Bottomley: Driver add the input parameters support for max_sectors for our gen2 chip. Customer can Set the max_sectors support to 1MB for gen2 chip during the driver load. Signed-off... 6 Aug 2010 10:27
[PATCH/RFCv3 5/6] mm: cma: Test device and application added
This patch adds a "cma" misc device which lets user space use the CMA API. This device is meant for testing. A testing application is also provided. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- drivers/misc/Kconfig | 8 + drive... 6 Aug 2010 10:27
[PATCH/RFCv3 6/6] arm: Added CMA to Aquila and Goni
Added the CMA initialisation code to two Samsung platforms. Signed-off-by: Michal Nazarewicz <m.nazarewicz(a)samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park(a)samsung.com> --- arch/arm/mach-s5pv210/mach-aquila.c | 31 +++++++++++++++++++++++++++++++ arch/arm/mach-s5pv210/mach-goni.c | 31 ++++++++++++... 6 Aug 2010 10:27
[PATCH/RFCv3 3/6] mm: cma: Added SysFS support
The SysFS development interface lets one change the map attribute at run time as well as observe what regions have been reserved. --- .../ABI/testing/sysfs-kernel-mm-contiguous | 58 ++++ Documentation/contiguous-memory.txt | 4 + mm/Kconfig | ... 6 Aug 2010 10:27
[PATCH/RFCv3 0/6] The Contiguous Memory Allocator framework
Hello everyone, The following patchset implements a Contiguous Memory Allocator. For those who have not yet stumbled across CMA an excerpt from documentation: The Contiguous Memory Allocator (CMA) is a framework, which allows setting up a machine-specific configuration for physically-contiguous memo... 6 Aug 2010 10:27
[PATCH/RFCv3 1/6] lib: rbtree: rb_root_init() function added
Added a rb_root_init() function which initialises a rb_root structure as a red-black tree with at most one element. The rationale is that using rb_root_init(root, node) is more straightforward and cleaner then first initialising and empty tree followed by an insert operation. Signed-off-by: Michal Nazarewicz <m... 6 Aug 2010 10:27
First  |  Prev |  Next  |  Last
Pages: 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153