]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Merge OpenSSL 1.0.1p.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2015-07-09 jkimMerge OpenSSL 1.0.1p.
2015-07-09 andrewAdd support for SMP. This uses the FDT data to find...
2015-07-09 andrewAdd logging of synchronous exceptions.
2015-07-09 andrewAdd the definition of the shareable bits in the pagetables
2015-07-09 andrewClean up the types used in <machine/ucontext.h> on...
2015-07-09 zbbRework CPU identification on ARM64
2015-07-08 kibAdd the atomic_thread_fence() family of functions with...
2015-07-08 pkelseyMFV r285191: tcpdump 4.7.4.
2015-07-08 andrewCorrectly set __WCHAR_MIN, there is no __UINT_MIN,...
2015-07-08 andrewAdd support for ipi_all_but_self on arm64.
2015-07-08 andrewAdd an implementation of savectx that doesn't just...
2015-07-08 andrewSend the correct signal when vm_fault fails. While...
2015-07-07 gshapiroMerge sendmail 8.15.2 to HEAD
2015-07-06 zbbIntroduce ITS support for ARM64
2015-07-06 andrewAdd more tlb invalidations. We currently invalidate...
2015-07-05 andrewAdd the kernel functions needed to enable threading.
2015-07-05 cyMFV ntp-4.2.8p3 (r284990).
2015-07-04 gnnFix up tabs vs. spaces
2015-07-04 gnnEnable IPSEC in all GENERIC kernels.
2015-07-02 andrewRemove an unneeded define and old comment referencing...
2015-07-02 andrewRemove an old comment, the cache is enabled.
2015-07-02 andrewUse pmap_load to load table entries. This simplifies...
2015-07-02 andrewEnable kernel debugging on arm64, other than GDB as...
2015-07-01 andrewFix the logic for when to restore the VFP registers...
2015-07-01 brFirst cut of DTrace for AArch64.
2015-06-29 kibRemove sv_sigtbl handling from the arm64 sendsig()...
2015-06-24 emasteadd floatingpoint.h for arm64
2015-06-24 andrewFix the floating-point exception values to line up...
2015-06-18 jkimMerge ACPICA 20150619.
2015-06-13 sjgAdd META_MODE support.
2015-06-11 andrewAdd basic support for ACPI. It splits out the nexus...
2015-06-11 brSplit out db_unwind_frame() so it can be used by DTrace.
2015-06-10 delphijMFV r284234:
2015-06-09 zbbAdd options to dmb() and dsb() macros on ARM64
2015-06-08 alcRetire VM_FREEPOOL_CACHE as the next step in eliminatin...
2015-06-06 andrewRework exception entry to help with DTrace. We now...
2015-05-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
2015-05-21 pfgddb: finish converting boolean values.
2015-05-19 brAdd Performance Monitoring Counters support for AArch64.
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-14 traszBuild GENERIC with RACCT/RCTL support by default. ...
2015-05-13 zbbAdd support for ARM GICv3 interrupt controller used...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-08 zbbPort x86 busdma to ARM64
2015-05-06 gjbMFH: r282315-r282534
2015-05-05 andrewMove the point we attach the ofw driver on arm64 to...
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-01 gjbMFH: r281855-r282312
2015-04-29 andrewAdd pmap_mapbios and pmap_unmapbios. These will be...
2015-04-28 bro Fix bus_space_read_multi functions: correct increment...
2015-04-28 pfgMFV r282150
2015-04-27 andrewReturn NULL on failure from nexus_alloc_resource as...
2015-04-27 zbbFix wrong cast of pointer to u_int in db_interface...
2015-04-27 desRestore packaging subdir to enable running unmodified...
2015-04-27 zbbIntroduce ddb(4) support for ARM64
2015-04-27 ngieIntegrate tools/regression/aio/aiotest and tools/regres...
2015-04-27 ngieIntegrate tools/regression/mqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/fifo into the FreeBSD test...
2015-04-27 ngieIntegrate tools/regression/kqueue into the FreeBSD...
2015-04-27 ngieIntegrate tools/regression/execve into the FreeBSD...
2015-04-27 ngieMove etc/tests/rc.d to etc/rc.d/tests to match the...
2015-04-22 gjbMFH: r280643-r281852
2015-04-22 andrewAdd the null implementation of stack_save and stack_sav...
2015-04-22 andrewRemove the calls to panic from pmap_object_init_pt...
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-17 andrewUse the address of fsu_intr_fault, not the first two...
2015-04-16 emasteSet MACHINE_ARCH to aarch64 for arm64
2015-04-16 ngieMFhead @ r281584
2015-04-15 andrewEnter a critical section when storing the vfp registers...
2015-04-15 andrewEnsure the userland thread and floating-point state...
2015-04-14 andrewAdd support for arm64 to loader.efi and boot1.efi
2015-04-13 ngieMFhead @ r281503
2015-04-13 andrewAdd psci for arm64. This is currently used when rebooti...
2015-04-13 andrewBring in the start of the arm64 kernel.
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-07 andrewWe will have fueword on arm64, mark as such in machine...
2015-04-06 andrewSplit out the _acq and _rel functions. These were the...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-03 andrewAdd space for future expansion [1]. While here clean...
2015-03-30 cyMFV ntp 4.2.8p1 (r258945, r275970, r276091, r276092...
2015-03-26 andrewAdd more arm64 machine dependent headers. With this...
2015-03-25 gjbMFH: r278968-r280640
2015-03-23 emasteRenumber clauses to avoid missing 3
2015-03-23 andrewAdd the start of the arm64 machine headers. This is...