First  |  Prev |  Next  |  Last
Pages: 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
[tip:x86/urgent] x86: Document __phys_reloc_hide() usage in __pa_symbol()
Commit-ID: 8fd49936a8cac246fc9ed85508556c82cd44cf68 Gitweb: http://git.kernel.org/tip/8fd49936a8cac246fc9ed85508556c82cd44cf68 Author: Namhyung Kim <namhyung(a)gmail.com> AuthorDate: Wed, 11 Aug 2010 15:37:41 +0900 Committer: Ingo Molnar <mingo(a)elte.hu> CommitDate: Wed, 11 Aug 2010 08:43:49 +0200 x86: D... 11 Aug 2010 03:51
[tip:perf/core] perf ui browser: Add ui_browser__show counterpart: __hide
Commit-ID: 59e8fe32fc0cc9dff6b0c269d099a49e004dc45e Gitweb: http://git.kernel.org/tip/59e8fe32fc0cc9dff6b0c269d099a49e004dc45e Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Tue, 10 Aug 2010 15:44:20 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 ... 11 Aug 2010 03:51
[tip:perf/core] perf ui: Move ui_helpline routines to separate file in util/ui/
Commit-ID: 5575536fc7ad7577a4e687a13e2f49acebc519f3 Gitweb: http://git.kernel.org/tip/5575536fc7ad7577a4e687a13e2f49acebc519f3 Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Sun, 8 Aug 2010 19:48:31 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 1... 11 Aug 2010 03:51
[tip:perf/core] perf ui: Shorten ui_browser member names
Commit-ID: d247eb6b924bbc2f13748c89b6c72c7a3d46645c Gitweb: http://git.kernel.org/tip/d247eb6b924bbc2f13748c89b6c72c7a3d46645c Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Sat, 7 Aug 2010 13:56:04 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 1... 11 Aug 2010 03:51
[tip:perf/core] perf annotate: Sort by hottest lines in the TUI
Commit-ID: 92221162875ec48913d3f9710046e48d599c9cf2 Gitweb: http://git.kernel.org/tip/92221162875ec48913d3f9710046e48d599c9cf2 Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Mon, 9 Aug 2010 15:30:40 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 1... 11 Aug 2010 03:51
[tip:perf/core] perf ui: Complete the breakdown of util/newt.c
Commit-ID: 1e6dd077a880ba5570beb690523b7a78a91a7615 Gitweb: http://git.kernel.org/tip/1e6dd077a880ba5570beb690523b7a78a91a7615 Author: Arnaldo Carvalho de Melo <acme(a)redhat.com> AuthorDate: Tue, 10 Aug 2010 15:58:50 -0300 Committer: Arnaldo Carvalho de Melo <acme(a)redhat.com> CommitDate: Tue, 10 Aug 2010 ... 11 Aug 2010 03:51
[patch 1/2] mvsas: missing goto statement
If mvi_dev is NULL here, then we're supposed return with an error code but the "goto out" was missing and it could result in a NULL dereference. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/scsi/mvsas/mv_sas.c b/drivers/scsi/mvsas/mv_sas.c index adedaa9..406246c 100644 --- a/drivers/s... 11 Aug 2010 03:51
[patch 2/2] mvsas: dereferencing before checking
If "mvi_dev" is NULL then we have to test it at the start of the function and return if it is null. In the original code, we dereferenced "mvi_dev" before the check to assign "mvi" and then we dereferenced "mvi" to take the spin lock. Signed-off-by: Dan Carpenter <error27(a)gmail.com> diff --git a/drivers/scsi/... 11 Aug 2010 03:51
trivial: fix a typo on comments in mm/percpu.c
On Wed, 11 Aug 2010, Namhyung Kim wrote: 'eqaul' should be 'equal'. Signed-off-by: Namhyung Kim <namhyung(a)gmail.com> --- mm/percpu.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/mm/percpu.c b/mm/percpu.c index 5e78131..3ec4dc9 100644 --- a/mm/percpu.c ++... 11 Aug 2010 03:51
arm: fix versatile boot hang (seen with qemu)
On Tue, Aug 10, 2010 at 07:19:51PM -0700, john stultz wrote: Hey Russell, I have been having troubles getting the 2.6.35 kernel to boot in my qemu-system-arm environment. It's a qemu bug. -- Russell King Linux kernel 2.6 ARM Linux - http://www.arm.linux.org.uk/ maintainer of: -- To unsu... 11 Aug 2010 11:27
First  |  Prev |  Next  |  Last
Pages: 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73