]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
* Add AR9330/AR9331 to the soc identifier enum;
[FreeBSD/FreeBSD.git] / sys / arm /
2013-02-26 kientzleRPi users might want to touch the boot partition, which...
2013-02-26 attilioMFC
2013-02-26 attilioMerge from vmobj-rwlock branch:
2013-02-26 delphijUpdate base system libexpat to 2.1.0.
2013-02-25 gonzoFix off-by-one error in sanity checks
2013-02-25 gonzo- Fix off-by-one error when returning max pin number
2013-02-24 attilioMFC
2013-02-24 attilioMerge from vmcontention
2013-02-24 attilioMFC
2013-02-24 attilioRetire the old UMA primitive uma_zone_set_obj() and...
2013-02-23 gonzoAdd macroses to properly map IO peripherals memory...
2013-02-23 mavAdd basic and not very reliable protection against...
2013-02-23 attilioMFC
2013-02-21 attilioHide the details for the assertion for VM_OBJECT_LOCK...
2013-02-21 attilioRemove supposedly unused vm_pager.h.
2013-02-21 attilioMFC
2013-02-21 attilioFix other architectures and ZFS.
2013-02-20 alcInitialize vm_max_kernel_address on non-FDT platforms...
2013-02-20 attilioSwitch vm_object lock to be a rwlock.
2013-02-19 gonzoSpelling fixes
2013-02-19 gonzoRoll back change of frequency for initialization sequen...
2013-02-19 ganboldDefine gpio constants rather than using enum.
2013-02-18 alcPlace a cap on the size of the kernel's heap, also...
2013-02-18 alcOn arm, like sparc64, the end of the kernel map varies...
2013-02-17 gonzo- Add hw.bcm2835.sdhci.hs tunable to enable/disable...
2013-02-16 ianIn _bus_dmamap_addseg(), the return value must be zero...
2013-02-15 ianSet map->pmap before _bus_dmamap_count_pages() tries...
2013-02-15 desUpgrade to 1.6.16
2013-02-15 gonzoEnable USB1 (which is EHCI0) for Allwinner A10
2013-02-15 gonzoFix copy-paste error in bus_space_unmap argument
2013-02-15 jkimMerge ACPICA 20130214.
2013-02-15 desImport LDNS and build it as an internal library.
2013-02-13 jkimMerge OpenSSL 1.0.1e.
2013-02-13 attilioMerge from vmcontention
2013-02-13 attilioMFC
2013-02-12 kibReform the busdma API so that new types may be added...
2013-02-12 gonzoRemove debug output
2013-02-11 gonzoA10 reset mechanism is the same for all boards in this...
2013-02-11 gonzoAdd watchdog driver for Allwinner A10
2013-02-10 attilioMerge from vmcontention
2013-02-10 attilioMFC
2013-02-09 kientzleFix breakage introduced in r246318.
2013-02-09 delphijMFV r245512:
2013-02-06 attilioMerge from vmcontention
2013-02-06 attilioMFC
2013-02-06 ganboldUse and set gpio pin to high to power up usb.
2013-02-05 ganboldRemove two dead assignments and
2013-02-05 ganboldAdd gpio driver and update dts and kernel config accord...
2013-02-04 attilioMerge from vmcontention
2013-02-04 attilioMFC
2013-02-04 attilioMerge from vmcontention
2013-02-04 andrewUse the STACKALIGN macro to alight the stack rather...
2013-02-03 attilioMFC
2013-02-03 kientzleAnother overhaul of the CPSW driver for BeagleBone
2013-02-02 kientzleTweaks to standard BEAGLEBONE config, as recently discussed
2013-02-01 sjgMerge bmake-20130123
2013-02-01 andreAdd VM_KMEM_SIZE_SCALE parameter set to 2 (50%) for...
2013-01-31 kibUse pmap_kextract() instead of inlining the page table...
2013-01-29 ganboldAdd simple clock driver and ehci glue code for a10
2013-01-28 dmarionFix case for some signal names.
2013-01-28 dmarionFilled in missing pads for AM335x / Beaglebone.
2013-01-27 ianFix off-by-one errors in low-level arm9 and arm10 cache...
2013-01-27 ianRestore the irq number to the display string; I fumbled...
2013-01-27 ianRemove the remaining references to the now-obsolete...
2013-01-27 ianAdd support for the GlobalScale Technologies DreamPlug...
2013-01-27 ianAdd a default do-nothing implementation of fdt_pci_devm...
2013-01-26 ianFix a buffer overrun while pre-formatting the names...
2013-01-26 andrewAlign td_frame as it will be placed into the sp registe...
2013-01-25 ganboldFix method of naming compatible string to follow
2013-01-24 ganboldFix timer to support oneshot and periodic mode
2013-01-19 kientzleClarify the error messages for unrecognized pins and...
2013-01-19 neelMerge projects/bhyve to head.
2013-01-19 ianEliminate the need for an intermediate array of indices...
2013-01-17 jkimMerge ACPICA 20130117.
2013-01-17 andrew* Correct KINFO_PROC_SIZE for ARM EABI.
2013-01-17 andrewImplement stack unwinding based on section 9 of the...
2013-01-17 neelIFC @ r245509
2013-01-16 ganboldFix style bugs
2013-01-15 cognetUse armv7_drain_writebuf() and armv7_context_switch...
2013-01-15 cognetOnly spin on the blocked_lock for SCHED_ULE+SMP, as...
2013-01-15 cognetDon't define rel/acq variants of some atomic operations...
2013-01-15 ganboldAdd mistakenly removed third clause to license
2013-01-15 ganboldFix formatting of license according to share/examples...
2013-01-15 ganboldFix license to follow standard license template
2013-01-15 ganboldInitial support for Allwinner A10 SoC (Cubieboard)
2013-01-14 andrewUpdate sigcode to use both the current ABI and FreeBSD...
2013-01-13 rayEnable syscons framebuffer support for bcm2835. It...
2013-01-13 gonzoRemove accidentally copypasted comment
2013-01-11 theravenMerge new version of libcxxrt. This brings in three...
2013-01-09 attilioMFC
2013-01-09 neelIFC @ r245205
2013-01-09 neelIFC @ r245178
2013-01-09 cognetDefine IPI_IRQ_START and IPI_IRQ_END.
2013-01-09 cognetUse get_pcpu() instead of using pcpup, as it's wrong...
2013-01-08 cognetRemove old declarations.
2013-01-08 gonzoSwitch default cache type for ARMv6/ARMv7 from write...
2013-01-08 gonzoFix cache-related issue with pmap for ARMv6/ARMv7:
2013-01-07 gonzo- Identify more devices for OMAP4 SoC (up to OMAP4470)
2013-01-07 gonzoImplement barriers for AMRv6 and ARMv7
2013-01-07 gonzoRelease version check for erratum 727915 workaround in
next