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
2014-07-11
CPU_BUSY_CYCLE(): A new MI statement for busy loop power reduction
Masao Uebayashi
2014-07-11
Convert bus_dmamem_map(9) to km_alloc(9) in order to make it fail and
Martin Pieuchot
2014-07-10
KNF.
Masao Uebayashi
2014-07-10
boot(): Remove comments about RB_TIMEBAD to reduce diffs
Masao Uebayashi
2014-05-19
There is no need to remember which usb(4) device is the child of an USB
Martin Pieuchot
2014-05-11
need syscall.h..
Theo de Raadt
2014-05-11
Move the increment of uvmexp.softs back to the caller of mi_ast():
Philip Guenther
2014-05-11
Pull in <sys/user.h> before <sys/syscall*.h>
Philip Guenther
2014-05-10
Factor out the common ast bits into mi_ast()
Philip Guenther
2014-05-08
Format string fixes and removal of -Wno-format for arm kernels.
Miod Vallat
2014-04-18
Have each thread keeps its own (counted!) reference to the process's ucreds
Philip Guenther
2014-04-03
More uvm_extern.h cleanup.
Martin Pieuchot
2014-03-30
Eliminates struct pcred by moving the real and saved ugids into
Philip Guenther
2014-03-29
It's been a quarter century: we can assume volatile is present with that name.
Philip Guenther
2014-03-26
Move p_emul and p_sigcode from proc to process.
Philip Guenther
2014-03-22
Move p_sigacts from struct proc to struct process.
Philip Guenther
2014-03-19
It's safe to assumed 'signed' exists
Philip Guenther
2014-03-16
DDB supports ELF symbols are all archs, and it's always the same as the
Philip Guenther
2014-03-13
get rid of the assumption that the head of the alldevs list is the
David Gwynne
2014-01-30
Move declaration of struct vm_page_md from <machine/vmparam.h> to
Miod Vallat
2014-01-26
Attempt to make user changes of keyboard layout a bit more `sticky' on wsmux
Miod Vallat
2014-01-26
Remove unnecessary <machine/pte.h> dependency.
Miod Vallat
2014-01-24
Remove _KERNEL guard around <sys/lock.h>, for userland to be able to
Miod Vallat
2014-01-24
Do not protect struct vm_page_md with defined(_KERNEL), for userland uvm
Miod Vallat
2014-01-23
unifdef -D__HAVE_VM_PAGE_MD - no functional change.
Miod Vallat
2013-12-18
Provide MI symbol _STACKALIGNBYTES
Theo de Raadt
2013-12-06
Add a DVACT_WAKEUP op to the *_activate() API. This is called after the
Theo de Raadt
2013-11-26
1 << 31 cleanup. Eitan Adler pointed out that there has been a
Theo de Raadt
2013-11-20
oops, typo
Theo de Raadt
2013-11-18
simplify kthread_create(). no more stdarg
Theo de Raadt
2013-11-05
Add a stub for the new MD hook needed to handle ACPI Power Resources.
Martin Pieuchot
2013-11-04
remove iop(4) driver. it is entirely unmaintained and supports something
Theo de Raadt
2013-11-04
move the arm pmaps away from pool ctors to just initting memory after its
David Gwynne
2013-10-29
The cache mask for ARMv7 is a little bit different from the one inited by
Patrick Wildt
2013-10-24
add rcsids
aalm
2013-10-24
remove useless headers
aalm
2013-10-22
Some current boards do not have write-through caching. For those,
Patrick Wildt
2013-10-21
Add load_font and list_font accessops to all rasops-based wsdisplay drivers.
Miod Vallat
2013-10-19
Use daddr_t * instead of int * for the partoffp parameter to
Kenneth R Westerback
2013-09-12
Store curpcb in cpu_info instead of a global variable, for SMP.
Patrick Wildt
2013-09-12
Rename cpu_info_store to cpu_info_primary. Create an array of cpu_infos
Patrick Wildt
2013-09-10
Store the current interrupt depth in curcpu, so that it's per CPU
Patrick Wildt
2013-09-09
Support for the ARM Generic Timer used in the Cortex-A7 and Cortex-A15.
Patrick Wildt
2013-09-06
Instead of printing on spurious interrupts, use an event counter to show
Patrick Wildt
2013-09-03
Rewrite the ARMv7 cache discovery, as some assumptions in the previous one
Patrick Wildt
2013-08-30
Due to our current version of binutils not knowing newer ARMv7 instructions
Patrick Wildt
2013-08-20
Remove uscanner(4). It was disabled in GENERIC more than 2.5 years ago.
Antoine Jacoutot
2013-08-08
Remove duplicate loop.
Raphael Graf
2013-08-07
We uniformly define size_t to be unsigned long and ssize_t to be long. Make
Mark Kettenis
2013-08-06
add Cortex A15 R4
Jonathan Gray
[next]