Age | Commit message (Expand) | Author |
2015-01-09 | Fix loading memory allocated with bus_dmamem_alloc(9). The old could would | Mark Kettenis |
2015-01-09 | Cleanup some macros and #defines in i386 pmap. Previously committed and | Mike Larkin |
2015-01-06 | when we're entering an interrupt handler, record its ipl so splassert | David Gwynne |
2015-01-06 | implement atomic_swap_{uint,ulong,ptr) and some md variants. use these | David Gwynne |
2015-01-04 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-04 | EV68CB pass 2.4 is numeric revision 5, as reported by SRM. | Miod Vallat |
2015-01-04 | Implement splassert(9) for powerpc. | Martin Pieuchot |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-03 | Some bowels of the bus_dma code assume it is ok to perform bitwise operations | Miod Vallat |
2015-01-03 | add new driver uslhcom(4) USB HID based UART. | uaa |
2015-01-02 | Fix a few format string warnings, allow to build DEBUG kernel on sgi | Sebastian Reitenbach |
2015-01-02 | Add some additional i.MX6 board types from Bitrig. | Jonathan Gray |
2015-01-01 | move to 5.7-beta | Theo de Raadt |
2015-01-01 | Always drain the write buffer on pte sync. Needed for Cortex A7/A15 | Jonathan Gray |
2014-12-31 | Correct evcount_attach argument on cbus(4). | Kenji Aoyama |
2014-12-30 | Remove redundant md memcpy.S and memmove.S lines. The mi config | Jonathan Gray |
2014-12-28 | Add an audio driver, necsb(4), for NEC PC-9801-86 sound board on | Kenji Aoyama |
2014-12-24 | Pass real sizes to free(). | Miod Vallat |
2014-12-24 | Partially revert 1.46 and print more details when panicing at the end of | Miod Vallat |
2014-12-24 | tsciic(4): i2c controller onboard Tsunami and Titan chipsets, gives access to | Miod Vallat |
2014-12-23 | Pass real sizes to free() | Miod Vallat |
2014-12-23 | Fix an obvious free() argument misuse which has been there since r1.1. | Miod Vallat |
2014-12-23 | We do not need to grab the kernel lock for clock interrupts on luna88k, | Kenji Aoyama |
2014-12-23 | change pmap pools from nointr to waitok. pvpool left alone for now. | Ted Unangst |
2014-12-23 | backout previous, because libkvm needs two pieces. will let mike | Theo de Raadt |
2014-12-23 | force the pool of pmapvp onto PAGE_SIZE allocations by specifying a | David Gwynne |
2014-12-22 | Move PD_MASK, PT_MASK and a couple macros into pmap.c. The only other | Mike Larkin |
2014-12-22 | Clean up some weird spacing. No functional change. | Mike Larkin |
2014-12-22 | bcopy -> memcpy, as in amd64 | Theo de Raadt |
2014-12-22 | bcopy -> memcpy; ok tedu | Theo de Raadt |
2014-12-22 | unifdef INET | Ted Unangst |
2014-12-21 | Prevent writing to the kernel area via the direct map. We do this by padding | Mike Larkin |
2014-12-19 | Use <sys/endian.h> instead of <machine/endian.h> | Philip Guenther |
2014-12-19 | remove ipw. it wasn't included in generic, but nobody complained, | Ted Unangst |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-19 | oops, forgot rndvar.h | Theo de Raadt |
2014-12-19 | Move cbus.c, cbusvar.h, and pcex.c to new 'cbus' directory, to gather | Kenji Aoyama |
2014-12-18 | use suspend_randomness() and resume_randomness() | Theo de Raadt |
2014-12-18 | perform cpu setperf at same position in sequence as acpi.c | Theo de Raadt |
2014-12-18 | suspend & resume RNG subsystem | Theo de Raadt |
2014-12-18 | If support is present, use rdrand() at resume time. Make the rdrand() | Theo de Raadt |
2014-12-18 | ansi function prototypes. no functional change. | David Gwynne |
2014-12-18 | white space tweaks, no functional change. | David Gwynne |
2014-12-18 | replace splhigh and a simplelock with a mutex. | David Gwynne |
2014-12-18 | Unmap the MP hatch and ACPI resume trampolines when not in active use. | Mike Larkin |
2014-12-17 | minimal removal of simplelock to eliminate lock.h dependency | Ted Unangst |
2014-12-17 | fix/reduce header dependencies. clock.c doesn't need any of this uvm. | Ted Unangst |
2014-12-17 | remove simplelocks (trivial) | Theo de Raadt |
2014-12-17 | delete simplelocks | Theo de Raadt |