]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
xen: changes to hvm code in order to support PVH guests
[FreeBSD/FreeBSD.git] / sys / arm /
2014-03-11 ianRevert r262994 for now, it fails to boot on armv5.
2014-03-11 ianNow that the PUSHFRAME and PULLFRAME macros are used...
2014-03-10 ianArrange for arm fork_trampoline() to return to userland...
2014-03-10 ianChange the way the asm GET_CURTHREAD_PTR() macro is...
2014-03-10 ianMove the exception vector table (so-called "page0"...
2014-03-10 ianEliminate irq_dispatch.S. Move the data items it conta...
2014-03-10 baptUpdate libucl to 2014-03-03
2014-03-10 ianMake the default exception handler vectors point to...
2014-03-09 ianRemove all traces of support for ARM chips prior to...
2014-03-09 ianThe arm exception entry points currently vector through...
2014-03-09 ianMake undefined exception entry MPSAFE.
2014-03-09 ianWhen a thread begins life it doesn't own the VFP hardwa...
2014-03-09 ianAlways call vfp_discard() on thread death, not just...
2014-03-09 ianRemove all dregs of a per-thread undefined-exception...
2014-03-09 ianRework the VFP code that handles demand-based save...
2014-03-09 impRemove bogus define that causes compile errors. Most...
2014-03-09 ianFollow r262916 with one more config file that reference...
2014-03-08 impMove AIC related stuff to own file.
2014-03-08 impProperly round on unmapping.
2014-03-08 impMake at91_soc_id() public.
2014-03-08 impAdd commented out dts for sam9260ek as well as early...
2014-03-08 impMove all the files named foo/common.c to foo/foo_common...
2014-03-07 ianStrip arm/conf/DEFAULTS down to just items that are...
2014-03-07 ianFix the arm sys_sigreturn(): its argument is a struct...
2014-03-07 br- Export panel info to DTS
2014-03-07 brAdd driver for Port control and interrupts (PORT).
2014-03-07 ianAdd option TMPFS to arm/conf/DEFAULTS, remove it from...
2014-03-06 cognetWhen calculating the MPU freq, make sure not to overflo...
2014-03-05 gjbMerge ^/projects/release-embedded into ^/head.
2014-03-05 delphijMFV r262756:
2014-03-03 ianUse the standard __used macro instead of a bare __attri...
2014-03-03 ganboldAdd EMAC and SRAM controller entries to FDT.
2014-03-03 ganboldAdd EMAC 10/100 Ethernet controller driver for A10...
2014-03-03 ganboldAdd Static Random Access Memory controller driver for...
2014-03-03 ganboldAdd gpio and clock bits for A10/A20's EMAC ethernet...
2014-03-02 ianAdd __attribute__((used)) so that the delay implementat...
2014-03-02 ianAdd a tunable to set the number of active cores, and...
2014-03-02 delphijMFV r262639: ncurses 5.9 20140222 snapshot.
2014-02-28 delphijMFV r262617: ncurses 5.9.
2014-02-28 dimMerge from head up to r262611.
2014-02-28 impSymbolic bindings for the dts files...
2014-02-28 impAdd missing skeleton file.
2014-02-28 imptcb device for fdt
2014-02-28 impshdwc device for fdt
2014-02-28 impAdd device node for SDRAMC device. Currently just claim...
2014-02-28 markj4478 dtrace_dof_maxsize is far too small
2014-02-28 impInitial import of DTS files from Linux
2014-02-28 ianAdd an armv7 implementation of cpu_sleep(). The arm11...
2014-02-28 ianAdd some rudimentary voltage control to go with the...
2014-02-28 ianSupply a DELAY() implementation via weak linkage, so...
2014-02-28 ianAll our current ARM multi-core systems have all cores...
2014-02-27 ianInitialize the Low Power Mode bits to keep the ARM...
2014-02-27 brDo not setup interrupt handler (polling is used).
2014-02-27 brAdd driver for Inter-Integrated Circuit (I2C).
2014-02-27 impStyle(9) nit: Use tab here.
2014-02-26 dimMerge from head up to r262536.
2014-02-26 ianReplace many pasted identical definitions of cpu_initcl...
2014-02-26 ianMinor tweaks to the imx GPT timer...
2014-02-26 desMFV (r262529): fix is_upper() predicate
2014-02-26 emasteUpdate LLDB snapshot to upstream r202189
2014-02-25 br- Pin configuration is a complete iomux register now...
2014-02-25 ianInvalidate the SCU cache tag ram on all 4 cores, not...
2014-02-25 dimMerge from head up to r262472.
2014-02-24 brAdd support for Quartz Module.
2014-02-24 ianAdd the bits needed to run SMP on imx6.
2014-02-24 ianInvalidate caches immediately upon entry to init_second...
2014-02-24 ianAdd a new cache maintenance function, idcache_inv_all...
2014-02-24 ianAdd an ident line.
2014-02-23 dimMerge from head up to r262415.
2014-02-23 ianActually set the proper bit to indicate TTB shared...
2014-02-23 ianIf the L2 cache type is PIPT, pass a physical address...
2014-02-23 ianMove the declaration for mpentry() into a header file...
2014-02-23 ianEliminate an unused-var warning by wrapping #if 0 aroun...
2014-02-23 baptImport libucl into head
2014-02-23 ianFix a typo _IMX51_TZICRREG_H_ -> _IMX51_TZICREG_H_...
2014-02-23 ianDon't force bootverbose on anymore, it can be set from...
2014-02-23 ianCreate a generic IMX6 kernel config. This is based...
2014-02-23 ianAdd the FREEBSD_BOOT_LOADER option so that a loaded...
2014-02-21 gjbMerge the following:
2014-02-21 dimMerge from head up to r262311.
2014-02-21 baptImport Dragonfly Mail Agent into base system
2014-02-21 ianAdd basic cpu frequency control and temperature monitor...
2014-02-21 impRemove bogus blank line.
2014-02-21 gjbMove ^/user/gjb/hacking/release-embedded up one directo...
2014-02-21 gjbMFH: tracking commit
2014-02-20 ianAdd early printf support, wrapped in #if 0 because...
2014-02-18 emasteUpdate LLDB snapshot to upstream r201577
2014-02-17 ianGive the fdt helper routines static linkage since no...
2014-02-17 jhayMake it possible to use the env kernel config file...
2014-02-16 dimUpgrade our copy of llvm/clang to 3.4 release. This...
2014-02-16 br- Decrease buffer size.
2014-02-16 brAdd driver for Synchronous Audio Interface (SAI).
2014-02-16 ianOops, remove some dregs of debugging.
2014-02-16 ianMake it possible to access the ocotp registers before...
2014-02-15 ianSweep up a couple crumbs left over from the imx6->fsl...
2014-02-15 ianIt turns out Freescale cleverly made the ocotp device...
2014-02-15 ianConvert the "R1B fix" from a busy-loop in the interrupt...
2014-02-15 ianAdd a driver to provide access to imx6 on-chip one...
2014-02-15 zbbHandle pmap_enter() on already promoted mappings for...
2014-02-15 zbbRemove spurious assertion from pmap_extract_locked...
next