login
Header Space

 
 

Mailing list archives

Search results

Found 637 matching messages (0.024 seconds). Page 1 of 32.

[patch 19/50] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM idle code

... TS_POLLING clearing introduced by the patch: + current_thread_info()->status &= ~TS_POLLING; is not ... if (!need_resched()) --- linux-2.6.19.1.orig/arch/ia64/kernel ... if (!need_resched()) --- linux-2.6.19.1.orig/drivers/acpi/processor_idle ...

linux-kernel - Chris Wright - Jan 5 2007 - 22:28

Re: [PATCH 19/19] gitweb: Remove creating directory for temporary files

... time around. * 01/19 gitweb: Use git-diff-tree patch output for commitdiff ... turned out mostly Ok. * 02/19 gitweb: Replace git_commitdiff_plain by anonymous ... before they cause damages. * 08/19 gitweb: Add git_get_rev_name_tags function 09/ ...

git - Junio C Hamano - Aug 26 2006 - 15:25

Re: [PATCH 19/19] gitweb: Remove creating directory for temporary files

... they cause damages. I agree. > * 08/19 gitweb: Add git_get_rev_name_tags function > 09/19 ... * 16/19 gitweb: Use git-diff-tree or git-diff patch output ... . Does '-C' imply '-M'? > * 17/19 gitweb: git_blobdiff_plain is git_blobdiff('plain') ...

git - Jakub Narebski - Aug 26 2006 - 16:18

[patch 19/19] chardev: pc8736x_gpio - add Kconfig and Makefile updates

... GPIO on PC-8736x chips. 19/19. patch.kconfig Replace the temp makefile ... diffstat patch.kconfig Kconfig | 22 ++++++++++++++++++++++ Makefile | 4 +++- ... X dontdiff -X exclude-diffs k16r-19/drivers/char/Makefile k16r-20/ ...

linux-kernel-mentors - Jim Cromie - May 30 2006 - 05:05

[PATCH 19/20] whiteheat: coding style

... struct whiteheat_urb_wrap *wrap; @@ -749,16 +779,19 @@ static int whiteheat_write(struct tty_struct *tty, ... #define WHITEHEAT_TEST_PROGRAM_EEPROM 0x0b /* program eeprom */ @@ -198,19 +212,27 @@ struct whiteheat_test { #define WHITEHEAT_EVENT_CONNECT ...

linux-kernel - Alan Cox - May 19 2008 - 10:51

[PATCH 19/23] Staging: SLICOSS: lots of checkpatch fixes

... uflow802; uint Tprtoflow; @@ -434,19 +429,19 @@ typedef struct _slic_ifevents_ti { uint ... 1.3 2008/03/17 19:27:26 chris Exp $ * * Redistribution ... control (Mojave only) */ ushort DramSize; /* 19 DRAM size (bytes * 64k) */ union ...

linux-kernel - Greg KH - Oct 10 2008 - 18:42

Re: [PATCH 19/19] gitweb: Remove creating directory for temporary files

... writes: >> >> * 13/19 gitweb: Add invisible hyperlink to ... -C --find-copies-harder. >> * 17/19 gitweb: git_blobdiff_plain is git_blobdiff('plain') ... shorter and better to understand patches. The > idea (perhaps wrong) behind ...

git - Junio C Hamano - Aug 26 2006 - 22:51

[patch 19/55] PNP: remove more pnp_resource_table arguments

... .c 2008-04-28 16:09:19.000000000 -0600 +++ work10/drivers/pnp/isapnp/ ... c 2008-04-28 16:09:19.000000000 -0600 +++ work10/drivers/pnp/ ... c 2008-04-28 16:09:19.000000000 -0600 +++ work10/drivers/pnp/ ... c 2008-04-28 16:09:19.000000000 -0600 +++ work10/drivers/pnp/ ...

linux-kernel - Bjorn Helgaas - Apr 28 2008 - 18:34

[patch 19/59] NETFILTER: ctnetlink: check for status attribute existence on conntrack creation

-stable review patch. If anyone has any objections, please let us know. ... /ipv4/netfilter/ip_conntrack_netlink.c +++ linux-2.6.19.2/net/ipv4/netfilter/ip_conntrack_netlink.c @@ ... (ct, cda); --- linux-2.6.19.2.orig/net/netfilter/nf_conntrack_netlink.c +++ ...

linux-kernel - Chris Wright - Feb 2 2007 - 22:35

[PATCH] [19/35] i386: Add dwarf2 annotations to *_user and checksum functions

... esi ret + CFI_ENDPROC +ENDPROC(csum_partial) #endif @@ -278,19 +300,24 @@ unsigned int csum_partial_copy_generic ( .long 9999b, ... movl ARGBASE+4(%esp),%esi # src @@ -400,10 +427,19 @@ DST( movb %cl, (%edi) ) .previous popl %ebx ...

linux-kernel - Andi Kleen - Apr 28 2007 - 13:52

[PATCH 19/19] kbuild: whitelist references from variables named _timer to .init.text

Subject: [PATCH 19/19] kbuild: whitelist references from variables named _timer to .init.text From: Sam Ravnborg Date: Sun, 3 Jun 2007 22:19:24 +0200 arm uses a lot of ops structures named *_timer that has legitimite ...

linux-kernel - Sam Ravnborg - Jun 3 2007 - 16:49

[PATCH 19/20] Changes to show virtual ids to user

This is the largest patch in the set. Make all (I hope) ... = pid_nr(pid); } err = 0; @@ -983,19 +989,20 @@ out: asmlinkage long sys_getpgid( ... + return task_pgrp_vnr(current); } #endif @@ -1015,19 +1022,20 @@ asmlinkage long sys_getpgrp(void) ...

linux-kernel - xemul - Aug 10 2007 - 07:48

[PATCH 19/27] blk_end_request: changing s390 (take 2)

This patch converts s390 to use blk_end_request(). Signed-off-by: Kiyoshi Ueda 19-s390-caller-change/drivers/s390/char/tape_block ... 08-27 21:32:35.000000000 -0400 +++ 19-s390-caller-change/drivers/s390/char/ ...

linux-kernel - Kiyoshi Ueda - Sep 11 2007 - 15:02

[patch 19/21] handle mlocked pages during map/unmap and truncate

... move mlocked pages off the LRU" patch -- part 2 0f 2. Remove mlocked ... ; return addr; @@ -1896,6 +1902,19 @@ int do_munmap(struct mm_struct *mm, ... /mm/mremap.c 2008-02-19 16:22:45.000000000 -0500 ... /mm/truncate.c 2008-02-19 16:23:16.000000000 -0500 ...

linux-kernel - Rik van Riel - Feb 28 2008 - 15:29

[patch 19/21] net, 8139too.c: fix netpoll deadlock

... : Ingo Molnar [PATCH] net, 8139too.c: fix netpoll deadlock ... : inconsistent lock state ] 2.6.19 #11 --------------------------------- inconsistent {softirq-on-W} ... (+), 2 deletions(-) --- linux-2.6.19.4.orig/drivers/net/8139too.c ...

