An error occurred fetching the project authors.
- 15 Apr, 2002 1 commit
-
-
James Bottomley authored
more clean ups of where irq_vectors.h resides (place it in machine specific directory) also tidy up hyperthreading define
-
- 08 Apr, 2002 1 commit
-
-
Brian Gerst authored
This patch moves the generation of the asm interrupt entry stubs from i8259.c to entry.S. This allows it to be done with less code and without needing duplicate definitions of SAVE_ALL, GET_CURRENT, etc.
-
- 03 Apr, 2002 1 commit
-
-
Dave Jones authored
There still seem to be some casualties since the include file shakeup a few revisions back, this adds quite a few missing ones, more to come.
-
- 15 Mar, 2002 1 commit
-
-
Brian Gerst authored
NR_IRQS should be 16 when the IO apic is not configured, as the 8259 PIC cannot generate any more interrupts. It also fixes a bug where the IDT gets populated with random addresses, since only 16 entry stubs are created.
-
- 05 Feb, 2002 3 commits
-
-
Linus Torvalds authored
- Alan Cox: much more merging - Pete Zaitcev: ymfpci race fixes - Andrea Arkangeli: VM race fix and OOM tweak. - Arjan Van de Ven: merge RH kernel fixes - Andi Kleen: use more readable 'likely()/unlikely()' instead of __builtin_expect() - Keith Owens: fix 64-bit ELF types - Gerd Knorr: mark more broken PCI bridges, update btaudio driver - Paul Mackerras: powermac driver update - me: clean up PTRACE_DETACH to use common infrastructure
-
Linus Torvalds authored
- Neil Brown: md cleanups/fixes - Andrew Morton: console locking merge - Andrea Arkangeli: major VM merge
-
Linus Torvalds authored
-