login
Header Space

 
 

Mailing list archives

Search results

Found 127 matching messages (0.068 seconds). Page 1 of 7.

Re: [PATCH] Add seq_file howto to Documentation/

... 2003 10:16:31 -0700 Sender: corbet I went ahead and packaged up ... of getting something out there. jon Jonathan Corbet Executive editor, LWN.net corbet ... The seq_file interface + + Copyright 2003 Jonathan Corbet <corbet@lwn.net> + This file is ...

linux-kernel - Jonathan Corbet - Jul 23 2007 - 16:09

Re: [PATCH] A development process document, V2 (diff from V1)

... 00:00:00 2001 From: Jonathan Corbet <corbet@lwn.net> Date: Thu, 31 ... reviewer comments. Signed-off-by: Jonathan Corbet <corbet@lwn.net> --- Documentation/development-process/ ... This document was written by Jonathan Corbet, corbet@lwn.net. It has been ...

linux-kernel - Jonathan Corbet - Jul 31 2008 - 13:17

Re: [PATCH] cafe_ccic: default to allocating DMA buffers at probe time

... !) makes sense to me. So... Acked-by: Jonathan Corbet <corbet@lwn.net> That said, I do prefer ... original name for the parameter. jon Jonathan Corbet / LWN.net / corbet@lwn.net - To unsubscribe from this list: send the line "unsubscribe ...

linux-kernel - Jonathan Corbet - Sep 19 2007 - 15:31

[PATCH, RFC] A development process document

... the Linux Foundation. Signed-off-by: Jonathan Corbet <corbet@lwn.net> --- Documentation/00-INDEX | ... +join our community. + + +1.1: CREDITS + +This document was written by Jonathan Corbet, corbet@lwn.net. It has been + ...

linux-kernel - Jonathan Corbet - Jul 29 2008 - 16:30

[PATCH] A development process document, V2

... , jon Add a document describing the kernel development process. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/ ... + +This document was written by Jonathan Corbet, corbet@lwn.net. It has been + ...

linux-kernel - Jonathan Corbet - Jul 31 2008 - 13:14

[PATCH] "volatile considered harmful" document

... shouldn't use volatile. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff -ruNp linux-2.6 ... and research by Randy Dunlap +Written by Jonathan Corbet +Improvements via coments from Satyam Sharma Johannes Stezenbach - To unsubscribe from this ...

linux-kernel - Jonathan Corbet - May 9 2007 - 17:05

[PATCH] "volatile considered harmful", take 2

... from the volatile type. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/ ... / + +CREDITS +------- + +Original impetus and research by Randy Dunlap +Written by Jonathan Corbet +Improvements via coments from Satyam Sharma, ...

linux-kernel - Jonathan Corbet - May 10 2007 - 16:20

[PATCH] "volatile considered harmful", take 3

... class in kernel code. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/ ... / + +CREDITS +------- + +Original impetus and research by Randy Dunlap +Written by Jonathan Corbet +Improvements via coments from Satyam Sharma, ...

linux-kernel - Jonathan Corbet - May 11 2007 - 13:36

Re: Remove BKL from FAT/VFAT/MSDOS (v1) (was Re: Fw: Regression caused by bf726e "semaphore: fix,")

Linus Torvalds wrote: > Jonathan, do you want an updated replacement patch, or an ... by lock_super() at alL! This patch causes that to be. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/fs/fat/file ...

linux-kernel - Jonathan Corbet - May 29 2008 - 19:13

[PATCH] Fix up PCI power management doc

... I fixed it up. jon Update the documentation of PCI power management functions. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/power/pci.txt b/Documentation/power/pci.txt ...

linux-kernel - Jonathan Corbet - Mar 22 2007 - 18:53

Re: [RFC/PATCH] doc: volatile considered evil

... a version which moves from the LWN style to Documentation/ and send it in. Thanks, jon Jonathan Corbet / LWN.net / corbet@lwn.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...

linux-kernel - Jonathan Corbet - May 8 2007 - 21:47

Re: [RFC PATCH 0/6] Convert all tasklets to workqueues

... the next few weeks involve some insane travel which will make that hard. Stay tuned. Thanks, jon Jonathan Corbet / LWN.net / corbet@lwn.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" ...

linux-kernel - Jonathan Corbet - Jun 24 2007 - 11:16

Re: [RFC PATCH 0/6] Convert all tasklets to workqueues

... my minor qualms withdrawn, there doesn't seem to be any trouble in this area. Thanks, jon Jonathan Corbet / LWN.net / corbet@lwn.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...

linux-kernel - Jonathan Corbet - Jun 25 2007 - 20:00

[PATCH/RFC] msleep() with hrtimers

... gives almost exactly what was asked for. jon Use hrtimers for msleep() and msleep_interruptible() Signed-off-by: Jonathan Corbet <corbet@lwn.net> --- 2.6.22-vanilla/kernel/timer.c 2007-07-15 13:08:36. ...

linux-kernel - Jonathan Corbet - Jul 15 2007 - 18:42

[PATCH] msleep() with hrtimers

... . Using hrtimers allows msleep() to sleep for something much closer to the requested time. Signed-off-by: Jonathan Corbet <corbet@lwn.net> --- 2.6.23-rc1/kernel/timer.c.orig 2007-08-02 13:45:20. ...

linux-kernel - Jonathan Corbet - Aug 3 2007 - 14:37

Re: [PATCH 04/22] CRED: Request a credential record for a kernel service

... comment describes a "dentry" argument, but the actual function does not have that argument. jon Jonathan Corbet / LWN.net / corbet@lwn.net - To unsubscribe from this list: send the line "unsubscribe linux-kernel" ...

linux-kernel - Jonathan Corbet - Sep 25 2007 - 15:20

Re: RFC: reviewer's statement of oversight

... should move to this file as well? jon --- Add a document on patch tags. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 43e89b1..fa1518b ...

linux-kernel - Jonathan Corbet - Oct 8 2007 - 18:43

[PATCH] Documentation/patch-tags V2

... didn't like. Comments? jon -- Document the tags used with kernel patches Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/00-INDEX b/Documentation/00-INDEX index 43e89b1.. ...

linux-kernel - Jonathan Corbet - Oct 9 2007 - 12:59

[PATCH] Documentation/patch-tags, one more time

... Add a document describing the various tags attached to patches. Signed-off-by: Jonathan Corbet <corbet@lwn.net> --- Documentation/00-INDEX | 2 + Documentation/patch-tags | 76 ++++++++++++++++++++++++++++++++++++++++++++++ ...

linux-kernel - Jonathan Corbet - Feb 8 2008 - 12:51

[PATCH] Documenting patch tags yet one more time

... an emphasis on trying to nail down what Reviewed-by: really means. Signed-off-by: Jonathan Corbet <corbet@lwn.net> diff --git a/Documentation/SubmittingPatches b/Documentation/SubmittingPatches index 08a1ed1..cc00c8e ...

linux-kernel - Jonathan Corbet - Feb 8 2008 - 16:42

speck-geostationary