]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
Categorize certain kernel builds as being broken in certain places.
[FreeBSD/FreeBSD.git] / sys / arm /
2015-03-26 ianNew pmap code for armv6. Disabled by default, option...
2015-03-26 ianUse pmap_mapdev()/unmapdev() to temporarily map on...
2015-03-25 andrewRemove a debug #error from the bcm2835 sdhci driver.
2015-03-25 andrewAdd support for the Raspberry Pi 2. As the chip is...
2015-03-24 andrewMove including std.bcm2835 to the RPI-B kernel config...
2015-03-24 andrewAdd the SOC_BCM2835 and SOC_BCM2836 options for the...
2015-03-24 mavRemove from legacy ata(4) driver support for hardware...
2015-03-23 ianDo not save/restore the TLS pointer on context switch...
2015-03-21 cognetWhen waiting on PTE allocation, another thread could...
2015-03-20 jkimMerge OpenSSL 1.0.1m.
2015-03-20 andrewAdd a helper function to read clock frequencies from...
2015-03-20 andrewSplit out the common bcm283x fixes from the bcm2835...
2015-03-20 andrewRemove now unneeded headers from the Broadcom DWC driver
2015-03-20 andrewMove the code to set the device power to the bcm2835...
2015-03-20 zbbAllow to override default kernel virtual address assign...
2015-03-14 dimMerge ^/head r279893 through r279984.
2015-03-13 emasteDelete stray clause 3 and renumber.
2015-03-11 dimMerge ^/head r279759 through r279892.
2015-03-10 ianRemove MODULES_OVERRIDE="" for Marvel-based armv5 systems.
2015-03-10 ianRemove MODULES_OVERRIDE="" and WITHOUT_MODULES="ahc...
2015-03-09 ianChange the name of the dmtimer pps device from /dev...
2015-03-09 ianRemove the static DTB config and instead build modules...
2015-03-09 ianAttach the prcm clock driver early, so it can set the...
2015-03-09 impAdd the DTrace modules to the build, rather than only...
2015-03-09 ianAdd minimum cache line sizes to struct cpuinfo, use...
2015-03-09 ianClean data cache before instruction cache in armv7_icac...
2015-03-08 andrewCall config_intrhook_disestablish on failure of the...
2015-03-08 andrewAdd support for enabling the USB on the Raspberry Pi...
2015-03-08 ianFix spurious interrupts on arm am335x (beaglebone)...
2015-03-07 dimMerging ^/head r279596 through r279758.
2015-03-07 ianMove the uart_class definitions and fdt compat data...
2015-03-06 ianUpdate a comment that had drifted out of date with...
2015-03-06 brFix style.
2015-03-05 gonzoAdd sysctls to control PS-PL level shifters and FCLK...
2015-03-05 andrewAdd the MD parts of dtrace needed to use fbt on ARM...
2015-03-04 dimMerge ^/head r279313 through r279595.
2015-03-02 ianAdd a "module" to build the dtb files for all supported...
2015-03-02 baptUpdate libucl to git version 8d3b186
2015-03-02 hselaskyAdd quirk to disable 64-bit XHCI DMA after r276717.
2015-03-02 ianRevert r279338. The casts are apparently bogus, despit...
2015-03-02 hselaskyUpdate Exynos5 XHCI attach code after r276717.
2015-03-02 baptUpdate mandoc to cvs snaphot from 20150302
2015-02-28 impMerge latest (commit c8c1b3a77934768c7f7a4a9c10140c8bec...
2015-02-27 andrewRemove SMP support from the Wandboard-Solo and have...
2015-02-26 ianAdd casting to make atomic ops work for pointers. ...
2015-02-26 dimMerge ^/head r279309 through r279312.
2015-02-26 dimFix a number of -Wcast-qual warnings under sys/arm...
2015-02-26 dimIn sys/arm/ti/am335x/am335x_rtc.c, fix a clang 3.6...
2015-02-26 dimMerge ^/head r279163 through r279308.
2015-02-24 zbbFix endianness on FDT read in ARM GIC
2015-02-23 ianThere is no reason to do i+dcache writeback and invalid...
2015-02-22 dimUpdate compiler-rt to trunk r230183. This has some...
2015-02-22 dimUpdate compiler-rt to trunk r228651. This enables...
2015-02-22 dimMerge ^/head r279023 through r279162.
2015-02-22 andrewAdd support to the bcm2835 mailbox driver to work befor...
2015-02-21 ianCorrect a comment which was exactly backwards from...
2015-02-19 dimMerge llvm 3.6.0rc4 from ^/vendor/llvm/dist, merge...
2015-02-19 dimMerging ^/head r278916 through r279022.
2015-02-19 andrewAllow the ARM unwinder to work through modules. This...
2015-02-18 jkimMerge ACPICA 20141107 and 20150204.
2015-02-17 loosMake use of the newly introduced macros.
2015-02-17 dimMerge ^/head r278756 through r278915.
2015-02-17 andrewPull the ARM ddb unwind code out to a new file. This...
2015-02-16 loosAdd a mask to match only the relative base address...
2015-02-15 andrewAdd the structures needed to get/set the power state...
2015-02-14 ianAdd logic for handling new-style ARM cpu ID info.
2015-02-14 dimMerge ^/head r278499 through r278755.
2015-02-11 andrewRemove the non-EABI code from the DDB stack unwinder...
2015-02-11 andrewThe cpu_id macro was renamed in r278529, catch up with...
2015-02-10 gnnInitial version of DTrace on ARM32.
2015-02-10 zbbResolve cache line size from CP15
2015-02-10 dimMerge ^/head r278351 through r278498.
2015-02-09 rpauloMerge xz 5.2.0.
2015-02-08 gonzoAdd VideoCore audio driver for Rasperry Pi (BCM2835)
2015-02-07 dimMerging ^/head r278298 through r278350.
2015-02-07 gonzoMake VCHI driver optional and add "device vchiq" to...
2015-02-07 impPull in the rpi.dts -> rpi.dtb module (dtb/rpi) and...
2015-02-06 emasteUpdate LLDB snapshot to upstream r225923 (git 2b588ecd)
2015-02-05 dimMerging ^/head r278224 through r278297.
2015-02-05 gonzoImport VCHI driver for Broadcom's VideoCore IV GPU
2015-02-04 dimMerge ^/head r278110 through r278223.
2015-02-04 loosFix a bug where an interrupt could be masked unintentio...
2015-02-04 loosAdd GPIO interrupt support for BCM2835 (Raspberry pi).
2015-02-04 loosSort and remove unnecessary includes.
2015-02-04 loosRemove stale comments about the issues with HS mode.
2015-02-04 loosRemove some duplicate calls to bus_release_resource...
2015-02-02 dimMerge ^/head r278005 through r278109.
2015-02-02 rpauloam335x_clk_pruss_activate(): use the L3F clock.
2015-02-01 ianRemove a stale comment. The logic that deleted the...
2015-01-31 dimMerge ^/head r277999 through r278002.
2015-01-31 kibDo not qualify the mcontext_t *mcp argument for set_mco...
2015-01-31 dimMerge ^/head r277975 through r277998.
2015-01-31 andrewStop using load-multiple with lr and pc. This has been...
2015-01-31 loosImplement GPIO_GET_BUS() method for all GPIO drivers.
2015-01-31 dimMerge ^/head r277956 through r277974.
2015-01-31 loosClean up and fix the device detach routine and the...
2015-01-31 rpauloti_pruss: make sure the mmap'ed memory region is uncach...
2015-01-30 dimMerge ^/head r277902 through r277944.
2015-01-30 loosThe BCM2835 GPIO controller uses has interrupt lines...
2015-01-30 loosAllow the retrieving of the reserved pins state.
next