]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Bump WITNESS_PENDLIST by MAXCPU to account for the
[FreeBSD/FreeBSD.git] / sys / arm /
2014-04-28 ianDon't use multiprocessing-extensions instruction on...
2014-04-27 ianMove duplicated code to print l2 cache config into...
2014-04-27 ianExplain why wbinv_all is SMP-safe in this case, and...
2014-04-27 ianFlush and invalidate caches on each CPU as part of...
2014-04-27 ianThere is no difference between IPI_STOP and IPI_STOP_HA...
2014-04-27 ianRemove cpu_idcache_wbinv_all() from kdb_cpu_trap()...
2014-04-27 ianProvide a proper armv7 implementation of icache_sync_al...
2014-04-26 ianCall cpu_icache_sync_range() rather than sync_all since...
2014-04-26 scottlRetire smp_active. It was racey and caused demonstrate...
2014-04-26 ianStop calling imx51_ccm_foo() clock functions from imx6...
2014-04-23 baptUpdate to byacc 20140409
2014-04-20 ianRemove uncessary cache and TLB maintenance ops.
2014-04-08 rpauloUpdates to i.MX53:
2014-04-07 rpauloMove sys/arm/econa to sys/arm/cavium/cns11xx.
2014-04-06 ianTell VM we now have ARM platforms with physically disco...
2014-04-06 loosPartially revert r264083.
2014-04-06 ianAdd a couple more required TLB flushes.
2014-04-05 rpauloFollow files.imx51 and add vt support.
2014-04-05 rpauloRemove code under PMAP_CACHE_VIVT that is not compiled...
2014-04-05 loos- Fix the setup of interrupts for banks 2 and 3 on...
2014-04-05 brCorrect the end address of the video frame buffer.
2014-04-04 ianEnable SMP for Pandaboard.
2014-04-04 ianSwitch wandboards over to the common IMX6 kernel config...
2014-04-04 ianWe don't support any ARM systems with an ISA bus and...
2014-04-04 ianAllocate per-cpu resources for doing pmap_zero_page...
2014-04-04 ianFix TLB maintenance issues for armv6 and armv7.
2014-04-04 ianFix TTB set operation for armv7.
2014-04-04 ianFlag several sysctl variables as tunables.
2014-04-04 ianAdjust the comments about translating clock divisor...
2014-04-04 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 brRemove unused prototype.
2014-04-04 ianLet's try having just one mmc/sd controller driver.
2014-04-04 ianUse the sdhci driver for Pandaboard.
2014-04-04 ianSwitch OMAP4 (Pandaboard et. al.) to use the ti_sdhci...
2014-04-04 ianFix the logic for translating between MMCHS and SDHCI...
2014-04-04 ianVarious fixes to the ti_sdhci driver, mostly to make...
2014-04-04 ianActually save the clock frequency retrieved from fdt...
2014-04-03 loosMove the GPIO bank initialization to a new function...
2014-04-03 br- Setup both secure and non-secure timer IRQs.
2014-04-02 ianRework the cpu frequency management code for imx6.
2014-04-02 ianSwitch imx6 to using the mpcore per-cpu event timers...
2014-04-02 ianDon't call sdhci_init_slot() until after handling the...
2014-04-02 ianTrivial changes/forced-commit to document previous...
2014-04-02 ian(no commit message)
2014-04-02 ianDisable the timer and clear any pending bit, then setup...
2014-04-01 loosFix some of the style(9) problems on ti_gpio. Note...
2014-04-01 tijlRename __wchar_t so it no longer conflicts with __wchar...
2014-04-01 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 brAdd Cortex-A15 cpu id revisions.
2014-04-01 brRelease i2c bus on detach.
2014-03-30 brAdd support for keyboard used in Samsung Chromebook...
2014-03-30 brAdd lowercase postfix, so SoC-common file will be ignor...
2014-03-30 brDirectly call kmem_alloc_contig to allocate framebuffer...
2014-03-30 br- Merge SoC-common parts
2014-03-29 marcelAdd mkimg, a utility for making disk images from raw...
2014-03-29 andrewVFP fixes/cleanups for ARM11:
2014-03-29 andrewInitialise fpscr to a sane value when we create the...
2014-03-29 andrewAdd more flags for the fpexc register from the ARM1176J...
2014-03-25 desUpgrade to OpenSSH 6.6p1.
2014-03-25 ganboldSwitch to my freebsd.org emal address in copyright.
2014-03-25 ganboldAdd code for enabling second CPU core for A20 SoC.
2014-03-24 loosAdds the ADC driver for TI AM3xxx SoC family.
2014-03-24 andrewMove an else case that was missed in r263676
2014-03-23 andrewReorder the pmap macros so "ARM_MMU_V6 + ARM_MMU_V7...
2014-03-22 baptUpdate to 20140321
2014-03-22 andrewSimplify how we build MACHINE_ARCH. There are 3 options...
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
2014-03-20 brRename mct and ehci drivers files to match common naming.
2014-03-20 brRemove printf's.
2014-03-20 brAdd support for Samsung Chromebook (ARM Cortex A15...
2014-03-20 brAdd driver for Display Controller.
2014-03-20 br- Add display-related and clk devices to the tree
2014-03-20 brDisable debugging by default.
2014-03-18 impIn kernel config files, it is supposed to be 'options...
2014-03-16 ianUse armv7 TLB flush code, not arm11, for cortex-a proce...
2014-03-16 ianUse the same terminology as the ARM docs in comments...
2014-03-16 impMake all the comments '# ' and align to same column...
2014-03-16 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
2014-03-15 impFix wandboard to include tmpfs, mbr and bsd labels.
2014-03-11 impDelete stray clause 3 (Advertising clause) and renumber...
2014-03-11 ianRemove #include <machine/asmacros.h> from files that...
2014-03-11 ianRemove the unreferenced DATA() macro. That leaves only...
2014-03-11 impRemove clause 3 (advertising clause), per regent's...
2014-03-11 ianUse panic rather than printf to "handle" an arm26 addre...
2014-03-11 ianNo functional changes. Rewrite comments, use tabs...
2014-03-11 ianRemove some unnecessary indirection and jump right...
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...
next