]>
pilppa.org Git - linux-2.6-omap-h63xx.git/log 
Seth, Rohit  [Sun, 30 Oct 2005 01:15:47 +0000  (18:15 -0700)] 
[PATCH] mm: page_alloc: increase size of per-cpu-pagesSigned-off-by: Rohit Seth <rohit.seth@intel.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> 
Rik Van Riel  [Sun, 30 Oct 2005 01:15:46 +0000  (18:15 -0700)] 
[PATCH] swaptoken tuning
It turns out that the original swap token implementation, by Song Jiang, only
enforced the swap token while the task holding the token is handling a page
fault.  This patch approximates that, without adding an additional flag to the
mm_struct, by checking whether the mm->mmap_sem is held for reading, like the
page fault code does.
This patch has the effect of automatically, and gradually, disabling the
enforcement of the swap token when there is little or no paging going on, and
"turning up" the intensity of the swap token code the more the task holding
the token is thrashing.
Thanks to Song Jiang for pointing out this aspect of the token based thrashing
control concept.
The new code shows a slight degradation over the old swap token code, but
still a big win over running without the swap token.
2.6.12+ swap token disabled
$ for i in `seq 10` ; do /usr/bin/time ./qsbench -n 
30000000  -p 3 ; done
101.74user 23.13system 8:26.91elapsed 24%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (38597major+430315minor)pagefaults 0swaps
101.98user 24.91system 8:03.06elapsed 26%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (33939major+430457minor)pagefaults 0swaps
101.93user 22.12system 7:34.90elapsed 27%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (33166major+421267minor)pagefaults 0swaps
101.82user 22.38system 8:31.40elapsed 24%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (39338major+433262minor)pagefaults 0swaps
2.6.12+ swap token enabled, timeout 300 seconds
$ for i in `seq 4` ; do /usr/bin/time ./qsbench -n 
30000000  -p 3 ; done
102.58user 16.08system 3:41.44elapsed 53%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (19707major+285786minor)pagefaults 0swaps
102.07user 19.56system 4:00.64elapsed 50%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (19012major+299259minor)pagefaults 0swaps
102.64user 18.25system 4:07.31elapsed 48%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (21990major+304831minor)pagefaults 0swaps
101.39user 19.41system 5:15.81elapsed 38%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (24850major+323321minor)pagefaults 0swaps
2.6.12+ with new swap token code, timeout 300 seconds
$ for i in `seq 4` ; do /usr/bin/time ./qsbench -n 
30000000  -p 3 ; done
101.87user 24.66system 5:53.20elapsed 35%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (26848major+363497minor)pagefaults 0swaps
102.83user 19.95system 4:17.25elapsed 47%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (19946major+305722minor)pagefaults 0swaps
102.09user 19.46system 5:12.57elapsed 38%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (25461major+334994minor)pagefaults 0swaps
101.67user 20.61system 4:52.97elapsed 41%CPU (0avgtext+0avgdata 0maxresident)k
0inputs+0outputs (22190major+329508minor)pagefaults 0swaps
Signed-off-by: Rik Van Riel <riel@redhat.com> 
Signed-off-by: Andrew Morton <akpm@osdl.org> 
Signed-off-by: Linus Torvalds <torvalds@osdl.org> 
Rik Van Riel  [Sun, 30 Oct 2005 01:15:44 +0000  (18:15 -0700)] 
[PATCH] add sem_is_read/write_locked()Signed-off-by: Rik van Riel <riel@redhat.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> 
Ivan Kokshaysky  [Sun, 30 Oct 2005 01:15:43 +0000  (18:15 -0700)] 
[PATCH] fix alpha breakageCc: Al Viro <viro@ftp.linux.org.uk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> 
YOSHIFUJI Hideaki  [Sun, 30 Oct 2005 01:15:42 +0000  (18:15 -0700)] 
[PATCH] TIMERS: add missing compensation for HZ == 250Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> Cc: "David S. Miller" <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> 
Christoph Lameter  [Sun, 30 Oct 2005 01:15:41 +0000  (18:15 -0700)] 
[PATCH] vmalloc_nodeSigned-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org> 
Linus Torvalds  [Sat, 29 Oct 2005 21:02:16 +0000  (14:02 -0700)] 
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Nicolas Pitre  [Sat, 29 Oct 2005 20:44:56 +0000  (21:44 +0100)] 
[ARM] 3061/1: cleanup the XIP link address messSigned-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 
Nicolas Pitre  [Sat, 29 Oct 2005 20:44:55 +0000  (21:44 +0100)] 
[ARM] 3060/1: allow constants found in asm/memory.h to be used in asm codeSigned-off-by: Nicolas Pitre <nico@cam.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> 
Linus Torvalds  [Sat, 29 Oct 2005 19:19:15 +0000  (12:19 -0700)] 
Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus
Ralf Baechle  [Sat, 29 Oct 2005 18:32:54 +0000  (19:32 +0100)] 
Update MIPS defconfig files.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Arthur Othieno  [Fri, 28 Oct 2005 04:42:56 +0000  (00:42  -0400)] 
prom_free_prom_memory() returns unsigned long    Signed-off-by: Arthur Othieno <a.othieno@bluewin.ch>     Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sun, 23 Oct 2005 14:05:47 +0000  (15:05 +0100)] 
Get rid of SINGLE_ONLY_FPU.  Linux does not support half FPU other thanSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sun, 23 Oct 2005 12:58:21 +0000  (13:58 +0100)] 
Fix all the get_user / put_user related sparse warnings.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sun, 23 Oct 2005 12:48:12 +0000  (13:48 +0100)] 
Delete unused ieee754_cname[] and declaration.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sun, 23 Oct 2005 12:46:25 +0000  (13:46 +0100)] 
Include for prototypes.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sun, 23 Oct 2005 12:44:31 +0000  (13:44 +0100)] 
Protect against multiple inclusion.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 21 Oct 2005 21:26:07 +0000  (22:26 +0100)] 
Remove useless casts of kmalloc return values.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 20 Oct 2005 21:55:26 +0000  (22:55 +0100)] 
Hack to resolve longstanding prefetch issueSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 20 Oct 2005 21:33:09 +0000  (22:33 +0100)] 
More foolproofing of the CPU configuration.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:59:46 +0000  (23:59 -0700)] 
pci-expmem-hackSigned-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:59:11 +0000  (23:59 -0700)] 
BCM1480 HT supportSigned-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:58:49 +0000  (23:58 -0700)] 
Support for the BCM1480 on-chip PCI-X bridge.Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:57:40 +0000  (23:57 -0700)] 
SB1 cache exception handling.Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:57:11 +0000  (23:57 -0700)] 
Support for BigSur board.Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:56:38 +0000  (23:56 -0700)] 
Add support for BCM1480 family of chips.Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:56:20 +0000  (23:56 -0700)] 
Add support for SB1A CPU.Signed-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:55:57 +0000  (23:55 -0700)] 
Sibyte header cleanupSigned-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:55:11 +0000  (23:55 -0700)] 
BCM1480 headersSigned-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Thu, 20 Oct 2005 06:54:43 +0000  (23:54 -0700)] 
Sibyte fixesSigned-Off-By: Andy Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Wed, 19 Oct 2005 13:45:09 +0000  (14:45 +0100)] 
Make UL what should be UL.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Atsushi Nemoto  [Wed, 19 Oct 2005 10:57:14 +0000  (19:57 +0900)] 
Fix zero length sys_cacheflushSigned-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 18 Oct 2005 12:25:29 +0000  (13:25 +0100)] 
Get 64-bit right in the kgdb stub.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 18 Oct 2005 11:48:31 +0000  (12:48 +0100)] 
Sys_lookup_dcookie arguments occupy 4 argument slots.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 18 Oct 2005 09:26:46 +0000  (10:26 +0100)] 
FPU emulator garbage collection.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 13 Oct 2005 16:07:54 +0000  (17:07 +0100)] 
Don't print file name and line in die and die_if_kernel.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 11 Oct 2005 23:02:34 +0000  (00:02  +0100)] 
Rename page argument of flush_cache_page to something more descriptive.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sun, 9 Oct 2005 17:56:01 +0000  (18:56 +0100)] 
Define EOWNERDEAD and ENOTRECOVERABLE.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:41 +0000  (19:32 +0100)] 
Sliceup Kconfig; it's grown too large.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:40 +0000  (19:32 +0100)] 
More configcheck fixes.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:40 +0000  (19:32 +0100)] 
2.6.14-rc1 updates for MIPS compat types.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:40 +0000  (19:32 +0100)] 
Complete the fcntl.h cleanup.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:39 +0000  (19:32 +0100)] 
Cleanup Sibyte Kconfig a bit further.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 14 Jan 2005 03:03:23 +0000  (03:03  +0000)] 
Date:   Fri Jan 14 03:03:23 2005 +0000Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:38 +0000  (19:32 +0100)] 
Fix weirdness in <asm/bug.h>Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 29 Oct 2005 18:32:38 +0000  (19:32 +0100)] 
Fix wrong comment.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 7 Oct 2005 15:58:15 +0000  (16:58 +0100)] 
Fixup a few lose ends in explicit support for MIPS R1/R2.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 7 Oct 2005 11:06:12 +0000  (12:06 +0100)] 
Document the meaning of the CPU_MIPS32, CPU_MIPS64, CPU_MIPSR1 andSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 6 Oct 2005 16:39:32 +0000  (17:39 +0100)] 
Protect manipulation of c0_status against preemption and multithreading.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 4 Oct 2005 14:01:26 +0000  (15:01 +0100)] 
Detect 4KSD and treat it like 4KSc.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 4 Oct 2005 12:30:10 +0000  (13:30 +0100)] 
We're no longer hosted on oss for ages ...Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Mon, 3 Oct 2005 12:41:19 +0000  (13:41 +0100)] 
Convert the remaining SPIN_LOCK_UNLOCKED instances to DEFINE_SPINLOCK.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Mon, 3 Oct 2005 12:40:26 +0000  (13:40 +0100)] 
Define and initialize kdb_lock using DEFINE_SPINLOCK.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Mon, 3 Oct 2005 12:30:57 +0000  (13:30 +0100)] 
Make kgdb_wait static.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 1 Oct 2005 19:22:39 +0000  (20:22 +0100)] 
Don't copy SB1 cache error handler to uncached memory.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 1 Oct 2005 16:34:35 +0000  (17:34 +0100)] 
Provide 64-bit address space definitions for the Sibyte SB1 CPU core.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 1 Oct 2005 12:14:58 +0000  (13:14 +0100)] 
No need to explicitly call __read_64bit_c0_split; __read_64bit_c0_registerSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Wed, 22 Jun 2005 23:02:03 +0000  (16:02 -0700)] 
Fix stale comment in c-sb1.c.Signed-Off-By: Andrew Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 1 Oct 2005 12:06:32 +0000  (13:06 +0100)] 
Cleanup the mess in cpu_cache_init.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Andrew Isaacson  [Wed, 22 Jun 2005 23:01:09 +0000  (16:01 -0700)] 
Use cpumask_t rather than hand-rolled bitmask code in sb1250_set_affinity.Signed-Off-By: Andrew Isaacson <adi@broadcom.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 1 Oct 2005 10:14:17 +0000  (11:14 +0100)] 
Use R4000 TLB routines for SB1 also.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Sat, 1 Oct 2005 09:17:54 +0000  (10:17 +0100)] 
Fix build error caused by missmatching duplicate declaration.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 30 Sep 2005 23:03:42 +0000  (00:03  +0100)] 
Don't call memset to clean irq_desc; these data fields have alreadySigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 30 Sep 2005 23:00:00 +0000  (00:00  +0100)] 
Fix ARCH_KMALLOC_MINALIGN values on MIPSSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 30 Sep 2005 12:59:37 +0000  (13:59 +0100)] 
Support for MIPSsim, the cycle accurate MIPS simulator.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 30 Sep 2005 00:51:21 +0000  (01:51  +0100)] 
Switch Sibyte profiling driver to ->compat_ioctlSigned-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Daniel Jacobowitz  [Wed, 28 Sep 2005 22:11:15 +0000  (18:11 -0400)] 
Revise MIPS 64-bit ptrace interfaceSigned-off-by: Daniel Jacobowitz <dan@codesourcery.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Atsushi Nemoto  [Wed, 28 Sep 2005 11:24:58 +0000  (20:24 +0900)] 
Sync c-tx39.c with c-r4k.c.Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Fri, 23 Sep 2005 20:02:38 +0000  (20:02 +0000)] 
Glue again after removal of BUILD_BUG().Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ladislav Michl  [Fri, 23 Sep 2005 10:52:27 +0000  (10:52 +0000)] 
Let it compile again after i2c algo id removal. Sort headers.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 22 Sep 2005 14:55:21 +0000  (14:55 +0000)] 
SMP on Malta needs to define ARCH_HAS_IRQ_PER_CPU since 2.6.14-rc1.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Wed, 21 Sep 2005 21:39:44 +0000  (21:39 +0000)] 
smc91x platform support; requires patch to smc91x.h which was sentSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Wed, 21 Sep 2005 06:18:27 +0000  (06:18 +0000)] 
Au1[12]00 mmc driver. Only tested on the Au1200 at this point thoughSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 20 Sep 2005 13:43:51 +0000  (13:43 +0000)] 
Add SOCK_DCCP definition for MIPS also.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Tue, 20 Sep 2005 10:56:26 +0000  (10:56 +0000)] 
The type of sum in csum_tcpudp_nofold is "unsigned int", so when we assignSigned-off-by: Daniel Jacobowitz <dan@codesourcery.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Sun, 18 Sep 2005 11:18:10 +0000  (11:18 +0000)] 
Kernel gpio/2 routines that will be used by some drivers.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Sun, 18 Sep 2005 01:10:46 +0000  (01:10  +0000)] 
Fix a cache snooping issue.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Sat, 17 Sep 2005 00:38:10 +0000  (00:38  +0000)] 
Updated pcmcia driver with pb1200 and db1200 support.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Thu, 15 Sep 2005 23:42:27 +0000  (23:42 +0000)] 
- moved platform structure to platform.cSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 16:43:50 +0000  (16:43 +0000)] 
Fix excessive signal latencies.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 08:52:34 +0000  (08:52 +0000)] 
Reorder & reformat a bit.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 08:52:34 +0000  (08:52 +0000)] 
Use ARCH_MAY_HAVE_PC_FDC where needed.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 08:52:34 +0000  (08:52 +0000)] 
GCC bulletproofing: __mips64 is only defined when compiling for 64-bitSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 08:52:34 +0000  (08:52 +0000)] 
The values for SO_SNDBUFFORCE / SO_RCVBUFFORCE were already taken ...Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 08:52:34 +0000  (08:52 +0000)] 
Futexes for MIPS, for the time being only the R10000_LLSC_WAR version.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 15 Sep 2005 08:52:34 +0000  (08:52 +0000)] 
Define pcibus_to_node() for IP27.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Thu, 15 Sep 2005 08:03:12 +0000  (08:03 +0000)] 
Cleaned up AMD Au1200 IDE driver:Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Wed, 14 Sep 2005 16:17:59 +0000  (16:17 +0000)] 
Misc au1200 updates.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Wed, 14 Sep 2005 14:52:16 +0000  (14:52 +0000)] 
Delete the SABLE_RTL case.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Pete Popov  [Tue, 13 Sep 2005 22:52:55 +0000  (22:52 +0000)] 
When no yamon command line is passed to the kernel, preserve the defaultSigned-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Mon, 12 Sep 2005 20:22:07 +0000  (20:22 +0000)] 
Provide MODULE_ARCH_VERMAGIC for MIPS.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Fri, 9 Sep 2005 20:26:54 +0000  (20:26 +0000)] 
Add/Fix missing bit of R4600 hit cacheop workaround.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Fri, 9 Sep 2005 19:45:41 +0000  (19:45 +0000)] 
Minor code cleanup.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Fri, 9 Sep 2005 17:11:50 +0000  (17:11 +0000)] 
R4600 v2.0 needs a nop before tlbp.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Fri, 9 Sep 2005 17:09:18 +0000  (17:09 +0000)] 
Don't set up a sg dma address if we have no page address for some reason.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Maciej W. Rozycki  [Mon, 5 Sep 2005 10:31:27 +0000  (10:31 +0000)] 
Move MIPS Technologies processor IDs to where they belong.Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Fri, 2 Sep 2005 09:56:12 +0000  (09:56 +0000)] 
More .set push/pop.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Ralf Baechle  [Thu, 1 Sep 2005 20:42:46 +0000  (20:42 +0000)] 
Move genrtc.c's functions into <asm/rtc.h>Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Thu, 1 Sep 2005 18:33:58 +0000  (18:33 +0000)] 
Let r4600 PRID detection match only legacy CPUs, cleanups.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org> 
Thiemo Seufer  [Thu, 1 Sep 2005 09:02:08 +0000  (09:02 +0000)] 
Define some more common ip22 CPU features.Signed-off-by: Thiemo Seufer <ths@networkno.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>