| Age | Commit message (Expand) | Author |
| 2023-03-26 | fix various typos in documentation, comments and sysctl device description. | andvar |
| 2023-02-23 | hppa: Add missing barriers in cpu_switchto. | riastradh |
| 2022-08-16 | Provide pci_intr_setattr (which does nothing atm) | skrll |
| 2022-06-26 | Decorate the HPPA signal trampoline with the appropriate .cfi | skrll |
| 2022-06-06 | Match up PTRACE_BREAKPOINT_ASM with PTRACE_BREAKPOINT which is the | skrll |
| 2022-06-06 | Define a PTRACE_ILLEGAL_ASM | skrll |
| 2022-06-01 | delay slot indentation | skrll |
| 2022-05-26 | port-hppa/56849: Wacko kernel memory accounting in current/hppa | skrll |
| 2022-03-22 | bump MSGBUFSIZE | macallan |
| 2022-02-26 | unmask interrupt bits leading to other interrupt registers | macallan |
| 2022-02-13 | hppa: __cpu_simple_lock membar audit. | riastradh |
| 2022-02-12 | __cpu_simple_lock(9): Omit needless barriers in init. | riastradh |
| 2021-11-02 | In order to prevent _mcount() from being recursively called when built with C... | ryo |
| 2021-10-28 | Finish restoring the compat code. | christos |
| 2021-10-28 | We still need struct sigcontext for longjmp. | christos |
| 2021-10-27 | "struct sigcontext" has never been used on NetBSD/hppa; garbage-collect | thorpej |
| 2021-10-26 | Merge all MD __sigaction14_sigtramp.c copies into one: | christos |
| 2021-09-06 | fix various typos in comments. | andvar |
| 2021-08-14 | Improved the performance of kernel profiling on MULTIPROCESSOR, and possible ... | ryo |
| 2021-05-31 | Include "opt_param.h" (ifdef _KERNEL_OPT) everywhere that MSGBUFSIZE is | simonb |
| 2021-05-08 | KNF | skrll |
| 2021-04-01 | Whitespace: #define<tab> | simonb |
| 2021-02-26 | Use a valuely human readable number for MAXTSIZ. | simonb |
| 2021-01-23 | Document via __HAVE_BUS_SPACE_8 platforms that implement bus_space_*_8 | christos |
| 2020-12-05 | Use __vaddr_t since we don't expose vaddr_t by default to userland. | christos |
| 2020-05-01 | Move machine dependent AUDIO_BLK_MS default value to <machine/param.h>. | isaki |
| 2020-04-17 | Mark the .ident section as mergable string section to avoid redundant | joerg |
| 2020-04-16 | To allow concurrent page faults on the same set of pages lock the PV | skrll |
| 2020-04-16 | Fix cur{lwp,cpu} and other bits for MODULES | skrll |
| 2020-03-22 | Temporarily mark hppa, mips, powerpc and riscv with __HAVE_UNLOCKED_PMAP, | ad |
| 2020-03-21 | Revert another historic $Hdr$ collapse. | riastradh |
| 2020-03-14 | pmap_remove_all(): Return a boolean value to indicate the behaviour. If | ad |
| 2020-03-05 | Revert "Include opt_diagnostic.h for DIAGNOSTIC." | riastradh |
| 2020-03-05 | Include opt_diagnostic.h for DIAGNOSTIC. | riastradh |
| 2020-02-24 | Adjust for UVM locking changes. | ad |
| 2020-01-07 | hppa has custom adaptive mutexes. Allow it to build again while not | ad |
| 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-05 | Attempt to restore Utah $Hdr$ | skrll |
| 2019-12-05 | Only need one ci_onproc member. | riastradh |
| 2019-12-04 | +ci_onproc | skrll |
| 2019-12-01 | Fix false sharing problems with cpu_info. Identified with tprof(8). | ad |
| 2019-11-29 | Nix mb_* on hppa. | riastradh |
| 2019-11-29 | Largely eliminate the MD rwlock.h header file. | riastradh |
| 2019-09-23 | Provide PRIxBUSADDR, PRIxBUSSIZE, PRIuBUSSIZE, and PRIxBSH for all arches | skrll |
| 2019-08-12 | Use __BIT() | skrll |
| 2019-06-18 | Introduce PTRACE_REG_FP() a helper macro to retrieve the frame pointer | kamil |
| 2019-05-07 | Switch all users (except ia64) of custom machine/ansi.h to common_ansi.h | kamil |
| 2019-04-16 | Trailing whitespace | skrll |
| 2019-01-21 | Fix wrong scoping of {U,}LLONG_MAX. More cases, not just amd64. | dholland |