Age | Commit message (Expand) | Author |
2007-12-09 | Add an empty pccbb_attach_hook. | Mark Kettenis |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2007-11-26 | Move the implementation of __mp_lock (biglock) into machine dependent | Artur Grabowski |
2007-11-25 | new files for acpiapm switcher | Ted Unangst |
2007-11-25 | fake out the apm device to switch between apm and acpi on i386. now | Ted Unangst |
2007-11-16 | fix the bus_space #define nightmare, so that amd64 and i386 are much more | Theo de Raadt |
2007-11-15 | Split CPUID into 2 32 bit fields. | Marco Peereboom |
2007-11-15 | Clarify when smbios added multi core support and add the missing string | Marco Peereboom |
2007-11-15 | oops, processor structs need to be __packed. | Marco Peereboom |
2007-11-15 | Add struct for processors. | Marco Peereboom |
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 |