| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the leading underscore from all symbols defined in x86 asm | jake | 2001-02-25 | 1 | -5/+5 |
* | Remove undefined and unreferenced doreti_syscall_ret globl. While I'm | jhb | 2001-02-23 | 1 | -3/+1 |
* | - Change ast() to take a pointer to a trapframe like other architectures. | jhb | 2001-02-22 | 1 | -0/+2 |
* | Removed all traces of T_ASTFLT (except for gaps where it was). It became | bde | 2001-02-19 | 1 | -1/+0 |
* | - Make astpending and need_resched process attributes rather than CPU | jhb | 2001-02-10 | 1 | -12/+6 |
* | Make intr_nesting_level per-process, rather than per-cpu. Setup | jake | 2001-01-21 | 1 | -3/+0 |
* | Remove the static splXXX functions and replace them by static __inline | peter | 2001-01-19 | 1 | -23/+0 |
* | Introduce a new potientially cleaner interface for accessing per-cpu | jake | 2000-12-13 | 1 | -4/+4 |
* | Remove the last of the MD netisr code. It is now all MI. Remove | jake | 2000-12-05 | 1 | -26/+0 |
* | Change doreti to take a trapframe instead of an intrframe. | jake | 2000-12-01 | 1 | -1/+2 |
* | - Overhaul the software interrupt code to use interrupt threads for each | jhb | 2000-10-25 | 1 | -33/+1 |
* | - Heavyweight interrupt threads on the alpha for device I/O interrupts. | jhb | 2000-10-05 | 1 | -8/+10 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -128/+21 |
* | AT&T asm syntax requires a leading '*' in front of the operand for indirect | obrien | 2000-05-10 | 1 | -2/+2 |
* | This should fix the lockups people have been experiencing. I muffed up | dillon | 2000-03-29 | 1 | -1/+1 |
* | The SMP cleanup commit broke need_resched, this fixes that and also | dillon | 2000-03-29 | 1 | -3/+3 |
* | Commit major SMP cleanups and move the BGL (big giant lock) in the | dillon | 2000-03-28 | 1 | -91/+28 |
* | Optimize two cases in the MP locking code. First, it is not necessary | dillon | 1999-11-19 | 1 | -3/+2 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Go back to the old (icu.s rev.1.7 1993) way of keeping the AST-pending | bde | 1999-07-10 | 1 | -64/+20 |
* | An SMP-specific change: Add the lock prefix to RMW operations | alc | 1999-07-03 | 1 | -2/+3 |
* | Unifdef VM86. | jlemon | 1999-06-01 | 1 | -7/+1 |
* | Fixed profiling of elf kernels. Made high resolution profiling compile | bde | 1999-05-06 | 1 | -1/+3 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -6/+12 |
* | Move initialization of SWI's in the tty|net|bio masks from isa.c into | peter | 1999-04-11 | 1 | -5/+5 |
* | Register tty software interrupt handlers at run time using register_swi() | bde | 1998-08-11 | 1 | -28/+1 |
* | Implemented dynamic registration of software interrupt handlers. Not | bde | 1998-08-11 | 1 | -17/+26 |
* | Extend cpl workaround so that it applies when we are returning to | jlemon | 1998-07-27 | 1 | -3/+5 |
* | Add the ability to make real-mode BIOS calls from the kernel. Currently, | jlemon | 1998-03-23 | 1 | -1/+8 |
* | When entering the apic version of slow interrupt handler, level | tegge | 1998-03-03 | 1 | -1/+25 |
* | Add support for low resolution SMP kernel profiling. | tegge | 1997-12-15 | 1 | -3/+7 |
* | Disable the TEST_CIL code till I can commit the complete solution. | fsmp | 1997-10-13 | 1 | -1/+5 |
* | Fixed a foobar on my part that broke non-SMP kernels. (I need some sleep...) | fsmp | 1997-09-29 | 1 | -11/+24 |
* | Screwed the debug for the cil deadlock, another 3 hours down the tubes... | fsmp | 1997-09-29 | 1 | -2/+2 |
* | Added a couple short-term debugs and a fix to the SPIN_MAX variable. | fsmp | 1997-09-28 | 1 | -2/+17 |
* | aha1542.c aic6360.c cy.c fd.c ft.c | gibbs | 1997-09-21 | 1 | -3/+10 |
* | General cleanup of the lock pushdown code. They are grouped and enabled | fsmp | 1997-09-07 | 1 | -27/+21 |
* | Support for the new FAST_HI algorithm, enabled. | fsmp | 1997-08-29 | 1 | -7/+40 |
* | The last of the encapsolation of cpl/spl/ipending things into a critical | fsmp | 1997-08-24 | 1 | -79/+59 |
* | Another boo-boo, this file defines cil. | fsmp | 1997-08-21 | 1 | -1/+5 |
* | Preperation for moving cpl into critical region access. | fsmp | 1997-08-20 | 1 | -7/+4 |
* | Oops, fix breakage to UP kernel. | fsmp | 1997-08-10 | 1 | -1/+3 |
* | Added trap specific lock calls: get_fpu_lock, etc. | fsmp | 1997-08-10 | 1 | -7/+8 |
* | VM86 kernel support. | dyson | 1997-08-09 | 1 | -1/+27 |
* | Converted the TEST_LOPRIO code to default. | fsmp | 1997-07-31 | 1 | -1/+5 |
* | New simple_lock code in asm: | fsmp | 1997-07-23 | 1 | -1/+3 |
* | Store SWI_MASK in a variable so that LKMs can use it portably. | bde | 1997-07-21 | 1 | -1/+3 |
* | Store the macro values for SWI_TTY_MASK and SWI_NET_MASK in variables to | peter | 1997-05-31 | 1 | -1/+6 |
* | Split vector.s into UP and SMP specific files: | fsmp | 1997-05-26 | 1 | -0/+320 |