| Age | Commit message (Expand) | Author |
| 2023-05-06 | few more typos in the word "register", mainly s/resister/register/. | andvar |
| 2023-02-07 | Avoid using (1<<64)-1 for VM_MAX{,USER}_ADDRESS as rounding that up to | hgutch |
| 2022-01-10 | sun4v: add function to retrieve hypervisor api version | palle |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-08-25 | - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of | thorpej |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-08-08 | Define preprocessor symbols (__HAVE_OPENFIRMWARE_VARIANT_AAPL and | thorpej |
| 2021-07-03 | sun4v: add support for hypervisor soft state - from OpenBSD | palle |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-04-27 | sun4v: add missing method to set hypervisor api version + add defintion for t... | palle |
| 2021-04-05 | Fix build w/o options SUN4V. | nakayama |
| 2021-04-03 | Improve cpu_idle() by allowing a platform specific implementaion (same logic ... | palle |
| 2021-02-26 | Say what 1UL<<39 (MAXDSIZ value) is in the comment. | simonb |
| 2020-12-06 | don't expose register_t | christos |
| 2020-10-06 | GC unused MAXTSIZ32 | christos |
| 2020-09-06 | forward declare struct vm_page, and include uvm_prot.h and uvm_pmap.h. | mrg |
| 2020-03-10 | Don't provide things that don't make sense in userland. We don't provide | christos |
| 2020-03-10 | kill extra curproc/curlwp definitions that have no chance of working. | christos |
| 2020-01-22 | Bump UBC defaults on sparc64 & aarch64, which already have a large pager_map. | ad |
| 2019-12-29 | Simplify some macros: if we only ever use them on the local cpu, | martin |
| 2019-12-15 | Merge from yamt-pagecache: | ad |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-11-29 | Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE. | riastradh |
| 2019-11-29 | Nix mb_* on sparc and sparc64. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-11-13 | Revert workarounds for clang. | nakayama |
| 2019-09-28 | remove local version of mstohz() now that <sys/param.h> provides it. | christos |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-05-15 | From: Tobias Ulmer. Unbreak zfs module build on sparc{,64} by hiding DELAY. | christos |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-06 | The real cause for removing asm inline code on clang is that the | nakayama |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-04-05 | Redo previous. | nakayama |
| 2019-04-05 | Add dummy constraints to avoid excessive optimization in clang. | nakayama |
| 2019-04-05 | Put "memory" to asm inline reading privilege registers for clang to | nakayama |
| 2019-02-08 | sun4v: initialize %stickcmpr properly when establishing interrupt - fixes iss... | palle |
| 2019-02-08 | Introduce getstickcmpr() function | palle |
| 2019-01-10 | - move pmap_ctx() macro into pmap.h instead of duplicating it. | mrg |
| 2019-01-08 | remove explicit <machine/param.h> include, code including this already includes | jdolecek |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-12-19 | Remove compat_svr4 and compat_svr4_32, as discussed on tech-kern@ recently, | maxv |
| 2018-09-03 | Rename min/max -> uimin/uimax for better honesty. | riastradh |
| 2018-08-27 | Expand to __nothing, not to empty. | riastradh |
| 2018-08-27 | Include some needful header files and forward declarations. | riastradh |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-03-29 | Move the complex logic for dynamically writing branches from ld.elf_so | joerg |
| 2018-02-19 | fix _UC_MACHINE32_FP() -- use 32 bit pointer value so that [15] is | mrg |
| 2018-01-16 | implement cpuctl identify for sparc and sparc64. | mrg |