Found 68 matching messages (0.026 seconds). Page 1 of 4.
Subject: [RFC patch 8/9] Re: [PATCH] Stringify support commas > This is a no-no for those archs that still use -traditional. > > I dunno if this is a problem for you at the moment and the > > right fix is anyway to nuke -traditional. > > ...
linux-kernel - Mathieu Desnoyers - Apr 22 2008 - 13:24
On Tue, Apr 22, 2008 at 01:24:12PM -0400, Mathieu Desnoyers wrote: > Subject: [RFC patch 8/9] Re: [PATCH] Stringify support commas > > This is a no-no for those archs that still use -traditional. > > > I dunno if this is ...
linux-kernel - Paul Mundt - Apr 25 2008 - 05:02
... case 6 : b += ((u32)k[5]<<8); - case 5 : b += k[4]; - ... case 2 : a += ((u32)k[1]<<8); - case 1 : a += k[0]; ... (k[4] +((u32)k[5]<<8) +((u32)k[6]<<16) +((u32)k ... case 6 : b += ((u32)k[5]<<8); + case 5 : b += k[4] ... 2 : a += ((u32)k[1]<<8); + case 1 : a += k[0] ...
linux-netdev - Ilpo Järvinen - Feb 20 2008 - 09:47
... case 6 : b += ((u32)k[5]<<8); - case 5 : b += k[4]; - ... case 2 : a += ((u32)k[1]<<8); - case 1 : a += k[0]; ... (k[4] +((u32)k[5]<<8) +((u32)k[6]<<16) +((u32)k ... case 6 : b += ((u32)k[5]<<8); + case 5 : b += k[4] ... 2 : a += ((u32)k[1]<<8); + case 1 : a += k[0] ...
linux-kernel - Ilpo Järvinen - Feb 20 2008 - 09:47
... , for people using the GIT email patch applying tools, it might do that. ... 'm now saving the commit message and patch into files explicitly in emacs, and ... RET f mule-utf-8" Then I feed those into my patch applying scripts. -- To unsubscribe from this ...
linux-netdev - David Miller - Jan 13 2008 - 00:22
This patch removes it, instead, the arch implementations that care use the ... include/asm-x86_64/pgtable.h | 8 ++++---- mm/memory.c | 3 +-- 4 files ... 16:18:48.000000000 +1000 @@ -658,8 +658,7 @@ static unsigned long zap_pte_range ...
linux-kernel - Benjamin Herrenschmidt - Aug 7 2007 - 03:19
... of potentially missed mnt_want_write()s from dentry_open() calls. This patch provides a very simple debugging framework to catch ... ; error = mnt_want_write(mnt); WARN_ON(error); } @@ -236,8 +243,18 @@ void fastcall __fput(struct file *file) ...
linux-kernel - Dave Hansen - Sep 28 2007 - 14:13
... > Here's one example...
>
> From: "=?utf-8?q?Ilpo_J=C3=A4rvinen?="
linux-netdev - Herbert Xu - Jan 12 2008 - 17:19
... from+content ok? Or > should I keep trying to live with mixed utf-8 which I didn't got even > fully working last time because git-send ... (and I guess you are able > to test your fix-to-utf-8 machinery with it as well :-)), as it would also > make my ...
linux-netdev - David Miller - Jan 14 2008 - 03:51
This patch expands cfq data to handling multi cfq_data in group. ... int siblings; }; @@ -35,6 +38,8 @@ static inline struct cfq_cgroup *cgroup_to_cfq_cgroup ... __cfq_exit_data(cfqd); p = n; @@ -170,8 +269,28 @@ static void __cfq_cgroup_exit_data ...
linux-kernel - Satoshi UCHIDA - Apr 1 2008 - 05:38
... ', 15, struct ext4_extents_info) #define EXT4_IOC_BLOCK_RELEASE _IO('f', 8) #define DEFRAG_MAX_ENT 32 /* Extent status which are used ... overflow("start * 100" beyond 64bits) */ start = start >> 8; percent = (start * 100) / (buf->st_size >> 8) ...
linux-fsdevel - Akira Fujita - Apr 4 2008 - 07:20
... process the string when converting it to a number. This patch converts res_counter_write() from a raw file handler to a ... .6.25-mm1/include/linux/res_counter.h @@ -63,8 +63,8 @@ u64 res_counter_read_u64(struct res_coun ssize_t res_counter_read(struct ...
linux-kernel - menage - May 13 2008 - 02:37
From: Jan Blunck
linux-kernel - Bharata B Rao - Apr 17 2007 - 09:21
This patch replaces the tasklet implementation with a work queue implementation while keeping the tasklet API. The API is still the same, and the drivers don't know that a work queue is being used. This is (for now) a proof of concept approach to ...
linux-kernel - Steven Rostedt - Jun 27 2007 - 15:36
... to set NO_PYTHON if not present
Signed-off-by: Jakub Narebski
git - Jakub Narebski - Jul 8 2006 - 17:07
Optimizes lots of redundant pnode propogation code. RP
linux-fsdevel - Ram - Jul 8 2005 - 06:26
From: Jan Blunck
linux-fsdevel - Bharata B Rao - Apr 17 2007 - 09:21
... lines. + +This infrastructure is specialized in supporting dynamic patching of the values +in the instruction stream when multiple CPUs ... . The +smallest data type required for the test (an 8 bits char) is preferred, since +some architectures, such as ...
linux-kernel - Mathieu Desnoyers - Nov 16 2007 - 16:02
Hi Ilpo: On Sat, Jan 12, 2008 at 09:40:17AM +0000, Ilpo Järvinen wrote: Your emails are now using UTF-8 encoding but it's still declaring ISO-8859-1 as the charset. So you probably want to fix that up or your name may show up as Jävinen on the ...
linux-netdev - Herbert Xu - Jan 12 2008 - 08:17
... > full-proof solution... ;-) Don't do this! Otherwise I won't have a frequent test case to make sure my patch applying scripts are working properly. :-)))) -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a ...
linux-netdev - David Miller - Jan 13 2008 - 00:24