| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix 64bit SMP TLB handler and stack frame handling, optimize 32bit SMP | Thiemo Seufer | 2005-10-29 | 5 | -41/+34 |
* | HUB interrupts are allocated per node, not per slice. Make | Ralf Baechle | 2005-10-29 | 1 | -1/+1 |
* | HUB interrupts are allocated per node, not per slice. Make manipulation | Ralf Baechle | 2005-10-29 | 2 | -46/+48 |
* | R4300 delay slot. | Ralf Baechle | 2005-10-29 | 1 | -0/+1 |
* | Use compat_sigval_t in struct compat_siginfo. | Ralf Baechle | 2005-10-29 | 1 | -1/+1 |
* | SECCOMP for MIPS. | Ralf Baechle | 2005-10-29 | 2 | -4/+23 |
* | Reformat; cosmetic cleanups. | Ralf Baechle | 2005-10-29 | 2 | -14/+20 |
* | Reformatting, remove debugging code. | Ralf Baechle | 2005-10-29 | 2 | -39/+32 |
* | Get rid of the the remains of 2.4-style ramdisk support. | Ralf Baechle | 2005-10-29 | 1 | -7/+0 |
* | Multithreaded core dumps. | Ralf Baechle | 2005-10-29 | 2 | -0/+10 |
* | When CONFIG_PM is enabled, it uses the TOY_MATCH2 interrupt as the system | Pete Popov | 2005-10-29 | 2 | -15/+26 |
* | sys_futex has 6 arguments. | Thiemo Seufer | 2005-10-29 | 1 | -1/+1 |
* | qtronix.c: Handle kmalloc failure. | Ralf Baechle | 2005-10-29 | 1 | -0/+5 |
* | Export shm_align_mask and flush_data_cache_page. | Ralf Baechle | 2005-10-29 | 2 | -0/+5 |
* | Put salone.o back into arclib. It's a lib so doesn't harm if unused atm. | Ralf Baechle | 2005-10-29 | 1 | -1/+1 |
* | It helps to not use a _mem_ function for requesting I/O space. | Thiemo Seufer | 2005-10-29 | 1 | -7/+13 |
* | Gcc 4.0 fixes. | Ralf Baechle | 2005-10-29 | 3 | -9/+11 |
* | Use new txx9 serial driver. | Ralf Baechle | 2005-10-29 | 5 | -29/+53 |
* | Fix preemption bug. | Ralf Baechle | 2005-10-29 | 1 | -2/+1 |
* | Int controller fixes. | Pete Popov | 2005-10-29 | 1 | -5/+1 |
* | One definition of back_to_back_c0_hazard too much. | Ralf Baechle | 2005-10-29 | 1 | -6/+1 |
* | Sparseify MIPS. | Ralf Baechle | 2005-10-29 | 21 | -585/+607 |
* | On 24K we did always disable cache parity protection - obviously not | Ralf Baechle | 2005-10-29 | 1 | -9/+5 |
* | New hazard handling function back_to_back_c0_hazard() to handle back to | Ralf Baechle | 2005-10-29 | 1 | -0/+21 |
* | ISOify. | Ralf Baechle | 2005-10-29 | 4 | -76/+76 |
* | Moved irq_tab_alchemy to the board specific irqmap.c files. | Pete Popov | 2005-10-29 | 7 | -87/+77 |
* | Base Au1200 2.6 support. | Pete Popov | 2005-10-29 | 21 | -182/+1796 |
* | Fix 'prctl' system call for IRIX. At this point IRIX 5.3 static binaries | Steven J. Hill | 2005-10-29 | 1 | -33/+27 |
* | Gross macro abuse. Get rid of gpreg_t, vaddr_t, REG_TO_VA and | Ralf Baechle | 2005-10-29 | 3 | -37/+31 |
* | Cleanup fpuemuprivate declarations. | Ralf Baechle | 2005-10-29 | 3 | -5/+2 |
* | Convert struct hw_interrupt_type initializations to ISO C99 named | Ralf Baechle | 2005-10-29 | 20 | -237/+211 |
* | No barrier needed on au1x. | Pete Popov | 2005-10-29 | 1 | -9/+0 |
* | Comment correction after further investigation of issue. | Pete Popov | 2005-10-29 | 1 | -3/+2 |
* | Fix initialization. Unbreak the wait-for-completion loops. Code cleanup. | Thiemo Seufer | 2005-10-29 | 1 | -22/+24 |
* | Switch SiByte drivers back to __raw_*() functions. | Maciej W. Rozycki | 2005-10-29 | 11 | -210/+221 |
* | Define mem_*() I/O accessory functions that preserve byte addresses. | Maciej W. Rozycki | 2005-10-29 | 1 | -19/+27 |
* | Merge do_boot_cpu() into the new style __cpu_up(). | Ralf Baechle | 2005-10-29 | 1 | -21/+9 |
* | On multiprocessor systems the BogoMIPS for each CPU was reported was | Ralf Baechle | 2005-10-29 | 1 | -2/+2 |
* | Define MAP_BASE for IP27 | Ralf Baechle | 2005-10-29 | 1 | -0/+1 |
* | Resurrect Cobalt support for 2.6. | Ralf Baechle | 2005-10-29 | 14 | -223/+276 |
* | Enable/disable irq's only if needed. | Thiemo Seufer | 2005-10-29 | 1 | -2/+4 |
* | -nostdlib boilerplate. | Thiemo Seufer | 2005-10-29 | 1 | -1/+1 |
* | Fix compilation, and bring 32/64 bit variants more in line. | Thiemo Seufer | 2005-10-29 | 2 | -10/+8 |
* | Fix wchan implementation, based on earlier by from Atsushi Nemoto. | Thiemo Seufer | 2005-10-29 | 1 | -58/+77 |
* | Improved modules loader, more robust and works on 64bit kernels. | Thiemo Seufer | 2005-10-29 | 5 | -538/+368 |
* | Until I figure out why NFS filesystems are having problems with | Steven J. Hill | 2005-10-29 | 2 | -106/+123 |
* | Initialize iomem_resource. | Thiemo Seufer | 2005-10-29 | 1 | -1/+3 |
* | Handle addresses beyond VMALLOC_END correctly. | Thiemo Seufer | 2005-10-29 | 1 | -1/+2 |
* | Use intermediate variable. | Thiemo Seufer | 2005-10-29 | 1 | -3/+3 |
* | O2 doesn't have _that_ much RAM. | Thiemo Seufer | 2005-10-29 | 1 | -2/+2 |