| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Commit MD parts of a loosely functional AMD64 port. This is based on | Peter Wemm | 2003-05-01 | 1 | -146/+0 |
| * | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | Peter Wemm | 2003-04-02 | 1 | -0/+1 |
| * | Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl. | Paul Saab | 2003-03-26 | 1 | -0/+1 |
| * | Split statclock into statclock and profclock, and made the method for driving | Jake Burkholder | 2003-02-03 | 1 | -2/+2 |
| * | Add the !define(COMPILING_LINT) | Jim Pirzyk | 2002-10-17 | 1 | -1/+1 |
| * | put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set | Jim Pirzyk | 2002-10-17 | 1 | -0/+3 |
| * | Revive backed out pmap related changes from Feb 2002. The highlights are: | Peter Wemm | 2002-07-12 | 1 | -1/+9 |
| * | Fixed some style bugs in the removal of __P(()). The main ones were | Bruce Evans | 2002-03-23 | 1 | -46/+46 |
| * | Remove __P. | Alfred Perlstein | 2002-03-20 | 1 | -46/+46 |
| * | Back out all the pmap related stuff I've touched over the last few days. | Peter Wemm | 2002-02-27 | 1 | -2/+1 |
| * | Work-in-progress commit syncing up pmap cleanups that I have been working | Peter Wemm | 2002-02-25 | 1 | -1/+2 |
| * | Small cleanups to the SMP code: | John Baldwin | 2001-12-17 | 1 | -5/+0 |
| * | Overhaul of the SMP code. Several portions of the SMP kernel support have | John Baldwin | 2001-04-27 | 1 | -27/+23 |
| * | Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here | John Baldwin | 2001-04-10 | 1 | -2/+0 |
| * | Defer assignment of low level interrupt handlers for PCI interrupts | Tor Egge | 2001-01-28 | 1 | -0/+1 |
| * | Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into | Peter Wemm | 2000-12-06 | 1 | -4/+3 |
| * | GC unused assembler function apic_eoi() | Peter Wemm | 2000-12-06 | 1 | -1/+0 |
| * | Cleanup some leftover lint from the old interrupt system. | Peter Wemm | 2000-12-04 | 1 | -6/+1 |
| * | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | Paul Saab | 2000-09-23 | 1 | -10/+0 |
| * | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | Paul Saab | 2000-09-22 | 1 | -12/+11 |
| * | Make LINT compile. | Poul-Henning Kamp | 2000-09-16 | 1 | -1/+1 |
| * | Test for both SMP and I386_CPU being set before generating an error. | John Baldwin | 2000-09-07 | 1 | -1/+1 |
| * | Major update to the way synchronization is done in the kernel. Highlights | Jason Evans | 2000-09-07 | 1 | -34/+4 |
| * | Increase the default NAPIC from 1 to 2 as a bandaid until we allocate | Mike Smith | 2000-08-18 | 1 | -1/+1 |
| * | Be more verbose when changing APIC ID on an IO APIC. | Tor Egge | 2000-08-06 | 1 | -0/+1 |
| * | Further fixes for multiple-IO-APIC systems from Tor Egge: | Mike Smith | 2000-05-31 | 1 | -0/+1 |
| * | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | Matthew Dillon | 2000-03-28 | 1 | -1/+18 |
| * | ISA device drivers use the ISA source interrupt number in locations where | Tor Egge | 2000-01-04 | 1 | -0/+2 |
| * | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | Peter Wemm | 1999-12-29 | 1 | -2/+2 |
| * | Fix from Tor so that if we enter the debugger in the tristate going to | Matt Jacob | 1999-09-25 | 1 | -0/+1 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Implement an all-CPU shootdown-style rendezvous facility. This allows | Mike Smith | 1999-07-20 | 1 | -1/+6 |
| * | Enable vmspace sharing on SMP. Major changes are, | Luoqi Chen | 1999-04-28 | 1 | -8/+1 |
| * | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | Tor Egge | 1998-09-06 | 1 | -9/+13 |
| * | Add forwarding of roundrobin to other cpus. This gives a more regular | Tor Egge | 1998-05-17 | 1 | -1/+5 |
| * | Add two workarounds for broken MP tables: | Tor Egge | 1998-04-01 | 1 | -1/+2 |
| * | Declare some variables modified by interrupt handlers as volatile. | Tor Egge | 1998-04-01 | 1 | -3/+3 |
| * | This mega-commit is meant to fix numerous interrelated problems. There | John Dyson | 1998-03-07 | 1 | -3/+3 |
| * | Remove special handling for resuming clock interrupt when using APIC_IO. | Tor Egge | 1998-03-05 | 1 | -8/+1 |
| * | When entering the apic version of slow interrupt handler, level | Tor Egge | 1998-03-03 | 1 | -1/+4 |
| * | Forward the signal if the process runs on a different CPU. This reduces | Tor Egge | 1998-03-03 | 1 | -3/+2 |
| * | forward_statclock and forward_hardclock are located in mp_machdep.c. | Tor Egge | 1998-03-03 | 1 | -3/+5 |
| * | Fix page prezeroing for SMP, and fix some potential paging-in-progress | John Dyson | 1998-02-25 | 1 | -3/+3 |
| * | Moved the SMP declarations of INTREN() and INTRDIS() to the correct header, | Bruce Evans | 1998-01-01 | 1 | -3/+1 |
| * | The improvements to clock statistics by Tor Egge | Steve Passe | 1997-12-08 | 1 | -1/+8 |
| * | General cleanup of the lock pushdown code. They are grouped and enabled | Steve Passe | 1997-09-07 | 1 | -1/+2 |
| * | Another round of lock pushdown. | Steve Passe | 1997-08-30 | 1 | -1/+9 |
| * | Clean up the SMP AP bootstrap and eliminate the wretched idle procs. | Peter Wemm | 1997-08-26 | 1 | -2/+1 |
| * | A clean fix for the spl "deadlock before smp_active" problem. | Steve Passe | 1997-08-24 | 1 | -1/+2 |
| * | Made PEND_INTS default. | Steve Passe | 1997-08-21 | 1 | -14/+1 |