]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Merge llvm trunk r338150 (just before the 7.0.0 branch point), and
[FreeBSD/FreeBSD.git] / sys / arm /
2018-08-02 dimMerge llvm trunk r338150 (just before the 7.0.0 branch...
2018-08-02 dimMerge compiler-rt trunk r338150, and resolve conflicts.
2018-08-02 dimMerge libc++ trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lldb trunk r338150, and resolve conflicts.
2018-07-31 dimMerge lld trunk r338150, and resolve conflicts.
2018-07-31 dimMerge clang trunk r338150, and resolve conflicts.
2018-07-30 dimMerge llvm trunk r338150, and resolve conflicts.
2018-07-29 mmMFV r336851:
2018-07-28 andrewUse the cp15 functions to read cp15 registers rather...
2018-07-28 andrewRemove an unneeded cpu_ident() prototype.
2018-07-28 andrewRemove some write only global values from the arm cpufu...
2018-07-28 andrewRemove an unused function from the arm ELF trampoline...
2018-07-28 andrewOnly build the cache handling code we need when buildin...
2018-07-28 andrewMake the arm cpu setup functions static. Any other...
2018-07-28 andrewRemove an unneeded check for CPU_XSCALE_81342
2018-07-28 andrewRemove old CPU_ values from the arm cpufunc code. These...
2018-07-28 andrewRemove the old CPU_ values from the arm kernel trampoli...
2018-07-28 andrewRemove now the cow unused CPU_ARM9 and CPU_FA526 option...
2018-07-28 andrewThe RT1310 is an ARM926EJ-S, fix the config to mark...
2018-07-28 andrewOnly support INTRNG in the SMP code on arm. We already...
2018-07-28 andrewRemove IPI_IRQ_START and IPI_IRQ_END from the arm kerne...
2018-07-27 impThis builds now, so aadd it back to Universe.
2018-07-27 impRemove xscale support.
2018-07-27 impRevert r336773: it removed too much.
2018-07-27 impRemove xscale support
2018-07-27 impMake ralink compile again.
2018-07-27 impRemove Cavium/Econa CNS11xx support.
2018-07-27 impRemove Atmel AT91RM9200 and AT91SAM9 support.
2018-07-25 jhbRaise a proper SIGTRAP / TRAP_TRACE signal for a PT_STE...
2018-07-23 avgfollow-up to r336635, update TAILQ to CK_SLIST for...
2018-07-21 ianAdd option MAC to armv6 and armv7 kernels by default...
2018-07-19 manuarm: Implement cpu_est_clockrate for armv[67]
2018-07-18 mmelRemove the dead code from ARM cpufunc_* files.
2018-07-18 andrewAlso check if __ARM_ARCH_6KZ__ is defined when detectin...
2018-07-17 impRemove kernel support for armeb
2018-07-16 manuallwinner: a83t: Fix PLL_CPU clocks
2018-07-16 gonzoRemove two checks that are always false
2018-07-14 ianEliminate an unused var warning-error; the var is used...
2018-07-13 impFix machdep_boot.c
2018-07-13 mwEnable UART support for Xilinx Ultrascale+ SoCs
2018-07-13 impCreate helper functions for parsing boot args.
2018-07-11 cyMFV r324714:
2018-07-09 ianAdd pnp info to the imx_spi driver.
2018-07-08 ianOops, fix a typo: imx_snvs should be imx6_snvs.
2018-07-08 ianMove device statements out of std.imx* and into kernel...
2018-07-08 ianMake the imx6_snvs driver usable as a module, add pnp...
2018-07-08 ianCatch up with improvements in RTC handling... It's...
2018-07-08 ianAdd pnp info to imx6_ahci, and add a module makefile...
2018-07-07 ianAdd support to the imx watchdog for the FDT "timeout...
2018-07-07 ianCorrectly calculate the value to put in the imx wdog...
2018-07-07 ianAdd pnp info and a module makefile for the imx_wdog...
2018-07-06 jhbExport a breakpoint() function to userland for arm...
2018-07-06 mmacyBack pcpu zone with domain correct pages
2018-07-05 ianAdd a missing call to usb_bus_mem_free_all() when detac...
2018-07-05 ianRemove a test and early-out which just can't possibly...
2018-07-05 ianFix an out-of-bounds array access... the irq data for...
2018-07-02 gonzo[rpi] Add support for the second PWM channel
2018-06-28 gonzo[rpi] Add SDHOST device driver for Raspberry Pi
2018-06-24 gonzo[rpi] Fix compatiblity with upstream DTB for RPi 3B...
2018-06-23 ianRetrieve the bus clock speed and mode (polarity/phase...
2018-06-23 manuaw_mmc: Fix style(9) after r335476
2018-06-23 manuallwinner: clkng: Correct mux width and flags
2018-06-21 kibabAdd MMCCAM support to AllWinner MMC driver
2018-06-20 andrewMove the SYSINIT to allow userspace access to the ARM...
2018-06-19 andrewMove common GIC interrupt numbers to the common header...
2018-06-15 manuallwinner: ccung: Fully subclass the clock drivers
2018-06-14 kevansa10_ahci: Correct clock indices for new bindings
2018-06-14 kevansaw_ccung: Add a10/a20 support
2018-06-14 kevansaw_ccung: Support clock factors where factor=0, factor...
2018-06-14 manuarm timer: Use the default get_cntxct by default
2018-06-14 manuaw_spi: Add pnp info
2018-06-14 manuarm timer: Add workaround for Allwinner A64 timer
2018-06-14 manudts: Update our copy to Linux 4.17
2018-06-08 mmacyhwpmc: remove hwpmc_xscale.c from corresponding arm...
2018-06-08 mmacyhwpmc: simplify calling convention for hwpmc interrupt...
2018-06-05 kevloSince we don't enable BUF_TRACKING and FULL_BUF_TRACKIN...
2018-05-31 manuaw_mmc: Get max-frequency from the dtb
2018-05-31 manuaw_mmc: Use the DEVMETHOD vccq for the IO line voltage
2018-05-31 manuaw_mmc: Rework DMA
2018-05-31 manuaw_mmc: Rename clock register defines consistently
2018-05-28 hselaskyMFV r333789: libpcap 1.9.0 (pre-release)
2018-05-24 cemYank crufty INTR_FILTER option
2018-05-24 andrewAllow us to read the physmap data into our own array...
2018-05-23 philImport libxo-0.9.0:
2018-05-22 andrewPass the array length into regions_to_avail.
2018-05-22 andrewOnly set realmem based on memory where the EXFLAG_NOALL...
2018-05-22 andrewAllow the 32-bit arm physmem code to work on arm64.
2018-05-22 andrewCoalesce adjacent physical mappings.
2018-05-21 manuaw_mmc: Correctly reset the mmc controller
2018-05-20 eadlerMFV: file 5.33
2018-05-19 sjgMerge bmake-20180512
2018-05-18 mmacyifnet: Replace if_addr_lock rwlock with epoch + mutex
2018-05-17 manuaw_spi: Fix some silly clock mistake
2018-05-17 manualwinner: Add missing files in r333708
2018-05-16 avgfollowup to r332730/r332752: set kdb_why to "trap"...
2018-05-12 desUpgrade Unbound to 1.7.1.
2018-05-12 desUpgrade Unbound to 1.7.0. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.4. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.2. More to follow.
2018-05-12 desUpgrade Unbound to 1.6.1. More to follow.
next