Age | Commit message (Expand) | Author |
2010-12-04 | Introduce a new pci routine, pci_conf_size(), which returns the size of a | Miod Vallat |
2010-11-28 | Remove inapplicable or no longer used cdevsw[] entries and macros. | Miod Vallat |
2010-11-28 | Get rid of machdep.debug, machdep.booted_device and machdep.booted_kernel | Miod Vallat |
2010-11-27 | Get rid of the global pmap list and related debug code. While there, merge | Miod Vallat |
2010-11-27 | Remove ddb single-step load and store counters. Most platforms do not | Miod Vallat |
2010-11-26 | Oops, removed a few lines too many in previous change. | Miod Vallat |
2010-11-22 | Remove old pcons leftover defines. | Miod Vallat |
2010-11-22 | Remove unused VM_MAX_KERNEL_BUF define. | Miod Vallat |
2010-11-20 | Do not attempt to include <machine/psl.h> when including this file from | Miod Vallat |
2010-11-19 | miscellanous->miscellaneous | Miod Vallat |
2010-09-28 | Implement a per-cpu held mutex counter if DIAGNOSTIC on all non-x86 platforms, | Miod Vallat |
2010-07-30 | Remove unused header file. | Miod Vallat |
2010-07-21 | Fix more cdev initializations which were using enodev for poll; ok kettenis | Theo de Raadt |
2010-07-01 | Add more support bits for ARMv7, including frame for VIPT (pmap_prefer). | Dale Rahn |
2010-06-29 | Add support for mapping ACPI to PCI devices | Jordan Hargrave |
2010-05-24 | there is no reason for one MAXPHYS definition to be different from all the ot... | Theo de Raadt |
2010-04-22 | De-inline atomic_setbits_int and atomic_clearbits_int, on arm these functions | Dale Rahn |
2010-04-22 | Whitespace cleanup on generated asm code, so it is readable. | Dale Rahn |
2010-04-21 | more cleanup to cope with the change that tries to make proc.h not act | Theo de Raadt |
2010-04-04 | OpenBSD uses bus_space_copy_#, not bus_space_copy_region_#. Make sure only the | Miod Vallat |
2010-02-03 | typo. CPU_ID_ARM1022EJS -> CPU_ID_ARM1026EJS | Kevin Lo |
2009-11-27 | Move MB_LEN_MAX into the machine-independent sys/limits.h header, | Philip Guenthe |
2009-08-22 | Constify the what/name parameter of pci_intr_establish(). | Michael Knudsen |
2009-07-26 | Make sure all platforms understand the flags argument of bus_space_map() and | Miod Vallat |
2009-05-24 | Improve the ARMv7 support, still work in progress. | Dale Rahn |
2009-05-11 | Add some (not used yet) control regiser bit definitions. | Dale Rahn |
2009-05-08 | Pieces of arm11 and armv7 support for newer cpus. This is work in progress | Dale Rahn |
2009-04-20 | Add a BUS_DMA_ZERO flag for bus_dmamem_alloc() to return zeroed memory. | Owain Ainsworth |
2009-04-19 | Mutexes for arm and sh softinterrupts. | Owain Ainsworth |
2009-04-08 | Cleanup arm soft interrupt handling; remove the unused IPL_SERIAL and rename | Mark Kettenis |
2009-03-26 | Remove cpu_wait(). It's original use was to be called from the reaper so | Owain Ainsworth |
2009-02-26 | Add a two new ioctls to the apm(4) interface. | Owain Ainsworth |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | mpsafe intr_establish that doesn't get biglock, so that we may dream of the d... | Ted Unangst |
2008-11-29 | add sscom here too. Fixes armish build. | Matthieu Herrb |
2008-10-23 | Move the va_copy define to <sys/stdrag.h> making sure it is uniformaly | Mark Kettenis |
2008-10-15 | make random(9) return per-cpu values (by saving the seed in the cpuinfo), | Theo de Raadt |
2008-10-10 | Add empty cpu_unidle() macros for architectures that currently don't do | Artur Grabowski |
2008-10-10 | Define MAXCPUS on all architectures. | Artur Grabowski |
2008-10-09 | Implement CPU_INFO_UNIT for everyone, not just MP kernels. | Artur Grabowski |
2008-09-11 | add support for arm9e core, taken from NetBSD. | Kevin Lo |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-07-24 | sng_exponent should be sng_exp (MI code now cares); ok martynas | Theo de Raadt |
2008-07-21 | - add proper double_t and float_t definitions for each arch | Martynas Venckus |
2008-07-18 | Add a macro that clears the want_resched flag that need_resched sets. | Artur Grabowski |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-24 | On user/kernel shared page table machines, do not let processes map their | Theo de Raadt |
2008-05-21 | Remove <machine/elf_abi.h> on platforms which have it. Nothing in the tree | Miod Vallat |
2008-05-05 | We will never use __BUS_SPACE_HAS_STREAM_METHODS so remove all the code | Claudio Jeker |
2008-05-04 | convert arm and mips64 platforms to ptoa/atop | Martin Reindl |