| Age | Commit message (Expand) | Author |
| 2023-04-28 | fix few typos and grammar in comments. | andvar |
| 2022-07-26 | s/fucntion/function/ in comments. | andvar |
| 2022-02-23 | fix various typos in comments, mainly immediatly/immediately/, | andvar |
| 2022-02-13 | sh3: __cpu_simple_unlock needs __insn_barrier. | riastradh |
| 2021-10-29 | Define __HAVE_STRUCT_SIGCONTEXT regardless of its current visibility. | thorpej |
| 2021-10-27 | Make sigcontext13 visible only to _KERNEL. Make sigcontext visible only | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-10-06 | s/embeded/embedded/ in comments and messages. | andvar |
| 2021-08-25 | - In kern_mutex.c, if MUTEX_CAS() is not defined, define it in terms of | thorpej |
| 2021-08-17 | fix multiplei repetitive typos in comments, messages and documentation. mainl... | andvar |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2020-10-15 | Fix the machine-dependent ptrace requests to respect LWP number | mgorny |
| 2020-09-14 | apply some parens to make macros safe. fixes GCC 9 sanitizer issues. | mrg |
| 2020-08-03 | SH3_P2SEG_FUNC(f) - get a P2 address of a function. | uwe |
| 2020-08-03 | _cpu_exception_suspend - return old SR | uwe |
| 2020-07-30 | Publicly declare st40_pmb_init(). | uwe |
| 2020-07-30 | ST40_PMB_DA_BITS - all values for the non-continuous size field. | uwe |
| 2020-07-30 | Add snprintb formats. Fix PASCR name. | uwe |
| 2020-07-28 | _LKM -> _MODULE | skrll |
| 2020-07-25 | Define CPU_PRODUCT_STX7105. | uwe |
| 2020-07-25 | Definitions for ST40 Privileged Mapping Buffer. | uwe |
| 2020-07-11 | Fix doc comment for sh_clock_init. | uwe |
| 2020-05-01 | Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>. | isaki |
| 2020-04-30 | G/C __HAVE_AST_PERPROC | skrll |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-01-07 | Fix indentation. NFCI | skrll |
| 2019-12-27 | Harmonize the namespace of fast TLS base pointer getter functions | kamil |
| 2019-12-24 | Introduce PT_LWPSTATUS + PT_LWPNEXT, obsolete PT_LWPINFO | kamil |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-12-01 | sh3: make ASTs work as expected, and fix a few things in the TLB refill path. | ad |
| 2019-11-30 | Revert previous. Looks like it requires a more extensive fix. | ad |
| 2019-11-29 | Nix now-unused definitions of MUTEX_GIVE/MUTEX_RECEIVE. | riastradh |
| 2019-11-29 | Nix mb_* on sh3. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-11-29 | PR port-sparc/54718 (sparc install hangs since recent scheduler changes) | ad |
| 2019-11-23 | cpu_need_resched(): | ad |
| 2019-10-04 | Provide PTRACE_ILLEGAL_ASM, using an illegal slot instruction | maya |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-06-18 | Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer | kamil |
| 2019-05-28 | s/recieve/receive/ | msaitoh |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-06 | Overhaul the API used to fetch and store individual memory cells in | thorpej |
| 2019-01-21 | Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. | dholland |
| 2019-01-08 | remove <machine/param.h> include, nothing from it is actually used here | jdolecek |
| 2019-01-07 | move DEV_BSIZE, DEV_BSHIFT out of MD param.h, they are same on all ports | jdolecek |
| 2018-08-22 | - Cleanup for dynamic sysctl: | msaitoh |
| 2018-07-12 | Remove the kernel PMC code. Sent yesterday on tech-kern@. | maxv |
| 2018-03-02 | Introduce sh3/sysarch.h and add SH3_SYNC_ICACHE | uwe |
| 2018-02-15 | Introduce _UC_MACHINE_FP() as a macro | kamil |