From: Andrew Morton <akpm@osdl.org>
To: linux-kernel@vger.kernel.org
Subject: 2.6.15-rc1-mm2
Date: Thu, 17 Nov 2005 23:46:45 -0800 [thread overview]
Message-ID: <20051117234645.4128c664.akpm@osdl.org> (raw)
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.15-rc1/2.6.15-rc1-mm2/
- I'm releasing this so that Hugh's MM rework can get a spin.
Anyone who had post-2.6.14 problems related to the VM_RESERVED changes
(device drivers malfunctioning, obscure userspace hardware-poking
applications stopped working, etc) please test.
We'd especially like testing of the graphics DRM drivers across as many
card types as poss.
- cifs is busted when built as a module. Mysteriously.
- Added the parisc devel tree to the -mm lineup as git-parisc.patch (Kyle
McMartin <kyle@mcmartin.ca>)
- Added the powerpc devel tree to the -mm lineup as git-powerpc.patch (Paul
MacKerras).
- Dropped the powerpc devel tree again due to refusal to boot. Next time
for sure.
- The JSM driver is still busted. Make sure that CONFIG_SERIAL_JSM=n
- The UML update here is reported to cause a compile failure.
Changes since 2.6.15-rc1-mm1:
linus.patch
git-acpi.patch
git-agpgart.patch
git-blktrace.patch
git-block.patch
git-cfq.patch
git-cifs.patch
git-drm.patch
git-ia64.patch
git-ieee1394.patch
git-infiniband.patch
git-libata-all.patch
git-netdev-all.patch
git-ocfs2.patch
git-parisc.patch
git-pcmcia.patch
git-sas.patch
git-cryptodev.patch
Subsystem trees.
-cifs-build-fix.patch
-gregkh-usb-usb-fix-dummy_hcd-breakage.patch
-gregkh-usb-usb-serial-history-not-old.patch
-gregkh-usb-add-new-wacom-devices-to-usb-hid-core-list.patch
-gregkh-usb-usb-wacom-tablet-driver-update.patch
-gregkh-usb-usb-fix-unused-variable-warning.patch
-gregkh-usb-usb-delete-bluetty-leftovers.patch
-gregkh-usb-usbfs_dir_inode_operations-cleanup.patch
-gregkh-usb-usb-usbdevfs_ioctl-from-32bit-fix.patch
-gregkh-usb-usb-storage-blacklist-entry-removal.patch
-gregkh-usb-usb-cp2101-new-id.patch
-gregkh-usb-usb-onetouch-doesn-t-suspend-yet.patch
-gregkh-usb-usb-pl2303-adds-new-ids.patch
-gregkh-usb-usb-pl2303-updates-pl2303_update_line_status.patch
-gregkh-usb-usb-adapt-microtek-driver-to-new-scsi-features.patch
-gregkh-usb-usb-storage-fix-detection-of-kodak-flash-readers-in-shuttle_usbat-driver.patch
-gregkh-usb-usb-fix-race-in-kaweth-disconnect.patch
-gregkh-usb-usb-devio-warning-fix.patch
-gregkh-usb-usb-maxtor-onetouch-button-support-for-older-drives.patch
-gregkh-usb-usb-ohci-lh7a404-platform-device-conversion-fixup.patch
gregkh-usb-usb-libusual.patch
-gregkh-usb-usb-serial-anydata.patch
-ipw2200-disallow-direct-scanning-when-device-is-down.patch
-cifs-read-write-operation-fixes-and-cleanups.patch
-parisc-remove-drm-compat-ioctls-handlers.patch
-parisc-implement-compat_ioctl-for-pa_perf.patch
Merged
+tpm-remove-pci-kconfig-dependency.patch
TPM driver cleanup
+ppc64-need-hpage_shift-when-huge-pages-disabled.patch
ppc64 build fix
+s390-fix-class_device_create-calls-in-3270-the-driver.patch
s390 driver fix
+uml-eliminate-use-of-local-in-clone-stub.patch
+uml-eliminate-anonymous-union-and-clean-up-symlink-lossage.patch
+uml-properly-invoke-x86_64-system-calls.patch
+uml-eliminate-use-of-libc-page_size.patch
UML update
+unpaged-get_user_pages-vm_reserved.patch
+unpaged-private-write-vm_reserved.patch
+unpaged-sound-nopage-get_page.patch
+unpaged-unifdefed-pagecompound.patch
+unpaged-vm_unpaged.patch
+unpaged-vm_nonlinear-vm_reserved.patch
+unpaged-cow-on-vm_unpaged.patch
+unpaged-anon-in-vm_unpaged.patch
+unpaged-zero_page-in-vm_unpaged.patch
+unpaged-pg_reserved-bad_page.patch
+unpaged-copy_page_range-vma.patch
VM_RESERVED fixes
+fix-error-handling-with-put_compat_statfs.patch
compat handling fix
+fix-hugetlbfs_statfs-reporting-of-block-limits.patch
Make hugetlbfs do statfs better
+git-libata-sata_mv-build-fix.patch
Fix git-libata-all.patch
+backup-timer-for-uarts-that-lose-interrupts-take-3.patch
Serial driver workaround for dodgy hardware.
+mm-remove-arch-independent-nodes_span_other_nodes.patch
mm cleanup
+numa-policies-in-the-slab-allocator-v2.patch
+numa-policies-in-the-slab-allocator-v2-fix.patch
Fix NUMA allocation via the slab allocator (still under discussion)
+mm-add-is_dma_zone-helper.patch
+mm-add-populated_zone-helper.patch
mm cleanups
+swap-migration-v5-mpol_mf_move-interface-unpaged-fix.patch
Fix swap-migration-v5-mpol_mf_move-interface.patch for Hugh's stuff.
+swapmig-config_migration-fixes.patch
+swapmig-add_to_swap-avoid-atomic-allocations.patch
+swapmig-drop-unused-pages-immediately.patch
+swapmig-extend-parameters-for-migrate_pages.patch
Update the page-migration-via-swap feature.
+swsusp-remove-encryption.patch
+swsusp-introduce-the-swap-map-structure.patch
+swsusp-improve-freeing-of-memory.patch
swsusp cleanups
+keys-permit-running-process-to-instantiate-keys-warning-fix.patch
Fix keys-permit-running-process-to-instantiate-keys.patch
+sigaction-should-clear-all-signals-on-sig_ign-not-just-fix.patch
Fix sigaction-should-clear-all-signals-on-sig_ign-not-just.patch
+optionally-skip-initramfs-check.patch
Faster booting on embedded systems.
+docs-updated-some-code-docs.patch
Documentation updates
+prefer-pkg-config-for-the-qt-check.patch
Update `make pkg-config'.
-spufs-the-spu-file-system-base.patch
-spufs-make-all-exports-gpl-only.patch
-spufs-switchable-spu-contexts.patch
-kernel-side-context-switch-code-for-spufs.patch
-spufs-add-spu-side-context-switch-code.patch
-spufs-cooperative-scheduler-support.patch
Dropped - these are in the git-powerpc tree which isn't here.
+kdump-i386-save-ss-esp-bug-fix.patch
+kdump-dynamic-per-cpu-allocation-of-memory-for-saving-cpu-registers.patch
+kdump-export-per-cpu-crash-notes-pointer-through-sysfs.patch
+kdump-save-registers-early-inline-functions.patch
+kdump-x86_64-add-memmmap-command-line-option.patch
+kdump-x86_64-add-elfcorehdr-command-line-option.patch
+kdump-x86_64-kexec-on-panic.patch
+kdump-x86_64-save-cpu-registers-upon-crash.patch
+kdump-read-previous-kernels-memory.patch
+kexec-increase-max-segment-limit.patch
Kernel crashdumpiung update
-add-compat_ioctl-methods-to-dasd.patch
-add-compat_ioctl-methods-to-dasd-fix.patch
Dropped - wrong.
+drivers-char-use-array_size-macro.patch
Cleanup.
All 617 patches:
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.15-rc1/2.6.15-rc1-mm2/patch-list
next prev reply other threads:[~2005-11-18 7:47 UTC|newest]
Thread overview: 43+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-11-09 13:49 [PATCH 00/16] Adaptive read-ahead V7 Wu Fengguang
2005-11-09 13:49 ` [PATCH 01/16] mm: delayed page activation Wu Fengguang
2005-11-10 0:21 ` Nick Piggin
2005-11-10 3:15 ` Wu Fengguang
2005-11-10 9:17 ` Peter Zijlstra
2005-11-10 10:30 ` Wu Fengguang
2005-11-09 13:49 ` [PATCH 02/16] mm: balance page aging between zones Wu Fengguang
2005-11-09 13:49 ` [PATCH 03/16] radixtree: sync with mainline Wu Fengguang
2005-11-09 13:49 ` [PATCH 04/16] radix-tree: look-aside cache Wu Fengguang
2005-11-09 23:31 ` Nick Piggin
2005-11-10 5:25 ` Wu Fengguang
2005-11-10 6:50 ` Nick Piggin
2005-11-10 8:30 ` Wu Fengguang
2005-11-18 11:25 ` Wu Fengguang
2005-11-18 12:12 ` Wu Fengguang
2005-11-09 13:49 ` [PATCH 05/16] readahead: some preparation Wu Fengguang
2005-11-18 7:46 ` Andrew Morton [this message]
2005-11-18 8:56 ` 2.6.15-rc1-mm2 Benoit Boissinot
2005-11-18 9:04 ` 2.6.15-rc1-mm2 Andrew Morton
2005-11-18 9:13 ` 2.6.15-rc1-mm2 Benoit Boissinot
2005-11-18 13:43 ` 2.6.15-rc1-mm2 Rafael J. Wysocki
2005-11-18 10:10 ` 2.6.15-rc1-mm2 Mauro Carvalho Chehab
2005-11-18 10:55 ` 2.6.15-rc1-mm2 Wu Fengguang
2005-11-18 11:29 ` 2.6.15-rc1-mm2 Andy Whitcroft
2005-11-18 16:29 ` 2.6.15-rc1-mm2 Michael Krufky
2005-11-20 0:23 ` 2.6.15-rc1-mm2 Michal Piotrowski
2005-11-20 8:04 ` 2.6.15-rc1-mm2 Hugh Dickins
2005-11-20 12:53 ` 2.6.15-rc1-mm2 Michal Piotrowski
2005-11-09 13:49 ` [PATCH 06/16] readahead: call scheme Wu Fengguang
2005-11-09 13:49 ` [PATCH 07/16] readahead: tunable parameters Wu Fengguang
2005-11-09 13:49 ` [PATCH 08/16] readahead: state based method Wu Fengguang
2005-11-09 13:49 ` [PATCH 09/16] readahead: context " Wu Fengguang
2005-11-09 13:49 ` [PATCH 10/16] readahead: other methods Wu Fengguang
2005-11-09 13:49 ` [PATCH 11/16] readahead: mandatory thrashing protection Wu Fengguang
2005-11-09 13:49 ` [PATCH 12/16] readahead: events accounting Wu Fengguang
2005-11-09 13:49 ` [PATCH 13/16] readahead: page aging accounting Wu Fengguang
2005-11-09 13:49 ` [PATCH 14/16] readahead: laptop mode support Wu Fengguang
2005-11-09 13:49 ` [PATCH 15/16] readahead: disable look-ahead for loopback file Wu Fengguang
2005-11-09 13:49 ` [PATCH 16/16] io: reduce lantency Wu Fengguang
2005-11-09 20:39 ` [PATCH 00/16] Adaptive read-ahead V7 Christoph Lameter
2005-11-10 10:19 ` Wu Fengguang
2005-11-18 19:36 2.6.15-rc1-mm2 Steve French
2005-11-19 16:14 2.6.15-rc1-mm2 Stas Sergeev
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=20051117234645.4128c664.akpm@osdl.org \
--to=akpm@osdl.org \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®