First  |  Prev |  Next  |  Last
Pages: 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
perf: close the opened directories.
Gui Jianfeng wrote: When I ran "perf kvm ... top", I encountered the following error output. Error: perfcounter syscall returned with -1 (Too many open files) Fatal: No CONFIG_PERF_EVENTS=y kernel support configured? Looking into perf, I found perf opens too many direcotries at initializatio... 16 Jul 2010 12:07
x86, trigger NMI return notifier soft_irq earlier
On Thu, 2010-06-24 at 11:04 +0800, Huang Ying wrote: soft_irq is used to run NMI return notifiers. But it may be quite long from soft_irq is raised in NMI handler to soft_irq is run actually. To solve the issue, a self interrupt IPI is used to trigger the soft_irq earlier. This all is just gross hackery,... 24 Jun 2010 03:08
Use NMI return notifier in perf pending
On Thu, 2010-06-24 at 11:04 +0800, Huang Ying wrote: Use general NMI return notifier mechanism to replace the self interrupt used in perf pending. Known issue: don't know how to deal with SPARC architecture. NAK I want and need hardirq context for the callback -- To unsubscribe from this list: send th... 24 Jun 2010 03:08
Make soft_irq NMI safe
On Thu, 2010-06-24 at 11:04 +0800, Huang Ying wrote: +#define __raise_softirq_preempt_off(nr) \ + do { set_bit(nr, (unsigned long *)local_softirq_pending()); } while (0) So that is the reason for that insane local_softirq_pending() definition? Quite revolting. ... 24 Jun 2010 03:08
kernel: add bl_list
Le jeudi 24 juin 2010 à 13:02 +1000, npiggin(a)suse.de a écrit : pièce jointe document texte brut (list-bitlock.patch) Introduce a type of hlist that can support the use of the lowest bit in the hlist_head. This will be subsequently used to implement per-bucket bit spinlock for inode and dentry hashes. ... 29 Jun 2010 03:05
2.6.35-rc3 -- kernel BUG at mm/vmalloc.c:216! - invalid opcode: 0000 [#1] PREEMPT SMP DEBUG_PAGEALLOC
Le jeudi 24 juin 2010 à 13:30 +0800, Xiaotian Feng a écrit : On Thu, Jun 24, 2010 at 1:11 PM, Miles Lane <miles.lane(a)gmail.com> wrote: I ran: "find /sys | xargs head" It goes from "cat /sys/devices/system/cpu/cpux/crash_notes" ... Thanks, but could you please avoid sending huge mails, if you onl... 24 Jun 2010 02:03
[PATCH] xfrm: check bundle policy existance before dereferencing it
Fix the bundle validation code to not assume having a valid policy. When we have multiple transformations for a xfrm policy, the bundle instance will be a chain of bundles with only the first one having the policy reference. When policy_genid is bumped it will expire the first bundle in the chain which is equivalen... 24 Jun 2010 02:03
[PATCH] NUC900/lcd: patch to fix nuc900 lcd build error
Sorry, I have to resent it to the correct LCD mail list. Hi Andrew, This patch is to fix nuc900 lcd build error. Since the 'nuc900_driver_clksrc_div()' API can not be merged into mainline successfully, so I remove this clock source selection hook in this driver. That means nuc900 lcd driver has to select defa... 24 Jun 2010 02:03
[PATCH] NUC900/lcd: patch to fix nuc900 lcd build error
Hi Andrew, This patch is to fix nuc900 lcd build error. Since the 'nuc900_driver_clksrc_div()' API can not be merged into mainline successfully, so I remove this clock source selection hook in this driver. That means nuc900 lcd driver has to select default clock source from external crystal now. Thanks! S... 24 Jun 2010 02:03
I am Mr.Edwin Hui Hin Shung
I am Mr.Edwin Hui Hin Shung i have a business proposal of guaranteed mutual benefit if interested contact me via Email : mredwinshung(a)yahoo.com.hk -- 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 http://v... 24 Jun 2010 02:03
First  |  Prev |  Next  |  Last
Pages: 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918