Google Groups Home
Help | Sign in
linux . kernel
This is a Usenet group - learn more
Find or start a Google Group about kernel.
Related Groups
Linux kernels, device drivers, modules.
Low activity, Usenet
Discussion list for beginning (Linux) kernel programmers (Moderated)
Low activity, Usenet
High activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 152970  Older »
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 »
By Hiroshi DOYU  - 9:10pm - 1 new of 1 message    

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 »
By venkatesh.pallip...@intel.com  - 9:10pm - 4 new of 4 messages    

x86: HPET_MSI change IRQ affinity in process context when it is disabled 
  Change the IRQ affinity in the process context when the IRQ is disabled. Signed-off-by: Venkatesh Pallipadi <venkatesh.pallip...@intel.com > Signed-off-by: Shaohua Li <shaohua...@intel.com> --- kernel/irq/manage.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Index: tip/kernel/irq/manage.c... more »
By venkatesh.pallip...@intel.com  - 9:10pm - 1 new of 1 message    

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
By Hiroshi Shimamoto  - 7:30pm - 5 new of 5 messages    

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 »
By Hiroshi Shimamoto  - 7:30pm - 1 new of 1 message    

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 »
By Raz  - 6:50pm - 1 new of 1 message    

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 »
By Alexey Dobriyan  - 6:50pm - 1 new of 1 message    

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 »
By Mike Travis  - 5:50pm - 2 new of 2 messages    

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 »
By Mike Travis  - 5:50pm - 2 new of 2 messages    

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 »
By Krzysztof Helt  - 5:40pm - 1 new of 1 message    

1 - 10 of 152970   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google