Age | Commit message (Expand) | Author |
2012-10-26 | Previous revision would prevent grtwo(4) boards from being recognized. | Miod Vallat |
2012-10-19 | Be sure to compile boot block objects with -D_NO_ABICALLS, to prevent .S files | Miod Vallat |
2012-10-19 | Link boot64 twice, first as a self-contained binary, to enforce there are no | Miod Vallat |
2012-10-18 | Put back the kl_n_shift variable, removed by mistake in 1.18, causing the | Miod Vallat |
2012-10-17 | Swap arguments to wdog_register() since it is nicer, and prepare | Theo de Raadt |
2012-10-08 | Revamp the sequences for suspend/hibernate -> resume so that the code | Theo de Raadt |
2012-10-03 | Don't include <mips64/archtype.h> unless you really need it. | Miod Vallat |
2012-10-03 | Split ever-growing mips <machine/cpu.h> into what 99% of the kernel needs, | Miod Vallat |
2012-09-29 | Work in progress support for the Power Indigo2 R8000 system (IP26). This is | Miod Vallat |
2012-09-29 | Bring the `let decide ARCBios address at runtime' code to the SGI bootblocks, | Miod Vallat |
2012-09-29 | Store the base value of coprocessor 0 system register, when running userland, | Miod Vallat |
2012-09-29 | Handle the coprocessor 0 cause and status registers as a 64 bit value now, | Miod Vallat |
2012-09-29 | Kill the mostly unused VMTLB_xxx and VMNUM_xxx defines. Move all tlb | Miod Vallat |
2012-09-29 | Introduce assembly macros for specific processor hazards: tlb update, status | Miod Vallat |
2012-09-29 | Use a much simpler linker script for the kernel, adapted from loongson | Miod Vallat |
2012-09-29 | Proide a mips_sync() macro to wrap asm("sync"), and replace gazillions of | Miod Vallat |
2012-09-27 | enable smsc | Jonathan Gray |
2012-08-31 | Move sgi/stand to plain -fno-pie -nopie. Binaries are the same. | Pascal Stumpf |
2012-08-29 | Implement pci_min_powerstate(). | Mark Kettenis |
2012-08-28 | Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an | Pascal Stumpf |
2012-08-23 | kill nnpfs dead | Theo de Raadt |
2012-08-22 | Build the kernel with -fno-pie. Just getting Ms out of my tree; this will be | Pascal Stumpf |
2012-08-21 | Add NOPIE= bits for sys/arch/*/stand to ensure that bootblocks will always be | Pascal Stumpf |
2012-08-10 | simplify pckbc_xt_translation() | Alexandr Shadchin |
2012-07-18 | Attach non-frame buffer GIO devices with ga_product being the id gathered by | Miod Vallat |
2012-07-18 | Hopefully correctly recognize GIO boards with a 8-bit only ID register, which | Miod Vallat |
2012-07-18 | regen | Miod Vallat |
2012-07-18 | A couple more device IDs, thanks to Martin Boehme for donating boards! | Miod Vallat |
2012-07-18 | According to Linux, and just verified the hard way, the 8254 timer does not | Miod Vallat |
2012-07-16 | Forgot these files during the recent clock churning. | Miod Vallat |
2012-07-14 | A known errata of R4000 and R4400 processors, is that reading the internal | Miod Vallat |
2012-06-28 | Correctly register contiguous memory regions which start within the ARCBios | Miod Vallat |
2012-06-26 | create new machine/_float.h which is namespace clean. create a new | Theo de Raadt |
2012-06-24 | Code for the external L2 cache controller on Indy/Indigo2 R4600SC and Indy | Miod Vallat |
2012-06-24 | Add cache operation functions pointers to struct cpu_info; the various | Miod Vallat |
2012-06-17 | Using the LLAddr register to store our curcpu() pointer on R10k SMP kernels | Miod Vallat |
2012-05-30 | Correctly compute the IOC3 device mask on MENET boards. | Miod Vallat |
2012-05-29 | Make it possible to disable the Sync-on-Green signal by setting the | Mike Belopuhov |
2012-05-29 | When writing the new volume header to disk, write back the whole | Matthew Dempsky |
2012-05-28 | The link state code does not work correctly on Indigo (IP20) and E++ GIO boards | Miod Vallat |
2012-05-27 | Add a `L2 cache line size' member to struct cpu_info. This allows R4k code to | Miod Vallat |
2012-05-27 | Proper support for the so-called `fast mode' of the Indigo2 ECC memory | Miod Vallat |
2012-05-27 | Decide once for all whether IP22/IP28 systems are running with the ECC memory | Miod Vallat |
2012-05-26 | Be more strict when specifying hpc child device attachments: specific | Miod Vallat |
2012-05-25 | On IP28, silently acknowledge bus errors which can be attributed to | Miod Vallat |
2012-05-25 | Support for the POWER Indigo2 R10000 systems (IP28). Currently running with | Miod Vallat |
2012-05-22 | Make the multicast filter routine conform to the Party's standards. Adapted | Miod Vallat |
2012-05-22 | When setting up the multicast filter, use the ac_multicnt field of the arpcom | Miod Vallat |
2012-05-20 | Make sure the generic bus_dmamem_alloc() routine restricts its allocation to | Miod Vallat |
2012-05-18 | Port NetBSD's pci@gio driver for fast Ethernet expansion boards for the | Miod Vallat |