Age | Commit message (Expand) | Author |
2019-11-05 | Remove mpls_inkloop and the corresponding sysctl net.mpls.maxloop_inkernel. | Claudio Jeker |
2019-11-05 | Kill uvm_deallocate(9) and use uvm_unmap() directly. | Martin Pieuchot |
2019-11-05 | Give some END()s to assembly symbols. | Martin Pieuchot |
2019-11-04 | remove mobileip(4) | David Gwynne |
2019-11-04 | Restore the old way of dispatching dead procs through idle proc. | Visa Hankala |
2019-11-04 | Regularly poll and report kubsan findings using the timeout(9) API | anton |
2019-11-04 | Add ogx(4), a driver for the OCTEON III network processor. | Visa Hankala |
2019-11-04 | Switch iwm 3160, 7260, and 7265 to -17 firmware images. | Stefan Sperling |
2019-11-04 | Make iwm send the DQA command later, as Linux does. We were sending it to | Stefan Sperling |
2019-11-04 | Don't send the BT coex config command to iwm 8k init firmware because newer | Stefan Sperling |
2019-11-04 | iwm API version -31 firmware and up will crash after load unless the driver | Stefan Sperling |
2019-11-04 | Fix handling of iwm_sf_config() input argument. | Stefan Sperling |
2019-11-04 | Ignore FW_DBG_DEST and FW_DBG_CONF iwm firmware image TLV sections, for now. | Stefan Sperling |
2019-11-04 | Support iwm(4) firmware images with ucode_api flags larger than 32 bits. | Stefan Sperling |
2019-11-04 | Sync iwm's SCD_QUEUE macros with iwlwifi. | Stefan Sperling |
2019-11-04 | Tweak a device type check in iwm_apm_init() to ensure it will match | Stefan Sperling |
2019-11-04 | Enable only iwm's "firmware-load" interrupt while loading the firmware. | Stefan Sperling |
2019-11-04 | Add support for iwm firmware paging, required for newer 8k device firmware. | Stefan Sperling |
2019-11-04 | in vlan_clone_destroy take NET_LOCK when calling vlan_down and mark it dead. | David Gwynne |
2019-11-04 | make the parent promisc when a promisc vlan interface is brought up. | David Gwynne |
2019-11-04 | Fix previous commit: missed a ds_copyin() moved in rev 1.72 | Philip Guenther |
2019-11-03 | Merge sys_shmctl() and shmctl1() again, as we no longer have a need for | Philip Guenther |
2019-11-03 | kern_timeout.c: style(9), misc. cleanup | cheloha |
2019-11-03 | rework kubsan_state into simpler boolean named kubsan_cold | anton |
2019-11-03 | add missing handler for float cast overflow; caused by code in | anton |
2019-11-03 | Don't talk about uvm_km_alloc(9), pool_get(9) is what we need. | Martin Pieuchot |
2019-11-03 | Correctly re-initialize the nameinfo struct that is re-used for | Bob Beck |
2019-11-02 | softclock: move softintr registration/scheduling into timeout module | cheloha |
2019-11-02 | Revert previous, a race is present and can be triggered with golang. | Martin Pieuchot |
2019-11-02 | Add a few more PCIe capability registers and bits. As usual, the names | Mark Kettenis |
2019-11-02 | Start documenting which locking primitives apply to uvm_map members. | Martin Pieuchot |
2019-11-02 | Move dead procs to the reaper queue immediately after context switch. | Visa Hankala |
2019-11-01 | Kill resched_proc() and instead call need_resched() when a thread is | Martin Pieuchot |
2019-11-01 | Reduce BOOTRANDOM_MAX to 256. naddy pointed out there's no point having | Theo de Raadt |
2019-11-01 | Push the KERNEL_LOCK() down in uvm_map_inentry(). | Martin Pieuchot |
2019-11-01 | Keep local function definitions in C files. | Martin Pieuchot |
2019-11-01 | Document that p_{sp,pc}inentry are owned by the current thread. | Martin Pieuchot |
2019-11-01 | Fix an off-by-one in db_save_stack_trace(). | Martin Pieuchot |
2019-11-01 | Flush the register windows before unwinding the stack. | Martin Pieuchot |
2019-10-31 | In 2013, when OpenBSD/armv7 was still rather early, improvements for | Patrick Wildt |
2019-10-31 | Make background scans less frequent if we keep choosing the same AP. | Stefan Sperling |
2019-10-30 | drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1 | Jonathan Gray |
2019-10-30 | drm/ttm: Restore ttm prefaulting | Jonathan Gray |
2019-10-30 | drm/edid: Add 6 bpc quirk for SDC panel in Lenovo G50 | Jonathan Gray |
2019-10-30 | Revert "drm/radeon: Fix EEH during kexec" | Jonathan Gray |
2019-10-29 | sync | Joshua Stein |
2019-10-29 | add an Intel 9260 wifi card | Joshua Stein |
2019-10-29 | Consistently release the vnode lock while calling d_close of cloned and | Visa Hankala |
2019-10-29 | Regen for Marvell 88SE9128 AHCI. | Kurt Miller |
2019-10-29 | Add Marvell 88SE9128 AHCI. okay kettenis@ | Kurt Miller |