First  |  Prev |  Next  |  Last
Pages: 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926
fb: fix colliding defines for fb flags.
From: Dave Airlie <airlied(a)redhat.com> When I added the flags I must have been using a 25 line terminal and missed the following flags. The collided with flag has one user in staging despite being in-tree for 5 years. I'm happy to push this via my drm tree unless someone really wants to do it. ... 23 Jun 2010 12:51
fbcon: deinline large static function get_color()
This function's body is good two screenfuls and it has six callsites. No apparent reason why it is marked "iniline". Signed-off-by: Denys Vlasenko <vda.linux(a)googlemail.com> Signed-off-by: James Simmons <jsimmons(a)infradead.org> --- drivers/video/console/fbcon.c | 2 +- 1 files changed, 1... 23 Jun 2010 12:51
i915: take struct_mutex in i915_dma_cleanup()
On Wed, 23 Jun 2010 13:19:55 +0200 Dan Carpenter <error27(a)gmail.com> wrote: intel_cleanup_ring_buffer() calls drm_gem_object_unreference() (as opposed to drm_gem_object_unreference_unlocked()) so it needs to be called with "struct_mutex" held. If we don't hold the lock, it triggers a BUG_ON(!mutex_is_lo... 25 Jul 2010 11:53
vt/console: try harder to print output when panicing
On Wed, 23 Jun 2010 13:12:59 +1000 Dave Airlie <airlied(a)gmail.com> wrote: From: Jesse Barnes <jbarnes(a)virtuousgeek.org> Jesse's initial patch commit said: "At panic time (i.e. when oops_in_progress is set) we should try a bit harder to update the screen and make sure output gets to the VT, since ... 23 Jun 2010 17:18
[tip:perf/urgent] tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h
Commit-ID: b70e4f0529c089b00d0a6da13106db4de1ada4c7 Gitweb: http://git.kernel.org/tip/b70e4f0529c089b00d0a6da13106db4de1ada4c7 Author: Wu Zhangjin <wuzhangjin(a)gmail.com> AuthorDate: Mon, 21 Jun 2010 19:09:09 +0800 Committer: Steven Rostedt <rostedt(a)goodmis.org> CommitDate: Mon, 21 Jun 2010 12:23:36 -0400... 23 Jun 2010 11:43
[PATCH 0/3] convert flush request to REQ_TYPE_FS instead of BLOCK_PC
We use REQ_TYPE_BLOCK_PC for flush requests from file systems. scsi-ml's definition of REQ_TYPE_BLOCK_PC is that we don't retry PC requests even when we can (e.g. UNIT ATTENTION) and we send the response to the callers, and expect the callers to decide what they want. File systems (and the block layer) don't hav... 23 Jun 2010 11:43
[PATCH 1/3] block: set up rq->rq_disk properly for flush requests
q->bar_rq.rq_disk is NULL. Use the rq_disk of the original request instead. Signed-off-by: FUJITA Tomonori <fujita.tomonori(a)lab.ntt.co.jp> --- block/blk-barrier.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/blk-barrier.c b/block/blk-barrier.c index 7c6f4a7..4646f6d 100644 ... 23 Jun 2010 11:43
tracing: Fix undeclared ENOSYS in include/linux/tracepoint.h
* Steven Rostedt <rostedt(a)goodmis.org> wrote: Ingo, Please pull the latest tip/perf/urgent tree, which can be found at: git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace.git tip/perf/urgent Wu Zhangjin (1): tracing: Fix undeclared ENOSYS in include/linux... 23 Jun 2010 11:43
ftrace syscalls: don't add events for unmapped syscalls
On Wed, 2010-06-23 at 20:02 +1000, Ian Munsie wrote: From: Ian Munsie <imunsie(a)au1.ibm.com> FTRACE_SYSCALLS would create events for each and every system call, even if it had failed to map the system call's name with it's number. This resulted in a number of events being created that would not behave as... 23 Jun 2010 11:43
BUG: unable to handle kernel NULL pointer dereference at 00000000000000a0
On 06/23/2010 07:16 AM, John W. Linville wrote: On Tue, Jun 22, 2010 at 04:16:53PM -0700, Justin Mattock wrote: I remember ipsec was able to work cleanly on my machines probably about 4/6 months ago now I get this: <snip> Perhaps netdev would be a more appropriate list than linux-wireless ... 23 Jun 2010 11:43
First  |  Prev |  Next  |  Last
Pages: 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926