First  |  Prev |  Next  |  Last
Pages: 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392
Small typo in kernel [current source from git] .config option
Hello, I've just got lucky and found this little typo under "Power management and ACPI options" ---> "ACPI (Advanced Configuration and Power Interface) Support": hArdware Error Device Here is my fix: Hardware Error Device :) BTW, first time I've used nconfig instead of menuconfig. And I like it. -- Re... 29 Jul 2010 16:18
battery-2.6.35.git
On Tue, Jul 27, 2010 at 15:51, Anton Vorontsov <cbouatmailru(a)gmail.com> wrote: diff --git a/drivers/power/ds2782_battery.c b/drivers/power/ds2782_battery.c index d762a0c..9b3b4b7 100644 --- a/drivers/power/ds2782_battery.c +++ b/drivers/power/ds2782_battery.c @@ -43,10 +43,9 @@  struct ds278x_info; ... 27 Jul 2010 10:37
of: Create asm-generic/of.h and provide default of_node_to_nid()
On Tuesday 27 July 2010, Grant Likely wrote: I suggest to go back to v2 of your patch where you use asm-generic/of.h. Stephen suggested dropping asm-generic/of.h. I'm happy to do it either way. I don't mind adding stuff to asm-generic, but I think in this case it would be easier to keep this in linux/o... 27 Jul 2010 10:36
fs, ext4: Fix potential memory leak in ext4_fill_super
On Wed, Jun 16, 2010 at 07:33:32PM +0400, Cyrill Gorcunov wrote: 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> Thanks, I've added this to the ext4 tree. - Ted --... 27 Jul 2010 10:36
[PATCH] [resend] cyber2000fb: add mode_option parameter
Add mode_option parameter to specify the default video mode. Signed-off-by: Ondrej Zary <linux(a)rainbow-software.org> --- linux-2.6.35-rc3-/drivers/video/cyber2000fb.c 2010-07-25 21:28:33.000000000 +0200 +++ linux-2.6.35-rc3/drivers/video/cyber2000fb.c 2010-07-25 20:36:49.000000000 +0200 @@ -94,6 +94,10 @@ stati... 27 Jul 2010 10:36
cred - BUG: synchronize rcu before releasing cred
hi, any feedback? jirka On Fri, Jul 02, 2010 at 02:14:56PM +0200, Jiri Olsa wrote: hi, any feedback? jirka On Fri, Jun 25, 2010 at 09:33:33AM -0400, Jiri Olsa wrote: BZ 591015 - kernel BUG at kernel/cred.c:168 https://bugzilla.redhat.com/show_bug.cgi?id=591015 Above bugzi... 27 Jul 2010 09:30
firewire: ohci: use memory barriers to order descriptor updates
On 27 Jul, Stefan Richter wrote: 2. a write memory barrier between branch_address update and wake-up of the DMA unit by MMIO register write. This patch adds only barrier 1. Barrier 2 is implicit in writel() on most machines --- or at least I think it is. See this from arch/alpha/include/asm/i... 27 Jul 2010 08:24
[PATCH + an old question] firewire: ohci: use memory barriers to order descriptor updates
When we append to a DMA program, we need to ensure that the PCI device sees the updates in the intended order. We need: 1. a write memory barrier between initialization of new descriptors and the update of the last old descriptor to point to the new descriptors (i.e. branch_address update), 2. a write m... 27 Jul 2010 08:24
[PATCHv10 2.6.35-rc6-tip 11/14] perf: perf interface for uprobes
Enhances perf probe to accept pid and user vaddr. Provides very basic support for uprobes. TODO: Update perf-probes.txt. Global tracing. Signed-off-by: Srikar Dronamraju <srikar(a)linux.vnet.ibm.com> --- Changelog from v9: Renaming common fields/functions to refer to probe instead of kprobe. This was sugg... 27 Jul 2010 08:24
[PATCHv10 2.6.35-rc6-tip 0/14] Uprobes Patches
Changelog from V9: - Resolved comments from Arnaldo on perf support for uprobes. - perf probe -S will now list only global binding functions as requested by Christoph Hellwig. - Moved Changelog to below Signed-off-by: line, so that its not part of the patch description. (Suggested by Christoph.) Chan... 27 Jul 2010 08:24
First  |  Prev |  Next  |  Last
Pages: 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392