Age | Commit message (Expand) | Author |
2020-10-22 | Use the DBZ instruction to zero memory a cache line at a time. | Mark Kettenis |
2020-10-22 | uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did. | Theo de Raadt |
2020-10-21 | Add retguard macros to powerpc64 locore functions. | mortimer |
2020-10-21 | (same as sh/sh/trap.c) | Theo de Raadt |
2020-10-21 | whitespace | Theo de Raadt |
2020-10-21 | last argument to pmap_fault_fixup() is unused, delete it | Theo de Raadt |
2020-10-21 | move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(), | Theo de Raadt |
2020-10-21 | The condition around uvm_grow() can be simplified, as the error result | Theo de Raadt |
2020-10-21 | Save and restore the MXCSR register and the FPU control word such that | Mark Kettenis |
2020-10-21 | uvm_grow() now does the vm_maxsaddr check (before locking), so callers don't | Theo de Raadt |
2020-10-21 | mips64 has same bug as arm64: copyout(9), copyinstr(9) and | Theo de Raadt |
2020-10-21 | hppa also has a similar to arm64: copyout(9), copyinstr(9) and | Theo de Raadt |
2020-10-20 | copyout(9), copyinstr(9) and copyoutstr(9) should bail out | Patrick Wildt |
2020-10-20 | alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is reset | cheloha |
2020-10-20 | Use a trap instruction that unconditionally terminates the process. | Visa Hankala |
2020-10-20 | Add handling for a trap instruction that terminates the process. | Visa Hankala |
2020-10-19 | Decode the UDF ("permanently undefined") instruction in ddb(4)'s arm64 | Christian Weisgerber |
2020-10-19 | Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should help | Mark Kettenis |
2020-10-19 | the userland pagefault handler can drop the kernel lock before going | Theo de Raadt |
2020-10-19 | deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT. | Theo de Raadt |
2020-10-19 | replace ad-hoc illegal instruction with the architecturally defined one | Christian Weisgerber |
2020-10-19 | Set %r0 to EFAULT instead of the return value from uvm_fault() when it | Mark Kettenis |
2020-10-18 | Implement pmap_proc_iflush(). | Mark Kettenis |
2020-10-18 | Handle trace interrupts from userland. | Mark Kettenis |
2020-10-18 | Fix typo. Spotted by patrick@ | Mark Kettenis |
2020-10-18 | Remove leftover debugging output for EXC_PGM traps. | Mark Kettenis |
2020-10-18 | Add code to print CPU features. | Mark Kettenis |
2020-10-17 | Avoid potential infinite loop in pmap_vp_destroy(). | Mark Kettenis |
2020-10-17 | use the full 64-bit cookies, rather than just 32 bits | Theo de Raadt |
2020-10-16 | Add retguard asm macros for ppc64. | mortimer |
2020-10-16 | Architecture guarantees that the fields in ID register have the property | Mark Kettenis |
2020-10-16 | xe(4) and mtd(4) are from a long gone era | Theo de Raadt |
2020-10-16 | ef(4), give me a break | Theo de Raadt |
2020-10-16 | rl(4) is becoming rare. | Theo de Raadt |
2020-10-16 | unbreak build | Jonathan Gray |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-10-14 | Split the userland vs kernel uvm_fault reaching paths to reduce late | Theo de Raadt |
2020-10-10 | Handle spurious interrupts. | Mark Kettenis |
2020-10-10 | Add OPAL_PCI_MAP_PE_DMA_WINDOW. | Mark Kettenis |
2020-10-10 | Remove unnecessary count of device instances. | Visa Hankala |
2020-10-09 | Unbreak the powerpc64 kernel build. | Mark Kettenis |
2020-10-09 | Optimize copyin(9), copyout(9) and kcopy(9) by doing 16-byte copies if | Mark Kettenis |
2020-10-08 | use access_type as the PROT_* variable for uvm_fault() consistantly | Theo de Raadt |
2020-10-07 | Remove dead marko cdev_joy_init. | jan |
2020-10-07 | Include <sys/systm.h> directly instead of relying on hidden UVM includes. | Martin Pieuchot |
2020-10-04 | Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible. | Mark Kettenis |
2020-10-04 | Change kcopy(9) such that it does 64-bit and 32-bit copies whenever possible. | Mark Kettenis |
2020-10-03 | Increase CLAIM_LIMIT from 11M to 14M to make room for retguard | gkoehler |
2020-10-01 | Add astfb(4), a driver for the framebuffer of the Aspeed BMC found on | Mark Kettenis |
2020-10-01 | correct size argument to free(9) | Jonathan Gray |