Fix packets/bytes accounting on i386.
[freebsd.git] / sys / arm /
2015-08-25 zbbLeave hypervisor mode upon startup on ARMv7
2015-08-23 andrewEnable KDTRACE_HOOKS by default on all armv6 kernels...
2015-08-21 roygerpreload_search_info: make sure mod is set
2015-08-20 ianRemove code left over from the armv4 days. On armv4...
2015-08-20 ianMinor comment and style fixes, no functional change.
2015-08-20 kibTypo.
2015-08-19 ianEnable the watchdog driver on imx6, now that it works.
2015-08-19 ianMake the imx watchdog actually work, by setting WDOG_CR...
2015-08-19 ianAdd compatible strings for all the hardware this driver...
2015-08-17 jahSome cleanups to make the style of pmap_quick_enter_pag...
2015-08-14 ianUse simple fixed name strings for these timecounters...
2015-08-13 ianAdd a new PPS driver for AM335x (beaglebone) timer...
2015-08-13 marcelInstead of having separate do_sync functions for ARM_AR...
2015-08-13 marcelThe Broadcom BCM56060 chip has a Cortex-A9R4 core.
2015-08-12 ianRemove all dregs of the old PPS driver from this code...
2015-08-12 ianRemove a bogus printf that whines every time loading...
2015-08-12 ianAdd a MODULE_VERSION(), because other things MODULE_DEP...
2015-08-12 ianAdd a routine to return the hardware instance/unit...
2015-08-11 ianMake this compile again when PPS_SYNC is defined. ...
2015-08-11 pfgClean out some externally visible "more then" grammar
2015-08-10 kibMake kstack_pages a tunable on arm, x86, and powepc...
2015-08-05 emasteRationalize BSD license on sys/*/include/float.h
2015-08-04 jahAdd two new pmap functions:
2015-08-04 rpauloBEAGLEBONE: remove dtrace from MODULES_EXTRA.
2015-08-03 gonzoPass correct type of argument to ti_gpio_unmask_irq...
2015-08-01 gonzoSet output pin initial value based on pin's pinmux...
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
2015-07-30 zbbRemove obsolete vendor code from Alpine platform support
2015-07-30 emasteAdd ELF Tool Chain's ar(1) and elfdump(1) to contrib
2015-07-29 sbrunoRemove dead functions pmap_pvdump and pads.
2015-07-28 bdreweryMFV r285970:
2015-07-28 zbbImport Annapurna Labs Alpine HAL to sys/contrib/
2015-07-25 gonzoFix color mapping for TDA19988. Values for VIP_CNTRL_1...
2015-07-25 gonzoSynchronize PIN input/output modes with gnu/dts/include...
2015-07-25 gonzoIf there is panel info in DTB do not wait for HDMI...
2015-07-22 jkimMerge ACPICA 20150717.
2015-07-19 markjImplement the lockstat provider using SDT(9) instead...
2015-07-19 andrewFix atomic_store_64, it should write the value passed...
2015-07-19 andrewClean up the style of the armv6 atomic code.
2015-07-19 andrewSort the ARM atomic functions to be in alphabetical...
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 andrewSplit out the arm and armv6 parts of atomic.h to new...
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
2015-07-13 loosBring a few simplifications to a10_gpio:
2015-07-12 ianAdd PRINTF_BUFR_SIZE=128 to avoid interleaved output.
2015-07-11 loosReturn the FDT node of the GPIO controller to gpiobus...
2015-07-11 andrewAlways send a SIGSEGV on a map failure. Use the code...
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-05 ianEnable ipsec by default on all armv6 platforms.
2015-07-03 loosAdd the routines to activate the GMAC clock and setup...
2015-07-03 loosRename a10_emac_gpio_config() to a10_gpio_ethernet_acti...
2015-07-03 loosRemove duplicate and unnecessary includes.
2015-07-03 loosAdd AHCI attachment code for Allwinner A10/A20 SoCs.
2015-07-01 loosAdd DMA support for Allwinner MMC controller.
2015-06-26 andrewpc_curpmap is only in the armv6 pcpu data.
2015-06-24 ianFix a misplaced #endif (maybe a mismerge?). Emitting...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-18 gonzoAdd missing driver for TDA19988 HDMI framer
2015-06-18 gonzoAdd HDMI support to Beaglebone Black:
2015-06-17 gonzo- Add clk_set_source_freq field to struct ti_clock_dev...
2015-06-16 andrewWrite to the PRRR (Primary Region Remap Register) rathe...
2015-06-16 bzTrying to unbreak arm.LINT by properly putting the...
2015-06-13 sjgAdd META_MODE support.
2015-06-11 andrewAdd basic support for ACPI. It splits out the nexus...
2015-06-11 andrewStop using VFP in pcpu.h when we mean ARMv6 and later.
2015-06-11 andrewFix the spelling of __ARM_ARCH >= 6 in sys/arm/arm.
2015-06-10 delphijMFV r284234:
2015-06-10 brAllow DTrace to be compiled-in to the kernel.
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-09 sobomax"status_reg.acpwr ? 1 : 0" is now the same as just...
2015-06-09 sobomaxFix a typo in a comment that has been carried over...
2015-06-09 sobomaxUse tab to do identation consistently.
2015-06-09 sobomaxExtend TPS65217 support to be able to pull and decode...
2015-06-09 alcAccount for superpage mappings that are created by...
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-07 andrewStop checking for ARM_TP_ADDRESS when we mean to check...
2015-06-07 andrewRemove pc_cpu, it was duplicating pc_cpuid so was unneeded.
2015-06-06 brInclude a header required for vtophys().
2015-06-03 ianBetter handling of userland sysarch() requests to flush...
2015-06-02 ianAdd a missing wakeup when releasing ownership of the...
2015-06-01 andrewRemove __ARM_EABI__ from sys/arm/arm, building for...
2015-06-01 andrewClear the C bit of the saved program state register...
2015-05-31 andrewSet the return value correctly on copy failure in copystr.
2015-05-31 andrewWe only support the ARM EABI in head, remove the check...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-26 loosRemove unused mutex and softc variables.
2015-05-25 ianEnsure that all arm kernel configs contain ALT_BREAK_TO...
2015-05-24 gonzoRename fdt_find_child to ofw_bus_find_child. There...
2015-05-24 dchaginThe kernel sends signals to the processes via ABI speci...
2015-05-24 andrewAdd support for getting the memory map from EFI if...
2015-05-24 dchaginIn preparation for switching linuxulator to the use...
2015-05-24 andrewEnable SMP on the qemu virt platform. We use the device...
2015-05-24 andrewRemove trailing whitespace from sys/arm/arm
2015-05-24 andrewAdd more cp15_ functions, and use them in cpufunc.c...
2015-05-24 andrewInclude the ofw cpu driver. This allows us to get a...
next