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
/
sgi-ip27
Commit message (
Expand
)
Author
Age
Files
Lines
*
scall_64.S: Move to kernel mode and enable intrs properly.
Kanoj Sarcar
2000-04-23
1
-1
/
+5
*
First cut at intercpu tlb flushing.
Kanoj Sarcar
2000-04-22
1
-1
/
+1
*
Per cpu tlbpid (asid) management for SMP. The asid cache is now per
Kanoj Sarcar
2000-04-22
1
-0
/
+2
*
Merge with Linux 2.3.99-pre4.
Ralf Baechle
2000-04-19
1
-1
/
+1
*
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
1
-8
/
+25
*
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
1
-2
/
+0
*
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
*
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
2
-4
/
+16
*
Initial attempt at seperating out per-cpu and per-hub code that needs to
Kanoj Sarcar
2000-04-07
4
-26
/
+94
*
Create idle threads for the slave processors and put them in their
Kanoj Sarcar
2000-04-06
1
-11
/
+77
*
Fix UP compiles.
Kanoj Sarcar
2000-04-05
1
-0
/
+7
*
Try to launch all the slave cpus in the system. Currently, I _think_
Kanoj Sarcar
2000-04-05
1
-1
/
+18
*
Record nasid/cnode/cpuslice in the per cpu data structure during boot up.
Kanoj Sarcar
2000-04-04
2
-13
/
+32
*
Added a few klconfig functions from IRIX. This triggered some house cleaning,
Kanoj Sarcar
2000-04-04
4
-68
/
+122
*
Rudimentary code to launch slave processors by the master processor.
Kanoj Sarcar
2000-04-04
1
-1
/
+123
*
More placeholder stuff. Added pci_fixup_isp2x00() routine to set up
Leo Dagum
2000-03-30
1
-2
/
+68
*
Added pcibr_setup() routine to initialize some bridge registers different
Leo Dagum
2000-03-30
1
-1
/
+24
*
Interrupts need to start at bit 7 in INT_PEND0 registers because bits [0..6]
Leo Dagum
2000-03-30
1
-13
/
+44
*
ip27-timer.c: The timer interrupt for SMP machines must do some extra
Kanoj Sarcar
2000-03-27
1
-1
/
+30
*
ip27-irq.c, system.h: implement SMP intr on/off primitives similar to i386.
Kanoj Sarcar
2000-03-26
1
-5
/
+189
*
Minor memory accounting bug fixes to get cat /proc/meminfo and bootup
Kanoj Sarcar
2000-03-25
1
-2
/
+7
*
The fast tlb handlers [x]tlb_refill_debug blindly look at pgd/pmd/ptes.
Kanoj Sarcar
2000-03-16
1
-0
/
+1
*
Misc mm type bug fixes.
Kanoj Sarcar
2000-03-16
2
-1
/
+2
*
MIPS64 SMP, compile only edition. Don't use yet ...
Ralf Baechle
2000-03-14
1
-5
/
+9
*
Update todo list.
Kanoj Sarcar
2000-03-13
1
-0
/
+3
*
Merge with Linux 2.3.49.
Ralf Baechle
2000-03-07
5
-19
/
+6
*
Merge with 2.3.48.
Ralf Baechle
2000-03-02
1
-2
/
+20
*
Changes to make DISCONTIGMEM compile and boot after the upgrades, as
Kanoj Sarcar
2000-02-27
1
-13
/
+9
*
o Set clock to RTC at bootup.
Ulf Carlsson
2000-02-18
2
-2
/
+472
*
Merge with Linux 2.3.41.
Ralf Baechle
2000-02-18
2
-3
/
+58
*
Merge with Linux 2.3.40.
Ralf Baechle
2000-02-16
1
-2
/
+11
*
The pernode pgdat structure is now allocated out of the corresponding
Kanoj Sarcar
2000-02-10
1
-5
/
+12
*
Header file cleanup: put basic defines into sn/arch.h.
Kanoj Sarcar
2000-02-10
1
-7
/
+0
*
Fixed bridge_init() so we can boot either origin200 or origin2000.
Leo Dagum
2000-02-10
1
-1
/
+7
*
Okay, we can now touch remote node memory, setup bootmem data structures
Kanoj Sarcar
2000-02-10
2
-11
/
+191
*
Add in code for a CONFIG_DISCONTIGMEM compile. Still to be debugged.
Kanoj Sarcar
2000-02-06
1
-0
/
+12
*
Reduce calias protection to access remote node memory completely.
Kanoj Sarcar
2000-02-05
3
-9
/
+5
[next]