| 2011-02-01 |
Sepherosa Ziehau | pc32: Split out isa_intr.h and move isa/intr_machdep... |
blob | commitdiff |
| 2010-12-03 |
Matthew Dillon | kernel - Fix bug in x86-64 version of bzeront() |
blob | commitdiff | diff to current |
| 2010-08-30 |
Venkatesh Srinivas | kernel - Enabled bzeront() (MOVNTI) only on SSE2-capabl... |
blob | commitdiff | diff to current |
| 2010-06-11 |
Venkatesh Srinivas | vm: Detect and enable bzeront() when available for... |
blob | commitdiff | diff to current |
| 2009-12-20 |
Matthew Dillon | kernel - Move mplock to machine-independent C |
blob | commitdiff | diff to current |
| 2009-11-27 |
Sascha Wildner | npx(4): Silence a warning in the SMP build. |
blob | commitdiff | diff to current |
| 2009-11-26 |
Alexander Polakov | Detect FPU by checking CPUID features. |
blob | commitdiff | diff to current |
| 2008-08-02 |
Matthew Dillon | Create an #include layer for bus/pci and bus/isa so... |
blob | commitdiff | diff to current |
| 2008-05-09 |
Matthew Dillon | Fix a nasty memory corruption issue which can occur... |
blob | commitdiff | diff to current |
| 2008-01-30 |
Sascha Wildner | Fix building with CPU_DISABLE_SSE (this fixes LINT... |
blob | commitdiff | diff to current |
| 2008-01-29 |
Matthew Dillon | Conditionalize the illegal MXCSR tests on SSE support... |
blob | commitdiff | diff to current |
| 2007-12-16 |
Sascha Wildner | Fix building with 'options CPU_DISABLE_SSE'. |
blob | commitdiff | diff to current |
| 2007-12-14 |
Matthew Dillon | Properly set the mc_fpformat field in the ucontext... |
blob | commitdiff | diff to current |
| 2007-12-12 |
Matthew Dillon | Save and restore the FP context in the signal stack... |
blob | commitdiff | diff to current |
| 2007-02-22 |
Simon Schubert | 1:1 Userland threading stage 4.2/4: |
blob | commitdiff | diff to current |
| 2007-02-03 |
Simon Schubert | 1:1 Userland threading stage 2.11/4: |
blob | commitdiff | diff to current |
| 2007-01-09 |
Matthew Dillon | Get floating point working in virtual kernels. Add... |
blob | commitdiff | diff to current |
| 2007-01-08 |
Matthew Dillon | Modify the trapframe sigcontext, ucontext, etc. Add... |
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-25 |
Matthew Dillon | Do a major clean-up of the BUSDMA architecture. A... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Further normalize the _XXX_H_ symbols used to condition... |
blob | commitdiff | diff to current |
| 2006-10-23 |
Matthew Dillon | Get rid of the indirect function pointer for bzero... |
blob | commitdiff | diff to current |
| 2006-09-19 |
Simon Schubert | 1:1 Userland threading stage 2.9/4: |
blob | commitdiff | diff to current |
| 2006-09-03 |
Matthew Dillon | Rename functions to avoid conflicts with libc. |
blob | commitdiff | diff to current |
| 2006-05-02 |
Matthew Dillon | Fix an information disclosure issue on AMD cpus. The... |
blob | commitdiff | diff to current |
| 2006-04-02 |
Matthew Dillon | A floating point fault (instead of DNA fault) can occur... |
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-02 |
Matthew Dillon | ICU/APIC cleanup part 4/many. |
blob | commitdiff | diff to current |
| 2005-11-02 |
Matthew Dillon | ICU/APIC cleanup part 1/many. |
blob | commitdiff | diff to current |
| 2005-10-28 |
Matthew Dillon | Cleanup some of the newbus infrastructure. |
blob | commitdiff | diff to current |
| 2005-10-12 |
Matthew Dillon | Remove the INTR_TYPE_* flags. The interrupt type is... |
blob | commitdiff | diff to current |
| 2005-06-16 |
Matthew Dillon | Remove all remaining SPL code. Replace the mtd_cpl... |
blob | commitdiff | diff to current |
| 2005-05-24 |
Matthew Dillon | Get rid of bus_{disable,enable}_intr(), it wasn't gener... |
blob | commitdiff | diff to current |
| 2005-01-31 |
Joerg Sonnenberger | Remove GPLed fpemulation, old rp, old awe and pcic. |
blob | commitdiff | diff to current |
| 2004-06-17 |
David Rhodus | Default the MMX/XMM kernel optimizations to the on... |
blob | commitdiff | diff to current |
| 2004-05-09 |
Hiten Pandya | Add a readonly sysctl for the `kern.mmxopt' loader... |
blob | commitdiff | diff to current |
| 2004-05-05 |
Matthew Dillon | Another major mmx/xmm/FP commit. This is a combination... |
blob | commitdiff | diff to current |
| 2004-05-04 |
Hiten Pandya | Correct pre-processor conditional surrounding mmxopt... |
blob | commitdiff | diff to current |
| 2004-05-01 |
Matthew Dillon | Clear npxthread before setting CR0_TS. |
blob | commitdiff | diff to current |
| 2004-04-30 |
Matthew Dillon | Fix a race in npxdna(). If an interrupt occurs after... |
blob | commitdiff | diff to current |
| 2004-04-30 |
Matthew Dillon | Correct a bug in the last FPU optimized bcopy commit... |
blob | commitdiff | diff to current |
| 2004-04-29 |
Matthew Dillon | Rewrite the optimized memcpy/bcopy/bzero support subsys... |
blob | commitdiff | diff to current |
| 2003-08-26 |
Robert Garrett | what the heck one last one before i go take a nap... |
blob | commitdiff | diff to current |
| 2003-08-07 |
Matthew Dillon | kernel tree reorganization stage 1: Major cvs repositor... |
blob | commitdiff | diff to current |
| 2003-08-01 |
Robert Garrett | Enable SSE by default, add nob to turn it off |
blob | commitdiff | diff to current |
| 2003-07-23 |
Matthew Dillon | LINT pass. Cleanup missed proc->thread conversions... |
blob | commitdiff | diff to current |
| 2003-07-10 |
Matthew Dillon | MP Implmentation 3/4: MAJOR progress on SMP, full userl... |
blob | commitdiff | diff to current |
| 2003-07-08 |
Matthew Dillon | MP Implementation 2/4: Implement a poor-man's IPI messa... |
blob | commitdiff | diff to current |
| 2003-07-06 |
Matthew Dillon | MP Implementation 1/2: Get the APIC code working again... |
blob | commitdiff | diff to current |
| 2003-06-28 |
Matthew Dillon | smp/up collapse stage 2 of 2: cleanup the globaldata... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 4: remove curpcb, use td_pcb reference... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 3: create independant thread structure... |
blob | commitdiff | diff to current |
| 2003-06-18 |
Matthew Dillon | thread stage 2: convert npxproc to npxthread. |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Add the DragonFly cvs id and perform general cleanups... |
blob | commitdiff | diff to current |
| 2003-06-17 |
Matthew Dillon | Initial import from FreeBSD RELENG_4: |
blob | commitdiff | diff to current |
|