summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2022-11-10Sprinkle some #ifdef SUSPEND to unbreak the tree.Mark Kettenis
2022-11-10bring back r1.673: replace SRP with SMR in the if_idxmap.David Gwynne
2022-11-10revert pf_state mtx commit, because it breaks tree.Alexandr Nedvedicky
2022-11-10Apparently we receive interrupts for both powerkey press and release, whichPatrick Wildt
2022-11-10Add mbr_get_fstype() and use it to translate MBR dp_typ fieldsKenneth R Westerback
2022-11-10Use local variable for consistencyKlemens Nanni
2022-11-10Add a mutex to pf_state structure. Mutex retain a consistencyAlexandr Nedvedicky
2022-11-10Add suspend/resume support to control the power domain.Mark Kettenis
2022-11-10typofix; ok dlgKlemens Nanni
2022-11-10Remove hack that uses a timeout to fake interrupts now that qcpdc(4) allowsPatrick Wildt
2022-11-10We need to turn a few more things on in the resume path. This makes itMark Kettenis
2022-11-10Enable qcpdc(4)Patrick Wildt
2022-11-10Add qcpdc(4), a driver for the Qualcomm Power Domain controller found onPatrick Wildt
2022-11-10Move the code handling brightness keys into a task, since withMatthieu Herrb
2022-11-10vmd(8): import mmio decode and emulation, disabled for now.Dave Voutila
2022-11-10Make the power button function as a wakeup button during suspend.Mark Kettenis
2022-11-10iWe must be careful to only disable power domains that are no longer inMark Kettenis
2022-11-10arm64 can suspend without PSCI support nowMark Kettenis
2022-11-10Put CPUs in the lowest P-state just before the final suspend step. TheMark Kettenis
2022-11-10Convert amd64 clock and ipi event counters to per-cpuJonathan Matthew
2022-11-10Convert sparc64 clock event counter to per-cpu and increment usingJonathan Matthew
2022-11-10Add support for per-cpu event counters, to be used for clock and IPIJonathan Matthew
2022-11-10Return error number instead of call panic().ASOU Masato
2022-11-10fix build after 1.298Jonathan Gray
2022-11-09simplify expiration of 'once' rules.Alexandr Nedvedicky
2022-11-09Hook up gpiobl(4) to the screen burner instead of wsdisplay(4) brightnessTobias Heider
2022-11-09Remove kernel lock here since msleep() with PCATCH no longer requires it.Claudio Jeker
2022-11-09Some limited setsockopt/getsockopt are allowed in pledge "stdio".Theo de Raadt
2022-11-09revert r1.673: replace SRP with SMR in the if_idxmap.David Gwynne
2022-11-09Constify simplefb_formats[]; OK patrickKlemens Nanni
2022-11-09Enable qcpwm(4)Patrick Wildt
2022-11-09Add qcpwm(4), a driver for the PWM found on Qualcomm PMICs. This is usedPatrick Wildt
2022-11-09Move input/output configuration into the correct function.Patrick Wildt
2022-11-09Implement wakeup interrupt support. For now this is only implemented forMark Kettenis
2022-11-09Add suspend/resume support to aplns(4).Mark Kettenis
2022-11-09Simplify the overly complex VXLOCK handling in spec_close.Claudio Jeker
2022-11-09vmm(4): treat vcpu lists as immutable, reducing complexity.Dave Voutila
2022-11-09timeout(9): remove TIMEOUT_KCLOCK flagScott Soule Cheloha
2022-11-09Make aplpmgr(4) work as a reset controller.Mark Kettenis
2022-11-09Add missin 'e' in comment.Claudio Jeker
2022-11-09Implement reading/writing pins on qcpmicgpio(4).Patrick Wildt
2022-11-09Recommit r1.669 "Unlock SIOCIFGCLONERS"Klemens Nanni
2022-11-09Push kernel lock from ifioctl() into ifioctl_get()Klemens Nanni
2022-11-09replace SRP with SMR in the if_idxmap.David Gwynne
2022-11-09regenMartin Pieuchot
2022-11-09gpt_get_fstype() doesn't modify its parameter so make saidKenneth R Westerback
2022-11-09Mark sched_yield(2) as NOLOCK.Martin Pieuchot
2022-11-09vmm on !MULTIPROCESSOR kernels should still mark vpus with pending intrs.David Gwynne
2022-11-09translate Fn+(1-10,-,=) keys to F1-F12 on M1 laptops with a touchbarRobert Nagy
2022-11-09regenRobert Nagy