]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm
The USB Bluetooth driver should only grab its own interfaces. This allows the
[FreeBSD/FreeBSD.git] / sys / arm /
2012-09-30 alcStop calling pmap_remove_write() from pmap_remove_all...
2012-09-29 alcEliminate an unused declaration.
2012-09-29 alcEliminate unused variables.
2012-09-29 alcAdd support for mincore(). Specifically, this is an...
2012-09-29 alcUpdate a comment to reflect recent locking changes.
2012-09-27 alcImplementing pmap_kextract(va) as pmap_extract(kernel_p...
2012-09-26 andrewCreate the new initarm_ functions to reduce the diff...
2012-09-26 andrewUse arm_dump_avail_init to build the dump_avail array
2012-09-26 andrewStart to clean up the lpc initarm as it also uses FDT.
2012-09-25 alcEliminate an unused declaration.
2012-09-23 andrewClean up the bcm2835 initarm. It is now identical to...
2012-09-23 andrewFix a typo in a Broadcom initarm debug printf
2012-09-23 andrewPull out the SoC specific parts of initarm into separat...
2012-09-23 andrewUpdate different versions of physmap_init to be identic...
2012-09-22 andrewReduce the diff between the FDT implementations of...
2012-09-22 alcSince UMA_ZONE_NOFREE is specified when l2zone and...
2012-09-22 andrewCreate a common set_stackptrs in sys/arm/machdep.c.
2012-09-17 andrewAdd a kernel config for the Toshiba AC100. The AC100...
2012-09-16 jmgfix the kernel files to match our standard "option...
2012-09-16 jmgremove some unnecessary debugging statements, dead...
2012-09-16 andrewStart to clean up ARMv6 initarm implementations by...
2012-09-16 andrewIn the Tegra 2 standard config:
2012-09-16 andrewThe cpu_reset function is noreturn, make sure this...
2012-09-15 alcEliminate an unused malloc type.
2012-09-14 eadlerCorrect double "the the"
2012-09-14 gberImplement MSI support.
2012-09-14 gberAdd support for MSI in interrupt controlller.
2012-09-14 gberRemove unused structure fields
2012-09-14 gberEnable PCI for Armada XP
2012-09-14 gberpci: Implement new memory and io space allocator for...
2012-09-14 gberAdd support for Armada XP A0.
2012-09-14 gberSupport identification of new PJ4B cores.
2012-09-14 hselaskyAdd basic USB support to Raspberry PI target.
2012-09-13 alcSimplify the kernel pmap locking in pmap_enter_pv(...
2012-09-11 hselaskyAdd device entry for DWC OTG.
2012-09-10 alcReplace all uses of the vm page queues lock by a r...
2012-09-09 hselaskyAdd support for DWC OTG.
2012-09-07 alcEliminate an unused macro.
2012-09-06 jhbDynamically allocate the S/G lists passed to callback...
2012-09-06 alcThere is no need to release the pvh global lock around...
2012-09-04 marcelMerge ATF 0.16 from vendor/atf/dist.
2012-08-31 alcReplace all uses of the vm page queues lock by a r...
2012-08-30 gonzoAdd barebone Raspberry Pi port. Supported parts:
2012-08-29 imp4-wire mode isn't working quite right, so turn it off...
2012-08-29 impMake this work on the AT91SAM9G20:
2012-08-29 impWhen copying data, use memcpy instead of bcopy. It...
2012-08-28 impMake AT91_MCI_ALLOW_OVERCLOCK a real option. Rename...
2012-08-28 impClip the upper end to 31MHz for slow clock speeds....
2012-08-28 impMove to using a flag instead of checking the CPU type...
2012-08-28 impStyle: Move these routines to be before the forward...
2012-08-28 impBring in the multi-block patches for mci. These requir...
2012-08-27 kientzleCorrectly fetch the MAC address.
2012-08-27 impAdd hint and sysctl support for 4 wire mode.
2012-08-27 impMinor style(9) nit.
2012-08-27 impDon't puprosely overclock the SD bus to 30MHz, make...
2012-08-26 gonzoAdd ARM11 support for elf trampoline
2012-08-26 gonzoAdd support for ARM11 cpufunc
2012-08-26 gjbGrammar fix: s/NIC's/NICs/
2012-08-26 gonzoCall set_pcpu for ARMv6 architecture too
2012-08-26 gonzoMerge fix for hang on ARM11 from NetBSD
2012-08-25 gonzoPiggyback MIPS changes and add ARM syscons support...
2012-08-25 gonzoStyle cleanup
2012-08-25 gonzoARM11 might have more then 32 interrupts, e.g. BCM2835...
2012-08-25 gonzoAdd clrex, strex , ldrex, strex and variants
2012-08-23 impFetch the chip select in the bridge driver, like all...
2012-08-23 impUse proper resource type when freeing.
2012-08-22 gonzoDo not change "cachable" attribute for DMA memory alloc...
2012-08-22 kientzleAfter r239366, fix the ti_edma3.c driver to use the
2012-08-21 hselaskyMake some at91_pcm_xxx() functions NULL safe.
2012-08-21 hrs- Calculate the I2C baud rate to keep them <100 kHz...
2012-08-20 dimUpgrade our copy of llvm/clang to trunk r162107. With...
2012-08-18 hrsAdd mvts(4) driver for internal thermal sensor found...
2012-08-18 hrsSort IDs.
2012-08-18 hrsFix build when DEBUG is defined.
2012-08-18 hrs- MV_DEV_88F6282 has 256KB 4-way L2 cache.
2012-08-18 hrsFix a bug that could fail to initialize GPIO pins speci...
2012-08-18 andrewRemove machine from the LN2410SBC config, it is set...
2012-08-18 andrewSet machine correctly on ARM. This allows universe...
2012-08-17 rpauloThe GPIO drivers were initialising their mutexes with...
2012-08-16 jkimMerge ACPICA 20120816.
2012-08-16 impPreliminary Embest ATEB9200 support.
2012-08-16 impHmmm, somehow this file was completely deleted, rather...
2012-08-16 impRemove unused hints.
2012-08-15 gonzoUnbreak build for the rest of AT91 platforms
2012-08-15 jceelSwitch lpc initarm() to use struct arm_boot_params...
2012-08-15 gonzoUnbreak ATMEL kernel build
2012-08-15 gonzoSpecify architecture for assembler
2012-08-15 gonzoMerging of projects/armv6, part 10
2012-08-15 gonzoMerging of projects/armv6, part 9
2012-08-15 gonzoMerging of projects/armv6, intermission
2012-08-15 gonzoMerging of projects/armv6, part 8
2012-08-15 gonzoMerging of projects/armv6, part 7
2012-08-15 gonzoMerging projects/armv6, part 1
2012-08-11 andrewMove the decoding of the swi instruction to the syscall...
2012-08-11 impCorrect the PLLA setting functions and centralize.
2012-08-11 impUpdate comments about setting PLLA and refernce the...
2012-08-11 impDon't use C++ comments.
2012-08-10 impMore comments about setting PLLA, or rather that we...
2012-08-10 impAdd charge pump current register.
2012-08-08 andrewImport compiler-rt r160957.
next