vt(4): Recompute the drawable area when the resolution changes
[freebsd.git] / sys / arm /
2014-08-20 loosRewrite of ti_i2c based on gonzo's patch, fix the follo...
2014-08-18 impMake note about reset vs RTOE actions...
2014-08-18 imp/usr/libexec/ld.so.1 never was a thing on FreeBSD/arm...
2014-08-18 impExpand the elf brandelf infrastructure to give access...
2014-08-17 bzRemove keyboard entropy [1] from r270105.
2014-08-17 impAdd missing license to at91_common.c. It was committed...
2014-08-17 impDefine at91_master_clock in only one file to eliminate...
2014-08-17 impConvert the HL201 config file to use FDT.
2014-08-17 ianWhen the initarm_* routines were renamed to platform_...
2014-08-17 ianRename the old initarm_* functions to the new platform_...
2014-08-16 ianMove the imx6 sysctl temperature info to hw.imx6 where...
2014-08-15 impImplement the FDT static pinctl/pinmux spec for Atmel...
2014-08-14 impPrint the symbolic bit names for the status when we...
2014-08-14 impAdd AIC to at91sam9260 support, now that it is needed...
2014-08-14 impAdd support for multipass to Atmel, for both FDT and...
2014-08-14 impStart to add FDT support.
2014-08-14 impAdd support for FDT and !FDT configs on Atmel, though...
2014-08-14 impFrom https://sourceware.org/ml/newlib/2014/msg00113...
2014-08-11 peterUpdate serf-1.3.6 -> 1.3.7
2014-08-10 dumbbellFix two files forgotten in r269783 (vt_generate_cons_pa...
2014-08-09 impPer discussion on arm@, the compiler generates misaligned
2014-08-08 kibChange pmap_enter(9) interface to take flags parameter...
2014-08-08 nwhitehornRemove unnecessary inclusion of FDT headers.
2014-08-08 nwhitehornUse OF_getencprop() in preference to OF_getprop() and...
2014-08-08 ianAdd a missing clock register definition.
2014-08-07 jkimMerge OpenSSL 1.0.1i.
2014-08-06 ianUse a SYSINIT to init the array of interrupt names...
2014-08-06 jmgput these under bootverbose, they are only needed for...
2014-08-05 ianCache the imx6 SoC type in a static var so that it...
2014-08-05 ianAdd an arm option, ARM_DEVICE_MULTIPASS, used to opt...
2014-08-05 ianAttach arm generic interrupt and timer drivers in the...
2014-08-05 ianSet the pl310 L2 cache driver to attach during the...
2014-08-05 glebiusMerge all MD sf_buf allocators into one MI, residing...
2014-08-03 alcRetire pmap_change_wiring(). We have never used it...
2014-08-02 ianWhen arm 64-bit atomic ops are available, define ARM_HA...
2014-08-01 ianUse atomic_load/store_64() in the arm implementation...
2014-08-01 ianAdd 64-bit atomic ops for armv4, only for kernel code...
2014-08-01 ianAdd 64-bit atomic ops for armv6. The only safe way...
2014-08-01 ianTell the assembler we're building for armv7a with secur...
2014-08-01 ianFix unwind-info errors in our hand-written arm assemble...
2014-08-01 brRename files: keep codename only to make it shorter.
2014-08-01 brAdd support for Chromebook2 -- next-generation 8-core
2014-07-31 ianSwitch to using counter(9) for the new 64-bit stats...
2014-07-29 brRemove unused option.
2014-07-29 rayRemove SC_DFLT_FONT option. vt(4) don't use it.
2014-07-29 ianExport some new busdma stats via sysctl for armv6....
2014-07-29 ianA while back, the array of segments used for a load...
2014-07-29 ianWe never need bounce pages for memory we allocate....
2014-07-29 ianReplace a bunch of double-indirection with a local...
2014-07-29 ianDon't clear the DMAMAP_DMAMEM_ALLOC flag set a few...
2014-07-29 ianMemory belonging to an mbuf, or allocated by bus_dmamem...
2014-07-29 ianThe run_filter() function doesn't just run dma tag...
2014-07-29 ianPropagate any alignment restriction from the parent...
2014-07-29 ianReformat some continuation lines. No functional changes.
2014-07-29 ianCorrect the comparison logic when looking for intersect...
2014-07-29 ianThe exclusion_bounce() routine compares unchanging...
2014-07-29 ianRename _bus_dma_can_bounce(), add new inline routines.
2014-07-28 brAdd the rest of combined interrupt groups.
2014-07-26 ianPull in the armv4 "fast out" code for checking whether...
2014-07-26 ianRemove completely bogus alignment check -- it's the...
2014-07-25 gavinAdd error return to dumpsys(), and use it in doadump().
2014-07-22 brEnable Freescale i.MX I2C driver for i.MX6.
2014-07-22 brRename i.MX I2C driver file.
2014-07-19 ianAdd dl_unwind_find_exidx() for ARM EABI, required for...
2014-07-19 baptMerge libucl 20140718 (fixes a bug in the parser)
2014-07-18 brAdd support for Toradex Apalis i.MX6 development board.
2014-07-18 brRename gpio driver file.
2014-07-18 bro Enable GPIO device driver for i.MX6.
2014-07-18 baptUpdate libucl to the 2014-07-16 snapshot
2014-07-16 alcImplement pmap_unwire(). See r268327 for the motivatio...
2014-07-15 alcActually set the "no execute" bit on 1 MB page mappings...
2014-07-15 alcEliminate repeated calculation of next_bucket in pmap_p...
2014-07-14 ianFix the Zedboard/Zynq ethernet driver to handle media...
2014-07-14 alcEliminate dead code. There is no direct map. This...
2014-07-10 ianPending interrupt status is cleared by writing to the...
2014-07-08 ianUse named constant rather than '0' to access the reset...
2014-07-03 marcelAdd VHD support to mkimg(1). VHD is used by Xen and...
2014-07-01 delphijMFV r267565:
2014-06-28 hselaskyPull in r267961 and r267973 again. Fix for issues repor...
2014-06-27 gjbRevert r267961, r267973:
2014-06-27 hselaskyExtend the meaning of the CTLFLAG_TUN flag to automatic...
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos
2014-06-26 rpauloMFV illumos r266986:
2014-06-26 delphijMFV r267843: update file/libmagic to 5.19.
2014-06-22 andrewRemove the incomplete Tegra 2 code, nobody was maintain...
2014-06-17 tuexenDifferent versions of the ARM processor use different...
2014-06-17 jhbDon't bother clearing maps for static DMA allocations...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-15 pfgMFV r266988:
2014-06-15 brAdd very basic driver for 12-bit Analog to Digital...
2014-06-12 jmgclear the write bit... This allows my AVILA board...
2014-06-12 brEnable SMP for both Exynos5 models we support.
2014-06-12 brActivate IRQ 30 (non-secure private timer IRQ) for...
2014-06-12 brAdd machine-dependent SMP part for Exynos5420
2014-06-11 jhbFix various NIC drivers to properly cleanup static...
2014-06-11 brAdd a driver for Serial Peripheral Interface (SPI).
2014-06-10 jhbDon't destroy bus_dma maps created by bus_dmamem_alloc...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
next