| Age | Commit message (Expand) | Author |
| 2017-10-30 | add load & store instructions for channel data type | macallan |
| 2017-10-30 | Always use END() markers when declaring functions in assembly, so that ld | maxv |
| 2017-10-29 | Mmh, we don't map the CTF section on kaslr kernels, so disable | maxv |
| 2017-10-29 | Create a custom bus space tag and use it to remap registers instead of | jmcneill |
| 2017-10-29 | sunxi_twi: provide custom read/write reg callbacks and remove the | jmcneill |
| 2017-10-29 | remove options COM_AWIN and set COM_TYPE_SUNXI in the bus driver instead | jmcneill |
| 2017-10-29 | Fix a few error messages, and be a little more verbose. | maxv |
| 2017-10-29 | Randomize the kernel segments independently. That is to say, put text, | maxv |
| 2017-10-29 | Use bootspace.head.va instead of the direct map. Otherwise there's the | maxv |
| 2017-10-29 | Add three functions and start using them; will be more useful soon. | maxv |
| 2017-10-29 | Add a fifth region, called "head". On kaslr kernels it contains the ELF | maxv |
| 2017-10-28 | add missing clock gates | jmcneill |
| 2017-10-28 | Use FLAT_RING3_CS64 (defined in Xen public headers) instead of numeric | bouyer |
| 2017-10-28 | It appears that Xen remaps the userland %cs to 0xE033. So add it to the | maxv |
| 2017-10-28 | Fix a mistake I made in the very first revision. The calculation of the | maxv |
| 2017-10-28 | add emac to bananapi m3 dts | jmcneill |
| 2017-10-28 | Add support for A83T eMMC. | jmcneill |
| 2017-10-28 | Add A83T USB PHY support | jmcneill |
| 2017-10-28 | Fix USB clocks | jmcneill |
| 2017-10-28 | Add A83T clock IDs. | jmcneill |
| 2017-10-28 | Add new DTS files: | jmcneill |
| 2017-10-28 | For some reason this single kernel seems to have outgrown its declared | pgoyette |
| 2017-10-28 | Update the kernhist(9) kernel history code to address issues identified | pgoyette |
| 2017-10-27 | Add comment explaining why membar_producer is not sfence. | riastradh |
| 2017-10-27 | Revert printf return value change. | joerg |
| 2017-10-27 | [syzkaller] Cast all the printf's to (void *) | utkarsh009 |
| 2017-10-26 | Add support for enabling modules specified in ti,hwmods property. Very | jmcneill |
| 2017-10-26 | UART frequency comes from 'clock-frequency' property here | jmcneill |
| 2017-10-26 | fix typo | ryo |
| 2017-10-26 | Initial FDT support for TI's ARM SoCs. | jakllsch |
| 2017-10-25 | Improve delay to be better than 1.3 innaccurate by default and handle the | skrll |
| 2017-10-25 | Trailing whitespace | skrll |
| 2017-10-25 | Use C99 initializer for filterops | maya |
| 2017-10-24 | Switch BEAGLEBOARD config over to using GENERIC.common. | sevan |
| 2017-10-24 | Switch BEAGLEBOARDXM config over to using GENERIC.common. | sevan |
| 2017-10-24 | Some more registers | skrll |
| 2017-10-24 | Adjust irq mask/unmask along with enable/disable to make qemu happy | jmcneill |
| 2017-10-24 | sun4i: use Timer 1 instead of Timer 0 for delay, and explicitly enable it | jmcneill |
| 2017-10-24 | Added link up status check for valid pci device confirm. | hkenken |
| 2017-10-23 | Enable clocks and de-assert resets | jmcneill |
| 2017-10-23 | A couple small adjustments to make big endian (BE8) SUNXI work. | jakllsch |
| 2017-10-23 | Fix swapped BUS_DMASYNC_POST{READ,WRITE} on bounced commands | jmcneill |
| 2017-10-23 | SDIO IO_RW_EXTENDED (CMD53) commands have datalen set but no dmamap. Setup | jmcneill |
| 2017-10-23 | Change SUNXI_MMC_DEBUG to a bitmask, allowing for isolation of specific | jmcneill |
| 2017-10-23 | If if_initialize() failed in the attach function, free resources and return. | msaitoh |
| 2017-10-23 | If error occured in pq3etsec_attach(), free resources and return. | msaitoh |
| 2017-10-23 | If error occured in bcmeth_ccb_attach(), free resources and return. | msaitoh |
| 2017-10-23 | Return if bah_attach_subr() failed. | msaitoh |
| 2017-10-23 | Add bwfm (and sort other 802.11 usb wifi drivers) | skrll |
| 2017-10-23 | splserial is an alias for splhigh now. No need to splhigh twice. | skrll |