]> git.neil.brown.name Git - history.git/log
history.git
18 years agoImport 2.3.22pre3 2.3.22pre3
Linus Torvalds [Fri, 23 Nov 2007 20:27:43 +0000 (15:27 -0500)]
Import 2.3.22pre3

18 years agoImport 2.3.22pre2 2.3.22pre2
Linus Torvalds [Fri, 23 Nov 2007 20:27:41 +0000 (15:27 -0500)]
Import 2.3.22pre2

18 years agoImport 2.3.22pre1 2.3.22pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:39 +0000 (15:27 -0500)]
Import 2.3.22pre1

18 years agoImport 2.3.21 2.3.21
Linus Torvalds [Fri, 23 Nov 2007 20:27:38 +0000 (15:27 -0500)]
Import 2.3.21

18 years agoImport 2.3.21pre1 2.3.21pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:36 +0000 (15:27 -0500)]
Import 2.3.21pre1

18 years agoImport 2.3.20 2.3.20
Linus Torvalds [Fri, 23 Nov 2007 20:27:33 +0000 (15:27 -0500)]
Import 2.3.20

18 years agoImport 2.3.20pre2 2.3.20pre2
Linus Torvalds [Fri, 23 Nov 2007 20:27:32 +0000 (15:27 -0500)]
Import 2.3.20pre2

18 years agoImport 2.3.20pre1 2.3.20pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:30 +0000 (15:27 -0500)]
Import 2.3.20pre1

18 years agoImport 2.3.19 2.3.19
Linus Torvalds [Fri, 23 Nov 2007 20:27:28 +0000 (15:27 -0500)]
Import 2.3.19

18 years agoImport 2.3.19pre2 2.3.19pre2
Linus Torvalds [Fri, 23 Nov 2007 20:27:26 +0000 (15:27 -0500)]
Import 2.3.19pre2

18 years agoImport 2.3.19pre1 2.3.19pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:24 +0000 (15:27 -0500)]
Import 2.3.19pre1

18 years agoImport 2.3.18 2.3.18
Linus Torvalds [Fri, 23 Nov 2007 20:27:22 +0000 (15:27 -0500)]
Import 2.3.18

18 years agoImport 2.3.18pre2 2.3.18pre2
Linus Torvalds [Fri, 23 Nov 2007 20:27:20 +0000 (15:27 -0500)]
Import 2.3.18pre2

18 years agoImport 2.3.18pre1 2.3.18pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:18 +0000 (15:27 -0500)]
Import 2.3.18pre1

18 years agoImport 2.3.17 2.3.17
Linus Torvalds [Fri, 23 Nov 2007 20:27:16 +0000 (15:27 -0500)]
Import 2.3.17

18 years agoImport 2.3.17pre1 2.3.17pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:13 +0000 (15:27 -0500)]
Import 2.3.17pre1

18 years agoImport 2.3.16 2.3.16
Linus Torvalds [Fri, 23 Nov 2007 20:27:11 +0000 (15:27 -0500)]
Import 2.3.16

18 years agoImport 2.3.16pre1 2.3.16pre1
Linus Torvalds [Fri, 23 Nov 2007 20:27:07 +0000 (15:27 -0500)]
Import 2.3.16pre1

18 years agoLinux 2.3.15 2.3.15
Linus Torvalds [Fri, 23 Nov 2007 20:27:05 +0000 (15:27 -0500)]
Linux 2.3.15

There's a rather huge patch-set out there now, taking the 2.3.x series to
2.3.15.
This has a lot of the merge code I've been sent over the last two weeks,
but I will invariably have missed some, if for no other reason than simply
that I got absolutely _flooded_ by people sending me patches.

One of the more interesting things was the SMP pipe cleanup sent by
Richard, but try as I might it was never really stable under load on x86 -
not with the plain semaphores in 2.3.14, and not with the patches Andrea
had either. I assume Richard tested it on an alpha with the much more
well-thought-out atomic operation that the alpha provides.

I ended up rewriting the x86 semaphore code (and some of Richards pipe
code too, for that matter, to get rid of some races in waking things up),
and it doesn't show the problems I saw before, but hey, maybe I just
exchanged one set of problems for another set that I can't trigger any
more. Give me feedback, please.

