| 2010-10-06 |
Michael Neumann | i386 - Get completely rid of APIC_IO apic_io |
blob | commitdiff |
| 2010-03-04 |
Matthew Dillon | kernel - pmap (i386) - Reduce kmem use for foreign... |
blob | commitdiff | diff to current |
| 2010-02-10 |
Matthew Dillon | kernel - SMP - "Fix AP #%d (PHY# %d) failed" issues |
blob | commitdiff | diff to current |
| 2010-01-02 |
Matthew Dillon | kernel - pmap (i386) - fix bugs in gd_GDMAP1 and gd_GDA... |
blob | commitdiff | diff to current |
| 2009-12-30 |
Matthew Dillon | kernel - pmap (i386) - Refactor the foreign pmap mapping |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-12-15 |
Sascha Wildner | mp_machdep.c: Fix some warnings of the SMP without... |
blob | commitdiff | diff to current |
| 2009-12-13 |
Alexander Polakov | i386: sync identcpu with FreeBSD |
blob | commitdiff | diff to current |
| 2009-11-08 |
Alexander Polakov | Revert "IO APIC: Assign pins dedicated to PCI in the... |
blob | commitdiff | diff to current |
| 2009-08-20 |
Matthew Dillon | Fix numerous compiler warnings and format conversion... |
blob | commitdiff | diff to current |
| 2009-07-14 |
Sepherosa Ziehau | lapic_init() -> lapic_map() |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | Use same interrupt vector handler for fast/slow interru... |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | IO APIC: Assign pins dedicated to PCI in the early... |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | IO APIC: Get rid of apic_imen |
blob | commitdiff | diff to current |
| 2009-07-11 |
Sepherosa Ziehau | Turn on PG_N (nocache) when mapping ioapic |
blob | commitdiff | diff to current |
| 2009-06-27 |
Sepherosa Ziehau | MP table: Test 0xe0000 when searching MP float pointer... |
blob | commitdiff | diff to current |
| 2009-06-27 |
Sepherosa Ziehau | Introduce lapic enumerators, which is used to probe... |
blob | commitdiff | diff to current |
| 2009-06-27 |
Sepherosa Ziehau | Move lapic_init() into apic/mpapic.c |
blob | commitdiff | diff to current |
| 2009-06-27 |
Sepherosa Ziehau | MP probe: Get rid of cpu_apic_address |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | MP table: Don't mix lapic/ioapic/imcr configuration... |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Merge mptable_check() into mptable_probe() |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Use mptable_iterate_entries() in mptable_pass2() |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Pull IMCR setting out of mptable_pass2() |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Let mptable_pass2() call mptable_default() |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | mptable_default() only configures ioapic stuffs |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Use mptable_iterate_entries() in mptable_pass1() |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | MP table: Remove global variables for HT fixup |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | NAPICID 16 -> 256. |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | mptable_lapic_enumerate(): Fix comment |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Rearrange mptable_lapic_enumerate() by factoring out... |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Add APIC_ID to extract apic id from local apic id field |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Add lapic_init() to map local apic |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | MP table: Pull lapic related information extraction... |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | MP table: Do preliminary checks before claiming that... |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Put mp_nbusses and bus_data under APIC_IO |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Staticize mp_nbusses |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Remove bsp_apic_ready |
blob | commitdiff | diff to current |
| 2009-06-22 |
Sepherosa Ziehau | Correct the logical_cpus calculation in mptable_hyperth... |
blob | commitdiff | diff to current |
| 2009-06-14 |
Sepherosa Ziehau | MADT MP probe: Rework cpuid mapping, and cpuid to apici... |
blob | commitdiff | diff to current |
| 2009-06-13 |
Sepherosa Ziehau | Fallback to ACPI MADT CPU enumeration, if BIOS does... |
blob | commitdiff | diff to current |
| 2009-06-13 |
Sepherosa Ziehau | Add mp_set_cpuids(), which links CPU's logical id to... |
blob | commitdiff | diff to current |
| 2009-06-13 |
Sepherosa Ziehau | Implement ACPI MADT parsing |
blob | commitdiff | diff to current |
| 2009-06-13 |
Sepherosa Ziehau | MP table related static function renaming |
blob | commitdiff | diff to current |
| 2009-06-13 |
Sepherosa Ziehau | Get rid of global variable 'boot_cpu_id' |
blob | commitdiff | diff to current |
| 2009-06-13 |
Sepherosa Ziehau | Correct mptable_pass[12]() function comment |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | mp_probe() -> mptable_probe() |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | Change mptable mapping mechanism during mptable parsing. |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | mp_probe(): Return physical address of the MP float... |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | Reorder MP probing |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | Defer mptable_pass1() from mp_probe() to mp_enable() |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | Save EBDA address before mp_probe() |
blob | commitdiff | diff to current |
| 2009-06-12 |
Sepherosa Ziehau | mptable_pass1: Don't set ncpus to 1; it has already... |
blob | commitdiff | diff to current |
| 2009-06-09 |
Sepherosa Ziehau | Remove mp_capable; mp_enable() uses cpu_apic_address. |
blob | commitdiff | diff to current |
| 2009-06-09 |
Sepherosa Ziehau | Defer LAPIC mapping from pmap_bootstrap() to mp_enable() |
blob | commitdiff | diff to current |
| 2009-05-02 |
Sepherosa Ziehau | lapic timer: Add necessary bits for lapic timer interru... |
blob | commitdiff | diff to current |
| 2009-05-01 |
Sepherosa Ziehau | lapic timer: Add lapic timer calibration code. |
blob | commitdiff | diff to current |
| 2009-02-26 |
Simon Schubert | syntax cleanup to unbreak code highlighting |
blob | commitdiff | diff to current |
| 2008-06-07 |
Michael Neumann | Remove unnecessary conversion to kilobytes (divide... |
blob | commitdiff | diff to current |
| 2008-01-05 |
Sascha Wildner | For kmalloc(), MALLOC() and contigmalloc(), use M_ZERO... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | It is possible for spurious interrupt(s) to be posted... |
blob | commitdiff | diff to current |
| 2007-04-30 |
Matthew Dillon | Revamp SYSINIT ordering. Relabel sysinit IDs (SI_... |
blob | commitdiff | diff to current |
| 2007-04-27 |
Matthew Dillon | Implement ncpus_fit and ncpus_fit_mask. Admittedly... |
blob | commitdiff | diff to current |
| 2006-12-28 |
Matthew Dillon | Make kernel_map, buffer_map, clean_map, exec_map, and... |
blob | commitdiff | diff to current |
| 2006-12-23 |
Sascha Wildner | Rename printf -> kprintf in sys/ and add some defines... |
blob | commitdiff | diff to current |
| 2006-11-07 |
Matthew Dillon | Major kernel build infrastructure changes, part 1/2... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to condition... |
blob | commitdiff | diff to current |
| 2005-12-24 |
Sascha Wildner | * Ansify function definitions. |
blob | commitdiff | diff to current |
| 2005-12-10 |
Matthew Dillon | Fix UP build issues. Move tsc_offsets[] from mp_machde... |
blob | commitdiff | diff to current |
| 2005-12-06 |
Matthew Dillon | Synchronize the TSC between all cpus on startup and... |
blob | commitdiff | diff to current |
| 2005-11-07 |
Matthew Dillon | Adjust the globaldata initialization code to accomodate... |
blob | commitdiff | diff to current |
| 2005-11-04 |
Matthew Dillon | The 'picmode' variable was mis-named. The MPTable... |
blob | commitdiff | diff to current |
| 2005-11-04 |
Matthew Dillon | Allow 'options SMP' *WITHOUT* 'options APIC_IO'. That... |
blob | commitdiff | diff to current |
| 2005-11-03 |
Matthew Dillon | ICU/APIC cleanup part 9/many. |
blob | commitdiff | diff to current |
| 2005-11-03 |
Matthew Dillon | De-confuse the IO APIC mapping code by creating a helpe... |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 7/many. |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 5/many. |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 1/many. |
blob | commitdiff | diff to current |
| 2005-10-15 |
Matthew Dillon | MPTable fixup for Shuttle XPC with an AMD Athlon X2... |
blob | commitdiff | diff to current |
| 2005-09-10 |
Matthew Dillon | Syntax cleanup, add a code comment, add a newline in... |
blob | commitdiff | diff to current |
| 2005-08-29 |
Matthew Dillon | Get rid of smp_rendezvous() and all associated support... |
blob | commitdiff | diff to current |
| 2005-08-28 |
Jeffrey Hsu | A machine-independent spinlock implementation. It... |
blob | commitdiff | diff to current |
| 2005-06-03 |
Matthew Dillon | Replace cpu_mb1() and cpu_mb2() with cpu_mfence(),... |
blob | commitdiff | diff to current |
| 2005-04-26 |
Matthew Dillon | Minor rearrangement of an mpcount. This isn't actually... |
blob | commitdiff | diff to current |
| 2005-04-26 |
Matthew Dillon | Fix an SMP bug. The SMP startup code waits for the... |
blob | commitdiff | diff to current |
| 2005-04-13 |
Matthew Dillon | Optimize lwkt_send_ipiq() - the IPI based inter-cpu... |
blob | commitdiff | diff to current |
| 2005-02-27 |
Sascha Wildner | Remove PC98 support. Leave the machdep.ispc98 sysctl... |
blob | commitdiff | diff to current |
| 2005-02-15 |
Joerg Sonnenberger | Don't cast lvalues. |
blob | commitdiff | diff to current |
| 2004-07-21 |
David Rhodus | DragonFly MP support, not fbsd anymore. |
blob | commitdiff | diff to current |
| 2004-06-25 |
Hiten Pandya | Merge from FreeBSD-4, revision 1.115.2.20: |
blob | commitdiff | diff to current |
| 2004-06-02 |
Joerg Sonnenberger | set_lapic_isrloc depends on APIC_IO for the prototype... |
blob | commitdiff | diff to current |
| 2004-05-27 |
Matthew Dillon | Initialize the FP unit earlier in the AP boot sequence... |
blob | commitdiff | diff to current |
| 2004-03-29 |
Matthew Dillon | Initialize the pcpu clocks after we've activated the... |
blob | commitdiff | diff to current |
| 2004-03-05 |
Jeffrey Hsu | Remember the next lowest power of 2 of "npus" in "ncpus2". |
blob | commitdiff | diff to current |
| 2004-03-01 |
Matthew Dillon | Newtoken commit. Change the token implementation as... |
blob | commitdiff | diff to current |
| 2004-02-21 |
Matthew Dillon | Synchronize a bunch of things from FreeBSD-5 in prepara... |
blob | commitdiff | diff to current |
| 2004-02-17 |
Matthew Dillon | Introduce an MI cpu synchronization API, redo the SMP... |
blob | commitdiff | diff to current |
| 2004-01-30 |
Matthew Dillon | This commit represents a major revamping of the clock... |
blob | commitdiff | diff to current |
| 2004-01-09 |
David Rhodus | * Remove the HTT option from the kernel as we... |
blob | commitdiff | diff to current |
| 2003-12-20 |
Matthew Dillon | USER_LDT is now required by a number of packages as... |
blob | commitdiff | diff to current |
| 2003-11-03 |
Matthew Dillon | Fix the pt_entry_t and pd_entry_t types. They were... |
blob | commitdiff | diff to current |
| next |