1. e0f87ce Warn if not enough space in smp_mtrr array. by Kevin O'Connor · 12 years ago
  2. bbce6d6 seabios: increase smp_mtrr array size by Marcelo Tosatti · 12 years ago
  3. 4d96edc Cleanup - it's no longer necessary to manually reset global variables. by Kevin O'Connor · 13 years ago
  4. 22f6378 Don't try to talk to APIC on 486 by Lubomir Rintel · 13 years ago
  5. 808939c Fix smp cpu detect on gcc 4.5. by Kevin O'Connor · 14 years ago
  6. 1ca05b0 Be sure to add "void" to all function prototypes that take no args. by Kevin O'Connor · 14 years ago
  7. 52a300f Introduce MODESEGMENT define; rename VISIBLE32 to VISIBLE32FLAT. by Kevin O'Connor · 14 years ago
  8. b49e1e3 Set MaxCountCPUs even if no APIC found. by Kevin O'Connor · 14 years ago
  9. 19c1a76 Initialize the LINT LVTs on the local APIC of the BSP. by Kevin O'Connor · 14 years ago
  10. db98107 Remove cmos access from cpu detect loop to make it faster. by Kevin O'Connor · 14 years ago
  11. 10ad799 Replace irq_enable() regions with explicit calls to check for irqs. by Kevin O'Connor · 14 years ago
  12. 91031ed Move read/write[bwl] from smp.c to util.h. by Kevin O'Connor · 14 years ago
  13. 8470585 Read max number of cpus from VM. by Kevin O'Connor · 14 years ago
  14. 372e071 Rename VAR16_32 to VAR16VISIBLE. by Kevin O'Connor · 14 years ago
  15. e97ca7b Forward port bochs smp changes; rename smpdetect.c to smp.c. by Kevin O'Connor · 14 years ago[Renamed (67%) from src/smpdetect.c]
  16. a50ec8d Fix compile of smpdetect - last commit missed an include. by Kevin O'Connor · 14 years ago
  17. 0b60a06 Unify mode16/32 compiler checks. by Kevin O'Connor · 14 years ago
  18. 60b6999 Minor - remove permanent_halt function. by Kevin O'Connor · 15 years ago
  19. b1b7c2a Change license from GPLv3 to LGPLv3. by Kevin O'Connor · 15 years ago
  20. 92f95b0 Add more linker protections around variables accessed from 16bit mode. by Kevin O'Connor · 15 years ago
  21. 4a754b3 Add linker magic to ensure 16bit variables aren't repeated in 32bit code. by Kevin O'Connor · 15 years ago
  22. 31bfad6 Don't turn off apic after smp detect; use cmos for smp count on emulators. by Kevin O'Connor · 15 years ago
  23. f5c1161 Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR. by Kevin O'Connor · 15 years ago
  24. 9649a96 Various minor comment updates. by Kevin O'Connor · 15 years ago
  25. a06bfb6 Execute smp detect code in place instead of copying it. by Kevin O'Connor · 15 years ago
  26. acf1374 Don't reset .bss on reboots. by Kevin O'Connor · 15 years ago
  27. bc2aecd Implement tsc based delay timers, and use them throughout code. by Kevin O'Connor · 15 years ago
  28. 484270d Improve smp detection code. by Kevin O'Connor · 15 years ago
  29. 2fda7cb Use ld to build final rom; remove custom build utilities. by Kevin O'Connor · 15 years ago
  30. 9521e26 Extract 'struct bregs' out of biosvar.h; clean up header includes. by Kevin O'Connor · 15 years ago
  31. 84ad59a Separate out smp detection and mp table generation from rombios32.c by Kevin O'Connor · 15 years ago