Age | Commit message (Expand) | Author |
2016-12-07 | Add a commented out entry for xbf(4) | Mike Belopuhov |
2016-12-06 | Get PTE shift using PTE_LOG. | Visa Hankala |
2016-12-05 | Harmonize battery state thresholds accross platforms. | Frederic Cambus |
2016-12-04 | Add handling for the second interrupt bank. | Visa Hankala |
2016-12-03 | Fix memory leak. | Visa Hankala |
2016-12-03 | Implement octeon_intr_disestablish(). | Visa Hankala |
2016-12-03 | luna88k bootloader needs __ashldi3 to compile sys/lib/libsa/ufs.c 1.26. | Kenji Aoyama |
2016-12-02 | Drop stale prototypes and an outdated comment. | Visa Hankala |
2016-12-02 | Simplify interrupt dispatching by processing requests without | Visa Hankala |
2016-12-02 | enable hvn(4) | Jonathan Gray |
2016-11-29 | m_free() and m_freem() test for NULL. Simplify callers which had their own | Jonathan Gray |
2016-11-29 | Build kernel with DEBUG=-g by default. | Martin Pieuchot |
2016-11-28 | need ashrdi3 | Theo de Raadt |
2016-11-27 | Match on "allwinner,sun7i-a20-mmc". In linux 4.9 the device trees for | Jonathan Gray |
2016-11-27 | ashldi3 is now needed | Theo de Raadt |
2016-11-26 | Allow rootdev to be specified without /dev/ prefix. The full path isn't | Martijn van Duren |
2016-11-26 | Start process_bootargs at 0 instead of 1. | Martijn van Duren |
2016-11-26 | Remove unnecessary function cn30xxgmx_submatch and call config_found | Martijn van Duren |
2016-11-22 | Fix CPU info struct. | Visa Hankala |
2016-11-22 | Add support for the sun9i USB PHYs and attach to the sun9i EHCI controllers. | Mark Kettenis |
2016-11-21 | Add support for "allwinner,sun9i-a80-usb-mod-clk" and | Mark Kettenis |
2016-11-21 | Enabling Loongson 3A bits turned on a code path that uses a MIPS64r2 | Visa Hankala |
2016-11-20 | Drop pointless type casts. | Visa Hankala |
2016-11-18 | Fix end of interrupt routine to make pciide(4) work. | Visa Hankala |
2016-11-18 | Use the ErrorEPC register for curcpu(). | Visa Hankala |
2009-07-31 | By popular demand and peer pressure, check-in work in progress work to support | Miod Vallat |
2016-11-17 | Turn Loongson 3A bits on. | Visa Hankala |
2016-11-17 | Add drivers for PCI host bridge and built-in UARTs on Loongson 3A, | Visa Hankala |
2016-11-15 | Add support for lid state detection in ykbec(4). | Frederic Cambus |
2016-11-15 | Avoid an uninitialised value in rev 1.93. | Jonathan Gray |
2016-11-15 | Clean up the kernel Makefile's: | Martin Natano |
2016-11-14 | Fix build now that ftd.h move to a MI directory. | Martin Pieuchot |
2016-11-10 | Add support for "allwinner,sun9i-a80-apb1-clk" compatible clocks. | Mark Kettenis |
2016-11-08 | Add a few more easy sun9i-a80 clocks. | Mark Kettenis |
2016-11-08 | Add support for "allwinner,sun9i-a80-mmc-clk" compatible clocks. | Mark Kettenis |
2016-11-08 | Add support for sun9i-a80, the Allwinner A80. | Mark Kettenis |
2016-11-08 | Add support for sun9i-a80, the Allwinner A80. | Mark Kettenis |
2016-11-08 | fix debug build | Mike Larkin |
2016-11-07 | Hide FIX_SSTEP() behind #ifdef _KERNEL | Philip Guenther |
2016-11-07 | Split PID from TID, giving processes a PID unrelated to the TID of their | Philip Guenther |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-06 | Do not create machine@ symlinks in obj as root during includes:, but | Theo Buehler |
2016-11-06 | Add interrupt handling routines for Loongson 3A. | Visa Hankala |
2016-11-05 | Two tweaks for compile/Makefile.inc: | Martin Natano |
2016-11-05 | Move the definition of REGVAL into a common header to make it usable | Visa Hankala |
2016-11-05 | Drop unnecessary #ifdef MBUF_TIMESTAMP. | Visa Hankala |
2016-11-05 | Do not show a device unit number in the cnmac interrupt name. The same | Visa Hankala |
2016-11-02 | when CONSPEED moved from libsa.h to Makefile it lost a leading '1', | Jasper Lievisse Adriaanse |
2016-11-02 | Make possible to change the link layer address of a cnmac(4) interface. | Visa Hankala |
2016-11-01 | Use x2APIC if it is enabled by BIOS. It is expected that this doesn't | YASUOKA Masahiko |