summaryrefslogtreecommitdiff
path: root/sys/arch
AgeCommit message (Expand)Author
2016-09-04Remove support for tape block devices. Nobody mount(8)s tapes any longer.Christian Weisgerber
2016-09-04bha depends on the deleted aha.h, so it will follow it into the atticTed Unangst
2016-09-04Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernelMartin Pieuchot
2016-09-04TCB_GET_MEMBER() is no longer used after the TIB changesPhilip Guenther
2016-09-04Restrict MSR access to supported ones, log invalid accesses.Mike Larkin
2016-09-04Telling gcc the TCB pointer is in %r2 via the 'register asm' extensionPhilip Guenther
2016-09-04ld also knows about PT_OPENBSD_BOOTDATAPhilip Guenther
2016-09-04Modify to ANSI-style function declarations. No binary change.Kenji Aoyama
2016-09-03ld knows PT_OPENBSD_RANDOMIZE nowTheo de Raadt
2016-09-03the src tree is growing too large. delete the aha and ahb drivers inTed Unangst
2016-09-03zap eyesore whitespace at EOLJasper Lievisse Adriaanse
2016-09-03remove strongarm files that were abused by zaurusJonathan Gray
2016-09-03remove cnw driver. it was never enabled anywhere except on amd64 (and onlyTed Unangst
2016-09-03Remove zaurus sysctl bitsPhilip Guenther
2016-09-03sparc64 kernel still lacks a true RODATA segment. However we can makeTheo de Raadt
2016-09-03Write the system time back to the RTC every 30 minutes.Christian Weisgerber
2016-09-03Increase the number of mbufs on most architectures. This is basedAlexander Bluhm
2016-09-03suppress some cpuid bits for hardware we either don't support yet orMike Larkin
2016-09-03Retire zaurus, as it hasn't made the EABI jump and will be permanently brokenPhilip Guenther
2016-09-03fix typo "mode" -> "model" when referring to "Model specific registers"Mike Larkin
2016-09-03Make .openbsd.randomdata section RO. Highlight is that the stack protectorTheo de Raadt
2016-09-03add SDBG to cpuid bits and identcpuMike Larkin
2016-09-03provide better interrupt responsiveness by exiting to vmd wheneverMike Larkin
2016-09-02Add switch(4) cdev entryKazuya Goda
2016-09-01Make vcpu_reset_regs use new writeregs codeStefan Kempf
2016-09-01Add ioctls to get/set VCPU registersStefan Kempf
2016-09-01Remove the clock hack, and properly handle interrupts generated from vmd(8)'sMike Larkin
2016-09-01add iatp(4), a driver for the i2c touchpad and touchscreen found onJoshua Stein
2016-09-01whitespaceJoshua Stein
2016-09-01Celebrate OpenBSD 6.0 release by retiring the sparc port.Ted Unangst
2016-09-01Avoid mapping the vector page W|X. Map it using PROT_READ|PROT_WRITEMark Kettenis
2016-09-01space -> tabKenji Aoyama
2016-08-31this little piggy tried to stay aroundTheo de Raadt
2016-08-31pl011 and pl031 are licenseable peripherals from arm present in multiple socs.Jonathan Gray
2016-08-31Support A Radio Free Europe!Ted Unangst
2016-08-31regenJeremie Courreges-Anglas
2016-08-31Enable cd9660 in efiboot.YASUOKA Masahiko
2016-08-31remove no longer required pl011var.h includeJonathan Gray
2016-08-31remove some ISA drivers for devices not recently seen in the wild.Ted Unangst
2016-08-31In pmap_activate instead of doing disable_interrupts/enable_interruptsJonathan Gray
2016-08-30Use MaxMode to terminate the mode iteration. Actually the old wayYASUOKA Masahiko
2016-08-30Enable raspos24 for efifb. This makes qemu with UEFI start working.YASUOKA Masahiko
2016-08-30Mask sb pci irq bits for a,b,c,d instead of a,b,b,d.Jonathan Gray
2016-08-30Properly set "msb" and "bps" fields for both play and rec directions.Alexandre Ratchov
2016-08-29Change le(4) buffer address to 0x71010000, which is the same addressKenji Aoyama
2016-08-28Get rid of sxipio_ioh and sxipio_iot; they're not used (anymore).Mark Kettenis
2016-08-28Add a few missing sunxi-h3 clocks and resets.Mark Kettenis
2016-08-28Fix the macros that determine the register offsets based on port and pin.Mark Kettenis
2016-08-28Reset the host controller after a failed command request to make sure itMarcus Glocker
2016-08-27Deassert reset signals if there is a "resets" property. Implement mmc powerMark Kettenis