[PATCH 09/11] ahci: Move generic code into libahci
This patch should contain no functional changes, just moves code around. Currently libahci.c and ahci.c are built into a single module, so there is no need for EXPORT_SYMBOL_GPL()s, yet. Exports will be added in a subsequent patch. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/Ma... 3 Mar 2010 13:00
[PATCH 05/11] ahci: Get rid of pci_dev argument in ahci_port_init()
To make the function bus-independand we have to get rid of "struct pci_dev *", so let's pass just "struct devce *". Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/ahci.c | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/drivers/ata/ahci.c b/drivers/ata/a... 3 Mar 2010 13:00
[PATCH 07/11] ahci: Factor out PCI specifics from ahci_print_info()
Introduce ahci_pci_print_info() that now handles PCI stuff. Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/ahci.c | 40 +++++++++++++++++++++++----------------- 1 files changed, 23 insertions(+), 17 deletions(-) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 439ff90..... 3 Mar 2010 13:00
[PATCH 04/11] ahci: Factor out PCI specifics from ahci_reset_controller()
Move PCI stuff into ahci_pci_reset_controller(). Signed-off-by: Anton Vorontsov <avorontsov(a)ru.mvista.com> --- drivers/ata/ahci.c | 15 ++++++++++++--- 1 files changed, 12 insertions(+), 3 deletions(-) diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 9d9af3c..830a6fe 100644 --- a/drivers/ata/ahc... 3 Mar 2010 13:00
x86: Manage ENERGY_PERF_BIAS based on cpufreq governor
Have you done any measurements with this bit being set dynamically by ondemand depending on the target frequency? -- Matthew Garrett | mjg59(a)srcf.ucam.org -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at h... 5 Mar 2010 18:29
[RFC][PATCH 00/11] Another stab at PEBS and LBR support
Sorta works, the PEBS-LBR-fixup stuff makes my machine unhappy, but I could have made a silly mistake there.. Can be tested using the below patchlet and something like: perf top -e r00c0p --- diff --git a/tools/perf/util/parse-events.c b/tools/perf/util/parse-events.c index 05d0c5c..f8314e6 100644 --- a/too... 3 Mar 2010 13:00
sched: make runtime balancing code more EDF-friendly
> From: Peter Zijlstra <peterz(a)infradead.org> Date: Thu, Feb 25, 2010 09:28:26PM +0100 On Tue, 2010-02-23 at 19:56 +0100, Fabio Checconi wrote: + stop = move_runtime(rt_rq, iter, weight, rt_period, pull); + if (stop) { + raw_spin_unlock(&ite... 3 Mar 2010 13:00
[RFC][PATCH 04/11] perf, x86: Use unlocked bitops
There is no concurrency on these variables, so don't use LOCK'ed ops. Signed-off-by: Peter Zijlstra <a.p.zijlstra(a)chello.nl> --- arch/x86/kernel/cpu/perf_event.c | 8 ++++---- arch/x86/kernel/cpu/perf_event_amd.c | 2 +- arch/x86/kernel/cpu/perf_event_intel.c | 2 +- 3 files changed, 6 inserti... 3 Mar 2010 13:00
Regression - panic booting 2.6.33- 04130-gc9658bf
Don't have time to bisect today - 2.6.33-02468-g98b3188 booted yesterday with commit 9f7cdbc reverted. I grabbed the panic with a cell camera - not much, so typing it here: Kernel panic - not syncing: VFS: Unable to mount root fs ... Pid: 1, comm: swapper Tainted: G W 2.6.33-04130 ... etc Call Trace: [<... 3 Mar 2010 14:09
[PATCH 1/4] IPMI: Add parameter to limit CPU usage in kipmid
From: Martin Wilck <martin.wilck(a)ts.fujitsu.com> In some cases kipmid can use a lot of CPU. This adds a way to tune the CPU used by kipmid to help in those cases. By setting kipmid_max_busy_us to a value between 100 and 500, it is possible to bring down kipmid CPU load to practically 0 without loosing too much ... 3 Mar 2010 11:49