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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Final (I hope) fixes: endianness of the 'handle' field in the command block
Leo Dagum
2000-04-06
1
-7
/
+15
*
Fix early crash on SGI_IP22 due to not reserving kernel
Florian Lohoff
2000-04-06
1
-1
/
+22
*
Fix the bug when flash_cache_all to be called as function while it's
Gleb O. Raiko
2000-04-06
1
-0
/
+1
*
First fixes for SGI_PROM_CONSOLE - first commit - be nice :)
Florian Lohoff
2000-04-06
1
-5
/
+4
*
Create idle threads for the slave processors and put them in their
Kanoj Sarcar
2000-04-06
2
-12
/
+78
*
Fix UP compiles.
Kanoj Sarcar
2000-04-05
1
-0
/
+7
*
Oops, I had overwritten head.S completely with another C file. Fixing.
Kanoj Sarcar
2000-04-05
1
-127
/
+92
*
Try to launch all the slave cpus in the system. Currently, I _think_
Kanoj Sarcar
2000-04-05
3
-82
/
+146
*
o 32-bit ioctls (some at least)
Ulf Carlsson
2000-04-05
5
-23
/
+793
*
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
7
-69
/
+138
*
Rudimentary code to launch slave processors by the master processor.
Kanoj Sarcar
2000-04-04
3
-1
/
+277
*
Rudimentary sendintr() routine to send intrs to other cpus. This needs to
Kanoj Sarcar
2000-04-01
5
-3
/
+236
*
Fix the ext2 bitop routines to enable root disk bootups.
Kanoj Sarcar
2000-03-31
1
-4
/
+4
*
spin_trylock acts on a word memory pointer, and can not use test_and_set_bit
Kanoj Sarcar
2000-03-31
1
-1
/
+18
*
save_and_cli and restore_flags ... not save_and_cli and __restore_flags ...
Kanoj Sarcar
2000-03-31
1
-1
/
+1
*
Remove duplicate options. From Florian Lohoff.
Ralf Baechle
2000-03-31
1
-10
/
+0
*
Put an instruction in the branch delay slot of the read_unlock()
Kanoj Sarcar
2000-03-31
1
-0
/
+1
*
Some minor changes to turn on 64-bittiness.
Leo Dagum
2000-03-31
2
-17
/
+27
*
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
*
Added QLOGICFC_SLOT5 definition to Origin 'hacks' section at bottom.
Leo Dagum
2000-03-30
1
-0
/
+1
*
Interrupts need to start at bit 7 in INT_PEND0 registers because bits [0..6]
Leo Dagum
2000-03-30
1
-13
/
+44
*
More DDB5074 updates.
Ralf Baechle
2000-03-29
4
-16
/
+57
*
DDB5074 updates. From Geert.
Ralf Baechle
2000-03-29
6
-125
/
+178
*
Fix warning in the IDE driver; on 64-bit boxes it actually was a
Ralf Baechle
2000-03-29
1
-1
/
+1
*
Makefile fixed for a crosscompiling environment
Harald Koerfgen
2000-03-28
4
-19
/
+16
*
When saving syscalls also save a6 and a7. We may need them later for
Ralf Baechle
2000-03-28
1
-0
/
+2
*
Set ST0_FR the right way.
Ralf Baechle
2000-03-28
2
-9
/
+15
*
Merge with Linux 2.3.99-pre3.
Ralf Baechle
2000-03-27
501
-13285
/
+23794
*
More random merges.
Ralf Baechle
2000-03-27
4
-39
/
+29
*
Use 16 FP registers as default.
Ulf Carlsson
2000-03-27
1
-2
/
+2
*
Fix strace for 4+ arguments
Ulf Carlsson
2000-03-27
1
-2
/
+8
*
Compile Origin bits only for Origin. Why are they in this file at
Ralf Baechle
2000-03-27
1
-1
/
+5
*
Update.
Ralf Baechle
2000-03-27
1
-0
/
+1
*
Set CONFIG_FONT_8x16 when CONFIG_SGI_NEWPORT_CONSOLE is selected.
Ralf Baechle
2000-03-27
1
-1
/
+3
*
ip27-timer.c: The timer interrupt for SMP machines must do some extra
Kanoj Sarcar
2000-03-27
2
-1
/
+36
*
Move things around ...
Ralf Baechle
2000-03-26
1
-1
/
+3
*
Fix another ARC lib user ...
Ralf Baechle
2000-03-26
1
-4
/
+4
*
Make compile again after the recent SMP changes.
Ralf Baechle
2000-03-26
2
-12
/
+12
*
Change some prototypes of the 32-bit ARC library to be same as in
Ralf Baechle
2000-03-26
4
-15
/
+90
*
Update.
Ralf Baechle
2000-03-26
2
-0
/
+2
*
Set CONFIG_ARC32 for ARC / ARCS machines.
Ralf Baechle
2000-03-26
1
-1
/
+8
*
Call ARCS firmware via ARC library, not directly.
Ralf Baechle
2000-03-26
1
-5
/
+4
*
Make compile even without modules.
Ralf Baechle
2000-03-26
1
-1
/
+2
*
Mostly cosmetic changes.
Kanoj Sarcar
2000-03-26
1
-13
/
+10
*
ip27-irq.c, system.h: implement SMP intr on/off primitives similar to i386.
Kanoj Sarcar
2000-03-26
4
-11
/
+219
*
Make it compile again.
Ralf Baechle
2000-03-26
1
-1
/
+2
*
Cleanup a large number of random junk, nothing of importance.
Ralf Baechle
2000-03-25
35
-7370
/
+159
*
Undo another braino ...
Ralf Baechle
2000-03-25
1
-5
/
+7
[next]