First  |  Prev |  Next  |  Last
Pages: 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543
kvm: pass error code to handler
On 07/16/2010 05:12 AM, Lai Jiangshan wrote: handle_ept_violation() does not pass error code to the handler tdp_page_fault(). It means tdp_page_fault() handles the page fault with ignoring the error code, It will not handle the page fault completely correctly, and may causes endless page fault. ... 18 Jul 2010 10:31
Write Me
I have a business proposal for you worth $30,500,000 USD. Contact me for details. -- 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://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.... 18 Jul 2010 09:27
trivial: remove no longer working email address
On Mon 2010-03-15 15:25:42, Jiri Kosina wrote: On Thu, 11 Mar 2010, pavel(a)ucw.cz wrote: pavel(a)suse.cz address is no longer working email address, remove its traces. (And yes, it means I'm looking for a job.) Could you please rebase the patch on top of some more recent kernel? error: patch... 19 Jul 2010 05:54
[patch] update email address
pavel(a)suse.cz no longer works, replace it with working address. Signed-off-by: Pavel Machek <pavel(a)ucw.cz> diff --git a/Documentation/feature-removal-schedule.txt b/Documentation/feature-removal-schedule.txt index c268783..1a0fc32 100644 --- a/Documentation/feature-removal-schedule.txt +++ b/Documentation/feat... 18 Jul 2010 09:27
Tight check of pfn_valid on sparsemem - v2
Hi Minchan, Please see the OneDRAM spec. it's OneDRAM memory usage. Actually memory size is 80MiB + 16MiB at AP side and it's used 80MiB for dedicated AP. The shared 16MiB used between AP and CP. So we also use the 16MiB. Thank you, Kyungmin Park On Sun, Jul 18, 2010 at 7:18 PM, Minchan Kim <minchan.kim(a)gm... 20 Jul 2010 13:33
firewire: cdev: add PHY pinging
On 17 Jul, Stefan Richter wrote: --- a/drivers/firewire/ohci.c +++ b/drivers/firewire/ohci.c @@ -1105,6 +1105,10 @@ static int at_context_queue_packet(struc } else { last = &d[0]; z = 2; + + if (packet->header_length == 8 && + is_ping_packet(packet->header)) + last->control... 18 Jul 2010 07:19
[PATCH] perf tools: Fix linking errors with --as-needed flag
External shared libraries should never be appended to the LDFLAGS as this messes the linking order. As EXTLIBS collects those libraries, it seems that perl and python libraries should also be appended to EXTLIBS. Also fix the broken linking order. See: http://www.gentoo.org/proj/en/qa/asneeded.xml Signe... 18 Jul 2010 07:19
[tip:perf/core] perf hists: Factor out duplicated code
Commit-ID: cc5edb0eb9ce892b530e34a5d110382483587942 Gitweb: http://git.kernel.org/tip/cc5edb0eb9ce892b530e34a5d110382483587942 Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Fri, 16 Jul 2010 12:35:07 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Sat, 17 Jul 2010 ... 18 Jul 2010 07:19
[tip:perf/core] perf ui: Make END go to the last entry, not the top of the last page
Commit-ID: 63f20e744a595444f7ab1d47a29c5b74830feb47 Gitweb: http://git.kernel.org/tip/63f20e744a595444f7ab1d47a29c5b74830feb47 Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Thu, 15 Jul 2010 07:21:07 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Sat, 17 Jul 2010 ... 18 Jul 2010 07:19
[PATCH] Tight check of pfn_valid on sparsemem - v2
Kukjin reported oops happen while he change min_free_kbytes http://www.spinics.net/lists/arm-kernel/msg92894.html It happen by memory map on sparsemem. The system has a memory map following as. section 0 section 1 section 2 0x20000000-0x25000000, 0x40000000-0x50000000, 0x50000000-0... 18 Jul 2010 07:19
First  |  Prev |  Next  |  Last
Pages: 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543