Age | Commit message (Expand) | Author |
2015-06-23 | If the kernel symbols fit completely into the 2 MB alignment hole | Alexander Bluhm |
2015-06-23 | delete more p==NULL checks; discussed with miod, kettenis, dlg before | Theo de Raadt |
2015-06-22 | Add an #ifdef HIBERNATE to allow to build a kernel without hibernate but | Alexander Bluhm |
2015-06-22 | Make it possible to create write combing mappings through /dev/mem. This is | Mark Kettenis |
2015-06-22 | document that boot.conf can contain comments; | Jason McIntyre |
2015-06-21 | Count transmitted packets. | Mark Kettenis |
2015-06-19 | remove isp(4) now that the ql* family have replaced it | Jonathan Matthew |
2015-06-17 | crank to 5.8-beta | Theo de Raadt |
2015-06-17 | Make kernel text read-only and unreadable from userland, and remove the bogus | Miod Vallat |
2015-06-16 | alloc_contiguous_pages() is supposed to round the allocation size to a page | Miod Vallat |
2015-06-16 | Clear the PIC `write request' memory at initialization time. There is | Miod Vallat |
2015-06-14 | Bring a few routines from libkern in order to avoid linking against libgcc. | Miod Vallat |
2015-06-14 | Build required bits from libkern rather than importing them from libgcc. | Miod Vallat |
2015-06-14 | Build __moddi3, __muldi3 and __qdivrem from libkern, and built no-pie, instead | Miod Vallat |
2015-06-14 | correct the uart irq numbers | Jonathan Gray |
2015-06-14 | add a driver for the ARM PrimeCell PL031 RTC | Jonathan Gray |
2015-06-13 | Parse _CST objects and use the C-states they describe when they're sane. | Philip Guenther |
2015-06-13 | When investigating an uninitialised variable in the armv7 resettodr() | Jonathan Gray |
2015-06-11 | In the copyout family of functions, if the address is out of range | Theo de Raadt |
2015-06-11 | convert sc_sendq into an mbuf_list, and use ph_cookie rather than rcvif to | Jonathan Matthew |
2015-06-08 | enable agtimer on the ramdisk as well | Jonathan Gray |
2015-06-08 | At some point arm moved to a unified syntax for arm and thumb instructions. | Jonathan Gray |
2015-06-08 | Add initial support for the ARM Versatile Express boards as emulated by | Jonathan Gray |
2015-06-07 | Initial exynos4 bits. Among other things the gic isn't mapped correctly | Jonathan Gray |
2015-06-07 | Add a default panic case to a switch statement where code after assumes | Jonathan Gray |
2015-06-07 | Add CR4_FSGSBASE | Philip Guenther |
2015-06-07 | Enable use of mwait in non-MP boxes and report # of C-substates up to C7, | Philip Guenther |
2015-06-06 | Add some changes from Patrick Wildt in bitrig that are required to make | Jonathan Gray |
2015-06-06 | Enable rtwn(4) on RAMDISK_CD kernels for upgrades. ok deraadt | Stefan Sperling |
2015-06-05 | And ... more discussion occurs between miod and kettenis about | Theo de Raadt |
2015-06-05 | And part 2 of the onfault repair. Do the actual clearing of pcb_onfault | Theo de Raadt |
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 | 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 |