NetBSD/sys/arch/amd64
ad 4d8f47ae2f cpuctl:
- Add interrupt shielding (direct hardware interrupts away from the
  specified CPUs). Not documented just yet but will be soon.

- Redo /dev/cpu time_t compat so no kernel changes are needed.

x86:

- Make intr_establish, intr_disestablish safe to use when !cold.

- Distribute hardware interrupts among the CPUs, instead of directing
  everything to the boot CPU.

- Add MD code for interrupt sheilding. This works in most cases but there is
  a bug where delivery is not accepted by an LAPIC after redistribution. It
  also needs re-balancing to make things fair after interrupts are turned
  back on for a CPU.
2009-04-19 14:11:36 +00:00
..
acpi Random underdocumented CPU facts: 2008-05-25 17:20:29 +00:00
amd64 Introduce sys/arch/x86/x86/mp.c for common x86 MP configuration code. 2009-04-17 21:07:58 +00:00
compile
conf - Add macros to handle (some) trapframe registers for common x86 code. 2009-04-16 15:34:23 +00:00
include cpuctl: 2009-04-19 14:11:36 +00:00
Makefile - install i386 includes on amd64 2008-10-26 02:14:59 +00:00