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