summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2017-10-31Re-generatekhorben
2017-10-31Add the TP-LINK TL-WN823N (version 2)khorben
2017-10-30add load & store instructions for channel data typemacallan
2017-10-30Add END().maxv
2017-10-30Always use END() markers when declaring functions in assembly, so that ldmaxv
2017-10-30Set IFEF_NO_LINK_STATE_CHANGE flag to pseudo devices that don't use if_link_s...ozaki-r
2017-10-30If if_attach() failed in the attach function, return. Add comments about if_i...knakahara
2017-10-30Remove unneeded casts to (uintptr_t). This is already taken care of inpgoyette
2017-10-30Fix npfclt reload on rump kernelsozaki-r
2017-10-30regensevan
2017-10-30Add Areca ARC1214 & ARC1880.sevan
2017-10-30And replace an instance of "%p" conversion with "%#jx"pgoyette
2017-10-30Remove a stray '"' (obvious typo) and add a couple of casts that arekre
2017-10-29Provisionally return to declaring midi_cd unconditionally.riastradh
2017-10-29Mmh, we don't map the CTF section on kaslr kernels, so disablemaxv
2017-10-29Create a custom bus space tag and use it to remap registers instead ofjmcneill
2017-10-29sunxi_twi: provide custom read/write reg callbacks and remove thejmcneill
2017-10-29Allow drivers to provide their own read/write register functions. Whilejmcneill
2017-10-29remove options COM_AWIN and set COM_TYPE_SUNXI in the bus driver insteadjmcneill
2017-10-29Make all of the COM_xxx type options runtime selectable. Kernel configsjmcneill
2017-10-29Fix a few error messages, and be a little more verbose.maxv
2017-10-29Randomize the kernel segments independently. That is to say, put text,maxv
2017-10-29Use bootspace.head.va instead of the direct map. Otherwise there's themaxv
2017-10-29Add three functions and start using them; will be more useful soon.maxv
2017-10-29Add a fifth region, called "head". On kaslr kernels it contains the ELFmaxv
2017-10-29Use driver specific label code as fallback. This fixes the UDF label for CDs.mlelstv
2017-10-28add missing clock gatesjmcneill
2017-10-28And yet another one. :(pgoyette
2017-10-28Use FLAT_RING3_CS64 (defined in Xen public headers) instead of numericbouyer
2017-10-28Misssed one cast of pointer --> uintptr_t in previous kernhist(9) commitpgoyette
2017-10-28It appears that Xen remaps the userland %cs to 0xE033. So add it to themaxv
2017-10-28Fix a mistake I made in the very first revision. The calculation of themaxv
2017-10-28Define the new flag too for previous commit.riastradh
2017-10-28Allow only one pending call to a pool's backing allocator at a time.riastradh
2017-10-28add emac to bananapi m3 dtsjmcneill
2017-10-28Add support for A83T eMMC.jmcneill
2017-10-28Add A83T USB PHY supportjmcneill
2017-10-28Fix USB clocksjmcneill
2017-10-28Add A83T clock IDs.jmcneill
2017-10-28Add new DTS files:jmcneill
2017-10-28merge conflictsjmcneill
2017-10-28Import dts from Linux 4.14-rc6jmcneill
2017-10-28Update format to report sCskrll
2017-10-28Add some #includes to make a few more header files compile.riastradh
2017-10-28Add #includes to make this compile.riastradh
2017-10-28Kill some more extern struct cfdriver declarations.riastradh
2017-10-28Back out extern struct cfdriver -> ioconf.h change to sequencer.c.riastradh
2017-10-28Kill some more extern cfdriver xyz_cd in favour of #include "ioconf.h".riastradh
2017-10-28No externs in .c files! Include ioconf.h for struct cfdriver xyz_cd.riastradh
2017-10-28For some reason this single kernel seems to have outgrown its declaredpgoyette