ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.0-test2/2.6.0-test2-mm4/ . A bunch of fixes for the 4G/4G split patch . 64-bit dev_t fixes . Fixes for the NR_CPUS > BITS_PER_LONG patch . Added Con's reworked interactivity changes. Changes since 2.6.0-test2-mm3: linus.patch Linus's current tree -bridge-notification-fix.patch Merged +kgdb-sysrq-g-fix.patch +kgdb-serial-fix.patch +kgdb-warning-fix.patch Various kgdb fixes +ax8817x-build-fix.patch Fix compilation of this driver for gcc-2.9x -cpumask_t-gcc-workaround-46.patch -cpumask_t-gcc-workaround-47.patch -cpumask-acpi-fix.patch -x86_64-cpumask_t-fix.patch Folded into cpumask_t-1.patch +cpumask-mips-fix.patch +cpumask-arith-fix.patch +cpumask-physid-fix.patch +cpumask_t-up-build-fix.patch Various cpumask_t fixes. Mainly: just make cpumask_t a bare unsigned long for NR_CPUS<=BITS_PER_LONG. Generates better code on SPARC CPUs. +ppc64-64-bit-mknod-fix.patch Maybe fix PPC64's mknod for the dev_t rework. +ustat64.patch Implement ustat64(). For 64-bit dev_t. +ppc64-64-bit-ustat-fix.patch Fix PPC64 ustat() for the sys_ustat() changes. +sched-no-tsc-on-numa.patch NUMA doesn't synchronise the TSCs +o12.2int.patch CPU scheduler interqctivity things. +4g4g-do_page_fault-cleanup.patch +4g4g-pmd-fix.patch +4g4g-fpu-fix.patch +4g4g-show_registers-fix.patch +4g4g-pin_page-atomicity-fix.patch Various things for the 4G/4G split patch -awe-core-fixes.patch Folded into awe-core.patch -awe-use-gfp_flags-fixes.patch Folded into awe-use-gfp_flags.patch +awe-use-gfp_flags-braino.patch Fix silly bug. -awe-fix-truncate-errors-fixes.patch Folded into awe-fix-truncate-errors.patch +random-locking-fixes.patch +random-accounting-and-sleeping-fixes.patch Add locking to the random driver +panic-nmi-watchdog-fix.patch Don't trigger the NMI watchdog during panics. +ide-capacity-fixes.patch sector_t conversion for huge IDE disks +do_div-comment.patch Comment the do_div() API. All 146 patches: linus.patch cset-20030803_2013.txt.gz mm.patch add -mmN to EXTRAVERSION kgdb-ga.patch kgdb stub for ia32 (George Anzinger's one) kgdb-remove-cpu_callout_map.patch kgdb: remove cpu_callout_map decls kgdb-use-ggdb.patch kgdb-ga-docco-fixes.patch kgdb doc. edits/corrections kgdb-sysrq-g-fix.patch kgdb sysrq-g fix kgdb-serial-fix.patch kgdb serial port fix kgdb-warning-fix.patch kgdbL warning fix execve-fixes.patch fix 64-bit architectures for the binprm change ax8817x-build-fix.patch ax8817x.c build fix for older gcc's cpumask_t-1.patch cpumask_t: allow more than BITS_PER_LONG CPUs cpumask_t fix for s390 fix cpumask_t for s390 Fix cpumask changes for x86_64 fix cpumask_t for sparc64 cpumask_t: more gcc workarounds cpumask_t gcc bug workarounds cpumask_t: build fix cpumask-mips-fix.patch cpumask: IPS fixups cpumask-arith-fix.patch cpumask: avoid using structs for NR_CPUSflags fixes awe-use-gfp_flags-braino.patch awe-fix-truncate-errors.patch async write errors: fix spurious fs truncate errors async write errors: truncate handling fixes as-remove-hash-valid-stuff.patch AS: remove hash valid stuff usercopy-might_sleep-checks.patch might_sleep() checks for usercopy functions random-locking-fixes.patch random: SMP locking random-accounting-and-sleeping-fixes.patch random: accounting and sleeping fixes panic-nmi-watchdog-fix.patch Don't trigger NMI watchdog for panic delay ide-capacity-fixes.patch ide capacity accounting and reporting fixes do_div-comment.patch add i386 do_div API comment aio-mm-refcounting-fix.patch fix /proc mm_struct refcounting bug aio-01-retry.patch AIO: Core retry infrastructure io_submit_one-EINVAL-fix.patch Fix aio process hang on EINVAL aio-02-lockpage_wq.patch AIO: Async page wait aio-03-fs_read.patch AIO: Filesystem aio read aio-04-buffer_wq.patch AIO: Async buffer wait aio-05-fs_write.patch AIO: Filesystem aio write aio-05-fs_write-fix.patch aio-06-bread_wq.patch AIO: Async block read aio-06-bread_wq-fix.patch aio-07-ext2getblk_wq.patch AIO: Async get block for ext2 O_SYNC-speedup-2.patch speed up O_SYNC writes aio-09-o_sync.patch aio O_SYNC aio-10-BUG-fix.patch AIO: fix a BUG aio-11-workqueue-flush.patch AIO: flush workqueues before destroying ioctx'es aio-12-readahead.patch AIO: readahead fixes aio-dio-no-readahead.patch aio O_DIRECT no readahead lock_buffer_wq-fix.patch lock_buffer_wq fix unuse_mm-locked.patch AIO: hold the context lock across unuse_mm aio-take-task_lock.patch From: Suparna Bhattacharya Subject: Re: 2.5.72-mm1 - Under heavy testing with AIO,.. vmstat seems to blow the kernel aio-O_SYNC-fix.patch Unify o_sync changes for aio and regular writes aio-readahead-rework.patch Unified page range readahead for aio and regular reads