All of lore.kernel.org
 help / color / mirror / Atom feed
From: Andrea Arcangeli <andrea@suse.de>
To: linux-kernel@vger.kernel.org
Subject: 2.6.5-rc1-aa3
Date: Sat, 20 Mar 2004 22:03:06 +0100	[thread overview]
Message-ID: <20040320210306.GA11680@dualathlon.random> (raw)

Fixed the sigbus in nopage and improved the page_t layout per Hugh's
suggestion. BUG() with discontigmem disabled if somebody returns non-ram
via do_no_page, that cannot work right on numa anyways.

	http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.6/2.6.5-rc1-aa3.gz
	http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.6/2.6.5-rc1-aa3/

Diff between 2.6.5-rc1-aa2 and 2.6.5-rc1-aa3.

Only in 2.6.5-rc1-aa2: 00000_extraversion-2
Only in 2.6.5-rc1-aa3: extraversion
Only in 2.6.5-rc1-aa2: 00100_objrmap-core-1.gz
Only in 2.6.5-rc1-aa3: objrmap-core.gz

	Rediffed.

Only in 2.6.5-rc1-aa2: 00000_twofish-2.6.gz
Only in 2.6.5-rc1-aa3: twofish-2.6.gz
Only in 2.6.5-rc1-aa2: 00200_kgdb-ga-1.gz
Only in 2.6.5-rc1-aa2: 00201_kgdb-ga-recent-gcc-fix-1.gz
Only in 2.6.5-rc1-aa2: 00201_kgdb-THREAD_SIZE-fixes-1.gz
Only in 2.6.5-rc1-aa2: 00201_kgdb-x86_64-support-1.gz
Only in 2.6.5-rc1-aa3: kgdb-ga.gz
Only in 2.6.5-rc1-aa3: kgdb-ga-recent-gcc-fix.gz
Only in 2.6.5-rc1-aa3: kgdb-THREAD_SIZE-fixes.gz
Only in 2.6.5-rc1-aa3: kgdb-x86_64-support.gz

	Renamed.

Only in 2.6.5-rc1-aa2: 00101_anon_vma-2.gz
Only in 2.6.5-rc1-aa3: anon_vma.gz

	Change mapcount to an unsigned int, and move it near
	the atomic_t to save 8 bytes per page on 64bit archs,
	from Hugh Dickins.

	Fixed a bug in do_no_page that was crashing if
	->nopage returned a sigbus or oom error.

Only in 2.6.5-rc1-aa3: linus.patch.gz

	Linus's patch from 2.6.5-rc1-mm2.

Only in 2.6.5-rc1-aa3: laptop-mode-2.patch.gz

	laptop mode from 2.6.5-rc1-mm2.

Only in 2.6.5-rc1-aa3: clear_page_dirty_for_io.patch.gz
Only in 2.6.5-rc1-aa3: compound-pages-stop-using-lru.patch.gz
Only in 2.6.5-rc1-aa3: hugetlb-stop-using-page-list.patch.gz
Only in 2.6.5-rc1-aa3: irq-safe-pagecache-lock.patch.gz
Only in 2.6.5-rc1-aa3: page_alloc-stop-using-page-list.patch.gz
Only in 2.6.5-rc1-aa3: pageattr-stop-using-page-list.patch.gz
Only in 2.6.5-rc1-aa3: radix-tree-tagging.patch.gz
Only in 2.6.5-rc1-aa3: readahead-stop-using-page-list.patch.gz
Only in 2.6.5-rc1-aa3: remove-page-list.patch.gz
Only in 2.6.5-rc1-aa3: slab-stop-using-page-list.patch.gz
Only in 2.6.5-rc1-aa3: stop-using-clean-pages.patch.gz
Only in 2.6.5-rc1-aa3: stop-using-dirty-pages.patch.gz
Only in 2.6.5-rc1-aa3: stop-using-io-pages.patch.gz
Only in 2.6.5-rc1-aa3: stop-using-locked-pages-fix-2.patch.gz
Only in 2.6.5-rc1-aa3: stop-using-locked-pages-fix.patch.gz
Only in 2.6.5-rc1-aa3: stop-using-locked-pages.patch.gz
Only in 2.6.5-rc1-aa3: tag-dirty-pages.patch.gz
Only in 2.6.5-rc1-aa3: tag-writeback-pages-fix.patch.gz
Only in 2.6.5-rc1-aa3: tag-writeback-pages-missing-filesystems.patch.gz
Only in 2.6.5-rc1-aa3: tag-writeback-pages.patch.gz
Only in 2.6.5-rc1-aa3: unslabify-pgds-and-pmds.patch.gz

	Writeback changes from 2.6.5-rc1-mm2 to reduce the difference
	with other trees, and to avoid having to maintain significantly
	different versions of anon_vma.

             reply	other threads:[~2004-03-20 21:02 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-20 21:03 Andrea Arcangeli [this message]
2004-03-20 22:06 ` 2.6.5-rc1-aa3 Andrew Morton
2004-03-21  6:17 ` 2.6.5-rc1-aa3 Martin J. Bligh
2004-03-21 11:51   ` 2.6.5-rc1-aa3 Andrea Arcangeli
2004-03-21 13:26   ` 2.6.5-rc1-aa3 Andrea Arcangeli
2004-03-21 16:23     ` 2.6.5-rc1-aa3 Martin J. Bligh
2004-03-21 10:05 ` 2.6.5-rc1-aa3 Marc-Christian Petersen
2004-03-21 11:49   ` do we want to kill VM_RESERVED or not? [was Re: 2.6.5-rc1-aa3] Andrea Arcangeli
2004-03-21 12:00     ` Andrea Arcangeli
2004-03-21 12:15       ` Andrea Arcangeli
2004-03-21 19:42         ` Marc-Christian Petersen
2004-03-22  0:10           ` Andrea Arcangeli
2004-03-22 12:10             ` Marc-Christian Petersen
2004-03-22 12:42               ` Andrea Arcangeli
2004-03-23  9:54                 ` Marc-Christian Petersen
2004-03-21 23:24     ` Andrew Morton
2004-03-22  0:51       ` Andrea Arcangeli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20040320210306.GA11680@dualathlon.random \
    --to=andrea@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.