index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
Age
Commit message (
Expand
)
Author
2015-11-13
vmm(4) kernel code
Mike Larkin
2015-11-12
Revert 1.372, reported to cause regressions on some models.
Miod Vallat
2015-11-12
two newlines in the middle of a func doenst look right.
David Gwynne
2015-11-11
Kill useless IFQ_POLL().
Martin Pieuchot
2015-11-11
mark ehci_intr() as IPL_MPSAFE here as well
Jonathan Gray
2015-11-10
In bge_reset(), after figuring out which register access routines to use
Miod Vallat
2015-11-10
The window accessible with BGE_MEMWIN_{READ,WRITE} only spans 32KB, so
Miod Vallat
2015-11-09
Run config_found() under splusb.
Martin Pieuchot
2015-11-09
regen
Mike Larkin
2015-11-09
Allocate a currently unused vendor ID for our vmm's pchb.
Mike Larkin
2015-11-09
rework the start routines to avoid IF_PREPEND.
David Gwynne
2015-11-09
rework the code to avoid IF_PREPEND.
David Gwynne
2015-11-08
Merge NetBSD 1.145:
Miod Vallat
2015-11-08
Always claim to support sector mode for eMMC. Allows BeagleBone Black
Jonathan Gray
2015-11-07
Spell `unused' correctly.
Miod Vallat
2015-11-05
explicitly say that we use uio for our crypto operations; ok mikeb@
Christian Weisgerber
2015-11-05
for mice with wheels, check for W direction at AC Pan input used in
Joshua Stein
2015-11-04
allow km(4) to match the temperature sensor in GX-412TC SOC (as used on APU2)
Stuart Henderson
2015-11-04
use if_enqueue() rather than doing a poor inline version of it.
David Gwynne
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-11-04
replace while (ml_dequeue()) m_freem(); with ml_purge();
David Gwynne
2015-11-04
use IFQ_IS_EMPTY to see if if_snd is empty, not IF_IS_EMPTY
David Gwynne
2015-11-04
replace the ifqueues used for tulip_txq and _rxq with mbuf_lists.
David Gwynne
2015-11-02
Delay root hub interrupt processing to the soft-interrupt path in order
Martin Pieuchot
2015-11-02
Mark xhci_intr() as IPL_MPSAFE since it only schedules a soft-interrupt.
Martin Pieuchot
2015-11-02
regen
Jonathan Gray
2015-11-02
add some "Broadwell H" ids and another asmedia xhci
Jonathan Gray
2015-11-02
later variants of these chips can support bigger rx and tx rings. this
David Gwynne
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
[next]