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
Age
Commit message (
Expand
)
Author
2015-06-05
Missing no-pie logic for bootblocks.
Miod Vallat
2015-06-05
Do not unconditionally clear pcb_onfault after a uvm_fault. That will
Theo de Raadt
2015-06-05
these days, curproc is never NULL, so skip those checks.
Theo de Raadt
2015-06-05
trunc_page() generally.... succeeds at clearing the page offset
Theo de Raadt
2015-06-05
These days p->p_addr will never be NULL.
Mark Kettenis
2015-06-05
Improve error handling and recovery during state insertion
Mike Belopuhov
2015-06-05
Add bits missed in previous... I suck at cvs.
Martin Pieuchot
2015-06-05
Put spaces and commas where they belong.
Martin Pieuchot
2015-06-05
Finally protect VP lookups to guarantee that a pted won't be freed or
Martin Pieuchot
2015-06-05
Don't try to be clever when unrolling the loop in pmap_remove().
Martin Pieuchot
2015-06-05
Replace the per-entry locks by a global HASH lock.
Martin Pieuchot
2015-06-05
Call pte_spill_v() from the real mode fault handler instead of rerolling
Martin Pieuchot
2015-06-05
Rewrite PTE manipulation routines to better match the PEM.
Martin Pieuchot
2015-06-05
Split pteclrbits() into pmap_{test,clear}_attrs().
Martin Pieuchot
2015-06-05
More usages of pmap_ptedinhash().
Martin Pieuchot
2015-06-05
Remove DEBUG stuff.
Martin Pieuchot
2015-06-05
Make use of ptesr() instead of rerolling it.
Martin Pieuchot
2015-06-05
Merge various copies of the same code into a new function to determine
Martin Pieuchot
2015-06-05
Introduce pmap_pted_ro() a simple wrapper for the 32/64 bits versions
Martin Pieuchot
2015-06-05
Do only one VP lookup when removing a page.
Martin Pieuchot
2015-06-05
Remove the MANAGED flag when removing a PV entry.
Martin Pieuchot
2015-06-05
Remove unneeded splvm() calls and the pool_setipl(9) hack of r1.140.
Martin Pieuchot
2015-06-05
Use p15 for the coprocessor name not 15. gas accepts both forms, clang
Jonathan Gray
2015-06-05
regen
Stefan Sperling
2015-06-05
Add another PCI ID for Intel Dual Band Wireless AC 3165. From brad.
Stefan Sperling
2015-06-04
enable rtwn(4) on i386
Stefan Sperling
2015-06-04
Enable rtwn(4) on amd64.
Stefan Sperling
2015-06-04
attach rtwn at pci
Stefan Sperling
2015-06-04
New rtwn(4) driver for RTL8188CE wifi cards.
Stefan Sperling
2015-06-04
sync
Theo de Raadt
2015-06-04
+ REALTEK RT8191SE
Theo de Raadt
2015-06-04
Add support for em(4) on Teak 3020, a Tolopai (EP80579)
Dariusz Swiderski
2015-06-04
The (no quite so) new kernel perfpolicy code calls cpu_setperf() from a
Mark Kettenis
2015-06-04
regen
Dariusz Swiderski
2015-06-04
Add more of Tolopai (EP80579) Gigabit controllers id.
Dariusz Swiderski
2015-06-04
Check if interface was stopped before calling rx/tx interrupt routines.
Mike Belopuhov
2015-06-04
Remove unused sa_dl.
Martin Pieuchot
2015-06-04
Switch intel_gmbus_is_port_valid and intel_gmbus_is_forced_bit from
Jonathan Gray
2015-06-04
use mallocarray instead of malloc in drm_calloc
Jonathan Gray
2015-06-04
remove the now unused alawtolin16 table
Jonathan Gray
2015-06-03
Adjust yielding condition slightly in the if_input_process thread.
Mike Belopuhov
2015-06-03
Fix pf_map_addr() not to cause dividing by 0. This fixes problem when
YASUOKA Masahiko
2015-06-03
Support for U4, missed in previous.
Martin Pieuchot
2015-06-03
Check for the correct bit in the interrupts property of the device-tree
Martin Pieuchot
2015-06-03
Add hpb(4), reminded by Brad.
Martin Pieuchot
2015-06-03
there's been a long standing issue in ppp on a tty/serial line where it alloc...
David Gwynne
2015-06-02
Add missing define for hpb(4).
Martin Pieuchot
2015-06-02
Add a new HT-PCI bridge driver and the necessary glue to openpic(4)
Martin Pieuchot
2015-06-02
RIP ether_input_mbuf().
Martin Pieuchot
2015-06-02
Use if_input() instead of ether_input_mbuf().
Martin Pieuchot
[prev]
[next]