| Age | Commit message (Expand) | Author |
| 2015-10-30 | this is working now, remove debugging. | christos |
| 2015-10-30 | more device names | christos |
| 2015-10-30 | - Move PCI_INTRSTR_LEN from pcireg.h to pcivar.h. | msaitoh |
| 2015-10-30 | - On ICH8, call wm_gig_downshift_workaround_ich8lan() when link changed down. | msaitoh |
| 2015-10-30 | initialize phy for the third EHCI controller | jmcneill |
| 2015-10-30 | - Fix a problem that wm_gate_hw_phy_config_ich8lan() isn't called in wm_reset() | msaitoh |
| 2015-10-30 | Call wm_get_wakeup(sc) before checking WM_F_HAS_AMT. | msaitoh |
| 2015-10-30 | Call wm_get_hw_control() correctly. This change fixes a bug that some AMT | msaitoh |
| 2015-10-30 | Add a missing newline in zs at sbus attach message. | tsutsui |
| 2015-10-30 | Fixed format string types to make it compile with BAH_DEBUG again. | phx |
| 2015-10-30 | Include genfb.h for NGENFB. | phx |
| 2015-10-30 | Disable LPLU (Low Power Link Up) on D0 state on 82574, 82583 and ICH* too. | msaitoh |
| 2015-10-30 | igphy(4),ukphy(4): Set mii_mpd_* entries. | msaitoh |
| 2015-10-29 | After setting HS_TIMING value for HS200 or later, send repeated SEND_STATUS | jmcneill |
| 2015-10-29 | only advertise HS200 and 8-bit mode on the eMMC slot | jmcneill |
| 2015-10-29 | if NUSB == 0, don't look for usbhist. | mrg |
| 2015-10-29 | Make sure that nde->td_node is NULL for asserts. | leot |
| 2015-10-29 | Simplify even further and fix non-modular kernels: | christos |
| 2015-10-29 | provide a ttm-backed set of nouveau_uvm_ops{} in the ttm_bo_driver{}. | mrg |
| 2015-10-29 | Fix a bug that the multiqueue setting is done in a multiqueue capabile | msaitoh |
| 2015-10-29 | simplify | christos |
| 2015-10-29 | Name virtqueue index | ozaki-r |
| 2015-10-29 | Add vioscsi, compile tested only (toxic) | christos |
| 2015-10-29 | introduce a new way of handling SYSCALL_DEBUG messages -- send them to | mrg |
| 2015-10-29 | remove "@echo done" from 4 rules that don't need it and the random "done" | mrg |
| 2015-10-29 | eliminate USBHIST as a define/option. it was entangled with USB_DEBUG | mrg |
| 2015-10-28 | Fix inverted KASSERT | martin |
| 2015-10-28 | remove bogus KASSERT, there are error paths that don't satisfy this. | christos |
| 2015-10-27 | use dma64 if available so we don't have do bounce around too much. | christos |
| 2015-10-27 | make sure MSGBUFSIZE can't expand strangely by using parens. | mrg |
| 2015-10-27 | update some dependancies: | mrg |
| 2015-10-27 | push the real attach down via config_mountroot, like radeon, as we | mrg |
| 2015-10-27 | modules don't define MODULAR. | christos |
| 2015-10-27 | simplify (and fix) logic. | christos |
| 2015-10-27 | fix operator precedence. | christos |
| 2015-10-27 | make sure we have a cookie before we try to clear it. | christos |
| 2015-10-27 | Print the negotiated feature bits | christos |
| 2015-10-27 | add the common flag bits | christos |
| 2015-10-27 | - Print the negotiated feature bits | christos |
| 2015-10-27 | - Print the negotiated feature bits. | christos |
| 2015-10-27 | - If we succeeded allocating a buffer that did not need bouncing before, but | christos |
| 2015-10-27 | Move the definition of CTRL_EXT_PHYPDEN and use __BIT(). No binary change. | msaitoh |
| 2015-10-27 | Eliminate Linux struct pci_dev::dev, struct platform_device::dev. | riastradh |
| 2015-10-27 | dev->dev, not &dev->pdev->dev. | riastradh |
| 2015-10-27 | dev->dev, not &dev->pdev->dev. | riastradh |
| 2015-10-27 | Use nv_device_base(dev) like other callers, not dev->pdev->dev. | riastradh |
| 2015-10-27 | Regen | njoly |
| 2015-10-27 | Fix setuid/setgid return type (void -> int) to match native. | njoly |
| 2015-10-27 | Regen. | njoly |
| 2015-10-27 | Fix wrong gid types from previous. | njoly |