Other features that don't impact everybody, but are rather major:
 - ATM support merged in
 - firewalling is gone (again), replaced by an even more generic netfilter
   facility.
 - general networking merges and updates
 - Various driver updates (ISDN, ISA PnP, sound, fbcon, usb, intelliport,
   you name it)
 - make system call return type "long" even if the system call only
   returns valid data in the lower order bits - we use the high bits for
   error handling, and some 64-bit architectures care (read: the Merced
   calling conventions want this because they don't automatically extend
   the return type - I bet it will be a new portability issue for other
   programs than just the kernel)

Have fun,
                Linus

18 years agoImport 2.3.15pre3 2.3.15pre3
Linus Torvalds [Fri, 23 Nov 2007 20:27:02 +0000 (15:27 -0500)]
Import 2.3.15pre3

18 years agoImport 2.3.15pre2 2.3.15pre2
Linus Torvalds [Fri, 23 Nov 2007 20:27:00 +0000 (15:27 -0500)]
Import 2.3.15pre2

18 years agoImport 2.3.15pre1 2.3.15pre1
Linus Torvalds [Fri, 23 Nov 2007 20:26:58 +0000 (15:26 -0500)]
Import 2.3.15pre1

18 years agoImport 2.3.14 2.3.14
Linus Torvalds [Fri, 23 Nov 2007 20:26:56 +0000 (15:26 -0500)]
Import 2.3.14

18 years agoImport 2.3.14pre2 2.3.14pre2
Linus Torvalds [Fri, 23 Nov 2007 20:26:54 +0000 (15:26 -0500)]
Import 2.3.14pre2

18 years agoImport 2.3.14pre1 2.3.14pre1
Linus Torvalds [Fri, 23 Nov 2007 20:26:52 +0000 (15:26 -0500)]
Import 2.3.14pre1

18 years agoImport 2.3.13 2.3.13
Linus Torvalds [Fri, 23 Nov 2007 20:26:50 +0000 (15:26 -0500)]
Import 2.3.13

18 years agoImport 2.3.13pre8 2.3.13pre8
Linus Torvalds [Fri, 23 Nov 2007 20:26:48 +0000 (15:26 -0500)]
Import 2.3.13pre8

18 years agoImport 2.3.13pre7 2.3.13pre7
Linus Torvalds [Fri, 23 Nov 2007 20:26:46 +0000 (15:26 -0500)]
Import 2.3.13pre7

18 years agoImport 2.3.13pre6 2.3.13pre6
Linus Torvalds [Fri, 23 Nov 2007 20:26:44 +0000 (15:26 -0500)]
Import 2.3.13pre6

18 years agoImport 2.3.13pre5 2.3.13pre5
Linus Torvalds [Fri, 23 Nov 2007 20:26:42 +0000 (15:26 -0500)]
Import 2.3.13pre5

18 years agoImport 2.3.13pre4 2.3.13pre4
Linus Torvalds [Fri, 23 Nov 2007 20:26:41 +0000 (15:26 -0500)]
Import 2.3.13pre4

18 years agoImport 2.3.13pre3 2.3.13pre3
Linus Torvalds [Fri, 23 Nov 2007 20:26:39 +0000 (15:26 -0500)]
Import 2.3.13pre3

18 years agoImport 2.3.13pre2 2.3.13pre2
Linus Torvalds [Fri, 23 Nov 2007 20:26:37 +0000 (15:26 -0500)]
Import 2.3.13pre2

18 years agoImport 2.3.13pre1 2.3.13pre1
Linus Torvalds [Fri, 23 Nov 2007 20:26:36 +0000 (15:26 -0500)]
Import 2.3.13pre1

18 years agoImport 2.3.12 2.3.12
Linus Torvalds [Fri, 23 Nov 2007 20:26:34 +0000 (15:26 -0500)]
Import 2.3.12

18 years agoImport 2.3.12pre9 2.3.12pre9
Linus Torvalds [Fri, 23 Nov 2007 20:26:33 +0000 (15:26 -0500)]
Import 2.3.12pre9

18 years agoImport 2.3.12pre8 2.3.12pre8
Linus Torvalds [Fri, 23 Nov 2007 20:26:31 +0000 (15:26 -0500)]
Import 2.3.12pre8

18 years agoImport 2.3.12pre7 2.3.12pre7
Linus Torvalds [Fri, 23 Nov 2007 20:26:29 +0000 (15:26 -0500)]
Import 2.3.12pre7

18 years agoImport 2.3.12pre6 2.3.12pre6
Linus Torvalds [Fri, 23 Nov 2007 20:26:28 +0000 (15:26 -0500)]
Import 2.3.12pre6

