| Age | Commit message (Expand) | Author |
| 2018-03-01 | Remove empty pci_enumerate_bus() stub specific for ia64. I think it was orig... | scole |
| 2018-03-01 | Replace PG_G by pmap_pg_g, for the sake of removing references to the | maxv |
| 2018-03-01 | Remove these two KASSERTs. Thinking about it, they may fire when the user | maxv |
| 2018-03-01 | use mapiodev() so this can work on G5s | macallan |
| 2018-03-01 | match /u3, found in some G5 | macallan |
| 2018-03-01 | match K2 UATA, found in some G5 | macallan |
| 2018-03-01 | move the imc code into x86/pci/files.pci so that pci is defined in time. | mrg |
| 2018-03-01 | Move the imc(4) and imcsmb(4) sources into architecture-specific | pgoyette |
| 2018-03-01 | Replace spaces with tabs (xterm copy-&-pasto) | pgoyette |
| 2018-03-01 | Move the imc and imcsmb stuff out of general files.pci and into the | pgoyette |
| 2018-02-28 | switch an assert in backtrace to an error return. | mrg |
| 2018-02-27 | Implement _UC_MACHINE_INTRV() for hppa | kamil |
| 2018-02-27 | Add a dummy implementation of _UC_MACHINE_INTRV() for ia64 | kamil |
| 2018-02-27 | Remove c&p comment that doesn't apply | skrll |
| 2018-02-26 | Remove support for macofcons(4), it's not actually possible to build a kernel | sevan |
| 2018-02-26 | Add dumb memory probe routines for Milan to use all available memory. | tsutsui |
| 2018-02-26 | Enable SVS by default. | maxv |
| 2018-02-25 | As requested by chuq@, add the new imc devices to the i386 and amd64 | pgoyette |
| 2018-02-25 | Remove the first entry from the todo list, it's handled properly now. | maxv |
| 2018-02-25 | Remove INTRENTRY_L, it's not used anymore. | maxv |
| 2018-02-25 | Mmh. We shouldn't read %cr2 here. %cr2 is initialized by the CPU only | maxv |
| 2018-02-25 | Fix handling of segment register faults when running with SVS. The behavior | maxv |
| 2018-02-25 | Ah. Don't use NENTRY() to declare check_swapgs, use LABEL() instead. NENTRY | maxv |
| 2018-02-25 | Replace %rax -> %rdi, so that check_swapgs clobbers only one register. | maxv |
| 2018-02-25 | KNF | skrll |
| 2018-02-25 | Use correct MID_ value | skrll |
| 2018-02-25 | There are two places where we reload %gs: | maxv |
| 2018-02-25 | add a special rule to build m68k/fpu.c to avoid passing -msoft-float. | mrg |
| 2018-02-24 | Fix one thing in the documentation, I meant to say only SVS_UTLS. | maxv |
| 2018-02-24 | Remove legacy comment regarding the instability of awacs(4) | sevan |
| 2018-02-24 | Use %rax instead of %r15 in the non-SVS case, to reduce the diff against | maxv |
| 2018-02-24 | Document SVS. Also, remove an entry from the todo list. | maxv |
| 2018-02-23 | Add a new entry in the TODO list. | maxv |
| 2018-02-23 | Revert previous, we'll need something better (and compatible with Clang). | maxv |
| 2018-02-23 | Change the SVS node, from machdep.svs_enabled to machdep.svs.enabled. | maxv |
| 2018-02-23 | Add -fno-shrink-wrap, to force GCC to push the frames at the very beginning | maxv |
| 2018-02-23 | Enable BUFQ_PRIOCSCAN by default for NetBSD/macppc. | sevan |
| 2018-02-23 | Remove OFB_ENABLE_CACHE | sevan |
| 2018-02-22 | Adapt previous; put #ifdef SVS around the declaration directly. | maxv |
| 2018-02-22 | Protect the SVS part of SYSCALL_ENTRY by #ifdef SVS to make non-SVS | martin |
| 2018-02-22 | Remove svs_pgg_update(). Instead of manually changing PG_G on each page, | maxv |
| 2018-02-22 | Ensure the CPUs are all online. We take cpu_lock, so nobody can go offline | maxv |
| 2018-02-22 | Make the machdep.svs_enabled sysctl writable, and add the kernel code | maxv |
| 2018-02-22 | Mmh, add #ifdef SVS around svs_init(). | maxv |
| 2018-02-22 | Improve the SVS initialization. | maxv |
| 2018-02-22 | Add a dynamic detection for SVS. | maxv |
| 2018-02-22 | Revert all my latest changes, and restore this file back to how it was | maxv |
| 2018-02-22 | move "define tcbus {}" into files.alpha. it isn't wanted for general | mrg |
| 2018-02-22 | gcc-6 needs -nosse | christos |
| 2018-02-21 | Avoid UB (shift of negative number) | skrll |