Age | Commit message (Expand) | Author |
2013-02-11 | Fix kernel profiling on MP systems by using per-CPU buffer. Previously | Martin Pieuchot |
2013-02-09 | Do not bother defining cpu_exec_aout_makecmds() on platforms where we no longer | Miod Vallat |
2012-12-02 | Determine whether we're currently on the alternative signal stack | Philip Guenthe |
2012-11-05 | unifdef -D __HAVE_TIMECOUNTER | Miod Vallat |
2012-09-11 | Remove the 'OLF method' used for the transition from a.out to ELF and | Theo de Raadt |
2012-09-04 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-07-13 | Make hppa64 kernel compile again. | Joel Sing |
2012-07-02 | Does not need to pull in "the world" either | Theo de Raadt |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-05 | As specified in PA RISC 2.0 errata, the 16-byte alignment restriction does | Joel Sing |
2012-06-05 | Implement actual mutexes for hppa64. | Joel Sing |
2011-11-15 | label_t is the kernel setjmp buffer. It should simply be an array of | Theo de Raadt |
2011-11-14 | merge various differences between hppa and hppa64 | Theo de Raadt |
2011-11-10 | Eliminate more useless differences between hppa and hppa64 | Theo de Raadt |
2011-11-10 | setting COM_FREQ here is very wrong | Theo de Raadt |
2011-10-27 | Specify the TLS variant for each platform. | Philip Guenthe |
2011-10-10 | Introduce pci_probe_device_hook(pci_chipset_tag_t, struct pci_attach_args *). | Miod Vallat |
2011-09-18 | Use an uvm object to keep track of the page table pages, just like we do on | Mark Kettenis |
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-08-19 | Bring libc and libm in line with the compiler now that we no longer have a | Mark Kettenis |
2011-08-16 | Use pitlbe and pdtlbe instructions when flushing the entire TLB. | Mark Kettenis |
2011-08-16 | Don't export 'struct pmap' to userland. | Mark Kettenis |
2011-07-07 | Raise the cache aliasing boundary to 4MB like we did on hppa a couple of years | Mark Kettenis |
2011-07-07 | Bring over a few more cache flushing and TLB purging fixes from hppa. | 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-05-03 | We need a little more room for out kernel stack, at least for now. | Mark Kettenis |
2011-04-28 | Expose pmap_prefer parameters. | Ariane van der Steldt |
2011-04-28 | fenv improvements and cleanups | Martynas Venckus |
2011-04-21 | Provide a HPPA_FRAME_ARGS macro. This only works correctly for the | Joel Sing |
2011-04-21 | Move interrupt related defines and prototypes from cpu.h to intr.h. | Joel Sing |
2011-04-16 | Move the FPU state out of 'struct pcb' like we did for hppa since it causes | Mark Kettenis |
2011-04-14 | Get rid if pcb_uva, like we did on hppa a while ago since it creates evil | Mark Kettenis |
2011-04-07 | Make sure the ALIGN() macro uses u_long on all platforms for consistency, and | Miod Vallat |
2011-04-07 | Initial interrupt handling implementation for hppa64. | Joel Sing |
2011-04-06 | Move CPL to struct cpu_info. | Joel Sing |
2011-04-05 | Provide macros for ssm/rsm. | Joel Sing |
2011-04-05 | Implement syscall_return. | Joel Sing |
2011-04-05 | Move PSW in struct cpu_info. Also ensure that we leave interrupts disabled | Joel Sing |
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 |
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 |