Found 13399 matching messages (0.096 seconds). Page 1 of 50.
... This is the Blackfin architecture patch against Linux kernel 2.6. ... from lkml. > > The blackfin-arch patch is at > https://blackfin.uclinux. ... and URLs here and the patches in the other emails in ... and at least resend the patches in the other 2 emails ...
linux-kernel - Ben Nizette - Feb 5 2007 - 03:51
... Mike Miller (OS Dev) wrote: > > Will this patch for my patch work for now? > > Yes, ... > Andrew, Are you waiting for a new patch from me? Or is my patch's patch sufficient? -- mikem - To unsubscribe from this list: send the line "unsubscribe linux ...
linux-kernel - Mike Miller (OS Dev) - Feb 23 2007 - 16:52
... -0600, Mike Miller (OS Dev) wrote: > > > Will this patch for my patch work for now? > > > > ... > Andrew, > Are you waiting for a new patch from me? Or is my patch's patch sufficient? > It looked OK. But I'm travelling at present, will get back ...
linux-kernel - Andrew Morton - Feb 24 2007 - 02:35
... Piggin wrote: > >>I've got the patches in -mm now. I hope they ... t want to block David's patch from being merged if the -> ... in next cycle. If the fault patches do make it in first, ... page_mkwrite conversion before merging David's patch. I'll keep an eye ...
linux-kernel - Nick Piggin - Mar 20 2007 - 01:34
... inherently per-cpu, so this > patch makes sure that the per ... initialized > its own timestamp. This patch (ftp://ftp.kernel.org/pub ... time-in-the-softlockup-watchdog.patch) causes six failures in the ... so I'll drop your patch for now. - To unsubscribe from ...
linux-kernel - Andrew Morton - Apr 24 2007 - 02:49
... effectively removes the following arch-specific patches;
>
> ia64-specify-amount-of-kernel-memory ... of-kernel-memory-at-boot-time.patch
> x86_64-specify-amount-of-kernel-memory ... : Andy Whitcroft
linux-kernel - Andrew Morton - Apr 24 2007 - 17:04
... > However, in my opininon THAT PATCH has nothing to do with ... to the specific issue this patch is meant to prevent. Namely, ... separate issue unrelated to this patch. > And I'm not making ... at most of the other patches in that > series: they are ...
linux-kernel - Rafael J. Wysocki - May 12 2007 - 05:01
... Randy just informed me that the patch limits are bigger now, so here are the > actual patches. > > This patch allows for proper console ... in my tree using your patch as a base. I'll send this patch to akpm soon. Geert, Is this something that ...
linux-kernel - Antonino A. Daplas - May 29 2007 - 20:00
... Randy just informed me that the patch limits are bigger now, so here ... unregistration in my tree using your patch as a base. I'll send ... going to look at Jesse's patch, but it didn't happen yet ... I'm definitely interested in your patch! Can you please send it to ...
linux-kernel - Geert Uytterhoeven - May 30 2007 - 02:26
... -2.6.22-rc4-mm2 + > > tglx's patch-2.6.22-rc4-mm2-hrt4 patch > > Oh. Well that tears that then. > > Thomas, can I assume that ... /hrtimers/2.6.22-rc4-mm2/patch-2.6.22-rc4-mm2-hrt6. ... .bz2 I can resend the 40 patches if you want, but they are ...
linux-kernel - Thomas Gleixner - Jun 23 2007 - 19:17
... .000000000 +0100 > +++ linux-2.6-patched/include/asm-arm/tlb.h ... .000000000 +0100 > +++ linux-2.6-patched/include/asm-arm26/tlb.h ... .000000000 +0100 > +++ linux-2.6-patched/include/asm-ia64/tlb.h ... .000000000 +0200 > +++ linux-2.6-patched/mm/memory.c 2007-07 ...
linux-kernel - Hugh Dickins - Jul 3 2007 - 13:42
... . I do not think adding 600+ patches to > the single MAINTAINERS list is ... give people who work with tarballs and patches, or a > subsystem managed with something ... that kernel community > works largely on patches exchanged over e-mails, between people > ...
linux-kernel - Rene Herman - Aug 17 2007 - 00:24
... : cpu-hotplug-slab-cleanup-cpuup_callback.patch cpu-hotplug-slab-fix-memory- ... -to-notify_oked-callbacks-with-cpu_up_prepare.patch cpu-hotplug-topology-remove-topology_dev_map. ... -fix-cpu-hotplug-error-handling.patch cpu-hotplug-intel_cacheinfo-fix-cpu- ...
linux-kernel - Andrew Morton - Aug 24 2007 - 19:45
... is willing to vouch that the patch is correct, safe, extremely unlikely to ... say that the consequences of reviewing patches successfully or unsuccessfully would naturally impact ... some discussion about whether or not patches would not be accepted at all ...
linux-kernel - Theodore Tso - Sep 7 2007 - 12:04
... e.g. configure). A follow-on patch > will modify the Makefile to ... not use -0, nor your patch adds -0), so you should ... ). Although most of what your patch does seems to be unnecessary, ... converted with something like your patch to use -0 capable version ...
git - Junio C Hamano - Feb 11 2006 - 02:25
... Use these in git-format-patch to make the second and ... mails > replies to the first patch mail. > > Signed-off-by: Josh ... josh@freedesktop.org> > --- > Resend of previous patch as part of new ... patch series. While I understand what you said about imap-send ...
git - Junio C Hamano - Jul 10 2006 - 17:44
... > Use these in git-format-patch to make the second and ... mails > > replies to the first patch mail. > > > > Signed-off-by: Josh ... option provided in the second patch of this series, you'd ... the default should make a patch series more readable on mailing ...
git - Josh Triplett - Jul 14 2006 - 13:16
... phoney Message-Id to format-patch output makes some sense only ... to do this in format-patch but make it a responsibility ... the same information, and fewer patches fit on the screen than ... that was generated by format-patch by default carries a phoney ...
git - Junio C Hamano - Jul 15 2006 - 04:10
... mkdir zzz > git mv gitweb zzz > cg diff >patch > cd ../foo1 > cg ... if I used "git diff HEAD >patch" in place of "cg diff" ... +plus+sign $ git diff HEAD >patch $ git checkout -f HEAD $ LANG= ... or directory $ git apply --index <patch $ LANG=C LC_ALL=C find ...
git - Junio C Hamano - Jul 26 2006 - 14:23
... cogito-0.18pre installed, and cg-patch is patching > the stuff all itself, not ... new > git diff --cached -M -C >patch > git reset --hard > git apply <patch > ... Is this expected? Running "git apply --index <patch" I see the "renamed: " in there and ...
git - Junio C Hamano - Jul 26 2006 - 15:05