First  |  Prev |  Next  |  Last
Pages: 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152
[GIT PULL] support for Tilera's "tile" architecture for 2.6.36
Hi Linus, Please pull from: git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile.git to get support for Tilera's "tile" architecture. It's been in linux-next for a while, and all the changes have been reviewed (many thanks again, in particular, to Arnd Bergman for working with me on this). O... 6 Aug 2010 11:34
cgroups: fix API thinko
On Fri, 2010-08-06 at 01:59 +0300, Michael S. Tsirkin wrote: cgroup_attach_task_current_cg API that have upstream is backwards: we really need an API to attach to the cgroups from another process A to the current one. In our case (vhost), a priveledged user wants to attach it's task to cgroups from a... 6 Aug 2010 12:41
[PATCH] regulator: Default GPIO controlled WM8994 regulators to disabled
From: Joonyoung Shim <jy0922.shim(a)samsung.com> This ensures that if the GPIO was not enabled prior to the driver starting the regulator API will insert the required powerup ramp delay when it enables the regulator. The gpiolib API does not provide this information. [Rewrote changelog to describe the actual ch... 6 Aug 2010 11:34
perf: Export cpumap
Em Fri, Aug 06, 2010 at 04:25:11PM +0200, Borislav Petkov escreveu: 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> Is this independent of previous... 6 Aug 2010 18:11
perf hists: Fixup addr snprintf width on 32 bit arches
Em Thu, Aug 05, 2010 at 06:58:07PM -0700, Joe Perches escreveu: On Thu, 2010-08-05 at 22:46 -0300, Arnaldo Carvalho de Melo wrote: From: Arnaldo Carvalho de Melo <acme(a)redhat.com> By using BITS_PER_LONG/4 as the width specifier. [] diff --git a/tools/perf/util/sort.c b/tools/perf/util/sort.c i... 6 Aug 2010 11:34
[RFC PATCH 2/9] amd64_edac: Remove polling mechanism
From: Borislav Petkov <borislav.petkov(a)amd.com> Switch to reusing the mcheck core's machine check polling mechanism instead of duplicating functionality by using the EDAC polling routine. Correct formatting while at it. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- drivers/edac/amd64_edac.c ... 6 Aug 2010 11:34
[RFC PATCH 3/9] perf_events: Export an assortment of functions
From: Borislav Petkov <borislav.petkov(a)amd.com> .... for other in-kernel users. Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- include/linux/perf_event.h | 19 +++++++++++++++++++ kernel/perf_event.c | 19 +++++++++---------- 2 files changed, 28 insertions(+), 10 deletions(-) diff... 6 Aug 2010 11:34
[RFC PATCH 8/9] perf: Carve out mmap helpers for general use
From: Borislav Petkov <borislav.petkov(a)amd.com> Export the mmap_read* helpers into tools/lib/perf/mmap.[ch] Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- tools/Makefile | 6 ++- tools/lib/perf/Makefile | 35 ++++++++++++++ tools/lib/perf/mmap.c | 95 ++++++++++++++... 6 Aug 2010 11:34
[RFC PATCH 4/9] mce: Add persistent events
From: Borislav Petkov <borislav.petkov(a)amd.com> Add the required glue to enable the mce_record tracepoint on boot thus simulating a persistent event with allocated buffers. Userspace daemon will hook into it later when booting is done. Export mce buffer read-only through debugfs. Signed-off-by: Borislav Petkov... 6 Aug 2010 11:34
[RFC PATCH 9/9] tools, ras: Add a RAS daemon
From: Borislav Petkov <borislav.petkov(a)amd.com> Signed-off-by: Borislav Petkov <borislav.petkov(a)amd.com> --- tools/Makefile | 4 ++ tools/ras/Makefile | 16 ++++++ tools/ras/rasd.c | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 164 insertions(+), 0 deletions(-) creat... 6 Aug 2010 11:34
First  |  Prev |  Next  |  Last
Pages: 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152