Age | Commit message (Expand) | Author |
2015-11-01 | Bring in some commits from Rodrigo Vivi in linux to correct | Jonathan Gray |
2015-11-01 | drm/i915/bdw: enable eDRAM. | Jonathan Gray |
2015-11-01 | drm/i915: Fix and clean BDW PCH identification | Jonathan Gray |
2015-10-30 | Fix interaction between inteldrm(4) and efifb(4). If we were booted by UEFI | Mark Kettenis |
2015-10-29 | enable keyboard backlight led earlier to avoid race | Joerg Jung |
2015-10-29 | Make inteldrm(4) attach to pci(4) instead of vga(4) just like radeondrm(4). | Mark Kettenis |
2015-10-29 | regen | Jonathan Gray |
2015-10-29 | add some amd family 16h model 30h-3fh, mullins/bolton ids | Jonathan Gray |
2015-10-29 | fix newlines on an error message | Jonathan Gray |
2015-10-27 | Sync chacha_ivsetup to the version in ssh so that we could | Mike Belopuhov |
2015-10-25 | refactor to use a taskq and postpone the long running initial sensor probing, | Joerg Jung |
2015-10-25 | arp_ifinit() is no longer needed and almost dead. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-24 | Wait a short while between setting a USB device's address and reloading | Stefan Sperling |
2015-10-23 | Fix uvm_object reference counting. While these reference counts aren't reaaly | Mark Kettenis |
2015-10-23 | replace pointer arithmetic and casts with offsetof | Jonathan Gray |
2015-10-22 | remove some horrible iwm typedefs | Jonathan Gray |
2015-10-20 | Fix 802.1p VLAN priority code points for VLAN_HWTAGGING. | Christopher Zimmermann |
2015-10-19 | Enable some code that does power management magic. | Mark Kettenis |
2015-10-19 | Properly restore the prefetchable memory window upon resume. | Mark Kettenis |
2015-10-19 | Revert transfer submission to r1.85. Seems to make okan@'s scanner | Martin Pieuchot |
2015-10-19 | Move bge rxeof and txeof outside the kernel lock. | Jonathan Matthew |
2015-10-18 | The change of 5.7's sys/arch/i386/i386/bus_space.c and | SASANO Takayoshi |
2015-10-18 | Backport another Broadwell fix from Linux 3.15 | Mark Kettenis |
2015-10-17 | Fix the code that sets up the MCH BAR on systems where the (buggy) BIOS | Mark Kettenis |
2015-10-16 | Put some iwm(4) debug code into #ifdef IWM_DEBUG. | Stefan Sperling |
2015-10-16 | Clean up iwm(4) scanning logic a bit: Reset sc_scanband in callers of | Stefan Sperling |
2015-10-16 | Oops, committed old version of previous diff with a typo in it: NLL -> NULL | Stefan Sperling |
2015-10-16 | In iwm(4), correctly size and map the mbuf used for large firmware commands. | Stefan Sperling |
2015-10-15 | avoid using a var uninitialised | Jonathan Gray |
2015-10-13 | Prevent a NULL-pointer dereference when closing a ugen(4) node | Martin Pieuchot |
2015-10-12 | Always initialise the index into iwm's tx queue array, fixing a | Stefan Sperling |
2015-10-11 | Add a symbolic name for the special '-1' value of iwm's sc_wantresp. | Stefan Sperling |
2015-10-10 | In iwm(4), set mbuf pointers to NULL after freeing mbufs. | Stefan Sperling |
2015-10-10 | add location to the fan description | Joerg Jung |
2015-10-10 | fix wrong brackets in if statement | Joerg Jung |
2015-10-09 | Remove evil hack. I've never seen the printf fire, and xenocara no longer | Mark Kettenis |
2015-10-08 | Implement set_pages_array_wb() and set_pages_array_wc() for powerpc. Since | Mark Kettenis |
2015-10-08 | Call em_start() when we detect a link state change such that packets start | Mark Kettenis |
2015-10-07 | In i915_gem_fault(), move the "out" label after the switch state such that we | Mark Kettenis |
2015-10-06 | 0xffffffff is 32 bits, not 24 bits | Matthew Dempsky |
2015-10-06 | Make sure that tx_buffer->next_eop is properly set before we bump the number | Mark Kettenis |
2015-10-06 | Make iwm(4) set the MAC address the same way other wireless drivers do. | Stefan Sperling |
2015-10-05 | Simplify iwm(4) newstate task by only queuing one state transition | Stefan Sperling |
2015-10-04 | tweak initial output a bit: do not show number of light sensors, just show if | Joerg Jung |
2015-10-04 | a macmini has no light sensor, but reading from light sensor keys is | Joerg Jung |
2015-10-04 | remove duplicate key, found by kettenis | Joerg Jung |
2015-10-04 | Fix memory leak in error path. | Jonathan Matthew |