summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-06-27Generate appropriate signals for various user traps.Mark Kettenis
2020-06-27Nuke trailing whitespace.Kenneth R Westerback
2020-06-27don't try to expand alignment using __aligned(16) on local variables.Theo de Raadt
2020-06-27Support using the FPU and AltiVec registers in userland. The registers areMark Kettenis
2020-06-27Let traps save and restore VRSAVE.Mark Kettenis
2020-06-27Let sigcode set up a frame such that the signal handler has something toMark Kettenis
2020-06-27No need to bzero()/memset() 'struct scsibus_attach_args' variablesKenneth R Westerback
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27Replace TAILQ concatenation loop with TAILQ_CONCATbket
2020-06-27TNF rescinded clauses 3 & 4 in 2008 in NetBSD.Jonathan Gray
2020-06-27Reinoud Zandijk rescinded clauses 3 & 4 in 2019 in NetBSD.Jonathan Gray
2020-06-26Make trapframe squeaky clean upon exec.Mark Kettenis
2020-06-26Make signals work a bit better.Mark Kettenis
2020-06-26Since normal execve(2) calls return through the normal system call returnMark Kettenis
2020-06-26MVPP2_TXQ_SCHED_TOKEN_CNTR_REG() expects the logical queue id.Patrick Wildt
2020-06-26Use the right "virtual address" when flushing TLB entries.Mark Kettenis
2020-06-26ath(4): fix ATH_TICKS()cheloha
2020-06-26Accept input.Mark Kettenis
2020-06-26Handle OPAL interrupts.Mark Kettenis
2020-06-26Handle OPAL interrupts.Mark Kettenis
2020-06-26timecounting: deprecate time_second(9), time_uptime(9)cheloha
2020-06-26Add support for level-triggered interrupts and unmask established interropts.Mark Kettenis
2020-06-26Interprets profile/interval value as a frequency and not a number of ticks.Martin Pieuchot
2020-06-26return early if either initrd property is missingJonathan Gray
2020-06-26avoid uninitialised pointer useJonathan Gray
2020-06-26use correct index var in pmap_vp_destroy()Jonathan Gray
2020-06-26Add sync().Mark Kettenis
2020-06-26Skip saving the state of the old proc if it is NULL.Mark Kettenis
2020-06-26byteswap vpd data going out to userland.David Gwynne
2020-06-26Add RX refill handling. Each mvpp(4) controller has up to 8 BufferPatrick Wildt
2020-06-26Add TX completion handling. I'm not quite sure, but I think that wePatrick Wildt
2020-06-26Since we send packets on the aggregated TX queue instead of the physicalPatrick Wildt
2020-06-26We don't have to implement pmap_copy(9).Mark Kettenis
2020-06-26Fix system calls; set %r0 to zero upon success and set (instead of clear)Mark Kettenis
2020-06-26Make kernel versions of TCB_GET() and TCB_SET() use %r13 as well.Mark Kettenis
2020-06-26Initialize registers according to ELFv2 ABI.Mark Kettenis
2020-06-26drm/i915/tgl: Make Wa_14010229206 permanentJonathan Gray
2020-06-26Revert "drm/amd/display: disable dcn20 abm feature for bring up"Jonathan Gray
2020-06-26drm/i915/gt: Move gen4 GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move vlv GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move ilk GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move snb GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move ivb GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Move hsw GT workarounds from init_clock_gating to workaroundsJonathan Gray
2020-06-26drm/i915/gt: Incrementally check for rewindingJonathan Gray
2020-06-26drm/i915/tc: fix the reset of ln0Jonathan Gray
2020-06-26drm/i915/icl+: Fix hotplug interrupt disabling after storm detectionJonathan Gray
2020-06-26stuff for PPCNT - Ports Performance Counters RegisterDavid Gwynne
2020-06-26drm/amd/display: Use kvfree() to free coeff in build_regamma()Jonathan Gray