Age | Commit message (Expand) | Author |
2014-03-19 | It's safe to assumed 'signed' exists | Philip Guenther |
2014-03-16 | DDB supports ELF symbols are all archs, and it's always the same as the | Philip Guenther |
2014-03-16 | Kill DB_*TASK_NAME* macros which were only ever on i386/amd64 and never used. | Philip Guenther |
2014-03-14 | rework mplocks to use tickets instead of spinning. this provides | David Gwynne |
2014-03-11 | lint is gone, and the 'lint' conditional was never in the implementation | Philip Guenther |
2014-02-13 | Some Linux i915 drm "fast" path code relies on being able to "disable" page | Mark Kettenis |
2014-01-30 | Move declaration of struct vm_page_md from <machine/vmparam.h> to | Miod Vallat |
2014-01-24 | Disable lapic when halting CPUs. Allegedly this is necessary to make | Mark Kettenis |
2014-01-23 | unifdef -D__HAVE_VM_PAGE_MD - no functional change. | Miod Vallat |
2014-01-06 | Increase NPTECL, as cache-lines are 64-bytes nowadays. | Stefan Fritsch |
2014-01-05 | Don't use the first 64KB for anything, including tramps. Move tramps and | Mike Larkin |
2013-12-23 | Add an instruction barrier to bus_space_barrier(). From David Hill. | Mark Kettenis |
2013-12-18 | Provide MI symbol _STACKALIGNBYTES | Theo de Raadt |
2013-12-12 | Remove the scatter/gather dma implementation as it is no longer used. | Mark Kettenis |
2013-12-06 | Make clflush() flush the cache line specified by the address we pass it | Mark Kettenis |
2013-11-02 | Cleanup bios_oconsdev_t. Make sure you have a halfway recent bootloader | Mark Kettenis |
2013-10-17 | Remove a.out leftovers now that libsa loadfile() will only boot ELF binaries. | Miod Vallat |
2013-10-17 | Remove support for a.out and ecoff. We only do elf now. | Theo de Raadt |
2013-10-09 | Use monitor/mwait to idle when available. Make cpu_unidle() do nothing | Philip Guenther |
2013-08-24 | Cleanup amd64 and i386 MTRR code - | Mike Larkin |
2013-08-07 | We uniformly define size_t to be unsigned long and ssize_t to be long. Make | Mark Kettenis |
2013-07-14 | IPL_VM is "mpsafe" now as well. | Mark Kettenis |
2013-07-13 | unify register_t to long on all platforms | Theo de Raadt |
2013-07-10 | To prevent lock ordering problems with the kernel lock, we need to make sure | Mark Kettenis |
2013-07-05 | Take II, this time without flubbing off_t: : move several internal | Philip Guenther |
2013-07-04 | backout previous; off_t must be signed and there might be other C++ API | Otto Moerbeek |
2013-07-04 | To ease future changes, move several internal type definitions that are | Philip Guenther |
2013-06-04 | Remove remaining references to HIBERNATE_COPY_PAGE. It was effectively | Mike Larkin |
2013-06-04 | Add RCS ids. | Paul Irofti |
2013-06-01 | cleanup and consolidate the spinlock_lock (what a name!) code. | Ted Unangst |
2013-05-31 | We need to halt the APs on MP hibernate resume or else they will be | Mike Larkin |
2013-05-31 | remove counters for simplelocks | Ted Unangst |
2013-05-30 | Make interrupt handling in hibernate resume MI by providing MD-specific | Mike Larkin |
2013-05-21 | remove unused cpu_lock code (where it is truly unused). it is not | Ted Unangst |
2013-05-16 | Implement a mechanism to establish interrupt handlers that don't grab the | Mark Kettenis |
2013-05-08 | this comment is not attached to this value. remove | Ted Unangst |
2013-05-08 | remove stale cyrix emc support, and switch to just using intial npxcw | Ted Unangst |
2013-05-06 | the use of modern intel performance counter msrs to measure the number of | David Gwynne |
2013-04-01 | Do not expose the trap T_* values to userland, since they invade the | Theo de Raadt |
2013-03-31 | try to avoid pulling in pte.h and other more crazy things. Checked against | Theo de Raadt |
2013-03-28 | Add STRONG_ALIAS macros to be used from assembly code in libc and | Martynas Venckus |
2013-03-28 | Add __strong_alias macros for all architectures to be able to alias | Martynas Venckus |
2013-03-26 | PGSHIFT and PGOFSET are now contained inside the kernel namespace. | Theo de Raadt |
2013-03-25 | PGSHIFT -> PAGE_SHIFT | Theo de Raadt |
2013-03-25 | unused relics | Theo de Raadt |
2013-03-25 | ALIGNBYTES/ALIGN/ALIGNED_POINTER can move to the MI file. | Theo de Raadt |
2013-03-23 | refactor sys/param.h and machine/param.h. A lot of #ifdef _KERNEL is added | Theo de Raadt |
2013-03-17 | Add an interface to rebind AGP DMA mappings. To be used by the upcoming KMS | Mark Kettenis |
2013-03-12 | Fix kernel profiling on MP systems by using per-CPU buffers and teach | Martin Pieuchot |
2013-02-12 | Back out per-CPU kernel profiling, it shouldn't modify a public header | Martin Pieuchot |