index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
arm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add HWPMC_HOOKS to std.armv6 to make them available
bz
2016-05-16
2
-1
/
+1
*
Introduce MSI and MSI-X support to intrng. This adds a new msi device
andrew
2016-05-16
1
-20
/
+246
*
Add Allwinner A83T thermal sensor controller support.
jmcneill
2016-05-15
4
-0
/
+403
*
Reduce complexity of RSB by always using polling mode. Unfortunately
jmcneill
2016-05-15
2
-66
/
+13
*
Add support for the AXP813/AXP818 power key and GPIO pins.
jmcneill
2016-05-15
1
-1
/
+351
*
Allow RSB to be used from interrupt handlers.
jmcneill
2016-05-15
1
-3
/
+16
*
TEGRA: Also attach gpioc to tegra_gpio driver. Forgotten in r299854.
mmel
2016-05-15
1
-1
/
+4
*
TEGRA: Don't use common name 'iicb' for tegra specific IIC driver.
mmel
2016-05-15
1
-2
/
+6
*
TEGRA: Don't use common name 'gpio' for tegra specific GPIO driver.
mmel
2016-05-15
1
-1
/
+6
*
Allow arm generic_timer code to be included even if not present in the
manu
2016-05-15
1
-1
/
+2
*
Add and enable Allwinner RSB and AXP81x power management IC drivers.
jmcneill
2016-05-14
2
-0
/
+4
*
Add a basic driver for X-Powers AXP813 and AXP818 power management ICs.
jmcneill
2016-05-14
1
-0
/
+180
*
Add a driver for the Allwinner Reduced Serial Bus (RSB).
jmcneill
2016-05-14
1
-0
/
+506
*
Update comment at top of file to mention all currently supported Allwinner
jmcneill
2016-05-14
1
-1
/
+2
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-14
5
-9
/
+9
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-13
6
-12
/
+12
*
Use OF_prop_free instead of direct call to free(9)
gonzo
2016-05-13
3
-5
/
+5
*
Add support for Allwinner H3 SoC.
manu
2016-05-13
15
-0
/
+306
*
Add OF_prop_free function as a counterpart for OF_*prop_alloc
gonzo
2016-05-11
5
-12
/
+12
*
Pass device tree node as a part of gpio_pin_get_by_ofw_XXX API
gonzo
2016-05-10
1
-3
/
+3
*
When PLATFORM_SMP is enabled, check if tunable hw.ncpu is set and valid
manu
2016-05-10
1
-0
/
+8
*
Merge a20_mp_start_ap and a31_mp_start_ap into one function.
manu
2016-05-10
3
-43
/
+27
*
INTRNG - update gpio pin capabilities according to r299198.
skra
2016-05-08
1
-0
/
+8
*
INTRNG - update gpio pin capabilities according to r299166.
skra
2016-05-08
1
-1
/
+13
*
INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIO
skra
2016-05-06
1
-22
/
+52
*
INTRNG - use gpio interrupt modes definitions added in r298738 and
skra
2016-05-06
1
-41
/
+93
*
INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIO
skra
2016-05-06
1
-22
/
+50
*
INTRNG - use gpio interrupt modes definitions added in r298738 and
skra
2016-05-06
2
-44
/
+44
*
Fix <sys/_bitset.h> and <sys/_cpuset.h> to not require <sys/param.h>.
jhb
2016-05-05
1
-0
/
+1
*
INTRNG - redefine struct intr_map_data to avoid headers pollution. Each
skra
2016-05-05
11
-52
/
+100
*
Add support for the Allwinner A83T (sun8iw6p1) SoC.
jmcneill
2016-05-05
22
-55
/
+1020
*
Add driver for Allwinner A83T/H3/A64 Gigabit Ethernet.
jmcneill
2016-05-04
3
-0
/
+1600
*
While gem5 is not qemu, we treat it as "simulators" or "virtual environments".
bz
2016-05-04
1
-0
/
+17
*
The virtual timer is optional on ARM64. Properly handle that condition. [1]
bz
2016-05-04
1
-2
/
+6
*
The ARM generic timer keeps ticking even if disabled or it expired.
bz
2016-05-04
1
-1
/
+1
*
sys/arm: Minor spelling fixes.
pfg
2016-05-04
44
-72
/
+72
*
ACK the interrupt after disabling it, this avoid an interrupt storm.
manu
2016-04-30
1
-0
/
+3
*
Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
andrew
2016-04-30
17
-60
/
+157
*
sys: Make use of our rounddown() macro when sys/param.h is available.
pfg
2016-04-30
1
-1
/
+1
*
Move 'device pci' for the PCI bus driver to the MI NOTES file.
jhb
2016-04-29
1
-2
/
+0
*
Remove vestiges of IEEE-488/GPIB drivers removed in r276214.
jhb
2016-04-29
1
-2
/
+0
*
Add driver for AM33xx SoC touchscreen
gonzo
2016-04-29
3
-72
/
+390
*
TEGRA: Add interrupt support for Tegra GPIO controller.
mmel
2016-04-28
1
-62
/
+465
*
ARM: Use kernel pmap as intermediate mapping in context switch.
mmel
2016-04-28
1
-11
/
+23
*
Add support for the Non-maskable interrupt driver found in the Allwinner A20 ...
manu
2016-04-27
2
-0
/
+397
*
Add dtb/zynq to the list of extra modules required by Zedboard
gonzo
2016-04-26
1
-0
/
+2
*
Mark the unused period argument __unused.
bz
2016-04-26
1
-1
/
+2
*
sys/arm: make use of the howmany() macro when available.
pfg
2016-04-26
4
-4
/
+4
*
Fix calculation of LCD CH1 SCLK1 output frequency when SCLK2 /2 is used
jmcneill
2016-04-26
1
-2
/
+3
*
Add support for 8-bit eMMC.
jmcneill
2016-04-26
1
-2
/
+12
[next]