Age | Commit message (Expand) | Author |
2017-04-30 | Rename Debugger() into db_enter(). | Martin Pieuchot |
2017-04-22 | Recognize Loongson 3A2000/3B2000 processors. | Visa Hankala |
2017-04-20 | Get TCB address using the RDHWR instruction instead of __get_tcb(). | Visa Hankala |
2017-04-20 | Make TCB address available to userspace via the UserLocal register. | Visa Hankala |
2017-04-20 | Hook up mutex(9) to witness(4). | Visa Hankala |
2017-04-13 | Provide mips64 with kernel-facing TCB_{GET,SET} macros that store it | Philip Guenther |
2017-04-10 | Use __ASSEMBLER__ instead of __LANGUAGE_ASSEMBLY. | Visa Hankala |
2017-04-07 | Add prid for CN72xx/CN73xx. | Visa Hankala |
2017-04-02 | Bring back the wait instruction into the idle loop, but only on octeon. | Visa Hankala |
2017-03-02 | Add a new sysctl machdep.lidaction. The sysctl works as follows: | Martin Natano |
2017-02-19 | Add IPI counter. | Visa Hankala |
2017-02-12 | Split up fork1(): | Philip Guenther |
2017-02-08 | In exec_elf.c: expand ELFNAME(), ELFNAME2(), and ELFNAMEEND() except | Philip Guenther |
2017-01-21 | Add _MIPS_ISA_MIPS32 and _MIPS_ISA_MIPS64 defines for clang. | Visa Hankala |
2017-01-21 | p_comm is the process's command and isn't per thread, so move it from | Philip Guenther |
2017-01-03 | Remove #define __SWAP_BROKEN from mips64. The architecture now | Visa Hankala |
2017-01-02 | Allow freeing of newly empty directory pages. | Visa Hankala |
2016-12-30 | Ansify pmap_copy(). | Visa Hankala |
2016-12-30 | When entering a mapping on write access, compute the PTE after making | Visa Hankala |
2016-12-23 | Tweaks suggested by miod@ | Visa Hankala |
2016-12-22 | Extend the size of user virtual address space from 2GB to 1TB on mips64 | Visa Hankala |
2016-12-21 | Add a driver for OCTEON MMC host controller. | Visa Hankala |
2016-12-17 | Make Octeon model strings a bit more specific. While there, | Visa Hankala |
2016-12-16 | Provide the "machdep.lidsuspend" sysctl on Loongson. | Frederic Cambus |
2016-12-12 | Tweak IPI register definitions. | Visa Hankala |
2016-12-06 | Get PTE shift using PTE_LOG. | Visa Hankala |
2016-11-21 | Enabling Loongson 3A bits turned on a code path that uses a MIPS64r2 | Visa Hankala |
2016-11-06 | Add interrupt handling routines for Loongson 3A. | Visa Hankala |
2016-10-27 | Revert previous `ncpus' change because the percpu code now works | Visa Hankala |
2016-10-26 | Increment `ncpus' to its final value already during autoconfiguration so | Visa Hankala |
2016-10-19 | Change pmap_proc_iflush() to take a process instead of a proc | Philip Guenther |
2016-10-19 | The first argument to process_domem() and its uio_procp should be curproc | Philip Guenther |
2016-10-09 | Do not use MIPS64r2 instructions on Loongson 2. Now, a generic loongson | Visa Hankala |
2016-10-08 | Various printf claim to report the PID, so actually report that and not the TID | Philip Guenther |
2016-09-25 | Make a move towards ending 4 decades of kernel snooping. | Theo de Raadt |
2016-09-19 | fix whitespace at EOL | Jasper Lievisse Adriaanse |
2016-09-15 | all pools have their ipl set via pool_setipl, so fold it into pool_init. | David Gwynne |
2016-09-06 | Define PTE_* macros in one place. Use the lwu instruction for 32-bit PTE | Visa Hankala |
2016-09-03 | Increase the number of mbufs on most architectures. This is based | Alexander Bluhm |
2016-08-16 | Remove RM7000/RM9000-specific performance counter code. It originates | Visa Hankala |
2016-08-14 | Utilize the TLB Execute-Inhibit bit with non-executable mappings on CPUs | Visa Hankala |
2016-08-06 | Add PageGrain bits. | Visa Hankala |
2016-08-01 | bring the light of ansi to a few more files | Ted Unangst |
2016-05-23 | Place a cpu-dependent trap/illegal instruction over the remainder of the | Theo de Raadt |
2016-05-21 | hand-massage sendsig() and sys_sigreturn() to be much more similar. | Theo de Raadt |
2016-05-11 | Another attempt to make the mips64 pmap MP-safe. Now at least | Visa Hankala |
2016-05-10 | SROP mitigation. sendsig() stores a (per-process ^ &sigcontext) cookie | Theo de Raadt |
2016-04-27 | G/C DDB_REGS. | Martin Pieuchot |
2016-04-24 | Make pmap_invalidate_*_page() and pmap_update_*_page() operate only on | Visa Hankala |
2016-04-24 | Keep pmap_update_{kernel,user}_page() inside pmap.c. | Visa Hankala |