index
:
ralf/linux-newax25.git
master
newax25-2.4.3-1
Unnamed repository; edit this file 'description' to name the repository.
Ralf Baechle
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips64
Commit message (
Expand
)
Author
Age
Files
Lines
*
UP FPU state handling fixes: make sure to save the fpu state of the
Kanoj Sarcar
2000-05-10
2
-1
/
+5
*
*** empty log message ***
Ulf Carlsson
2000-05-10
1
-2
/
+0
*
Add sys32_nanosleep to get syslogd working.
Ulf Carlsson
2000-05-10
2
-3
/
+56
*
Bomb little endian compiles for select32, so that the little endian guys
Kanoj Sarcar
2000-05-08
1
-0
/
+4
*
Forkdrop IA64 version of sys32_select. Forklift the sparc64 version.
Kanoj Sarcar
2000-05-07
1
-18
/
+79
*
Forklift sys32_select from IA64 code.
Kanoj Sarcar
2000-05-04
2
-1
/
+103
*
More low level debugging stuff that can be turned on with DEBUG_MIPS64.
Kanoj Sarcar
2000-05-03
3
-0
/
+29
*
SMP bootup and slave processor wakeup needs to be improved, but for
Kanoj Sarcar
2000-05-03
1
-1
/
+1
*
Change the output format of /proc/cpuinfo slightly to report the number
Kanoj Sarcar
2000-05-02
1
-0
/
+2
*
Multicpu boot fixes: 1. make sure each cpu only picks up the interrupts
Kanoj Sarcar
2000-05-02
1
-6
/
+31
*
SMP debugging enhancements.
Kanoj Sarcar
2000-05-01
3
-3
/
+4
*
Print out cpu number in debug statements for SMP debugging.
Kanoj Sarcar
2000-04-28
1
-4
/
+4
*
Update defconfig files. Nastyness: 2.3.99 builds only with sysctls
Ralf Baechle
2000-04-28
3
-6
/
+6
*
Merge with 2.3.99-pre6.
Ralf Baechle
2000-04-28
3
-1
/
+3
*
Have the slave cpus go into the reschedule loop to pick up tasks and
Kanoj Sarcar
2000-04-27
1
-1
/
+1
*
sigprocmask needs to be 32-bitized.
Kanoj Sarcar
2000-04-27
2
-1
/
+20
*
Initialize the slave cpu tlb registers during bootup.
Kanoj Sarcar
2000-04-26
1
-0
/
+2
*
Fix the sysentry debugging code: can never do a SAVE_SOME with intrs
Kanoj Sarcar
2000-04-26
1
-2
/
+5
*
Enalbe interrupts on slave cpus.
Kanoj Sarcar
2000-04-26
1
-0
/
+1
*
Make the sysentry debugging code a little more versatile.
Kanoj Sarcar
2000-04-25
2
-2
/
+8
*
We use the ST0_CU0 bit to determine whether we are coming into
Kanoj Sarcar
2000-04-25
2
-1
/
+13
*
Pick a name for the idle process on each cpu - easier for debugging.
Kanoj Sarcar
2000-04-24
1
-0
/
+1
*
Fix the init_new_context code not to zap the percpu tlbpid array when
Kanoj Sarcar
2000-04-24
2
-4
/
+4
*
scall_64.S: Move to kernel mode and enable intrs properly.
Kanoj Sarcar
2000-04-23
5
-23
/
+36
*
Change all instances of __SMP__ to CONFIG_SMP and include
Ralf Baechle
2000-04-23
1
-1
/
+3
*
First cut at intercpu tlb flushing.
Kanoj Sarcar
2000-04-22
4
-7
/
+66
*
Per cpu tlbpid (asid) management for SMP. The asid cache is now per
Kanoj Sarcar
2000-04-22
5
-69
/
+91
*
Delete unused junk "current_pgd".
Kanoj Sarcar
2000-04-21
2
-2
/
+0
*
Merge with Linux 2.3.99-pre4.
Ralf Baechle
2000-04-19
5
-36
/
+104
*
Pause fix for mips64.
Ralf Baechle
2000-04-19
3
-2
/
+9
*
Obligatory UP compile fixes after SMP code changes ...
Kanoj Sarcar
2000-04-17
1
-4
/
+2
*
Intercpu interrupt changes: add in dedicated intr levels for reschedule
Kanoj Sarcar
2000-04-17
2
-24
/
+106
*
More intercpu interrupt work: we now have a low level inter cpu intr
Kanoj Sarcar
2000-04-17
2
-26
/
+42
*
Revert to the older irq - pendlevel mapping.
Kanoj Sarcar
2000-04-12
1
-2
/
+2
*
Move the irq to swlevel mappings a little bit to make space for the
Kanoj Sarcar
2000-04-12
1
-3
/
+4
*
The state of the two interrupt mask registers for the 128 intr levels
Kanoj Sarcar
2000-04-12
1
-4
/
+15
*
Allow the low level ISR to be able to handle intrs on cpu A or B.
Kanoj Sarcar
2000-04-12
1
-4
/
+6
*
Moved set_cp0_status(SRB_DEV0 | SRB_DEV1, SRB_DEV0 | SRB_DEV1)
Leo Dagum
2000-04-10
1
-1
/
+1
*
Fixed bridge_init() so it sets registers for the
Leo Dagum
2000-04-10
1
-2
/
+5
*
New code to install and enable interrupt handlers for intercpu intrs.
Kanoj Sarcar
2000-04-08
2
-8
/
+70
*
For slave nodes, make sure not to touch the lower part of their local
Kanoj Sarcar
2000-04-08
1
-6
/
+1
*
Fix this UP/MP microoptimization business with cpu_data[] and
Kanoj Sarcar
2000-04-08
2
-3
/
+3
*
Take notes before I forget ...
Kanoj Sarcar
2000-04-08
1
-0
/
+3
*
Make it so that clock interrupts can be received on all cpus on the node.
Kanoj Sarcar
2000-04-08
1
-2
/
+3
*
Fix semaphores in modules.
Ralf Baechle
2000-04-07
1
-0
/
+8
*
Minor cleanup - do not invent new synonyms. Use ST0_IE instead of new name
Kanoj Sarcar
2000-04-07
1
-4
/
+2
*
Last tweak before enabling intrs on slave cpus ... set their intr mask
Kanoj Sarcar
2000-04-07
1
-0
/
+2
*
Clear the TS bit from the master's status register (don't know why
Kanoj Sarcar
2000-04-07
4
-6
/
+22
*
Initial attempt at seperating out per-cpu and per-hub code that needs to
Kanoj Sarcar
2000-04-07
4
-26
/
+94
*
Make the initial status register setting code for slaves similar to the
Kanoj Sarcar
2000-04-06
1
-16
/
+19
[next]