Age | Commit message (Expand) | Author |
2007-11-03 | APM switchto cleanup diff. This uses the switchto functionality to | Tobias Weingartner |
2007-10-24 | Remove idle loop counter. | Mike Belopuhov |
2007-10-19 | remove vars from some prototypes. | Federico G. Schwindt |
2007-10-17 | more unification between amd64 and i386 (API changes, but we think | Theo de Raadt |
2007-10-17 | replacement for the pctr codebase that can handle amd64 processors as | Theo de Raadt |
2007-10-10 | Make context switching much more MI: | Artur Grabowski |
2007-10-03 | Add pcb_flags member to 'struct pcb', and set PCB_SAVECTX on contexts saved | Mark Kettenis |
2007-10-01 | more btoc -> atop | Martin Reindl |
2007-09-29 | At the requst of deraadt@, backpout the temporary hack for pcc. | Otto Moerbeek |
2007-09-18 | As a temporary workaround, implement va_start not using | Otto Moerbeek |
2007-09-10 | Introduce a md pmap hook, pmap_remove_holes(), which is supposed to mark | Miod Vallat |
2007-09-07 | Remove some left-overs from the TSC based microtime. We don't need | Artur Grabowski |
2007-09-01 | replace the machine dependant bytes-to-clicks macro by the MI ptoa() | Martin Reindl |
2007-09-01 | Remove stale comments; prompted by millert. | Marco Peereboom |
2007-08-22 | Add bus_space_vaddr to i386 arch. | Marco Peereboom |
2007-06-20 | b_cylinder does not need to be set on the callpath down into drivers. | Theo de Raadt |
2007-06-17 | significantly simplified disklabel infrastructure. MBR handling becomes MI | Theo de Raadt |
2007-06-07 | Replace magic bus clock constants in est related files with defines. | Dimitry Andric |
2007-06-01 | Provide carefully crafted DEADBEEF* values, this was initially forgotten in | Miod Vallat |
2007-05-31 | Forgot to commit the changes to this file with the rest of the ELF32+64 | Tom Cosgrove |
2007-05-29 | add support for core cpu temperature sensors. | Ted Unangst |
2007-05-29 | Remove support for 80386 processors. Apologies if you have one of | Tom Cosgrove |
2007-05-28 | Move the MSIZE, MCLSHIFT, MCLBYTES and the MCLOFSET | Thordur I. Bjornsson |
2007-05-27 | We can now access curcpu() members through %fs instead of doing it | Artur Grabowski |
2007-05-26 | Move cpu_info/curcpu to be mapped by the %fs segment. Extra input and | Tobias Weingartner |
2007-05-25 | Replace the overdesigned and overcomplicated tlb shootdown code with | Artur Grabowski |
2007-05-16 | splassert_ctl defaults to 1 now, so dont wrap the checks for | Thordur I. Bjornsson |
2007-05-16 | The world of __HAVEs and __HAVE_NOTs is reducing. All architectures | Artur Grabowski |
2007-05-15 | Remove the MI implementation of mutexes and remove the __HAVE_MUTEX | Artur Grabowski |
2007-05-04 | Implement rw_cas for i386. | Artur Grabowski |
2007-04-26 | Switch i386 pmap to VM_PAGE_MD. We store the MOD/REF flags in | Artur Grabowski |
2007-04-24 | apic_address should be 32 bits, rather than paddr_t; prepares us for | Tom Cosgrove |
2007-04-21 | Introduce a smp aware hw.setperf mechanism, it will scale all CPUs or | Gordon Willem Klok |
2007-04-12 | Faster signal delivery on i386/MP. | Artur Grabowski |
2007-04-12 | untypo | Artur Grabowski |
2007-04-03 | Make the ast on i386 per-process instead of per-cpu. This makes | Artur Grabowski |
2007-03-28 | Bump max number of physical segments. Machines in the wild | Tobias Weingartner |
2007-03-23 | Remove duplicated defines from intr.h that are already defined in | Artur Grabowski |
2007-03-19 | Move i386 to timecounters. This is more or less the same code as amd64. | Artur Grabowski |
2007-03-15 | Since p_flag is often manipulated in interrupts and without biglock | Artur Grabowski |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2007-02-19 | only make this interface available to the kernel for now, discussed witha | Theo de Raadt |
2007-02-17 | Bring in the AMD errata checks from amd64. | Tom Cosgrove |
2007-02-13 | Check for xTPR result of CPUID. | Jonathan Gray |
2007-02-06 | Add machine/atomic.h to all architectures and define two operations | Artur Grabowski |
2007-01-23 | Handle not-all-lapics intterupts. | Mark Kettenis |
2006-12-24 | Define PROC_PC. Then, since profiling information is being reported in | Miod Vallat |
2006-12-20 | "#ifdef is a tool of the weak!" | Gordon Willem Klok |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-11-30 | Oops, didn't mean to increase the default msgbufsize for i386. Noticed by bra... | Dimitry Andric |