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
Age
Commit message (
Expand
)
Author
2016-03-19
Remove the unused flags argument from VOP_UNLOCK().
natano
2016-03-19
Reduces the noise around the global ``ticks'' variable by renaming
Martin Pieuchot
2016-03-19
Remove support for the XScale 80200. We don't use it, it didn't compile
Patrick Wildt
2016-03-19
Remove support for IXP425. This is another architecture that is not
Patrick Wildt
2016-03-19
Remove support for StrongARM (SA1) and IXP12x0. Both are ARMv4 and
Patrick Wildt
2016-03-18
IXP425 is v5 not v4. Same change by msaitoh in NetBSD rev 1.16.
Jonathan Gray
2016-03-18
Remove support for ARM9T (armv4t). Not used by any of the arm platforms.
Jonathan Gray
2016-03-18
Remove support for ARM8, an old armv4 processor without thumb that was
Jonathan Gray
2016-03-18
add octuctl, a driver for the Octeon II usb controller interface, and
Jonathan Matthew
2016-03-17
Replace curcpu_is_idle() by cpu_is_idle() and use it instead of rolling
Martin Pieuchot
2016-03-16
More "(<blah> *)0" -> NULL, avoiding any stdarg functions.
Kenneth R Westerback
2016-03-15
'accomodate' -> 'accommodate' in comments.
Kenneth R Westerback
2016-03-15
not compiled before commit
Theo de Raadt
2016-03-15
Burn more LDT deadwood: stop allocating one for each idle thread,
Philip Guenther
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2016-03-14
Convert sparc drivers bpp and magma to uiomove
Stefan Kempf
2016-03-13
Introduce memory ranges to support VMs with >= 4G RAM
Stefan Kempf
2016-03-10
Remove the explicit map invalidation, free() is going to overwrite
Tobias Ulmer
2016-03-09
We are done providing support for the vax.
Theo de Raadt
2016-03-09
Unmask interrupts unconditionnally before calling the generic trap handler.
Martin Pieuchot
2016-03-09
Convert DDB_REGS -> &ddb_regs, inputs and ok naddy@
Martin Pieuchot
2016-03-09
Add a comment to the vcpu state enum to remind people there is a matching
Mike Larkin
2016-03-09
Induce an exit in a running vcpu if an interrupt is asserted (pending).
Mike Larkin
2016-03-08
Change where we note the 'last' pcpu we ran on. This is needed for upcoming
Mike Larkin
2016-03-08
Remove an outdated comment and fix some error case printfs that were
Mike Larkin
2016-03-08
additional debug printfs
Mike Larkin
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-07
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-07
remove needless malloc cast
mmcc
2016-03-06
Sync no-argument function declaration and definition by adding (void).
Christian Weisgerber
2016-03-06
Rename mips64's trap_frame into trapframe.
Martin Pieuchot
2016-03-06
DDB_REGS -> ddb_regs
Martin Pieuchot
2016-03-05
One ddb interface is enough for ppc.
Martin Pieuchot
2016-03-05
Define db_reg_t like the other archs by typedef'ing "struct trapframe".
Martin Pieuchot
2016-03-05
Sync no-argument function declaration and definition by adding (void).
Tobias Ulmer
2016-03-03
VM guest memory is allocated via an uvm anon memory range.
Stefan Kempf
2016-03-03
Re-introduce computation of memory used by a VM.
Stefan Kempf
2016-03-03
Unwind the trapframe correctly when a breakpoint is set on `syscall'.
Martin Pieuchot
2016-03-03
Remove option USER_LDT and everything depending on it.
Christian Weisgerber
2016-03-03
Kill db_x86_64_regop() to unify how db_regs[] is defined between archs.
Martin Pieuchot
2016-03-03
Kill BPTTRAP() and reduce some differences betwen i386 and amd64 trap
Martin Pieuchot
2016-03-03
When a physical address is needed to flush the secondary cache use
Jonathan Gray
2016-03-03
Move fdt to a more centralized location so it can be used by arm as well. Dif...
Brandon Mercer
2016-03-02
set armv7 callbacks for cortex a53/a52/a72
Jonathan Gray
2016-03-02
fix the name of the define for the a72 mask
Jonathan Gray
2016-03-02
Disentangle the Zaurus bootstrap from compat/linux and move the
Christian Weisgerber
2016-03-02
DDB_REGS -> ddb_regs in db_regs[], no reason to be different.
Martin Pieuchot
2016-03-02
Detect and only enable the port that is actually used.
Can Erkin Acar
2016-03-01
db_sym_numargs() has always been defined to FALSE so nuke it with all
Martin Pieuchot
2016-03-01
Kill never called db_find_trace_symbols().
Martin Pieuchot
[next]