]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
Enable SCTP, since it is also enabled on GENERIC and it works fine on
[FreeBSD/FreeBSD.git] / sys / arm / arm /
2013-06-30 rayReplace some spaces to tab.
2013-06-30 rayDecrypt magic numbers - define names for fields of...
2013-06-30 cognetIn generic_bs_map(), use kmem_alloc_nofault() instead...
2013-06-29 rayAdd ARM Generic Timer driver.
2013-06-29 rayo Initialize interrupt groups as Group 0 (secure interr...
2013-06-28 rayAdd identification for Cortex-A15 (R0) cores.
2013-06-27 andrewSupport reading registers r0-r3 when unwinding. There...
2013-06-27 andrewAdd UNWINDSVCFRAME to provide the unwind pseudo ops...
2013-06-18 peterIntroduce svnlite so that we can check out our source...
2013-06-17 baptUpdate dialog to 1.2-20130523
2013-06-15 edMake support for atomics on ARM complete.
2013-06-13 andrewFix the vfp code to work with the 16 register variants...
2013-06-13 edAdd C11 atomic fallbacks for ARM.
2013-06-12 dimUpgrade our copy of llvm/clang to 3.3 release.
2013-06-05 jkimAdd GNU regex from glibc 2.17.
2013-06-04 gberImplement pmap_copy() for ARMv6/v7.
2013-05-30 delphijMFV: tcpdump 4.4.0.
2013-05-23 gberRework and organize pmap_enter_locked() function.
2013-05-23 gberStop using PVF_MOD, PVF_REF & PVF_EXEC flags in pv_entr...
2013-05-23 gberImprove, optimize and clean-up ARMv6/v7 memory manageme...
2013-05-23 gberSwitch to AP[2:1] access permissions model. Store ...
2013-05-21 attilioo Relax locking assertions for vm_page_find_least()
2013-05-21 jkimAdd flex 2.5.37 from flex.sourceforge.net to contrib.
2013-05-20 jkimMerge ACPICA 20130517.
2013-05-20 sjgSync with upstream version (20130520) that includes...
2013-05-19 markjRe-introduce another part of r249367. This commit fixes...
2013-05-19 andrewAdd a comment explaining why stack_capture is empty...
2013-05-16 gberFix L2 cache write-back invalidate for Sheeva core.
2013-05-14 gberPort the new PV entry allocator from amd64/i386/mips...
2013-05-12 markjBring back part of r249367 by adding DTrace's temporal...
2013-05-11 kientzleDon't use the old stack-walking code with
2013-05-06 gberFix page reference emulation on ARMv6 and v7
2013-05-06 gberFix L2 PTE access permissions management.
2013-05-06 gberCorrect comment about initial VA=>PA mapping
2013-05-06 gberAvoid calling pcpu_init() simultaneously.
2013-05-06 gberProperly initialize Armada XP MP subsystem.
2013-05-04 kientzleMake a debugging printf a little more useful.
2013-05-04 ianFix comment block formatting.
2013-05-04 ianInsert STOP_UNWINDING directives in the _start (kernel...
2013-05-04 ianEABI unwinder enhancements... When it's time to stop...
2013-04-28 adrianCopy the vendor branch ar9300 code from qcamain_open_ha...
2013-04-27 wkoszekAdd Xilinx Zynq ARM/FPGA SoC support to FreeBSD/arm...
2013-04-22 dmarionInitialize GIC_PMRR register on ARM GIC.
2013-04-21 gshapiroMerge sendmail 8.14.7 to HEAD
2013-04-19 jkimMerge ACPICA 20130418.
2013-04-16 pfgDTrace: print() should try to resolve function pointers
2013-04-12 pfgDtrace: resolve const types from fbt and other fixes.
2013-04-12 dimUpgrade our copy of llvm/clang to trunk r178860, in...
2013-04-11 pfgDTrace: option for time-ordered output
2013-04-09 edImport a new version of NetBSD's mtree.
2013-04-06 mmMFV r248217:
2013-04-05 andrewAdd the hw.floatingpoint sysctl to ARM to tell us if...
2013-04-05 desUpgrade to 1.4.20.
2013-04-05 desMinimal subset of the unbound sources.
2013-04-04 jkimMerge ACPICA 20130328.
2013-04-02 sjgUpdate to bmake-20130330
2013-04-01 pfgDtrace: enablings on defunct providers prevent provider...
2013-03-31 ianWhen running on armv6, set alignment checking to modulo...
2013-03-25 pfgDtrace: Add SUN MDB-like type-aware print() action.
2013-03-25 pfgDtrace: add toupper()/tolower() and enhancements to...
2013-03-24 pfgDtrace: add optional size argument to tracemem().
2013-03-23 ianDon't check and warn about pmap mismatch on every call...
2013-03-22 desUpgrade to OpenSSH 6.2p1. The most important new featu...
2013-03-22 mmMFV r248590,248594:
2013-03-21 mmMerge libzfs_core branch:
2013-03-19 kibImplement the concept of the unmapped VMIO buffers...
2013-03-19 mmMFV r247580:
2013-03-18 mmMFC @248461
2013-03-17 attilioMFC
2013-03-16 andrewMove the __aeabi_unwind_cpp_pr{0,1,2} functions to...
2013-03-16 andrewImplement the required but unused __aeabi_unwind_cpp_...
2013-03-16 andrewAdd an END macro to ARM. This is mostly used to tell...
2013-03-15 brooksReplace our (un)vis(1) commands with implementations...
2013-03-14 kibAdd pmap function pmap_copy_pages(), which copies the...
2013-03-11 attilioMFC
2013-03-10 andrewFix a typo where db_printf was spelt printf.
2013-03-10 andrewUpdate how we read the stack pointer to work on both...
2013-03-10 andrewTell the unwinder we can't unwind swi_entry. This fixes...
2013-03-09 andrew__FreeBSD_ARCH_armv6__ is undefined on clang. We can...
2013-03-09 mmMFC @248093
2013-03-09 attilioMerge from vmcontention.
2013-03-09 attilioMFC
2013-03-09 attilioSwitch the vm_object mutex to be a rwlock. This will...
2013-03-09 attilioMFC
2013-03-08 kientzleThis file is specific to arm11x6 processors, so tell the
2013-03-08 attilioMFC
2013-03-07 attilioMerge from vmcontention
2013-03-07 attilioMFC
2013-03-06 andrewFix stack alignment in the kernel to be on an 8 byte...
2013-03-05 mmWiP merge of libzfs_core (MFV r238590, r238592)
2013-03-04 attilioMerge from vmcontention
2013-03-04 attilioMFC
2013-03-04 baptImport libyaml as libbsdyml (private brand name)
2013-03-04 cognetIf we're using a PIPT L2 cache, only merge 2 segments...
2013-03-02 attilioMFC
2013-03-02 attilioMerge from vmcontention
2013-03-02 attilioMFC
2013-03-02 andrewEnsure the stack is correctly aligned before calling...
2013-02-28 mavMFcalloutng:
2013-02-28 attilioMFC
next