Age | Commit message (Expand) | Author |
2014-03-26 | Service R4[04]00SC-specific virtual coherency exceptions directly from the | Miod Vallat |
2014-03-26 | Move p_emul and p_sigcode from proc to process. | Philip Guenther |
2014-03-24 | Only need to call tlb_probe() once per pair, instead of once per page. | Miod Vallat |
2014-03-24 | Make sure tlb_probe() reads the probe result before reenabling interrupts | Miod Vallat |
2014-03-22 | Move p_sigacts from struct proc to struct process. | Philip Guenther |
2014-03-22 | Second draft of my attempt to workaround the infamous R4000 end-of-page errata, | Miod Vallat |
2014-03-22 | Shuffle tlblo-related defines, to better show which bits are software only, | Miod Vallat |
2014-03-21 | Rename db_inst_type() into classify_insn() and make that function available | Miod Vallat |
2014-03-21 | Rename the symbolic constants for the pmap-specific vm_pag pg_flags from | Miod Vallat |
2014-03-21 | Allow for two more pmap-specific bits in vm_page pg_flags. Define | Miod Vallat |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-14 | Revert previous; turns out to be necessary to build the 32-bit boot blocks | Miod Vallat |
2014-03-11 | Simpler RM7000 L2 cache initialization code (no longer matches what pmon2000 | Miod Vallat |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-03-11 | remove #if(n)def __LP64__ from the mips64 codebase, as mips32 never really we... | Jasper Lievisse Adriaanse |
2014-03-10 | Support PMAP_NOCACHE in pmap_enter() flags. If set when mapping a managed | Miod Vallat |
2014-03-10 | n64 is the default, drop the o32/o64 register assignment conditionals. | Miod Vallat |
2014-03-09 | Rework the per-cpu cache information. Use a common struct to store the line | Miod Vallat |
2014-02-22 | Increase _STACKALIGNBYTES to 15 (was 7), and make sure the stack is aligned | Miod Vallat |
2014-02-08 | Replace ARC_Call2(), used to invoke the `return-to-PROM' routines with a | Miod Vallat |
2014-02-08 | Allow page table entries to be either 32 bits wide (the existing state of the | Miod Vallat |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm | Miod Vallat |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-19 | Initialize ci_randseed better using arc4random() + a trick. Remove the | Theo de Raadt |
2014-01-08 | Be sure to have pmap_extract() return FALSE for existing, but non-valid user | Miod Vallat |
2013-12-19 | Use shifts instead of integer multiplication by the page size in the | Miod Vallat |
2013-12-19 | recognize octeon 2 cpus; as found in the lanner mr326 | Jasper Lievisse Adriaanse |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-11-26 | 1 << 31 cleanup. Eitan Adler pointed out that there has been a | Theo de Raadt |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-28 | Fix unitialized variable; Maxime Villard. | Miod Vallat |
2013-06-03 | Convert some internal APIs to use timespecs instead of timevals | Philip Guenther |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-29 | Add PMAP_PA_MASK to mips64. Needed for loongson hibernate. | Paul Irofti |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-09 | Do not panic when running the MP kernel on a single-processor system; found | Miod Vallat |
2013-04-21 | In inittodr(), be sure to only invoke tc_setclock() once. Fixes huge uptime | Miod Vallat |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |