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
*
Fix a lock up where we enter swapper() with interrupts disabled.
andrew
2015-05-23
1
-0
/
+1
*
Use the wait-for-event instruction to put the core we have just enabled
andrew
2015-05-23
1
-2
/
+9
*
Remove an unused header.
andrew
2015-05-23
2
-92
/
+0
*
Export the eflags field from the elf header. This allows better
imp
2015-05-22
1
-22
/
+23
*
CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than ten
jkim
2015-05-22
2
-2
/
+2
*
Add a miibus_statchg and use it to enable Gigabit mode when appropriate.
andrew
2015-05-22
1
-0
/
+32
*
Need to handle the !FDT case still too... I thought in r270025 we
imp
2015-05-22
1
-0
/
+4
*
Switch TI platform support code from using FreeBSD's custom-baked DTS
gonzo
2015-05-22
45
-2892
/
+3826
*
Add the MMC/SD driver for Allwinner SoCs.
loos
2015-05-21
7
-5
/
+1011
*
ddb: finish converting boolean values.
pfg
2015-05-21
1
-1
/
+1
*
Add missing break statement.
ganbold
2015-05-21
1
-1
/
+3
*
Add driver for usbclock generator for earlier amlogic chip.
ganbold
2015-05-21
2
-0
/
+429
*
Remove unnecessary break statements.
ganbold
2015-05-21
3
-3
/
+0
*
The RTC initialization values are based on the SoC which can be
ganbold
2015-05-21
1
-33
/
+18
*
ti_pruss: pass the correct IRQ to userland.
rpaulo
2015-05-20
2
-8
/
+28
*
D2432 (Patch for Amlogic single core PIC) moved the SMP option out
ganbold
2015-05-20
2
-0
/
+4
*
Add NFS server to mix (for easier, in-place updates). Move to
imp
2015-05-19
1
-3
/
+7
*
Improve comment about unmapped I/O and fix typos.
imp
2015-05-19
1
-4
/
+4
*
Add Performance Monitoring Counters support for AArch64.
br
2015-05-19
1
-7
/
+23
*
Remove unnecessary devices from allwinner kernels.
loos
2015-05-18
2
-4
/
+0
*
Clean up the Amlogic interrupt controller driver to handle the case where
andrew
2015-05-18
6
-26
/
+20
*
Clean up the style to be "include<space><tab>" and remove options already
andrew
2015-05-18
1
-7
/
+2
*
Clean up struct syscall_args:
andrew
2015-05-17
1
-4
/
+9
*
Do not set preload_addr_relocate for ARM. Apparently there was a time
ian
2015-05-17
1
-1
/
+0
*
Don't allow unmapped I/O. The pmap isn't quite up to the task. Add a
imp
2015-05-16
1
-1
/
+7
*
More tr -d '\r' t make config happy and
bz
2015-05-16
2
-39
/
+39
*
tr -d '\r' makes config a lot more happy.
bz
2015-05-16
1
-83
/
+83
*
Introduce support for the Alpine PoC from Annapurna Labs
zbb
2015-05-15
22
-0
/
+14704
*
Add assertions that the addresses passed to tlb maintenance are page-aligned.
ian
2015-05-15
1
-47
/
+63
*
Retrieve the cache parms in the proper arch-specific way.
ian
2015-05-15
1
-2
/
+11
*
It appears to be armv7_sleep is a duplication of armv7_cpu_sleep.
ganbold
2015-05-15
3
-8
/
+1
*
Delete cpu_do_powersave which is set but never used/tested
ganbold
2015-05-13
1
-15
/
+0
*
Fix the vmstat -i output on ARM.
loos
2015-05-13
1
-1
/
+1
*
Fix the SMP initialization on RPi 2 (BCM2836).
loos
2015-05-13
1
-3
/
+2
*
Add support for the power button on BeagleBone Black.
loos
2015-05-13
1
-6
/
+73
*
Disable WPI in case of aml8726-m3.
ganbold
2015-05-12
1
-0
/
+14
*
Retire pmap_lazyfix(). This function only existed in the new armv6 pmap
alc
2015-05-11
5
-115
/
+2
*
Add the kernel support for Thumb-2. It is only supported on ARMv7 as the
andrew
2015-05-11
5
-57
/
+128
*
Mark thumb entry points as such when building for thumb, otherwise mark
andrew
2015-05-11
1
-1
/
+7
*
Use the Thumb compliant version of the add instruction. We can only use
andrew
2015-05-11
1
-1
/
+1
*
List both registers to use in the 64-bit atomic instructions. We will need
andrew
2015-05-11
1
-19
/
+19
*
cpu-v6.h should only be used in the kernel, add an error to enforce this.
andrew
2015-05-11
1
-0
/
+7
*
Move to use __ARM_ARCH in more places in the kernel.
andrew
2015-05-11
2
-21
/
+12
*
Use the ACLE spelling of _ARM_ARCH_6: "__ARM_ARCH >= 6"
andrew
2015-05-11
1
-1
/
+2
*
Use the new gic option on all configs that need it.
andrew
2015-05-10
16
-8
/
+24
*
Use the new gic option. While here remove extra whitespace from the ned of
andrew
2015-05-10
2
-4
/
+6
*
Add the gic to files.arm under "device gic" and use it with the
andrew
2015-05-10
2
-2
/
+3
*
First pass clenup over the Marvell db-88f6xxx kernel configs.
andrew
2015-05-10
4
-124
/
+120
*
Clean up the style to use "options<space><tab>".
andrew
2015-05-10
1
-3
/
+3
*
Pass over the at91 kernels to reduce the diff between them.
andrew
2015-05-09
10
-356
/
+468
[next]