]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
Remove unused option.
[FreeBSD/FreeBSD.git] / sys / arm / arm /
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-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-19 baptMerge libucl 20140718 (fixes a bug in the parser)
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 alcEliminate dead code. There is no direct map. This...
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-17 tuexenDifferent versions of the ARM processor use different...
2014-06-16 attilio- Modify vm_page_unwire() and vm_page_enqueue() to...
2014-06-15 pfgMFV r266988:
2014-06-12 jmgclear the write bit... This allows my AVILA board...
2014-06-12 brActivate IRQ 30 (non-secure private timer IRQ) for...
2014-06-09 jkimMerge OpenSSL 1.0.1h.
2014-06-07 alcAdd a page size field to struct vm_page. Increase...
2014-05-29 cognetFor old CPUs, map the 64 first MB of RAM as it used...
2014-05-27 peterMerge apr-1.4.8 -> apr-1.5.1 and update.
2014-05-25 zbbDelete obsolete and unused PJ4B CPU functions
2014-05-25 zbbFix context switch on PJ4Bv7 and remove obsolete pj4b_...
2014-05-25 ianFix whitespace glitches.
2014-05-24 zbbEnable automatic superpages promotion by default on...
2014-05-24 ianEliminate one of the causes of spurious interrupts...
2014-05-22 ianMap device memory using PTE_DEVICE attributes, and...
2014-05-17 andrewAdd the start of the ARM platform code. This is based...
2014-05-16 gavinFix spelling mistake in comment.
2014-05-15 marcelMFuser/marcel/mkimg:
2014-05-15 desUpgrade to latest ldns (1.6.17) and unbound (1.4.22).
2014-05-14 markmGive suitably-endowed ARMs a register similar to the...
2014-05-12 ianCleanup some style nits.
2014-05-12 ianInterrupts need to be disabled on entry to cpu_sleep...
2014-05-11 ianAdd cpu_l2cache_drain_writebuf(), use it to implement...
2014-05-09 ianCall idcache_inv_all from the AP core entry code before...
2014-05-08 ianConsolitate all the AP core startup stuff under a singl...
2014-05-08 ianMove the mptramp code which is specific to the Marvell...
2014-05-06 ianAdd a public routine to set the L2 cache ram latencies...
2014-05-06 ianCall platform_pl310_init() before enabling the controll...
2014-05-06 ianBreak out the code that figures out the L2 cache geomet...
2014-05-06 ianMove the pl310.enabled tunable to hw.pl310.enabled...
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 ianProvide a proper armv7 implementation of icache_sync_al...
2014-04-26 scottlRetire smp_active. It was racey and caused demonstrate...
2014-04-23 baptUpdate to byacc 20140409
2014-04-20 ianRemove uncessary cache and TLB maintenance ops.
2014-04-06 ianAdd a couple more required TLB flushes.
2014-04-05 rpauloRemove code under PMAP_CACHE_VIVT that is not compiled...
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 gjbMerge r262907 from ^/projects/release-embedded:
2014-04-04 ianActually save the clock frequency retrieved from fdt...
2014-04-03 br- Setup both secure and non-secure timer IRQs.
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 jmmvAdd atf m4 files from the vendor branch.
2014-04-01 brAdd Cortex-A15 cpu id revisions.
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-25 desUpgrade to OpenSSH 6.6p1.
2014-03-22 baptUpdate to 20140321
2014-03-22 bdreweryRename global cnt to vm_cnt to avoid shadowing.
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 rwatsonUpdate kernel inclusions of capability.h to use capsicu...
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 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...
next