Age | Commit message (Expand) | Author |
2018-07-09 | Delete the VM86 kernel option and i386_vm86(3) API: it's required | Philip Guenther |
2018-07-09 | Enable pcagpio(4). | Patrick Wildt |
2018-07-09 | Strip down the (not enabled) pcagpio(4) GPIO extender. This removes | Patrick Wildt |
2018-07-09 | Inline the raw_usrreq() function into pfkeyv2_usrreq(). Similar to the | Claudio Jeker |
2018-07-09 | Inline the raw_usrreq() function into route_usrreq(). This simplifies the | Claudio Jeker |
2018-07-09 | Basic support for SFP modules in mvneta(4). SFP modules are basically | Patrick Wildt |
2018-07-09 | Add a phandle to v2m nodes. | Mark Kettenis |
2018-07-09 | vmm(4): inject #UD on vmx instructions, instead of dropping into the | Mike Larkin |
2018-07-09 | Rest the FPU's fcw and mxcsr before initializing the "FPU reset state" area | Philip Guenther |
2018-07-09 | Use function name in panic string, like in some other places. | Claudio Jeker |
2018-07-09 | Add bnxt(4), a driver for Broadcom NetXtreme-C/E 10G+ ethernet. | Jonathan Matthew |
2018-07-09 | Add a few common PCIe devices based on the arm64 kernel configs. | Patrick Wildt |
2018-07-09 | dd mvpcie(4), a driver for the Marvell ARMADA 38x PCIe controller, | Patrick Wildt |
2018-07-09 | Enable ampintcmsi(4), pciecam(4) and PCIVERBOSE. | Patrick Wildt |
2018-07-09 | Introduce pciecam(4), a driver for generic ECAM compatible PCI host | Patrick Wildt |
2018-07-09 | Add PCI machdep headers based on the arm64 port. | Patrick Wildt |
2018-07-09 | Implement ampintcmsi(4) in ampintc(4) to support MSI. The GICv2M is an | Patrick Wildt |
2018-07-09 | Add an API to add and delete windows in the mvmbus(4) controller. This | Patrick Wildt |
2018-07-09 | Make free(9) MP safe. It was wrong to set ku_indx to 0 after freeing | Alexander Bluhm |
2018-07-09 | Add retguard macros to aes_intel. | mortimer |
2018-07-09 | Use a slightly more efficient zeroing idiom when clearing GPRs | Philip Guenther |
2018-07-09 | Nuke unused define 'nfsm_writereply()'. | Kenneth R Westerback |
2018-07-08 | regen | thfr |
2018-07-08 | add AMD Summit Ridge (17h) and Raven Ridge PCI devices. ok brynet@ | thfr |
2018-07-08 | "id" is too generic, rename to "rdomain" for clarity and easier grepping | Jeremie Courreges-Anglas |
2018-07-08 | Use the same test pattern as for enc_ifps, for consistency | Jeremie Courreges-Anglas |
2018-07-07 | Fix an argument type error that happens when translating fcntl(F_SETOWN) | Visa Hankala |
2018-07-07 | Remember to lock v_specparent for VOP operations. | Visa Hankala |
2018-07-07 | Fix a locking error in spec_setattr(). Unlike many VOP operations, | Visa Hankala |
2018-07-07 | Release the kernel lock fully on thread exit. This prevents a locking | Visa Hankala |
2018-07-07 | Fix uaudio(4) detection on Logitech Webcam C200/C210/C250/C270/C310/C500. | Landry Breuil |
2018-07-07 | regen | Landry Breuil |
2018-07-07 | Add ids for Logitech Webcam C250, also affected by the 'bogus | Landry Breuil |
2018-07-06 | Implement an API for establishing legacy PCI interrupts. This specific | Patrick Wildt |
2018-07-06 | Add bus_dmamap_sync(9) calls to bwfm(4) so that we make sure the data | Patrick Wildt |
2018-07-06 | Move mbuf alignment for strict aligned architectures from the BCDC | Patrick Wildt |
2018-07-06 | Since the function is supposed to return 1 if the window is free, we | Patrick Wildt |
2018-07-06 | Fix efiboot not to panic when a serial which does not exist actually | YASUOKA Masahiko |
2018-07-06 | Split trap() into kerntrap() and usertrap(), with all the signal generation | Philip Guenther |
2018-07-06 | regen | Jonathan Matthew |
2018-07-06 | add Broadcom NetXtreme-C/E devices | Jonathan Matthew |
2018-07-05 | fix comment: s/always send/always sent/ | Stuart Henderson |
2018-07-05 | It was possible to leak the control mbuf in raw ip user request | Alexander Bluhm |
2018-07-05 | Add acpipci(4), a driver that supports generic ECAM-compatible PCI host | Mark Kettenis |
2018-07-05 | Do not leak memory and a fp reference when !root passes `allow_other'. | Martin Pieuchot |
2018-07-05 | regen | Martin Pieuchot |
2018-07-05 | Put back sendto(2) and sendmsg(2) under KERNEL_LOCK(). | Martin Pieuchot |
2018-07-05 | Serialize the sosplice taskq allocation. This prevents an unlikely | Visa Hankala |
2018-07-05 | Grab the KERNEL_LOCK() in kthread_create(9) to enable unlocked code | Visa Hankala |
2018-07-05 | backout r1.11 "Add retguard macros for kernel asm", ok deraadt | Stuart Henderson |