summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-10-22add support for AMD 17h/3xh HD Audio and the ALC887 codecRobert Nagy
2020-10-22Use the DBZ instruction to zero memory a cache line at a time.Mark Kettenis
2020-10-22Switch away from splsoftnet() and change the code to splnet().Claudio Jeker
2020-10-22uvm_grow() doesn't need KERNEL_LOCK anymore, and onfault never did.Theo de Raadt
2020-10-22- missing NET_UNLOCK() in pf_ioctl.c error pathAlexandr Nedvedicky
2020-10-22Do not write unneeded data into the iwx(4) MAC context removal command.Stefan Sperling
2020-10-21Add retguard macros to powerpc64 locore functions.mortimer
2020-10-21(same as sh/sh/trap.c)Theo de Raadt
2020-10-21whitespaceTheo de Raadt
2020-10-21last argument to pmap_fault_fixup() is unused, delete itTheo de Raadt
2020-10-21move the backwards-stack vm_minsaddr check from hppa trap.c to uvm_grow(),Theo de Raadt
2020-10-21The condition around uvm_grow() can be simplified, as the error resultTheo de Raadt
2020-10-21Save and restore the MXCSR register and the FPU control word such thatMark Kettenis
2020-10-21uvm_grow() now does the vm_maxsaddr check (before locking), so callers don'tTheo de Raadt
2020-10-21Provide dummy definitions for NET_LOCK() and PF_LOCK() when compiling thisMark Kettenis
2020-10-21mips64 has same bug as arm64: copyout(9), copyinstr(9) andTheo de Raadt
2020-10-21- fixing fatal typos fp vs fp_prealloc.Alexandr Nedvedicky
2020-10-21handle capable(CAP_SYS_NICE) for allowing high priority contextsJonathan Gray
2020-10-21Prevent NULL dereference introduced in previous.Martin Pieuchot
2020-10-21Constify and use C99 initializer for "struct uvm_pagerops".Martin Pieuchot
2020-10-21Move the top part of uvm_fault() (lookups, checks, etc) in their own function.Martin Pieuchot
2020-10-21- move NET_LOCK() further down in pf_ioctl.c. Also move memory allocationsAlexandr Nedvedicky
2020-10-21hppa also has a similar to arm64: copyout(9), copyinstr(9) andTheo de Raadt
2020-10-21change drm_vma function arguments to take struct drm_file *Jonathan Gray
2020-10-20copyout(9), copyinstr(9) and copyoutstr(9) should bail outPatrick Wildt
2020-10-20timeout(9): fix compilation under NKCOVcheloha
2020-10-20alpha, loongson, sh, sparc64: recompute tick, tick_nsec when hz(9) is resetcheloha
2020-10-20Use a trap instruction that unconditionally terminates the process.Visa Hankala
2020-10-20Add handling for a trap instruction that terminates the process.Visa Hankala
2020-10-20Remove guard, uao_init() is called only once and no other function use one.Martin Pieuchot
2020-10-20use drm_mm from linux 5.7.yJonathan Gray
2020-10-19Decode the UDF ("permanently undefined") instruction in ddb(4)'s arm64Christian Weisgerber
2020-10-19Only use OPAL_CONSOLE_FLUSH if the firmware implements it. Should helpMark Kettenis
2020-10-19the userland pagefault handler can drop the kernel lock before goingTheo de Raadt
2020-10-19deliver SIGSEGV rather than SIGBUS for T_PROTFLT,T_SEGNPFLT,T_STKFLT.Theo de Raadt
2020-10-19Clear vmspace pointer in struct process before calling uvmspace_free(9).Mark Kettenis
2020-10-19replace ad-hoc illegal instruction with the architecturally defined oneChristian Weisgerber
2020-10-19Set %r0 to EFAULT instead of the return value from uvm_fault() when itMark Kettenis
2020-10-19Serialize accesses to "struct vmspace" and document its refcounting.Martin Pieuchot
2020-10-18Implement pmap_proc_iflush().Mark Kettenis
2020-10-18Handle trace interrupts from userland.Mark Kettenis
2020-10-18Fix typo. Spotted by patrick@Mark Kettenis
2020-10-18Remove leftover debugging output for EXC_PGM traps.Mark Kettenis
2020-10-18Add code to print CPU features.Mark Kettenis
2020-10-18Fix several bugs in the TTM page fault handler and porperly integrate all theMark Kettenis
2020-10-17Avoid potential infinite loop in pmap_vp_destroy().Mark Kettenis
2020-10-17regenMarcus Glocker
2020-10-17Add Logitech Webcam Pro 9000.Marcus Glocker
2020-10-17use the full 64-bit cookies, rather than just 32 bitsTheo de Raadt
2020-10-17Avoid a possible dead-lock in kthread_stop(): when stopping, wakeup()Sebastien Marie