]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm/arm
Some cleanups to make the style of pmap_quick_enter_page() and pmap_quick_remove_page...
[FreeBSD/FreeBSD.git] / sys / arm / arm /
2015-08-17 jahSome cleanups to make the style of pmap_quick_enter_pag...
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-10 kibMake kstack_pages a tunable on arm, x86, and powepc...
2015-08-04 jahAdd two new pmap functions:
2015-07-31 emasteAdd ELF Tool Chain's brandelf(1) to contrib
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-22 jkimMerge ACPICA 20150717.
2015-07-17 bennoMerge driver for PMC Sierra's range of SAS/SATA HBAs.
2015-07-16 zbbFix KSTACK_PAGES issue when the default value was chang...
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 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-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-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 andrewFix the spelling of __ARM_ARCH >= 6 in sys/arm/arm.
2015-06-10 delphijMFV r284234:
2015-06-10 mjgGeneralised support for copy-on-write structures shared...
2015-06-09 alcAccount for superpage mappings that are created by...
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-03 ianBetter handling of userland sysarch() requests to flush...
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-27 sjgMerge sync of head
2015-05-26 sjgMerge from head
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 andrewRemove trailing whitespace from sys/arm/arm
2015-05-24 andrewAdd more cp15_ functions, and use them in cpufunc.c...
2015-05-23 andrewFix a lock up where we enter swapper() with interrupts...
2015-05-23 andrewUse the wait-for-event instruction to put the core...
2015-05-21 pfgddb: finish converting boolean values.
2015-05-19 impImprove comment about unmapped I/O and fix typos.
2015-05-19 brAdd Performance Monitoring Counters support for AArch64.
2015-05-18 jkimMerge ACPICA 20150515.
2015-05-17 ianDo not set preload_addr_relocate for ARM. Apparently...
2015-05-16 impDon't allow unmapped I/O. The pmap isn't quite up to...
2015-05-15 ianRetrieve the cache parms in the proper arch-specific...
2015-05-15 ganboldIt appears to be armv7_sleep is a duplication of armv7_...
2015-05-13 ganboldDelete cpu_do_powersave which is set but never used...
2015-05-13 loosFix the vmstat -i output on ARM.
2015-05-11 alcRetire pmap_lazyfix(). This function only existed...
2015-05-11 andrewAdd the kernel support for Thumb-2. It is only supporte...
2015-05-11 andrewMove to use __ARM_ARCH in more places in the kernel.
2015-05-11 andrewUse the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH ...
2015-05-10 sjgMerge bmake-20150505 improve detection of malformed...
2015-05-09 gjbMerge ^/projects/release-arm-redux into ^/head.
2015-05-06 zbbAdd new CP15 operations and DB_SHOW_COMMAND to print...
2015-05-06 gjbMFH: r282315-r282534
2015-05-05 andrewUpdate the comment on what CPUs this driver supports.
2015-05-04 gjbMFV r225523, r282431:
2015-05-04 ianOn an icache sync by address/len, round the length...
2015-05-04 cyMFV ntp 4.2.8p2 (r281348)
2015-05-02 loosRemove an unused variable.
2015-05-02 impRemove support for being compiled under OABI. We don...
2015-05-01 gjbMFH: r281855-r282312
2015-04-28 pfgMFV r282150
2015-04-28 andrewFix pmap_dcache_wb_pou in the new armv6 pmap to correct...
2015-04-28 hselaskyThe add_bounce_page() function can be called when loadi...
2015-04-27 desRestore packaging subdir to enable running unmodified...
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-26 andrewCleanup a little more:
2015-04-26 andrewFix the style of locore-v4.S and locore-v6.S to help...
2015-04-26 andrewRemove the armv6 code from locore-v4.S, it's not needed...
2015-04-26 andrewUse ARMv7 style unaligned access on ARMv6. We set this...
2015-04-22 gjbMFH: r280643-r281852
2015-04-21 sjgMerge bmake-20150418
2015-04-21 rpauloMerge wpa_supplicant/hostapd 2.4.
2015-04-17 andrewRemove support for reading the syscall code in OABI...
2015-04-17 andrewUse cp15_ifar_get to get the instruction fault address...
2015-04-13 ngieMFhead @ r281503
2015-04-13 andrewUpdate the arm devmap code to also work with arm64.
2015-04-10 baptUpdate nvi to 2.1.3 which fixes the data corruption...
2015-04-10 ianAdd a pmap_kremove_device() to undo mappings made with...
2015-04-04 andrewDon't include unneeded files in the arm machine/fdt...
2015-04-04 andrewAdd support for arm64 to the existing arm generic timer...
2015-04-03 dimAdd the llvm-cov and llvm-profdata tools, when WITH_CLA...
2015-04-02 andrewStop including machine/fdt.h, it's not needed.
2015-04-02 andrewWe may not be using gcc to compile this.
2015-04-02 andrewAdd the generic timer registers to sysreg.h and cpu...
2015-04-02 gonzo- Make interrupt resource optional: some upstream FDT...
2015-03-31 ganboldAdd necessary changes to support various Amlogic SoC...
next