Age | Commit message (Expand) | Author |
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 | Clear vmspace pointer in struct process before calling uvmspace_free(9). | Mark Kettenis |
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-19 | Serialize accesses to "struct vmspace" and document its refcounting. | Martin Pieuchot |
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-18 | Fix several bugs in the TTM page fault handler and porperly integrate all the | Mark Kettenis |
2020-10-17 | Avoid potential infinite loop in pmap_vp_destroy(). | Mark Kettenis |
2020-10-17 | regen | Marcus Glocker |
2020-10-17 | Add Logitech Webcam Pro 9000. | Marcus Glocker |
2020-10-17 | use the full 64-bit cookies, rather than just 32 bits | Theo de Raadt |
2020-10-17 | Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup() | Sebastien Marie |
2020-10-16 | Use the retguard macros from asm.h to protect the function. | 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 | remove uneeded pool.h include | Jonathan Gray |
2020-10-16 | implement linux interval tree functions | Jonathan Gray |
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 | timeout(9): basic support for kclock timeouts | cheloha |
2020-10-15 | Ensure resid is correctly set in the INQUIRY case. | Kenneth R Westerback |
2020-10-15 | _exit(2), execve(2): tweak per-process interval timer cancellation | cheloha |
2020-10-15 | sys/kernel.h: remove dead externs: tickfix, tixfixinterval, tickdelta, ... | cheloha |
2020-10-15 | Replace simple one-line bcopy()/memcpy() of faked data into scsi_xfer with call | Kenneth R Westerback |
2020-10-15 | Nuke commented out variable declaration. | Kenneth R Westerback |
2020-10-15 | consistently use dev_info() for sos fw version messages | Jonathan Gray |
2020-10-15 | don't print pci ids when radeondrm attaches | Jonathan Gray |
2020-10-15 | don't print pci ids when amdgpu attaches | Jonathan Gray |
2020-10-15 | Stop asserting that the NET_LOCK() shouldn't be held in yield(). | Martin Pieuchot |
2020-10-15 | _exit(2), execve(2): cancel per-process interval timers safely | cheloha |
2020-10-15 | sick of the CMU, let's make this KNF | Theo de Raadt |
2020-10-15 | drm/amdgpu: move gpu_info parsing after common early init | Jonathan Gray |
2020-10-15 | drm/amdgpu: move discovery gfx config fetching | Jonathan Gray |
2020-10-15 | Replace sr_copy_internal_data() with scsi_copy_internal_data(). | Kenneth R Westerback |
2020-10-15 | Replace local *_copy_internal_data() with scsi_copy_internal_data(). | Kenneth R Westerback |
2020-10-14 | regen | Jonathan Gray |
2020-10-14 | don't match on 17ef:3083 in ure(4) | Jonathan Gray |
2020-10-14 | Introduce scsi_copy_internal_data() to copy 'faked' data from a driver to a | Kenneth R Westerback |
2020-10-14 | delete strange historical FFS_SOFTUPDATES ifdef... | Theo de Raadt |
2020-10-14 | replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won't | Christian Weisgerber |
2020-10-14 | Split the userland vs kernel uvm_fault reaching paths to reduce late | Theo de Raadt |
2020-10-14 | remove unused locally added drm_driver struct members | Jonathan Gray |