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