Age | Commit message (Expand) | Author |
2018-03-29 | Initialize the secondary core's schedstate before spinning them up. | Patrick Wildt |
2018-03-29 | Set p->p_cpu in cpu_switchto() like we do on other MP architectures. | Patrick Wildt |
2018-03-29 | Enable mvclock(4), mvicu(4), mvpinctrl(4), mvgpio(4) and mvrtc(4). This | Mark Kettenis |
2018-03-29 | Add mvrtc(4), a driver for the RTC integrated on various Marvell Armada SoCs. | Mark Kettenis |
2018-03-29 | Use "marvell,spi-ranges" property to map GICP interrupts numbers into GIC | Mark Kettenis |
2018-03-29 | Add support for legacy binding used in device trees for Marvell devices for | Mark Kettenis |
2018-03-29 | Make sparc64 ofwboot open the softraid boot chunk early on and keep the | Stefan Sperling |
2018-03-29 | NET_LOCK is also required in pppxwrite and pppxclose. | Jonathan Matthew |
2018-03-29 | Remove RDTSCP from the CPUID flags reported to the guest VM. The instruction | Mike Larkin |
2018-03-29 | KNF (wrap a long line) | Mike Larkin |
2018-03-29 | Explicitly declare the gdt storage in struct cpu_info_full instead of | Philip Guenther |
2018-03-28 | Use RWL_IS_VNODE with locks that are acquired through VOP_LOCK(), | Visa Hankala |
2018-03-28 | - memory leak occurs when adding same table twice. | Alexandr Nedvedicky |
2018-03-28 | Call FREF() right after fd_getfile() in getsock(). | Martin Pieuchot |
2018-03-28 | Call FREF() right after fd_getfile() in sys_flock(). | Martin Pieuchot |
2018-03-28 | Call FREF() right after fd_getfile*() in pread(), prwrite() & co. | Martin Pieuchot |
2018-03-28 | Check for possible race after sleeping instead of using a rwlock to | Martin Pieuchot |
2018-03-28 | Mark ext2fs inode recursive lock as RWL_IS_VNODE like for ffs to let it | Martin Pieuchot |
2018-03-28 | Configure tx and rx chain delay based on device tree properties. | Mark Kettenis |
2018-03-28 | drm/edid: set ELD connector type in drm_edid_to_eld() | Jonathan Gray |
2018-03-28 | drm: Defer disabling the vblank IRQ until the next interrupt (for instant-off) | Jonathan Gray |
2018-03-27 | Add acpicmos(4), a driver that implements SystemCMOS OperationRegion | Mark Kettenis |
2018-03-27 | Use memcpy instead of bcopy when the memory does not overlap. | David Hill |
2018-03-27 | Make sure that programs violating a pledge(2) promise or some memory | Martin Pieuchot |
2018-03-27 | Try harder to execute code protected by mutexes after entering ddb(4). | Martin Pieuchot |
2018-03-27 | Use a goto to merge multiple error blocks in sosplice(). | Martin Pieuchot |
2018-03-27 | Exclude SIGKILL from ptrace(2) interception. | Martin Pieuchot |
2018-03-27 | take us to 6.3-current | Theo de Raadt |
2018-03-24 | Fix intr_restore() on luna88k to restore the previously saved state | Visa Hankala |
2018-03-24 | Avoid calling issignal() twice on signal delivery in order not | Visa Hankala |
2018-03-22 | iBackout the preparations for fixing Meltdown on i386. The task was | Alexander Bluhm |
2018-03-22 | In vldcp(4), initialize lc_rx_state to a magic value which is not | Stefan Sperling |
2018-03-21 | The function carp_prepare_ad() never fails. The error handling in | Alexander Bluhm |
2018-03-21 | In ip6_output() check that the interface of a route is valid. For | Alexander Bluhm |
2018-03-21 | When installing a shared interrupt handler, copy the ih_bus and ih_cpu | Mark Kettenis |
2018-03-21 | Disable the rw lock assertion after panic. Allows reboot from ddb. | Alexander Bluhm |
2018-03-21 | Add mvicu(4), a driver for the Interrupt Consolidation Unit found on | Mark Kettenis |
2018-03-21 | Add support for Marvell Armada 7K and 8K SoCs. | Mark Kettenis |
2018-03-21 | Register regmap regardless of whether the node has a "phandle" property. | Mark Kettenis |
2018-03-21 | Fix the way we detect xrun on the recording end, which may prevent the | Alexandre Ratchov |
2018-03-20 | Make use of the new common bus space tag in imxuart(4) so it does not | Patrick Wildt |
2018-03-20 | To allow sharing more code between armv7 and arm64 platforms, introduce | Patrick Wildt |
2018-03-20 | Add mvgpio(4), a driver to handle GPIOs on Marvell SoCs. | Mark Kettenis |
2018-03-20 | Switching from per PCB TSS to per CPU TSS broke kvm86 calls to the BIOS. | Alexander Bluhm |
2018-03-20 | Do not panic from ddb(4) when a lock requirement isn't fulfilled. | Martin Pieuchot |
2018-03-20 | Call bpfdetach() without holding the NET_LOCK(). | Martin Pieuchot |
2018-03-20 | sync | Kevin Lo |
2018-03-20 | Add support for SIMCom SIM7600E. | Kevin Lo |
2018-03-20 | Add hibernate IO path for sdmmc(4). This requires some help from the | Jonathan Matthew |
2018-03-19 | Make it possible for the sdhc(4) attachment glue to specify the base clock | Mark Kettenis |