summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2016-08-24Use rtalloc(9) directly instead of in6_selectsr() in icmp6_reflect().Martin Pieuchot
2016-08-24pool_setipl for cardbus and drm pools.David Gwynne
2016-08-23rename nfiles to numfiles to avoid shadowing and stretch out the name.Ted Unangst
2016-08-23Deassert all reset signals for the controller. Add support for more recentMark Kettenis
2016-08-23Add functions to assert/deassert all reset signals for a device.Mark Kettenis
2016-08-23Add support for the usb clock on sun5i-a13 as well.Mark Kettenis
2016-08-23re-enable acpicbkbd by default now that acpiec won't try burst modeJoshua Stein
2016-08-23don't enter burst mode for single-byte reads and writes.Joshua Stein
2016-08-23The device trees for sun8i and sun9i no longer include an address in theMark Kettenis
2016-08-23Actually make fdt_find_node() return NULL if the node couldn't be found.Mark Kettenis
2016-08-23Update the L2 content of a RTF_CACHED entry instead of going thoughMartin Pieuchot
2016-08-23The TLB refill and XTLB refill exceptions use distinct exception vectorsVisa Hankala
2016-08-23pool_setiplDavid Gwynne
2016-08-23Use rtalloc(9) directly instead of in6_selectsr() in NS/NA outputMartin Pieuchot
2016-08-23Do not use a single global struct route_in6 to cache route lookups.Martin Pieuchot
2016-08-23Implement support for DT_INIT_ARRAY, DT_FINI_ARRAY and DT_PREINIT_ARRAY.Mark Kettenis
2016-08-23pool_setipl for tmpfs.David Gwynne
2016-08-23remove duplicated test for em_82574Jonathan Gray
2016-08-23Convert %q to %ll in format stringsPhilip Guenther
2016-08-22Fix two small bugs in the new reset API code.Mark Kettenis
2016-08-22Remove unused code and definitions.Mark Kettenis
2016-08-22Use new clock API.Mark Kettenis
2016-08-22Use new clock API to manipulate clocks.Mark Kettenis
2016-08-22Add support for the gmac clock.Mark Kettenis
2016-08-22Add an API to set the clock frequency.Mark Kettenis
2016-08-22Move all the platform-specific code into a new function sxiehci_attach_phy()Mark Kettenis
2016-08-22Add support for the usb clock. Also implements reset signal support.Mark Kettenis
2016-08-22Add a reset signal API alongside the clock API.Mark Kettenis
2016-08-22Use rtalloc(9) instead of ifa_ifwithnet() to find an interfaceMartin Pieuchot
2016-08-22Make the ``rt_gwroute'' pointer of RTF_GATEWAY entries immutable.Martin Pieuchot
2016-08-22Do not dereference ``rt->rt_ifa'' after calling rtfree(9).Martin Pieuchot
2016-08-22Use the new clock API.Mark Kettenis
2016-08-22Implement interfaces to disable clocks and add interfaces that enable orMark Kettenis
2016-08-22Call csignal() and selwakeup() from a KERNEL_LOCK'd task.Martin Pieuchot
2016-08-22Sizes for free(9) from David Hill.Martin Pieuchot
2016-08-22Refactor the uio to mbuf code out of sosend and start to make use ofClaudio Jeker
2016-08-22Use the new clock API to get the clock frequency from the device tree and theMark Kettenis
2016-08-22Add code to enable the pll6 clock.Mark Kettenis
2016-08-22Before pmap7.c rev 1.35 and pmap.h rev 1.44 DMA'able memory with theJonathan Gray
2016-08-21Use generic clock API to enable the module clock.Mark Kettenis
2016-08-21Add support for all the ahb, apb0 and apb1 clock gating devices on sun4i,Mark Kettenis
2016-08-21Implement some fundamental clocks using the new clock framework.Mark Kettenis
2016-08-21Add a minimal clock "framework". Build it on armv7.Mark Kettenis
2016-08-21Fix a pasto in a comment.Mark Kettenis
2016-08-21There are three callers of update_vattr(). Two of them don't use theMartin Natano
2016-08-21When detecting the console on attach test fa_node and stdout_node not fa_regJonathan Gray
2016-08-21Remove the remains of a workaround to get GIC ranges for exynos.Jonathan Gray
2016-08-21Dynamically attach exuart using the FDT.Jonathan Gray
2016-08-20Fix indentation.Mark Kettenis
2016-08-20Argh, commit from the wrong tree. Revert previous commit.Mark Kettenis