Age | Commit message (Expand) | Author |
2022-02-16 | Add mpfiic(4), a driver for the PolarFire SoC MSS I2C controller. | Visa Hankala |
2022-02-16 | change MD gosleep() and sleep_finish() to return int, the MI code will be | Theo de Raadt |
2022-02-16 | Make room for a cookie argument passed to audio_attach_mi(). Currently | Anton Lindqvist |
2022-02-15 | Since acpitoshiba brightness button processing no longer plays games | Theo de Raadt |
2022-02-15 | when the MI suspend code encounters problems, we need a way to | Theo de Raadt |
2022-02-15 | MI disable_lid_wakeups() is not needed, x86 systems can do this | Theo de Raadt |
2022-02-15 | fix mask in hppa inst_trap_return() | Jonathan Gray |
2022-02-14 | don't deref pointer before test it is safe | Jonathan Gray |
2022-02-14 | Pass the entire compatible property for devices attaching to the iic(4) bus. | Mark Kettenis |
2022-02-14 | Delete incomplete implementation of bus_space_{alloc,free} in bus.h. | Kenji Aoyama |
2022-02-14 | OF_getproplen() returns -1 on error, so don't store result in size_t | Jonathan Gray |
2022-02-13 | remove stray tab whitespace. no code change. | Mike Larkin |
2022-02-13 | Fix return value check of OF_getproplen(). If "reset-gpios" is not found | Tobias Heider |
2022-02-13 | Move some MI pieces out of suspend_mp/resume_mp | Theo de Raadt |
2022-02-13 | The Apple M1 SoC has two mechanism for doing IPIs. The first method uses | Mark Kettenis |
2022-02-13 | Some PCIe devices on the M1 and M1 Pro/Max need to be explicitly powered on | Mark Kettenis |
2022-02-13 | Add basic GPIO support. | Mark Kettenis |
2022-02-12 | wsdisplay checks are no longer needed here | Theo de Raadt |
2022-02-12 | wsdisplay checks are no longer needed here | Theo de Raadt |
2022-02-12 | add MP stubs | Theo de Raadt |
2022-02-12 | for non-SUSPEND kernel, put the ioctl pieces entirely inside #ifdef | Theo de Raadt |
2022-02-11 | the sleep_clocks() hook is not needed because the architectures which | Theo de Raadt |
2022-02-11 | sleep_cpu/resume_cpu are part of an earlier MI split attempt | Theo de Raadt |
2022-02-10 | Duplicate "park disk" code, so that the SUSPEND case can be MI, it is only | Theo de Raadt |
2022-02-10 | #ifdef the SUSPEND ioctl block | Theo de Raadt |
2022-02-10 | Add stubs for macppc suspend | George Koehler |
2022-02-09 | this is now in apm.c | Theo de Raadt |
2022-02-09 | not ready for suspend | Theo de Raadt |
2022-02-09 | *** empty log message *** | Theo de Raadt |
2022-02-09 | Move x86-only stubs used by kern/subr_suspend.c into dev/acpi/acpi_x86.c | Theo de Raadt |
2022-02-09 | Increase armv7 ramdisk size to avoid errors in installer. | Visa Hankala |
2022-02-08 | oops, a typo snuck in | Theo de Raadt |
2022-02-08 | The suspend/resume code is a sticky mess of MI, MD, and ACPI sequencing. | Theo de Raadt |
2022-02-07 | Allow writes to rw pages in pte_spill_v | George Koehler |
2022-02-07 | Allow "ddb{1}> trace" through interrupt on macppc | George Koehler |
2022-02-06 | Avoid touching "locked" DARTs. While there, print something when we place | Mark Kettenis |
2022-02-05 | grow the dmesg buffer on i386 from 4 to 8 pages | Daniel Dickman |
2022-02-05 | Switch vmapbuf() and vunmapbuf() over to km_alloc(9) and km_free(9) like | Mark Kettenis |
2022-02-04 | Define __HAVE_PMAP_MPSAFE_ENTER_COW; the ARMv8 architecture requires | Mark Kettenis |
2022-02-03 | sync list of amdgpu files built with -msse -msse2 with linux 5.15.y | Jonathan Gray |
2022-02-02 | Add apldma(4), a driver for the DMA controller found on Apple SoCs. | Mark Kettenis |
2022-02-02 | Get the pci bus number from the bus-range property when available, rather | Miod Vallat |
2022-02-01 | An old hack skips use of memory regions < 1MB size, because some machines | Theo de Raadt |
2022-02-01 | Make sure we always pass a page-aligned address to pmap_grow_map(). | Mark Kettenis |
2022-02-01 | When a struct ipovly needs to be computed and checksummed in in4_cksum(), | Miod Vallat |
2022-02-01 | Attempt to guarantee that on copy-on-write faulting, the new copy | Philip Guenther |
2022-01-30 | Add aplnco(4), a driver for the Numerically-controlled oscillator (NCO) | Mark Kettenis |
2022-01-29 | Put the leaf and subleaf input values (from rax/rcx) into local variables, | Philip Guenther |
2022-01-28 | Give ddb more access to registers on macppc, powerpc64 | George Koehler |
2022-01-28 | Remove unused guarded read and write routines. | Visa Hankala |