summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2023-04-11Add Intel lam and AMD vnmi.msaitoh
2023-04-09i386: Make curlwp and curcpu() flushable.riastradh
2023-04-09amd64: Make curlwp and curcpu() flushable.riastradh
2023-04-07Spaces to TABskrll
2023-04-07Rename ARM_PLATFORM to FDT_PLATFORM and make it available outside arm.skrll
2023-04-05remove some double ee typos in comments.andvar
2023-04-03usermode/syscall.c: s/fall trough/FALLTHROUGH/ (KNF)gutteridge
2023-04-03Use PRI{u,x}{BUSSIZE,VADDR,PADDR} etcskrll
2023-04-03More KNFskrll
2023-04-03Some KNFskrll
2023-04-03spaces -> TABskrll
2023-03-28s/ourput/output/ in comment.andvar
2023-03-28s/interrput/interrupt/ and s/accesss/access/ in comments.andvar
2023-03-28x86/bus_dma.c: Sprinkle KASSERTMSG.riastradh
2023-03-28Add missing PRIuBUSSIZE to mips.nakayama
2023-03-26fix various typos in documentation, comments and sysctl device description.andvar
2023-03-26s/dipslay/display/ in comments.andvar
2023-03-26s/diplay/display/ and s/DIPPLAY/DISPLAY/ in comments.andvar
2023-03-26Change CASMAGIC to 0xFEDABABE so that it cannot accidentally end up inragge
2023-03-26Ensure that the kernel do not try to allocate a S0 segment larger than 1G,ragge
2023-03-25s/resultion/resolution/ in comment.andvar
2023-03-25s/Predective/Predictive/ and s/dedected/detected/ in comments.andvar
2023-03-25Fix NetBSD/amiga bootblocks for Kickstart 3.2 - from Karoly Baloghabs
2023-03-24Allow a PVH dom0 to use VGA as console: make xen_pvh_consinit() return 1 ifbouyer
2023-03-24mpacpi_config_cpu(): Xen with a PVH dom0 reports x2apic->LocalApicIdbouyer
2023-03-21octrnm(4): Raise delay on startup.riastradh
2023-03-20Adjust pc/npc before syscall allowing EJUSTRETURN to returnhannken
2023-03-20__HAVE_HASHLOCKED_ATOMICS needs to be visible to userlandmartin
2023-03-06fix few typos in comments and log messages.andvar
2023-03-05Locate wedges as boot device and also match a partition GUID.mlelstv
2023-03-04Trailing whitespaceskrll
2023-03-03x86/fpu: Align savefpu to 64 bytes in fpuinit_mxcsr_mask.riastradh
2023-03-03x86: Call fpuinit_mxcsr_mask only once.riastradh
2023-03-03Revert "x86: Add kthread_fpu_enter/exit support, take two."riastradh
2023-03-03Revert "x86/fpu.c: Sprinkle KNF."riastradh
2023-03-03Revert "x86: Add kthread_fpu_enter/exit support, take two -- forgot i386 bits."riastradh
2023-03-01delete attribution per request of contributornia
2023-03-01x86: Expand on comments on ordering around stores to ci_curlwp.riastradh
2023-03-01sparc64: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01riscv: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01powerpc: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01mips: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01arm32: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01aarch64: Optimization: Omit needless membar when triggering softint.riastradh
2023-03-01xen/x86: Need kpreempt_disable/enable around curcpu() access.riastradh
2023-02-27Uncomment and protect sanity checks that would drop into the debugger with asekiya
2023-02-27amd64_trap.S: Annotate trap vectors with their mnemonics.riastradh
2023-02-26ci_data.cpu_kcpuset -> ci_kcpusetskrll
2023-02-25x86: Add kthread_fpu_enter/exit support, take two -- forgot i386 bits.riastradh
2023-02-25x86/fpu.c: Sprinkle KNF.riastradh