aboutsummaryrefslogtreecommitdiff
path: root/sys/arm
Commit message (Expand)AuthorAgeFilesLines
...
* Add stack_save_td_running(), a function to trace the kernel stack of aMark Johnston2015-09-111-0/+7
* Do not hold the process around the vm_fault() call from the trap()s.Konstantin Belousov2015-09-102-44/+2
* Clean up the style of the LEAVE_HYP macro.Andrew Turner2015-08-311-15/+15
* Add the LED definitions from vendor's DTS.Luiz Otavio O Souza2015-08-301-0/+1
* The vendor's DTS for Allwinner A20 uses a different way to map the gpioLuiz Otavio O Souza2015-08-301-0/+13
* In preparation to support other A20 based boards, rename the CUBIEBOARD2Luiz Otavio O Souza2015-08-301-5/+2
* Leave hypervisor mode upon startup on ARMv7Zbigniew Bodek2015-08-251-0/+39
* Enable KDTRACE_HOOKS by default on all armv6 kernels to get more testing.Andrew Turner2015-08-232-5/+5
* preload_search_info: make sure mod is setRoger Pau Monné2015-08-211-4/+1
* Remove code left over from the armv4 days. On armv4, cache maintenanceIan Lepore2015-08-201-16/+5
* Minor comment and style fixes, no functional change.Ian Lepore2015-08-201-3/+4
* Typo.Konstantin Belousov2015-08-201-1/+1
* Enable the watchdog driver on imx6, now that it works.Ian Lepore2015-08-191-1/+1
* Make the imx watchdog actually work, by setting WDOG_CR_WDE (enable bit).Ian Lepore2015-08-191-24/+16
* Add compatible strings for all the hardware this driver works with.Ian Lepore2015-08-192-13/+26
* Some cleanups to make the style of pmap_quick_enter_page() and pmap_quick_rem...Jason A. Harmening2015-08-171-14/+12
* Use simple fixed name strings for these timecounters and eventimers whichIan Lepore2015-08-142-7/+5
* Add a new PPS driver for AM335x (beaglebone) timer hardware. This can beIan Lepore2015-08-133-1/+552
* Instead of having separate do_sync functions for ARM_ARCH 6 vs.Marcel Moolenaar2015-08-131-8/+2
* The Broadcom BCM56060 chip has a Cortex-A9R4 core.Marcel Moolenaar2015-08-133-0/+4
* Remove all dregs of the old PPS driver from this code, in preparation forIan Lepore2015-08-122-435/+165
* Remove a bogus printf that whines every time loading a driver moduleIan Lepore2015-08-121-2/+0
* Add a MODULE_VERSION(), because other things MODULE_DEPEND() on this.Ian Lepore2015-08-121-0/+1
* Add a routine to return the hardware instance/unit number from ti,hwmods,Ian Lepore2015-08-122-0/+35
* Make this compile again when PPS_SYNC is defined. Also remove a coupleIan Lepore2015-08-111-16/+1
* Clean out some externally visible "more then" grammarPedro F. Giffuni2015-08-111-1/+1
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-1010-15/+15
* Rationalize BSD license on sys/*/include/float.hEd Maste2015-08-051-5/+1
* Add two new pmap functions:Jason A. Harmening2015-08-044-4/+161
* BEAGLEBONE: remove dtrace from MODULES_EXTRA.Rui Paulo2015-08-041-1/+0
* Pass correct type of argument to ti_gpio_unmask_irq in ti_gpio_activate_resourceOleksandr Tymoshenko2015-08-031-3/+5
* Set output pin initial value based on pin's pinmux pullup/pulldown setupOleksandr Tymoshenko2015-08-011-2/+8
* Remove obsolete vendor code from Alpine platform supportZbigniew Bodek2015-07-3016-13941/+0
* Remove dead functions pmap_pvdump and pads.Sean Bruno2015-07-291-57/+0
* Fix color mapping for TDA19988. Values for VIP_CNTRL_1 and VIP_CNTRL_2Oleksandr Tymoshenko2015-07-251-2/+2
* Synchronize PIN input/output modes with gnu/dts/include/dt-bindings/pinctrl/a...Oleksandr Tymoshenko2015-07-251-1/+2
* If there is panel info in DTB do not wait for HDMI event and setupOleksandr Tymoshenko2015-07-251-2/+5
* Implement the lockstat provider using SDT(9) instead of the custom providerMark Johnston2015-07-192-2/+1
* Fix atomic_store_64, it should write the value passed in, not the valueAndrew Turner2015-07-191-1/+1
* Clean up the style of the armv6 atomic code.Andrew Turner2015-07-191-183/+187
* Sort the ARM atomic functions to be in alphabetical order.Andrew Turner2015-07-192-344/+273
* Split out the arm and armv6 parts of atomic.h to new files. While here useAndrew Turner2015-07-163-1026/+1113
* Fix KSTACK_PAGES issue when the default value was changed in KERNCONFZbigniew Bodek2015-07-169-0/+14
* Bring a few simplifications to a10_gpio:Luiz Otavio O Souza2015-07-131-155/+103
* Add PRINTF_BUFR_SIZE=128 to avoid interleaved output.Ian Lepore2015-07-121-0/+1
* Return the FDT node of the GPIO controller to gpiobus. It is used by theLuiz Otavio O Souza2015-07-111-0/+11
* Always send a SIGSEGV on a map failure. Use the code to tell the reasonAndrew Turner2015-07-111-2/+2
* Add the atomic_thread_fence() family of functions with intent toKonstantin Belousov2015-07-081-0/+28
* Enable ipsec by default on all armv6 platforms.Ian Lepore2015-07-051-0/+1
* Add the routines to activate the GMAC clock and setup the GMAC mode.Luiz Otavio O Souza2015-07-032-0/+45