18 years agoImport 2.3.12pre5 2.3.12pre5
Linus Torvalds [Fri, 23 Nov 2007 20:26:26 +0000 (15:26 -0500)]
Import 2.3.12pre5

18 years agoImport 2.3.12pre4 2.3.12pre4
Linus Torvalds [Fri, 23 Nov 2007 20:26:25 +0000 (15:26 -0500)]
Import 2.3.12pre4

18 years agoImport 2.3.12pre3 2.3.12pre3
Linus Torvalds [Fri, 23 Nov 2007 20:26:23 +0000 (15:26 -0500)]
Import 2.3.12pre3

18 years agoImport 2.3.12pre2 2.3.12pre2
Linus Torvalds [Fri, 23 Nov 2007 20:26:22 +0000 (15:26 -0500)]
Import 2.3.12pre2

18 years agoImport 2.3.12pre1 2.3.12pre1
Linus Torvalds [Fri, 23 Nov 2007 20:26:20 +0000 (15:26 -0500)]
Import 2.3.12pre1

18 years agoImport 2.3.11 2.3.11
Linus Torvalds [Fri, 23 Nov 2007 20:26:19 +0000 (15:26 -0500)]
Import 2.3.11

18 years agoImport 2.3.11pre8 2.3.11pre8
Linus Torvalds [Fri, 23 Nov 2007 20:26:17 +0000 (15:26 -0500)]
Import 2.3.11pre8

18 years agoImport 2.3.11pre7 2.3.11pre7
Linus Torvalds [Fri, 23 Nov 2007 20:26:16 +0000 (15:26 -0500)]
Import 2.3.11pre7

18 years agoImport 2.3.11pre6 2.3.11pre6
Linus Torvalds [Fri, 23 Nov 2007 20:26:14 +0000 (15:26 -0500)]
Import 2.3.11pre6

18 years agoImport 2.3.11pre5 2.3.11pre5
Linus Torvalds [Fri, 23 Nov 2007 20:26:13 +0000 (15:26 -0500)]
Import 2.3.11pre5

18 years agoImport 2.3.11pre4 2.3.11pre4
Linus Torvalds [Fri, 23 Nov 2007 20:26:11 +0000 (15:26 -0500)]
Import 2.3.11pre4

18 years agoImport 2.3.11pre3 2.3.11pre3
Linus Torvalds [Fri, 23 Nov 2007 20:26:09 +0000 (15:26 -0500)]
Import 2.3.11pre3

18 years agoImport 2.3.11pre1 2.3.11pre1
Linus Torvalds [Fri, 23 Nov 2007 20:26:08 +0000 (15:26 -0500)]
Import 2.3.11pre1

18 years agoImport 2.3.10 2.3.10
Linus Torvalds [Fri, 23 Nov 2007 20:26:06 +0000 (15:26 -0500)]
Import 2.3.10

18 years agoImport 2.3.10pre5 2.3.10pre5
Linus Torvalds [Fri, 23 Nov 2007 20:26:05 +0000 (15:26 -0500)]
Import 2.3.10pre5

18 years agoImport 2.3.10pre4 2.3.10pre4
Linus Torvalds [Fri, 23 Nov 2007 20:26:02 +0000 (15:26 -0500)]
Import 2.3.10pre4

18 years agoImport 2.3.10pre3 2.3.10pre3
Linus Torvalds [Fri, 23 Nov 2007 20:26:01 +0000 (15:26 -0500)]
Import 2.3.10pre3

18 years agoImport 2.3.10pre2 2.3.10pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:59 +0000 (15:25 -0500)]
Import 2.3.10pre2

18 years agoImport 2.3.10pre1 2.3.10pre1
Linus Torvalds [Fri, 23 Nov 2007 20:25:57 +0000 (15:25 -0500)]
Import 2.3.10pre1

18 years agoImport 2.3.9 2.3.9
Linus Torvalds [Fri, 23 Nov 2007 20:25:56 +0000 (15:25 -0500)]
Import 2.3.9

18 years agoImport 2.3.9pre8 2.3.9pre8
Linus Torvalds [Fri, 23 Nov 2007 20:25:54 +0000 (15:25 -0500)]
Import 2.3.9pre8

18 years agoImport 2.3.9pre7 2.3.9pre7
Linus Torvalds [Fri, 23 Nov 2007 20:25:52 +0000 (15:25 -0500)]
Import 2.3.9pre7

18 years agoImport 2.3.9pre5 2.3.9pre5
Linus Torvalds [Fri, 23 Nov 2007 20:25:50 +0000 (15:25 -0500)]
Import 2.3.9pre5