linux-kernel - Greg KH - Feb 20 2007 - 21:38

[PATCH 19/19] drivers: sg chaining support

... SCSI/IDE/etc drivers to sg chaining support. The patches exist as seperate entities in the #sglist branch of ... > #include "iscsi_iser.h" @@ -126,17 +125,19 @@ int iser_start_rdma_unaligned_sg(struct iscsi_iser_cmd_task *iser_ctask, if (cmd_dir ...

linux-kernel - Jens Axboe - May 16 2007 - 04:32

[patch 19/26] USB: mutual exclusion for EHCI init and port resets

2.6.22-stable review patch. If anyone has any objections, ... patch (as999) fixes a problem that sometimes shows up when host ... may get very confused. The patch adds an rw-semaphore and ... usb/core/hcd.h @@ -19,6 +19,8 @@ #ifdef __KERNEL__ +#include ...

linux-kernel - Greg Kroah-Hartman - Nov 19 2007 - 14:19

Re: [patch 19/26] USB: mutual exclusion for EHCI init and port resets

On Mon, Nov 19, 2007 at 02:32:41PM -0800, David Miller wrote: > ... : David Brownell > Date: Mon, 19 Nov 2007 11:59:55 -0800 > > ... an > > intermittent failure on the original patch (which only > > addresses one end of that hardware ...

linux-kernel - Greg KH - Nov 19 2007 - 18:52

[linux-usb-devel] [patch 19/26] USB: mutual exclusion for EHCI init and port resets

2.6.22-stable review patch. If anyone has any objections, ... patch (as999) fixes a problem that sometimes shows up when host ... may get very confused. The patch adds an rw-semaphore and ... usb/core/hcd.h @@ -19,6 +19,8 @@ #ifdef __KERNEL__ +#include ...

linux-usb-devel - Greg Kroah-Hartman - Nov 19 2007 - 14:19

Re: [linux-usb-devel] [patch 19/26] USB: mutual exclusion for EHCI init and port resets

On Mon, Nov 19, 2007 at 02:32:41PM -0800, David Miller wrote: > ... : David Brownell > Date: Mon, 19 Nov 2007 11:59:55 -0800 > > ... an > > intermittent failure on the original patch (which only > > addresses one end of that hardware ...

linux-usb-devel - Greg KH - Nov 19 2007 - 18:52

speck-geostationary