summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2019-01-03Fix .end symbol.Visa Hankala
2019-01-03Favor ENOTTY for unknown ioctl commands.anton
2019-01-03Replace a funky 'else switch' construct into something that is equal butClaudio Jeker
2019-01-03if we run out of mbufs for the rx ring, run a timeout to refill themDavid Gwynne
2019-01-02In pmap_page_protect(), zap the PTE before unlinking. At that point theMark Kettenis
2019-01-02markup boot prompt commands using Ic, not Nm; ok jmc@anton
2019-01-02abcrtc(4), a driver for the Abracon AB1805 RTC and similar variants.Patrick Wildt
2019-01-02Fix PCIe clock definitions.Patrick Wildt
2019-01-02Setting a fixed voltage regulator to the voltage it is fixed toPatrick Wildt
2019-01-02A fixed regulator's minimum voltage attribute is called regulator-min-microvoltPatrick Wildt
2019-01-01Add some additional RK3399 clocks that are used by the current LinuxMark Kettenis
2019-01-01Set assigned-clocks.Mark Kettenis
2019-01-01Add RK3399 TSADC clock.Mark Kettenis
2019-01-01Add RK3328 TSADC clock.Mark Kettenis
2019-01-01Implement switching to different parent clocks in order to get as closeMark Kettenis
2019-01-01Make sure we don't exceed the maximum clock divider.Mark Kettenis
2019-01-01Fix typo in RK3328 fractional PLL frequency code.Mark Kettenis
2019-01-01copyright++;Jonathan Gray
2019-01-01Fix comment typoPhilip Guenther
2018-12-31Set assigned-clocks.Mark Kettenis
2018-12-31Set assigned-clocks on RK3328.Mark Kettenis
2018-12-31Force base clock to 50 MHz on Rockchip SoCs. This increases the chance thatMark Kettenis
2018-12-31Use data structures for the RK3399 as well.Mark Kettenis
2018-12-31nanosleep: loop tsleep(9) to ensure coverage of the full timeout range.cheloha
2018-12-31Implement fractional PLL frequencies for RK3328 and use them for APLL andMark Kettenis
2018-12-31Avoid calling setperf() with a negative level.Mark Kettenis
2018-12-31Use the return value of task_add(9) to determine whether the task wasMark Kettenis
2018-12-31Revamp the way we handle clocks on the RK3328. Instead of having code forMark Kettenis
2018-12-31Set floating point condition code even if the result of an emulatedVisa Hankala
2018-12-31Cleanup bootloader code. Compile with -ffreestanding and add ffs.S as aClaudio Jeker
2018-12-30More RK3328 clock stuff.Mark Kettenis
2018-12-30Turn on -mretpoline by default in clang on amd64, but turn it offPhilip Guenther
2018-12-30Increase the reset timeout. The ROCK64 RK3328-based board seems to need aMark Kettenis
2018-12-30Implement setting CPU-related clocks for RK3328.Mark Kettenis
2018-12-29Cleanup: Initialize the pointers to position data early, and useUlf Brosziewski
2018-12-29sys_nanosleep: switch to descriptive, idiomatic variable names; ok tedu@cheloha
2018-12-29Remove the hand-rolled maximum segment size handling in sximmc(4)Patrick Wildt
2018-12-29The i.MX SD/MMC host controller does not support zero-length DMAPatrick Wildt
2018-12-29Allow passing the maximum size of a segment that a SD/MMC hostPatrick Wildt
2018-12-28Fix dino at uturn attachment. From miod@Mark Kettenis
2018-12-28Fix mbuf releated crashes in switch(4). They have been found byAlexander Bluhm
2018-12-27Make KIOENABLE accept a mode argument, currently limited to KCOV_MODE_TRACE_PC.anton
2018-12-27must remember to unref device if setting the task isn't done.Ted Unangst
2018-12-27Check for main ruleset explicitlykn
2018-12-27Convert K&R function definitions to modern C. clang is more picky aboutClaudio Jeker
2018-12-27Move away from K&R style function definitions. clang is rather picky aboutClaudio Jeker
2018-12-27Do not assign node to itself. Instead move the earlier initialisation intoClaudio Jeker
2018-12-27Separate kcov descriptor state and trace mode as a first step towards supportinganton
2018-12-26uncouple AF_MPLS and AF_INETdenis
2018-12-26Remove the rasops24_erasecols and rasops24_eraserows functions fromFrederic Cambus