18 years agoImport 2.3.9pre4 2.3.9pre4
Linus Torvalds [Fri, 23 Nov 2007 20:25:49 +0000 (15:25 -0500)]
Import 2.3.9pre4

18 years agoImport 2.3.9pre3 2.3.9pre3
Linus Torvalds [Fri, 23 Nov 2007 20:25:47 +0000 (15:25 -0500)]
Import 2.3.9pre3

18 years agoImport 2.3.9pre2 2.3.9pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:46 +0000 (15:25 -0500)]
Import 2.3.9pre2

18 years agoImport 2.3.9pre1 2.3.9pre1
Linus Torvalds [Fri, 23 Nov 2007 20:25:44 +0000 (15:25 -0500)]
Import 2.3.9pre1

18 years agoImport 2.3.8pre3 2.3.8 2.3.8pre3
Linus Torvalds [Fri, 23 Nov 2007 20:25:43 +0000 (15:25 -0500)]
Import 2.3.8pre3

18 years agoImport 2.3.8pre2 2.3.8pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:41 +0000 (15:25 -0500)]
Import 2.3.8pre2

18 years agoImport 2.3.8pre1 2.3.8pre1
Linus Torvalds [Fri, 23 Nov 2007 20:25:40 +0000 (15:25 -0500)]
Import 2.3.8pre1

18 years agoLinux-2.3.7.. Let's be careful out there.. 2.3.7
Linus Torvalds [Fri, 23 Nov 2007 20:25:38 +0000 (15:25 -0500)]
Linux-2.3.7.. Let's be careful out there..

The new and much improved fully page-cache based filesystem code is now
apparently stable, and works wonderfully well performancewise. We fixed
all known issues with the IO subsystem: it scales well in SMP, and it
avoids unnecessary copies and unnecessary temporary buffers for write-out.

The shared mapping code in particular is much cleaner and also a _lot_
faster.

In short, it's perfect. And we want as many people as possible out there
testing out the new cool code, and bask in the success stories..
HOWEVER. _Just_ in case something goes wrong [ extremely unlikely of
course. Sure. Sue me ], we want to indeminfy ourselves. There just might
be a bug hiding there somewhere, and it might eat your filesystem while
laughing in glee over you being naive and testing new code. So you have
been warned.

In particular, there's some indication that it might have problems on
sparc still (and/or other architectures), possibly due to the ext2fs byte
order cleanups that have also been done in order to reach the
afore-mentioned state of perfection.
I'd be especially interested in people running databases on top of Linux:
Solid server in particular is very fsync-happy, and that's one of the
operations that have been speeded up by orders of magnitude.

                        Linus

18 years agoImport 2.3.7pre9 2.3.7pre9
Linus Torvalds [Fri, 23 Nov 2007 20:25:37 +0000 (15:25 -0500)]
Import 2.3.7pre9

18 years agoImport 2.3.7pre8 2.3.7pre8
Linus Torvalds [Fri, 23 Nov 2007 20:25:35 +0000 (15:25 -0500)]
Import 2.3.7pre8

18 years agoImport 2.3.7pre7 2.3.7pre7
Linus Torvalds [Fri, 23 Nov 2007 20:25:34 +0000 (15:25 -0500)]
Import 2.3.7pre7

18 years agoLinux 2.3.7pre6 2.3.7pre6
Linus Torvalds [Fri, 23 Nov 2007 20:25:32 +0000 (15:25 -0500)]
Linux 2.3.7pre6

Anybody who is interested in FS performance should take a look at the
latest pre-patch of 2.3.7 (only pre-6 and possibly later: do NOT get any
earlier versions. pre-5 still causes file corruption, pre-6 looks good so
far).

Careful, though: I fixed the problem that caused some corruption less than
an hour ago, and while my tests indicate it all works fine, this is a very
fundamental change. The difference to earlier kernels is:

 - ext2 (and some other block device filesystems that have been taught
   about it) uses write-through from the page cache instead of having a
   separate buffer cache and the page cache to maintain dirty state. This
   means much less memory pressure in certain situations, and it also
   means that we can avoid unnecessary copies.
 - the page cache has been threaded, so on SMP you can actually get
   noticeable speedups from processes that do concurrent file accesses.
 - lower-latency read paths, especially the cached case.

