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
/
armv7
Age
Commit message (
Expand
)
Author
2015-11-25
Small fixes related to the IFF_OACTIVE removal.
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-20
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
David Gwynne
2015-11-12
get rid of IFQ_POLL.
David Gwynne
2015-10-27
arp_ifinit() is no longer needed.
Martin Pieuchot
2015-09-19
intr_barrier(9) for arm
Jonathan Gray
2015-09-13
remove delta
Theo de Raadt
2015-08-25
Put the device name into the timeout message. OK jsg@
Brandon Mercer
2015-07-19
Rename the tpspmic driver so it does not contain numbers. OK jsg@
Brandon Mercer
2015-07-19
Make the keyboard driver poll until we can improve it more. Pulled from the o...
Brandon Mercer
2015-07-17
remove obsolete INET kernel option
Ted Unangst
2015-07-17
Remove {LOAD,COUNT}_TEXTA from libsa loadfile, it only made sense for a.out
Miod Vallat
2015-07-17
add exdisplay to chromebook_devs
Jonathan Gray
2015-07-17
enable exynos
Jonathan Gray
2015-07-15
The exynos gic is not at a fixed offset from periphbase unlike
Jonathan Gray
2015-06-29
enable vexpress
Jonathan Gray
2015-06-24
Make ARM_KERNEL_BASE explicitely unsigned
Miod Vallat
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-14
correct the uart irq numbers
Jonathan Gray
2015-06-14
add a driver for the ARM PrimeCell PL031 RTC
Jonathan Gray
2015-06-13
When investigating an uninitialised variable in the armv7 resettodr()
Jonathan Gray
2015-06-08
enable agtimer on the ramdisk as well
Jonathan Gray
2015-06-08
Add initial support for the ARM Versatile Express boards as emulated by
Jonathan Gray
2015-06-07
Initial exynos4 bits. Among other things the gic isn't mapped correctly
Jonathan Gray
2015-06-02
with binutils 2.17 we can change some raw opcodes into instruction names
Jonathan Gray
2015-05-30
Set the usb otg port on the cubox to host mode and attach ehci to it.
Jonathan Gray
2015-05-30
Set the sdmmc(4) emmc highspeed flag if the capability register claims
Jonathan Gray
2015-05-30
fix the build when SDHC_DEBUG is defined
Jonathan Gray
2015-05-29
enable agtimer required for cortex a15
Jonathan Gray
2015-05-27
call exynos_platform_match() if the kernel is compiled with exynos devices
Jonathan Gray
2015-05-27
make the exynos code compile without fdt
Jonathan Gray
2015-05-26
make this build with WSDISPLAY_COMPAT_RAWKBD defined
Jonathan Gray
2015-05-26
Sync usb devices with amd64.
Jonathan Gray
2015-05-24
add the chromebook board id the exynos code uses
Jonathan Gray
2015-05-24
imx_board_devs -> exynos_board_devs
Jonathan Gray
2015-05-24
Add udl(4) and uvideo(4) to armv7 GENERIC. Tested on my sabre lite (imx).
Matthieu Herrb
2015-05-20
Remove cubieboard specific gpio led setting.
Jonathan Gray
2015-05-20
Now all the socs use the same va entry point and don't have any
Jonathan Gray
2015-05-20
add per soc match functions instead of using armv7_match
Jonathan Gray
2015-05-19
change names to not conflict with omap intc
Jonathan Gray
2015-05-19
rename global variables to not conflict with gptimer
Jonathan Gray
2015-05-19
Abstract the soc_machdep.c functions to allow a kernel to be built for
Jonathan Gray
2015-05-19
use the same va entry point on all armv7 socs
Jonathan Gray
2015-05-18
Make armv7 startup PIC. From Dale Rahn in bitrig.
Jonathan Gray
2015-05-17
Checking the dts files turned up some more imx sdhc problems.
Jonathan Gray
2015-05-17
add missing calls to set the gpio direction before reading the
Jonathan Gray
2015-05-15
Decrement the unit numbers on the novena sdhc devices. The imx6 dts
Jonathan Gray
2015-05-15
Make board attaching table driven and move it out into the soc
Jonathan Gray
2015-05-14
Remove BOARD_ID* tests that do the same thing for every imx board.
Jonathan Gray
[next]