Age | Commit message (Expand) | Author |
2019-07-29 | Shut down queues properly when bringing the interface down | Jonathan Matthew |
2019-07-29 | drm/i915: Fix I915_EXEC_RING_MASK | Jonathan Gray |
2019-07-29 | Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver. | Stefan Sperling |
2019-07-29 | reduce the diff to linux | Jonathan Gray |
2019-07-29 | dma-buf: Discard old fence_excl on retrying get_fences_rcu for realloc | Jonathan Gray |
2019-07-29 | remove some VF bits now that iavf(4) exists | Jonathan Matthew |
2019-07-29 | Add iavf(4), a driver for Intel Ethernet Adaptive Virtual Functions. | Jonathan Matthew |
2019-07-28 | vmm(4): join some short lines of code | Mike Larkin |
2019-07-28 | Link octeon bootloader to the build. | Visa Hankala |
2019-07-28 | Add a dedicated ramdisk entry for the octeon bootloader to reduce | Visa Hankala |
2019-07-28 | With the DWC2 reset in place, dwctwo(4) should be safe to use | Visa Hankala |
2019-07-28 | Put DWC2 controller into reset mode on (pseudo-)shutdown to make | Visa Hankala |
2019-07-28 | Fix trimming of newline. | Visa Hankala |
2019-07-28 | regen | Jonathan Matthew |
2019-07-28 | add newer intel nic virtual function ids | Jonathan Matthew |
2019-07-27 | Move unveil prototypes from vfs_lookup.c to namei.h for functions | Alexander Bluhm |
2019-07-27 | Make target numbers match the NVMe namespace identifiers. This fixes booting | Mark Kettenis |
2019-07-27 | drm/edid: parse CEA blocks embedded in DisplayID | Jonathan Gray |
2019-07-27 | Match linux path in i915_gem_mmap_ioctl() and change ggtt origin if | Jonathan Gray |
2019-07-26 | Recognize PCI busses that don't support INTx and refuse to map legacy on | Mark Kettenis |
2019-07-26 | emove duplicate definitions of LAPIC_ID_MASK and LAPIC_ID_SHIFT. | Kevin Lo |
2019-07-25 | Enable sharing of root complex when appropriate. | Mark Kettenis |
2019-07-25 | Add support for virtual root complexes used for Static Direct I/O. | Mark Kettenis |
2019-07-25 | regen | Mark Kettenis |
2019-07-25 | Add Sun Static Direct I/O devices | Mark Kettenis |
2019-07-25 | Add SDIO hypervisor calls. | Mark Kettenis |
2019-07-25 | AF_INET comes before AF_INET6. Shorten line to <80 chars. | Kenneth R Westerback |
2019-07-25 | itimerdecr(): simplify logic with timer*(9) macros; ok millert@ | cheloha |
2019-07-25 | Add IFXF_AUTOCONF4 to if_xflags to match IFXF_AUTOCONF6. Let | Kenneth R Westerback |
2019-07-25 | Use process accounting to find programs which try to access files | Alexander Bluhm |
2019-07-25 | Remove old unused drm_debug_flag var and make drm_debug (used by | Jonathan Gray |
2019-07-25 | Remove old DRM_READMEMORYBARRIER() DRM_WRITEMEMORYBARRIER() and | Jonathan Gray |
2019-07-25 | remove some unused macros | Jonathan Gray |
2019-07-25 | ipw, iwi, iwm, iwn, wpi(4): tsleep -> tsleep_nsec(9); ok stsp@ | cheloha |
2019-07-25 | vinvalbuf(9): tlseep -> tsleep_nsec(9); ok millert@ | cheloha |
2019-07-24 | Set athn(4) Tx descriptor fields which specify Tx power used for retries. | Stefan Sperling |
2019-07-24 | Make athn(4) provide full Tx time of each frame in a Tx series to hardware. | Stefan Sperling |
2019-07-24 | Avoid strlcpy() and printing of bios date if fixstring() returns NULL. | Jonathan Gray |
2019-07-23 | Grab the vnode lock earlier in vn_read() since it could end up sleeping, | anton |
2019-07-23 | In 11n hostap mode, properly disable HT protection when needed | Stefan Sperling |
2019-07-23 | Fix realpath(3) errno code for an empty input path string. | Stefan Sperling |
2019-07-22 | Correct minor style nit in sys_getdents() for consistency, missing parens around | anton |
2019-07-22 | Grab the vnode lock earlier in sys_getdents() since it could end up | anton |
2019-07-22 | implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocol | Robert Nagy |
2019-07-22 | Even when polling is requested, install ihidev's interrupt handler | Joshua Stein |
2019-07-22 | Disable caches and MMU before jumping to the kernel entry point. Needed | Mark Kettenis |
2019-07-21 | Grab the vnode lock in vn_seek(). Consensus has emerged around using the | anton |
2019-07-21 | add a panel orientation quirk for Kogan Atlas 2-in-1 D300 | Jonathan Gray |
2019-07-21 | apply backpressure when ifiq says the stack is getting busy | David Gwynne |
2019-07-20 | Get rid of `ddb_is_active' instead use `db_active'. | Martin Pieuchot |