linux-next: manual merge of the trivial tree with Linus' tree
Hi Jiri, Today's linux-next merge of the trivial tree got a conflict in Documentation/filesystems/proc.txt between commit 34e55232e59f7b19050267a05ff1226e5cd122a5 ("mm: avoid false sharing of mm_counter") from Linus' tree and commit cb2992a60b7e73fbabe9ffe54056eed0022f2ed2 ("doc: typo - Table 1-2 should refer t... 7 Mar 2010 21:47
linux-next: manual merge of the mfd tree with the tmio-mmc tree
Hi Ian, On Thu, 7 Jan 2010 19:51:55 +0100 Samuel Ortiz <sameo(a)linux.intel.com> wrote: On Thu, Jan 07, 2010 at 02:16:13PM +1100, Stephen Rothwell wrote: Today's linux-next merge of the mfd tree got conflicts in drivers/mfd/asic3.c, drivers/mfd/t7l66xb.c, drivers/mfd/tc6387xb.c, drivers/mfd/... 7 Mar 2010 21:47
USB: N-trig Finger Pen Multitouch fix
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 One other note: + input_report_abs(input, ABS_MT_TRACKING_ID, nt_rpt->finger_id); I pulled the tracking id to conform to Documentation/input/multi-touch-protocol.txt which states that unreliable tracking ids sh... 9 Mar 2010 05:38
[PATCH] ARCH: x86: fix coding style issues in video-vesa.c
--- arch/x86/boot/video-vesa.c | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/arch/x86/boot/video-vesa.c b/arch/x86/boot/video-vesa.c index 11e8c6e..426d330 100644 --- a/arch/x86/boot/video-vesa.c +++ b/arch/x86/boot/video-vesa.c @@ -263,15 +263,14 @@ void vesa_store_edid(void) ... 7 Mar 2010 19:34
defrag deployment status (was Re: [PATCH] ext4: allow defrag (EXT4_IOC_MOVE_EXT) in 32bit compat mode)
On 03/07/2010 03:32 PM, Christian Borntraeger wrote: I have an x86_64 kernel with i386 userspace. e4defrag fails on the EXT4_IOC_MOVE_EXT ioctl because it is not wired up for the compat case. It seems that struct move_extent is compat save, only types with fixed widths are used: { __u32 reser... 7 Mar 2010 19:34
sock.c: potential null dereference
From: Dan Carpenter <error27(a)gmail.com> Date: Sat, 6 Mar 2010 14:04:45 +0300 We test that "prot->rsk_prot" is non-null right before we dereference it on this line. Signed-off-by: Dan Carpenter <error27(a)gmail.com> Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in... 7 Mar 2010 19:34
Perf doesn't accept i915:i915_gem_request_wait_begin as an event
On 03/07/2010 11:04 AM, Arjan van de Ven wrote: On Sun, 07 Mar 2010 11:01:39 -0800 Corey Ashford<cjashfor(a)linux.vnet.ibm.com> wrote: I find the example given on that web page quite confusing because perf currently doesn't have support for arch-dependent events like that, except via "raw code" eve... 7 Mar 2010 18:28
async: Manage execution domains
On Sun, 7 Mar 2010 19:12:29 +0000 Chris Wilson <chris(a)chris-wilson.co.uk> wrote: Currently execution domains do not interact well with full synchronisation requests. If the sync request is performed before the async task has begun, then the manager will never schedule() and so busy-wait forever on a UP ... 7 Mar 2010 17:22
[GIT PULL] MFD update for 2.6.34
Hi Linus, This is the MFD pull request for the 2.6.34 merge window. The highlights for this round are: - Marvell max8925 support and Marvell 88pm860x rework. - Wolfson Microelectronics WM8994 support and a lot of updates for the many WM8xxx devices. - HTC HTCPLD support. - Intel SCH LPC bridge support. - Many... 7 Mar 2010 17:22
[PATCH -mmotm 0/4] memcg: per cgroup dirty limit (v5)
Control the maximum amount of dirty pages a cgroup can have at any given time. Per cgroup dirty limit is like fixing the max amount of dirty (hard to reclaim) page cache used by any cgroup. So, in case of multiple cgroup writers, they will not be able to consume more than their designated share of dirty pages and ... 7 Mar 2010 16:16