Always detach encap handler when reconfiguring tunnel.
[freebsd.git] / sys / arm /
2015-10-02 kibDo not set 'flush to zero' VFPSCR_FZ bit by default...
2015-10-02 kibFreeBSD does not support SMP on ARMv5. Since processor...
2015-10-01 andrewAn IPI must be cleared before it is handled otherwise...
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-26 alcExploit r288122 to address a cosmetic issue. Since...
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-22 andrewAdd support for __atomic_FOO_fetch on arm prior to...
2015-09-21 loosEnable if_dwc for Allwinner A20 based boards.
2015-09-21 loosAdd the A20 glue code for if_dwc.
2015-09-20 loosAdd alternate descriptors support for if_dwc.
2015-09-20 kibAdd support for weak symbols to the kernel linkers...
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 zbbAdd domain support to PCI bus allocation
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-11 markjAdd stack_save_td_running(), a function to trace the...
2015-09-10 kibDo not hold the process around the vm_fault() call...
2015-08-31 andrewClean up the style of the LEAVE_HYP macro.
2015-08-30 loosAdd the LED definitions from vendor's DTS.
2015-08-30 loosThe vendor's DTS for Allwinner A20 uses a different...
2015-08-30 loosIn preparation to support other A20 based boards, renam...
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 ngieMF head @ r284358
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...
next