Age | Commit message (Expand) | Author |
2011-09-08 | Provide namespace-safe alignment macros in <machine/_types.h>, with | Philip Guenthe |
2011-09-08 | Make the INT_FAST*_{MIN,MAX} macros match the types they're defined to. | Philip Guenthe |
2011-08-29 | Only provide FLT_EVAL_METHOD for C99. Add missing DECIMAL_DIG for C99. | Mark Kettenis |
2011-06-24 | When reading the value from a simple lock, we do not need to ldcws into a | Joel Sing |
2011-05-30 | Remove the freelist member from vm_physseg | Owain Ainsworth |
2011-05-25 | Also enclose variable names with external linkage in __BEGIN_DECLS. | Martynas Venckus |
2011-05-21 | Add pci_intr_map_msi() stub. | Mark Kettenis |
2011-05-07 | So long, uvm_pglist.h | Owain Ainsworth |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-21 | fenv for hppa | Martynas Venckus |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-03-23 | Normalize sentinel. Use _MACHINE_*_H_ and _<ARCH>_*_H_ properly and consitently. | Paul Irofti |
2011-03-11 | Use _MACHINE_ENDIAN_H_ for this is The Right Thing To Do. | Paul Irofti |
2011-01-14 | Implement a function to broadcast IPIs to all running CPUs. | Joel Sing |
2011-01-14 | Provide an IPI to halt a CPU. | Joel Sing |
2011-01-12 | Provide a specific rw_cas() function for MP kernels; stolen from m88k. | Mark Kettenis |
2011-01-12 | Make __cpu_simple_lock implementation actually work. | Mark Kettenis |
2011-01-08 | forward decl struct proc | Theo de Raadt |
2011-01-02 | Make need_resched() call cpu_unidle() such that we wake up a process running on | Mark Kettenis |
2010-12-30 | Turn signotify() into a function that also calls cpu_unidle(). | Joel Sing |
2010-12-30 | Implement cpu_unidle() for MP kernels. | Joel Sing |
2010-12-30 | add a simple __va_copy inside ifdef lint, from tim van der molen. | Ted Unangst |
2010-12-26 | Kill pmap_phys_address(), and force every driver's mmap() routine to return | Miod Vallat |
2010-12-21 | Convert netisr to a normal soft interrupt instead of hanving MD code | Claudio Jeker |
2010-12-15 | oops, i forgot to check in the BRKSIZ define in uvm, but deraadt thinks | Ted Unangst |
2010-12-06 | Change the signature of PMAP_PREFER from void PMAP_PREFER(..., vaddr_t *) to | Miod Vallat |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-18 | Declare pmap_proc_iflush() in <uvm/uvm_pmap.h> unless <machine/pmap.h> | Miod Vallat |
2010-10-26 | thib missed this architecture when he did all the other architectures; | Theo de Raadt |
2010-10-01 | Provide a WEAK_ALIAS macro in <machine/asm.h> for the few platforms | Philip Guenthe |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-07-02 | Implement FPU shootdowns for hppa multiprocessor kernels. There are still | Joel Sing |
2010-07-01 | Create a struct to store FP state and include a pointer to the CPU that | Joel Sing |
2010-07-01 | Include atomic.h via lock.h like other architectures do. | Joel Sing |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-06-29 | Remove COMPAT_HPUX. No one wanted to support it and its fewmets were | Philip Guenthe |
2010-06-29 | Factor out code used to save and flushe process FPU context. | Joel Sing |
2010-06-29 | Store pointer to process FPU state in struct cpu_info. | Joel Sing |
2010-06-27 | Use a mutex to make atomic operations atomic on multiprocessor kernels. | Joel Sing |
2010-06-19 | Remove unused md BUS_SPACE_MAP_NOEXTENT flag; ok jsing@ | Miod Vallat |
2010-06-08 | Add missing function prototype. | Joel Sing |
2010-06-03 | Rename ci_spinup_stack to ci_stack and use it as the stack for both CPU | Joel Sing |
2010-06-03 | Add missing function prototypes for MP kernels. | Joel Sing |
2010-05-21 | Add support for IPIs on hppa. | Joel Sing |
2010-05-19 | Spin up secondary CPUs on hppa multiprocessor kernels. At this stage we | Joel Sing |
2010-05-16 | Use a per CPU trap save area, ensuring that we maintain 64-byte alignment | Joel Sing |
2010-04-29 | Currently pdc_scanbus() scans in reverse, which results in physical CPU0 | Joel Sing |
2010-04-29 | Use per CPU hardware interrupt mask. | Joel Sing |