| Commit message (Expand) | Author | Age | Files | Lines |
* | - Remove the old smp cpu topology specification with a new, more flexible | jeff | 2008-03-02 | 1 | -1/+4 |
* | Fix some entries in the locks static table of witness. | attilio | 2007-09-20 | 1 | -1/+0 |
* | Include machine/pcb.hto turn extern struct pcb stoppcbs[]; construct | kan | 2007-05-19 | 1 | -0/+1 |
* | Change the x86 interrupt code to use FreeBSD CPU IDs (i.e. PCPU_GET(cpuid)) | jhb | 2007-03-06 | 1 | -0/+1 |
* | Add a new 'pmap_invalidate_cache()' to flush the CPU caches via the | jhb | 2006-05-01 | 1 | -0/+3 |
* | Tweak how the MD code calls the fooclock() methods some. Instead of | jhb | 2005-12-22 | 1 | -1/+1 |
* | - Move the code to deal with handling an IPI_STOP IPI out of | jhb | 2005-12-05 | 1 | -0/+8 |
* | Garbage collect the code to store diagnostics codes in a CMOS register | jhb | 2005-11-22 | 1 | -14/+0 |
* | Rename the KDB_STOP_NMI kernel option to STOP_NMI and make it apply to all | jhb | 2005-10-24 | 1 | -3/+2 |
* | Implement an alternate method to stop CPUs when entering DDB. Normally we use | dwhite | 2005-04-30 | 1 | -0/+5 |
* | Use the local APIC timer to drive the various kernel clocks on SMP machines | jhb | 2005-02-08 | 1 | -2/+0 |
* | /* -> /*- for copyright notices, minor format tweaks as necessary | imp | 2005-01-06 | 1 | -1/+1 |
* | Avoid more than two pending IPI interrupt vectors per local APIC | ups | 2004-12-07 | 1 | -5/+2 |
* | - Add the mp_topology() function to mp_machdep.c. This function builds up | jeff | 2003-12-11 | 1 | -0/+1 |
* | New i386 SMP code: | jhb | 2003-11-03 | 1 | -97/+25 |
* | Commit a partial lazy thread switch mechanism for i386. it isn't as lazy | peter | 2003-04-02 | 1 | -0/+1 |
* | Nuke options HTT infavor of machdep.hlt_logical_cpus tunable/sysctl. | ps | 2003-03-26 | 1 | -0/+1 |
* | Split statclock into statclock and profclock, and made the method for driving | jake | 2003-02-03 | 1 | -2/+2 |
* | Add the !define(COMPILING_LINT) | pirzyk | 2002-10-17 | 1 | -1/+1 |
* | put an #error directive when SMP and CPU_DISABLE_CMPXCHG are set | pirzyk | 2002-10-17 | 1 | -0/+3 |
* | Revive backed out pmap related changes from Feb 2002. The highlights are: | peter | 2002-07-12 | 1 | -1/+9 |
* | Fixed some style bugs in the removal of __P(()). The main ones were | bde | 2002-03-23 | 1 | -46/+46 |
* | Remove __P. | alfred | 2002-03-20 | 1 | -46/+46 |
* | Back out all the pmap related stuff I've touched over the last few days. | peter | 2002-02-27 | 1 | -2/+1 |
* | Work-in-progress commit syncing up pmap cleanups that I have been working | peter | 2002-02-25 | 1 | -1/+2 |
* | Small cleanups to the SMP code: | jhb | 2001-12-17 | 1 | -5/+0 |
* | Overhaul of the SMP code. Several portions of the SMP kernel support have | jhb | 2001-04-27 | 1 | -27/+23 |
* | Remove the BETTER_CLOCK #ifdef's. The code is on by default and is here | jhb | 2001-04-10 | 1 | -2/+0 |
* | Defer assignment of low level interrupt handlers for PCI interrupts | tegge | 2001-01-28 | 1 | -0/+1 |
* | Move io_apic_{read,write} from apic_ipl.s (where they do not belong) into | peter | 2000-12-06 | 1 | -4/+3 |
* | GC unused assembler function apic_eoi() | peter | 2000-12-06 | 1 | -1/+0 |
* | Cleanup some leftover lint from the old interrupt system. | peter | 2000-12-04 | 1 | -6/+1 |
* | Move MAXCPU from machine/smp.h to machine/param.h to fix breakage | ps | 2000-09-23 | 1 | -10/+0 |
* | Remove the NCPU, NAPIC, NBUS, NINTR config options. Make NAPIC, | ps | 2000-09-22 | 1 | -12/+11 |
* | Make LINT compile. | phk | 2000-09-16 | 1 | -1/+1 |
* | Test for both SMP and I386_CPU being set before generating an error. | jhb | 2000-09-07 | 1 | -1/+1 |
* | Major update to the way synchronization is done in the kernel. Highlights | jasone | 2000-09-07 | 1 | -34/+4 |
* | Increase the default NAPIC from 1 to 2 as a bandaid until we allocate | msmith | 2000-08-18 | 1 | -1/+1 |
* | Be more verbose when changing APIC ID on an IO APIC. | tegge | 2000-08-06 | 1 | -0/+1 |
* | Further fixes for multiple-IO-APIC systems from Tor Egge: | msmith | 2000-05-31 | 1 | -0/+1 |
* | The SMP cleanup commit broke UP compiles. Make UP compiles work again. | dillon | 2000-03-28 | 1 | -1/+18 |
* | ISA device drivers use the ISA source interrupt number in locations where | tegge | 2000-01-04 | 1 | -0/+2 |
* | Change #ifdef KERNEL to #ifdef _KERNEL in the public headers. "KERNEL" | peter | 1999-12-29 | 1 | -2/+2 |
* | Fix from Tor so that if we enter the debugger in the tristate going to | mjacob | 1999-09-25 | 1 | -0/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Implement an all-CPU shootdown-style rendezvous facility. This allows | msmith | 1999-07-20 | 1 | -1/+6 |
* | Enable vmspace sharing on SMP. Major changes are, | luoqi | 1999-04-28 | 1 | -8/+1 |
* | Maintain a mapping from irq number to (ioapic number, int pin) tuple, | tegge | 1998-09-06 | 1 | -9/+13 |
* | Add forwarding of roundrobin to other cpus. This gives a more regular | tegge | 1998-05-17 | 1 | -1/+5 |
* | Add two workarounds for broken MP tables: | tegge | 1998-04-01 | 1 | -1/+2 |