On Tue, 2002-10-22 at 20:02, Ferguson, Neale wrote: > I'm trying to track all changes to a given module within the Linux kernel > between 2.4.7 and 2.4.19. Is there a repository where this information is > held? I know each patch level is accompanied by a change log. However, this > is not usually module specific and comes as one large lump of text. What I'm > > looking for is the type of stuff you can find using cvsweb, but I don't > think the kernel code is maintained that way.
It isnt, and for non driver code the info on a per file basis would probably not be useful. For drivers it tends to split well although for S/390 a lot of it is "chunk of xyz changes from S/390 people at IBM" rather than tiny fixes with detail - at least by the time it hits the tree. 2.5 has much more detailed bitkeeper based logs
