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
*
We have to enable interrupts *AFTER* we read CP0_BADVADDR.
Ulf Carlsson
2000-07-08
1
-2
/
+3
*
Merge with Linux 2.4.0-test3-pre5. 64-bit kernel are still not
Ralf Baechle
2000-07-08
3
-16
/
+5
*
Merge with 2.4.0-test3-pre4.
Ralf Baechle
2000-07-08
11
-168
/
+105
*
Vmalloc/vfree fixes: use swapper_pg_dir[0] for the vmalloc range
Kanoj Sarcar
2000-07-06
2
-1
/
+10
*
Update.
Ralf Baechle
2000-07-05
2
-2
/
+0
*
Truncate sign extension in oops.
Ulf Carlsson
2000-07-01
2
-3
/
+8
*
Fix the oops messages.
Ulf Carlsson
2000-07-01
1
-11
/
+11
*
Check in an unmistakable warning for now when tlb invalid faults happen
Kanoj Sarcar
2000-06-30
1
-0
/
+7
*
Implement a functional vmalloc(). THe vmalloc range address translations
Kanoj Sarcar
2000-06-30
3
-5
/
+59
*
Tlb miss handling updates: need to fill in the processor id only once
Kanoj Sarcar
2000-06-29
2
-0
/
+3
*
Add in the CONFIG_NUMA option for IP27s (distinct from DISCONTIGMEM which
Kanoj Sarcar
2000-06-27
3
-0
/
+3
*
We don't need CONFIG_SGI for IP27 builds, specially when the SMP kernel
Kanoj Sarcar
2000-06-27
3
-3
/
+2
*
Explain pgd/pmd allocation failure strategies. Create a global bad-pmd-table,
Kanoj Sarcar
2000-06-27
3
-47
/
+20
*
Fix another minor typo - get the global/special page symbols to point
Kanoj Sarcar
2000-06-27
1
-1
/
+1
*
Cleanup CONFIG_SGI_IP35.
Ralf Baechle
2000-06-27
4
-0
/
+5
*
Delete pmd_present/pgd_present. Explain pgd/pmd/pte allocation and
Kanoj Sarcar
2000-06-26
3
-7
/
+7
*
Merge with Linux 2.4.0-test2.
Ralf Baechle
2000-06-25
3
-3
/
+0
*
Fix typo to make sure the page directory/tables get aligned on to page
Kanoj Sarcar
2000-06-24
1
-1
/
+1
*
Sys32_fcntl from sparc to prevent procmail from confusing the kernel.
Kanoj Sarcar
2000-06-23
2
-1
/
+62
*
Fix struct stat64 in the 32-bit kernel and struct stat in the 64-bit
Ralf Baechle
2000-06-20
2
-30
/
+7
*
Merge with 2.4.0-test1-ac21 + pile of MIPS cleanups to make merging
Ralf Baechle
2000-06-19
10
-50
/
+43
*
Merge with 2.4.0-test1.
Ralf Baechle
2000-06-16
2
-12
/
+52
*
Merge with 2.3.99-pre9.
Ralf Baechle
2000-06-15
3
-3
/
+0
*
One more 32bit call.
Kanoj Sarcar
2000-06-14
2
-1
/
+45
*
The tlb mod/load/store exception handlers _have_ to go to do_page_fault,
Kanoj Sarcar
2000-06-13
3
-159
/
+15
*
Fix a possible race in the initialization code.
Kanoj Sarcar
2000-06-13
1
-8
/
+5
*
Support to put the lowlevel exception handlers in node local memory.
Kanoj Sarcar
2000-06-13
4
-0
/
+28
*
When doing kernel text replication, make sure we do not scribble on
Kanoj Sarcar
2000-06-13
2
-21
/
+27
*
Add in a build/config option for kernel text replication.
Kanoj Sarcar
2000-06-12
4
-0
/
+6
*
Fix the code that puts in (possibly different) tlblo0/tlblo1 entries
Kanoj Sarcar
2000-06-12
1
-3
/
+5
*
Have the slave bootstrap code actually look at the text and data server
Kanoj Sarcar
2000-06-09
2
-13
/
+14
*
Add in the hooks to do kernel text replication. Now start debugging this
Kanoj Sarcar
2000-06-09
3
-1
/
+124
*
Each node needs to have a structure that the master nasid fills up to
Kanoj Sarcar
2000-06-09
1
-1
/
+0
*
Need to have the nasid of the boot/master node for future uses.
Kanoj Sarcar
2000-06-09
1
-0
/
+2
*
Step one of trying to remove the assumption that nasid 0 is present
Kanoj Sarcar
2000-06-08
1
-3
/
+33
*
SMP Mapped kernel fixes to go along with the new layout. Use properly
Kanoj Sarcar
2000-06-08
1
-1
/
+1
*
Mapped kernel changes: create elf sections as close as possible to
Kanoj Sarcar
2000-06-08
4
-33
/
+30
*
Reboot was doing halt and halt was crashing the machine, fixed.
Ralf Baechle
2000-06-07
1
-6
/
+13
*
*** empty log message ***
Ralf Baechle
2000-06-06
1
-12
/
+13
*
Get the mapped kernel working for SMP kernels. While launching slaves,
Kanoj Sarcar
2000-06-06
1
-3
/
+4
*
Get some type definitions into their rightful places for wider usage.
Kanoj Sarcar
2000-06-06
1
-4
/
+5
*
MAke sure the mapped kernel does not loose its prom command line.
Kanoj Sarcar
2000-06-06
1
-1
/
+0
*
Entrylo1 must at least be marked global for the tlb entry mapping the
Kanoj Sarcar
2000-06-06
1
-1
/
+2
*
The tlbwired register is now set up in the head.S code.
Kanoj Sarcar
2000-06-06
3
-365
/
+115
*
Initial rudimentary support for mapped kernel. The kernel text and data
Kanoj Sarcar
2000-06-06
6
-89
/
+381
*
Launch the CPUs one by one until we can make sure that we
Ulf Carlsson
2000-06-06
1
-7
/
+11
*
Delete unused reference to linker generated symbol.
Kanoj Sarcar
2000-06-05
1
-2
/
+0
*
Further cleanups to the ld script files not to do more than needed.
Kanoj Sarcar
2000-06-05
4
-12
/
+4
*
Clean up generation of unused symbols.
Kanoj Sarcar
2000-06-05
2
-6
/
+0
*
Fix the address twiddling. For some reason, the code that I was expecting
Kanoj Sarcar
2000-06-05
1
-11
/
+10
[next]