Age | Commit message (Expand) | Author |
2024-11-08 | Move sparc64-specific ofw prototypes out of the MI header. | Miod Vallat |
2024-11-07 | add rcs ids | Jonathan Gray |
2024-11-06 | A long, long, time ago, pending interrupt handlers were stored in arrays | Miod Vallat |
2024-11-06 | Remove a non-applicable comment about 32-bit userland code. | Miod Vallat |
2024-10-22 | remove redundant include guard in BUS_SPACE_DEBUG path | Jonathan Gray |
2024-07-14 | Add elf_aux_info(3) | Jeremie Courreges-Anglas |
2024-06-26 | return type on a dedicated line when declaring functions | Jonathan Gray |
2024-06-13 | Enable uvm percpu caches on sparc64. | Claudio Jeker |
2024-05-17 | Constify the first argument of getdevunit(). NFCI | Miod Vallat |
2024-04-14 | Turn sp_tlb_flush_{ctx,pte} into function pointers, and pick one out of three | Miod Vallat |
2024-04-11 | Stop making <machine/pmap.h> include <machine/pte.h>, and fix the very few | Miod Vallat |
2024-04-08 | Remove unused tf_fault and tf_kstack members from struct trapframe. These | Miod Vallat |
2024-04-08 | Remove dead code and data, fix typos, kill wrong comments. | Miod Vallat |
2024-03-30 | use void in function decl with no args; avoids non-ANSI smatch warnings | Jonathan Gray |
2024-03-29 | Drop the first argument of intr_establish(). | Miod Vallat |
2024-03-29 | Store the physical address of each pcb in struct mdproc, and use this in | Miod Vallat |
2024-03-29 | send_softint() was designed as being able to target a particular cpu, but the | Miod Vallat |
2024-03-29 | Update/fix/remove obsolete or just plainly wrong comments. | Miod Vallat |
2024-03-29 | Stop including <machine/signal.h> in locore and remove _LOCORE guards | Miod Vallat |
2024-03-29 | Move C declarations from intreg.h to <machine/intr.h> which includes it. | Miod Vallat |
2024-03-29 | Clean the fpu trap code: | Miod Vallat |
2024-03-29 | Remove dead code. Some of it had been dead since the very beginning of the | Miod Vallat |
2024-03-29 | No longer include <machine/fsr.h> from <machine/reg.h>, and have the few | Miod Vallat |
2024-03-29 | Remove dead defines, prototypes and data, and duplicate or misleading comments. | Miod Vallat |
2024-03-29 | Remove unconditional define of _LOCORE. | Miod Vallat |
2024-03-29 | Now that this file is no longer used by any libc C file, get rid of checks | Miod Vallat |
2024-02-25 | clockintr: rename "struct clockintr_queue" to "struct clockqueue" | Scott Soule Cheloha |
2024-01-24 | clockintr: switch from callee- to caller-allocated clockintr structs | Scott Soule Cheloha |
2023-12-24 | rename bus_type enum to sparc_bus_type to not conflict with bus_type in drm | Jonathan Gray |
2023-12-14 | NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h. | Claudio Jeker |
2023-12-11 | Implement per-CPU caching for the page table page (vp) pool and the PTE | Mark Kettenis |
2023-11-14 | Fix typo in comment. | Claudio Jeker |
2023-11-09 | Finish clean up of old 6.7 softraid migration code | Klemens Nanni |
2023-07-25 | statclock: move profil(2), GPROF code to profclock(), gmonclock() | Scott Soule Cheloha |
2023-07-02 | all platforms, kernel: remove __HAVE_CLOCKINTR symbol | Scott Soule Cheloha |
2023-03-19 | Aggressively randomize the location of the stack on all 64-bit architectures | Mark Kettenis |
2023-01-31 | On systems without xonly mmu hardware-enforcement, we can still mitigate | Theo de Raadt |
2023-01-24 | Add and use a specific routine to fetch instructions from userland when | Miod Vallat |
2023-01-21 | Remove dead/unused prototypes | Miod Vallat |
2023-01-13 | Drop PICCY_SET() and RODATA() macros now that libc no longer needs them. | Miod Vallat |
2023-01-13 | sparc64: switch to clockintr | Scott Soule Cheloha |
2023-01-01 | With the introduction of the PMAP_PREFER_{ALIGN,OFFSET} macros a long time ago, | Miod Vallat |
2022-12-08 | _C_LABEL() and _ASM_LABEL() are no longer useful in the "everything | Philip Guenther |
2022-10-25 | STACK_OFFSET was to support it varying when compiling some code for | Philip Guenther |
2022-10-22 | Put struct rwindow back in reg.h, pcb.h depends on this. | Miod Vallat |
2022-10-21 | Remove vestigial bits of 32-bit binaries support; drop the `64' suffix in | Miod Vallat |
2022-10-16 | Change function definitions using the identifier-list form used in the | Jonathan Gray |
2022-09-10 | Remove pmap_collect() when a no-op, define __HAVE_PMAP_COLLECT otherwise. | Miod Vallat |
2022-09-08 | Remove old debug code knobs, wrong comments, and unused pv entry flags. | Miod Vallat |
2022-08-30 | Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@ | Miod Vallat |