index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
arch
/
arm
Age
Commit message (
Expand
)
Author
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm (32bit):
Philip Guenther
2022-04-14
ddb: constify command tables
Christian Weisgerber
2022-04-12
ddb: simplify machine command handling
Christian Weisgerber
2022-03-12
Constify struct cfattach.
Martin Pieuchot
2022-03-06
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-02-24
Fix PIC_SYM() macro: it never needs to token paste, so it's not
Philip Guenther
2022-02-21
Convert KVA allocation to km_alloc(9).
Mark Kettenis
2022-02-21
cululative -> cumulative
Jonathan Gray
2022-02-01
Make sure we always pass a page-aligned address to pmap_grow_map().
Mark Kettenis
2022-01-06
Use a 64-bit integer for pcitag_t and define PCITAG_NODE and PCITAG_OFFSET
Mark Kettenis
2022-01-03
Don't use != 0 to check whether a pointer is non-NULL.
Jonathan Gray
2022-01-02
priveledged -> privileged
Jonathan Gray
2021-12-09
We only have one syscall table: inline sysent/SYS_MAXSYSCALL and
Philip Guenther
2021-12-06
Implement DMA address translation for "raw" loads as well.
Mark Kettenis
2021-11-26
avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not
Jonathan Gray
2021-11-11
Retire switch(4) it never really was production ready and the OpenFlow
Claudio Jeker
2021-10-06
Change sendsig() interface so that the MD code does not need to access
Claudio Jeker
2021-08-30
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
Jasper Lievisse Adriaanse
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-06-28
Add speculation-blocking sequence after syscalls like we did for libc a while
Mark Kettenis
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-16
panic does not require a \n at the end. When one is provided, it looks wrong.
Theo de Raadt
2021-05-16
b_saveaddr has a type of void * use NULL not 0
Jonathan Gray
2021-05-16
ansi
Jonathan Gray
2021-03-25
remove uneeded includes in md armv7 files
Jonathan Gray
2021-03-11
spelling
Jonathan Gray
2021-02-25
Add some infrastructure in the PCI chipset tag for pci_probe_device_hook()
Patrick Wildt
2021-02-23
remove some unused includes
Jonathan Gray
2021-02-23
timecounting: use C99-style initialization for all timecounter structs
cheloha
2021-02-18
handle "simple-pm-bus" in simplebus
Jonathan Gray
2021-01-23
introduce ujoy(4), a restricted subset of uhid(4) for gamecontrollers.
thfr
2021-01-19
s/KHZ/kHz/ and reduce dmesg spam a bit
Mark Kettenis
2020-11-08
In case of failure, call sigexit() from trapsignal instead of sensig().
Martin Pieuchot
2020-10-27
uvm_grow() no longer needs the KERNEL_LOCK, bring it back to just
Theo de Raadt
2020-10-19
replace ad-hoc illegal instruction with the architecturally defined one
Christian Weisgerber
2020-10-19
Set %r0 to EFAULT instead of the return value from uvm_fault() when it
Mark Kettenis
2020-09-25
Add missing calls to uvm_grow(9).
Peter Hessler
2020-09-14
perform the uvm_map_inentry() after the data_aborts handlers are executed
Theo de Raadt
2020-09-11
Include <sys/systm.h> directly instead of relying on hidden UVM includes.
Martin Pieuchot
2020-08-26
Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.
Visa Hankala
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2020-08-14
Remove "for all XXX platforms" from comment. Fixes the issue pointed out
Mark Kettenis
2020-07-14
Implement pci_intr_establish_cpu() on arm64 and armv7. The function pointer
Patrick Wildt
2020-07-14
Extend the interrupt API on arm64 and armv7 to be able to pass around
Patrick Wildt
2020-07-12
Use the full 32 bits for the miscellaneous armv7 timecounters.
Christian Weisgerber
2020-07-08
do not need these versions of timetc.h
Theo de Raadt
2020-07-06
IEEE1275 (Open Firmware) defines that parameter name strings can have a
Mark Kettenis
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-06
wire up kstat(4)
David Gwynne
2020-06-30
Remove obsolete <machine/stdarg.h> header. Nowadays the vararg
Visa Hankala
[next]