First  |  Prev |  Next  |  Last
Pages: 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999
[RFC][PATCH 0/8] perf pmu interface
These patches prepare the perf code for multiple pmus (no user interface yet, Lin Ming is working on that). These patches remove all weak functions and rework the struct pmu interface. The latter is inspired by the work Frederic is doing to to filter out IRQ contexts. These patches are very prelimenary, they h... 16 Jun 2010 13:15
[RFC][PATCH 1/8] perf, x86: Fix Nehalem PMU quirk
The idea was to run all three counters, which means we need to program 7 into the enable mask, not 3 (which is two bits). Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- Index: linux-2.6/arch/x86/kernel/cpu/perf_event_intel.c =================================================================== --- lin... 16 Jun 2010 13:15
refreshed trivial patches (Was: [PATCH] trivial: fix typos concerning "initiali[zs]e")
On Fri, 11 Jun 2010, Uwe Kleine-K�nig wrote: As usual -- could you please separate out the drivers/staging bits, as they should better go through Greg (due to the moving-target-nature of the staging tree), and resubmit the rest? Thanks. OK, done now. The patches are send in reply to th... 16 Jun 2010 13:15
[RFC][PATCH 7/8] perf: Default PMU ops
Provide default implementations for the pmu txn methods, this allows us to remove some conditional code. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- kernel/perf_event.c | 45 +++++++++++++++++++++++++++++++++++---------- 1 file changed, 35 insertions(+), 10 deletions(-) Index: linux-2.6/kern... 16 Jun 2010 13:15
Removing dead CONFIG_SIBYTE_BCM1480_PROF
On Wed, 9 Jun 2010, Christoph Egger wrote: CONFIG_SIBYTE_BCM1480_PROF doesn't exist in Kconfig, therefore removing all references for it from the source code. The patch isn't present in linux-next as of today. I have applied it to my tree, thanks. Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de... 30 Jun 2010 17:35
[PATCH] procfs: Do not release pid_ns->proc_mnt too early
Detached tasks are not seen by zap_pid_ns_processes()->sys_wait4(), so that release_task()->proc_flush_task() of container init can be called before it is for some detached tasks in the namespace. Pin proc_mnt's in copy_process(), so that proc_flush_task() becomes safe whatever the ordering of tasks. Signed-of... 16 Jun 2010 13:15
trivial: fix typos concerning "precedence"
On Fri, 11 Jun 2010, Uwe Kleine-König wrote: Signed-off-by: Uwe Kleine-König <u.kleine-koenig(a)pengutronix.de> --- arch/sh/kernel/clkdev.c | 2 +- drivers/staging/comedi/drivers/usbdux.c | 2 +- drivers/staging/octeon/cvmx-cmd-queue.c | 6 +++--- drivers/staging/pohmelfs/... 17 Jun 2010 05:41
soc/sh: Fix I2C dependency for SND_FSI_AK4642 and SND_FSI_DA7210
On Tue, Jun 15, 2010 at 05:38:55PM +0200, Peter Huewe wrote: From: Peter Huewe <peterhuewe(a)gmx.de> The config option SND_FSI_AK4642 selects SND_SOC_AK4642 which in turn enables the compilation of ak4642.c - however this codec uses I2C to communicate with the HW. Same applies to DA7210. Applied, th... 16 Jun 2010 12:09
[PATCH] fs, ext4: Fix potential memory leak in ext4_fill_super
Under heavy memory pressure we may hit out of memory situation and as result kstrdup'ed options will not be freed. Fix it. Signed-off-by: Cyrill Gorcunov <gorcunov(a)openvz.org> --- fs/ext4/super.c | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Index: linux-2.6.git/fs/ext4/super.c =========... 16 Jun 2010 12:09
oom: give the dying task a higher priority
On Wed, Jun 16, 2010 at 08:36:29PM +0900, KOSAKI Motohiro wrote: From: Luis Claudio R. Goncalves <lclaudio(a)uudg.org> In a system under heavy load it was observed that even after the oom-killer selects a task to die, the task may take a long time to die. Right after sending a SIGKILL to the task ... 5 Jul 2010 21:05
First  |  Prev |  Next  |  Last
Pages: 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999