Both of these are big, and fundamental changes. So don't mistake me when I
say it is experimental: Ingo, David and I have been spending the last
weeks (especialy Ingo, who deserves a _lot_ of credit for this all: I
designed much of it, but Ingo made it a reality. Thanks Ingo) on making it
do the right thing and be stable, but if you worry about not having
backups you might not want to play with it even so. It took us this long
just to make it work reliably enough that we can't find any obvious
problems..

The interesting areas are things like
 - writes to shared mappings now go blindingly fast. We're talking mondo
   cleanups here. We used to do really badly on this, now we do really
   well.
 - does bdflush still do the right thing? There may be a _lot_ of tweaking
   to do to get everything working at full capacity.
 - can people confirm that it is stable for everybody?
 - if anybody has 8-way machines etc, scalability is interesting. It
   should scale to 8-way no problem. We used to scale to 1-way, barely.
   Numbers?
 - fsync(). It doesn't work right now, but it should be easy to make it
   work well on big files etc - something we've never been able to do
   before (we used to lack the indexing from file to dirty blocks: now we
   have access to that quite automatically thanks to having the
   inode->page index in place, and the dirty blocks are right there)

and I'd really appreciate comments from people, as long as people are
aware that it _looks_ stable but we don't guarantee anything at this
point.

                Linus

18 years agoImport 2.3.7pre5 2.3.7pre5
Linus Torvalds [Fri, 23 Nov 2007 20:25:31 +0000 (15:25 -0500)]
Import 2.3.7pre5

18 years agoImport 2.3.7pre4 2.3.7pre4
Linus Torvalds [Fri, 23 Nov 2007 20:25:29 +0000 (15:25 -0500)]
Import 2.3.7pre4

18 years agoImport 2.3.7pre3 2.3.7pre3
Linus Torvalds [Fri, 23 Nov 2007 20:25:28 +0000 (15:25 -0500)]
Import 2.3.7pre3

18 years agoImport 2.3.7pre2 2.3.7pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:26 +0000 (15:25 -0500)]
Import 2.3.7pre2

18 years agoLinux 2.3.7pre1 2.3.7pre1
Linus Torvalds [Fri, 23 Nov 2007 20:25:25 +0000 (15:25 -0500)]
Linux 2.3.7pre1

I'd like to point out that the current pre-2.3.7 series is fairly
experimental. As amply demonstrated by the filename (the "dangerous" part
in the filename hopefully made some people go "Hmm..").

We're working on re-architecting (or rather, cleaning up so that it works
like it really was supposed to) the page cache writing, and as a result a
number of filesystems are probably going to be broken for a while unless
we get people jumping in to help.

Right now 2.3.7-1 (aka "dangerous") is not stable even with ext2, in that
swapping doesn't work. Ingo just sent me patches to fix that, and I'm
hoping to remove the "dangerous" part from 2.3.7-2, but even then a number
of filesystems will be broken.

We _may_ end up just re-introducing the "update_vm_cache()" code for
filesystems that really don't need the added performance, but it would
actually be preferable if people really wanted to make them perform well
with the new direct write-through cache code.

                Linus

18 years agoImport 2.3.6 2.3.6
Linus Torvalds [Fri, 23 Nov 2007 20:25:23 +0000 (15:25 -0500)]
Import 2.3.6

18 years agoImport 2.3.6pre2 2.3.6pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:21 +0000 (15:25 -0500)]
Import 2.3.6pre2

18 years agoImport 2.3.6pre1 2.3.6pre1
Linus Torvalds [Fri, 23 Nov 2007 20:25:19 +0000 (15:25 -0500)]
Import 2.3.6pre1

18 years agoImport 2.3.5 2.3.5
Linus Torvalds [Fri, 23 Nov 2007 20:25:18 +0000 (15:25 -0500)]
Import 2.3.5

18 years agoImport 2.3.4 2.3.4
Linus Torvalds [Fri, 23 Nov 2007 20:25:16 +0000 (15:25 -0500)]
Import 2.3.4

18 years agoImport 2.3.4pre3 2.3.4pre3
Linus Torvalds [Fri, 23 Nov 2007 20:25:15 +0000 (15:25 -0500)]
Import 2.3.4pre3

18 years agoImport 2.3.4pre2 2.3.4pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:13 +0000 (15:25 -0500)]
Import 2.3.4pre2

18 years agopre-2.3.4.. 2.3.4pre1
Linus Torvalds [Fri, 23 Nov 2007 20:25:11 +0000 (15:25 -0500)]
pre-2.3.4..

