Description:
linux-kernel@vger.kernel.org (Moderated)
|
|
|
Add missing macro argument for devm_release_* family
|
| |
...Signed-off-by: Hiroshi DOYU <Hiroshi.D...@nokia.com> --- include/linux/ioport.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/linux/ioport.h b/include/linux/ioport.h index 22d2115..c813c63 100644 --- a/include/linux/ioport.h +++ b/include/linux/ioport.h @@ -158,9 +158,9 @@ extern struct resource * __devm_request_region(struct device *dev,... more »
|
|
Using HPET in MSI mode and setting up per CPU HPET timers
|
| |
Patchset that uses HPET timers in MSI mode (when supported) and sets up per CPU HPET timers. This removes the dependency on IRQ0 timer broadcast with LAPIC stopping in deep C-state, on platforms that support HPET MSI mode. On my test system with dual core CPU, the number of timer related interrupts (HPET_MSI + IRQ0 + LAPIC) comes down from 180 to 95 over a period of 10s,... more »
|
|
x86: signal works for unification
|
| |
Hi, this patch series is for future unification of signal.c. These patches make common functions similar in signal_32|64.c. Could you please review them? thanks, Hiroshi Shimamoto
|
|
x86: signal: split out frame setups
|
| |
...Make setup_rt_frame() and split out frame setups from handle_signal(). This is for cosmetic unification of handle_signal(). Signed-off-by: Hiroshi Shimamoto <h-shimam...@ct.jp.nec.com> --- arch/x86/kernel/signal_32.c | 29 ++++++++++++++++++++--------- arch/x86/kernel/signal_64.c | 30 ++++++++++++++++++++----------... more »
|
|
SOS: Service Oriented Scheduler
|
| |
Hello SOS (service oriented scheduler) is a platform aimed to assign a service to an offloaded processor. I will be grateful for any criticism or new services that comes to mind. Mr Rik Van Riel already express his opinion on this matter (see [link]) .... more »
|
|
sort-of regression due to "kconfig: speed up all*config + randconfig"
|
| |
Sam, allmodconfig automatic testing is on fire! I use KCONFIG_ALLCONFIG= heavily to pin some config options to N and now CONFIG_MODULES aren't set to y after allmodconfig. Step to reproduce: rm .config rm 1 touch 1 make KCONFIG_ALLCONFIG=1 allmodconfig >/dev/null grep CONFIG_MODULES .config CONFIG_MODULES is =n after this patch, which is strange given definition... more »
|
|
smp: reduce stack requirements for smp_call_function_mask
|
| |
* Cleanup cpumask_t usages in smp_call_function_mask function chain to prevent stack overflow problem when NR_CPUS=4096. * Reduce the number of passed cpumask_t variables in the following call chain for x86_64: smp_call_function_mask --> arch_send_call_function_ipi-> smp_ops.send_call_func_ipi -->... more »
|
|
x86: restore 4096 limit for NR_CPUS
|
| |
* With the previous cleanups, NR_CPUS=4096 can now be enabled again. Based on 2.6.27-rc5-git6. Applies to linux-2.6.tip/master (with FUZZ). Signed-off-by: Mike Travis <tra...@sgi.com> --- arch/x86/Kconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- linux-2.6.orig/arch/x86/Kconfi g... more »
|
|
2.6.27-rc5-mm1 compilation fix with gcc 3.4.6
|
| |
Hi Andrew, I found that 2.6.27-rc5-mm1 does not compile with gcc 3.4.6. The error is: CC kernel/sched.o kernel/sched.c: In function `start_rt_bandwidth': kernel/sched.c:208: sorry, unimplemented: inlining failed in call to 'rt_bandwidth_enabled': function body not available kernel/sched.c:214: sorry, unimplemented: called from here... more »
|
|
|