There's a pre-2.3.4-1 out there in "testing" on ftp.kernel.org, which has
the new scalable network code (well, the first cut of it, anyway). It also
updates ISDN and PPC to newer versions. Please test it out and give
feedback..

                Linus

18 years agoLinux-2.3.3 and a short hiatus.. 2.3.3
Linus Torvalds [Fri, 23 Nov 2007 20:25:09 +0000 (15:25 -0500)]
Linux-2.3.3 and a short hiatus..

There's a Linux-2.3.3 out there on ftp.kernel.org, this one hopefully
fixes pretty much all the waitqueue changes (and I'll disable waitqueue
debugging in 2.3.4 unless something comes up).

And yes, before anybody tells me, I know I forgot to increment the version
number. So "uname" is goign to report 2.3.2 unless you fix that by hand.
I'm also leaving for a very quick trip to Finland in another two hours, so
don't bother emailing me - please discuss isues on the kernel list, and

I'll catch up when I get back on Friday (yes, I'll spen as much time in
airplanes as I do on the ground - fun, fun).
Have fun,

                Linus

18 years agoImport 2.3.2 2.3.2
Linus Torvalds [Fri, 23 Nov 2007 20:25:07 +0000 (15:25 -0500)]
Import 2.3.2

18 years agoImport 2.3.1 2.3.1
Linus Torvalds [Fri, 23 Nov 2007 20:25:05 +0000 (15:25 -0500)]
Import 2.3.1

18 years agoImport 2.3.1pre4 2.3.1pre4
Linus Torvalds [Fri, 23 Nov 2007 20:25:04 +0000 (15:25 -0500)]
Import 2.3.1pre4

18 years agoLinux 2.3.1pre3 2.3.1pre3
Linus Torvalds [Fri, 23 Nov 2007 20:25:02 +0000 (15:25 -0500)]
Linux 2.3.1pre3

As to 2.3.x, we're beginning with a long overdue waitqueue cleanup, which
means that a lot of small details need to get fixed in a variety of files.
A working pre-patch of this is to be found as pre-patch-2.3.1-3, but not
all drivers have been fixed - and help is appreciated (even drivers that
_have_ been fixed have not necessarily actually been tested due to lack of
hardware).

Linus

18 years agoImport 2.3.1pre2 2.3.1pre2
Linus Torvalds [Fri, 23 Nov 2007 20:25:00 +0000 (15:25 -0500)]
Import 2.3.1pre2

18 years agoImport 2.3.1pre1 2.3.1pre1
Linus Torvalds [Fri, 23 Nov 2007 20:24:59 +0000 (15:24 -0500)]
Import 2.3.1pre1

18 years agoLinux 2.3.0 2.3.0
Linus Torvalds [Fri, 23 Nov 2007 20:24:57 +0000 (15:24 -0500)]
Linux 2.3.0

(Just change Makefile version)

18 years agoLinux 2.2.8 2.2.8
Linus Torvalds [Fri, 23 Nov 2007 20:18:57 +0000 (15:18 -0500)]
Linux 2.2.8

Most of 2.2.8 by far is just architecture updates: arm, ppc and m68k stand
out as having been pretty much synchronized to their respective devel
trees, but there are some fixes to alpha and x86 too.

The one major fix in 2.2.8 is the SMP fix for disable_irq(), courtesy of
Andrea Arcangeli (I disagreed in details and did it differently in the
end, but all the heavy lifting was done by Andrea). This is the thing that
caused silenth deaths for some people with certain network adapters (3c509
and 8390-based cards in particular: the latter covers ne2000 clones which
are fairly common).

There are lots of smaller things (driver updates, filesystem cleanups and
some networking fixes), but the SMP irq thing is the one to kill for if
you happened to have any of the affected cards.

18 years agoImport 2.2.8pre7 2.2.8pre7
Linus Torvalds [Fri, 23 Nov 2007 20:18:55 +0000 (15:18 -0500)]
Import 2.2.8pre7

18 years agoImport 2.2.8pre6 2.2.8pre6
Linus Torvalds [Fri, 23 Nov 2007 20:18:54 +0000 (15:18 -0500)]
Import 2.2.8pre6

18 years agoImport 2.2.8pre5 2.2.8pre5
Linus Torvalds [Fri, 23 Nov 2007 20:18:52 +0000 (15:18 -0500)]
Import 2.2.8pre5

18 years agoImport 2.2.8pre4 2.2.8pre4
Linus Torvalds [Fri, 23 Nov 2007 20:18:50 +0000 (15:18 -0500)]
Import 2.2.8pre4