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 typo where db_printf was spelt printf.
andrew
2013-03-10
1
-1
/
+1
*
Update how we read the stack pointer to work on both GCC and clang.
andrew
2013-03-10
1
-2
/
+5
*
Tell the unwinder we can't unwind swi_entry. This fixes an infinite loop
andrew
2013-03-10
1
-0
/
+4
*
__FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH in
andrew
2013-03-09
2
-2
/
+2
*
MFC
attilio
2013-03-09
1
-0
/
+2
*
MFC
attilio
2013-03-08
5
-3
/
+29
|
\
|
*
Fix stack alignment in the kernel to be on an 8 byte boundary as required
andrew
2013-03-06
3
-3
/
+24
|
*
- Reset DMA channel if error occured
gonzo
2013-03-05
1
-0
/
+2
|
*
If we're using a PIPT L2 cache, only merge 2 segments if both the virtual
cognet
2013-03-04
1
-0
/
+3
*
|
MFC
attilio
2013-03-02
23
-160
/
+1192
|
\
\
|
|
/
|
*
Move some virtual memory constants to the top of the file where they are on
andrew
2013-03-02
1
-21
/
+25
|
*
Build the Raspberry Pi dtb file when building the kernel so we can copy it
andrew
2013-03-02
1
-1
/
+1
|
*
Ensure the stack is correctly aligned before calling the first C function.
andrew
2013-03-02
1
-0
/
+1
|
*
Increase the maximum text size on ARM to 64MiB. Without this clang would be
andrew
2013-03-01
1
-1
/
+3
|
*
Eliminate a redundant #include: machine/pmap.h is already included
alc
2013-03-01
7
-7
/
+0
|
*
Copy the definition of VM_MAX_AUTOTUNE_MAXUSERS from i386. (See r242847.)
alc
2013-03-01
1
-0
/
+4
|
*
Enable uart driver for A10.
ganbold
2013-03-01
2
-3
/
+3
|
*
Add platform DMA support to SDHCI driver for BCM2835
gonzo
2013-02-28
1
-4
/
+300
|
*
Add driver for BCM2835's DMA engine
gonzo
2013-02-28
3
-0
/
+790
|
*
MFcalloutng:
mav
2013-02-28
7
-126
/
+68
|
*
Complete r247297:
attilio
2013-02-28
7
-14
/
+0
|
*
Fix typo
gonzo
2013-02-27
1
-1
/
+1
|
*
- Initialize GPIO_OE register based on pinmux configuration
gonzo
2013-02-27
1
-0
/
+14
|
*
Merge from vmc-playground branch:
attilio
2013-02-26
2
-4
/
+2
|
*
Export vfp_init() prototype, for use in the MP code.
cognet
2013-02-26
1
-0
/
+1
|
*
Fix SMP build.
cognet
2013-02-26
1
-4
/
+3
|
*
Don't forget to init the VFP stuff for all cores.
cognet
2013-02-26
1
-0
/
+8
|
*
Be more conservative in auto-sizing and capping the kmem submap. In
alc
2013-02-26
1
-3
/
+3
|
*
Eliminate a redundant #include: machine/pmap.h is already included
alc
2013-02-26
2
-2
/
+0
|
*
RPi users might want to touch the boot partition, which is always FAT
kientzle
2013-02-26
1
-2
/
+5
*
|
Revert some introduction of rwlock.h and remove unused
attilio
2013-02-28
7
-21
/
+0
*
|
MFC
attilio
2013-02-27
1
-0
/
+14
*
|
MFC
attilio
2013-02-26
2
-4
/
+2
*
|
MFC
attilio
2013-02-26
3
-4
/
+12
*
|
MFC
attilio
2013-02-26
4
-7
/
+8
*
|
MFC
attilio
2013-02-26
1
-14
/
+13
|
\
\
|
|
/
|
*
Merge from vmobj-rwlock branch:
attilio
2013-02-26
2
-2
/
+0
|
*
Fix off-by-one error in sanity checks
gonzo
2013-02-25
1
-7
/
+7
|
*
- Fix off-by-one error when returning max pin number
gonzo
2013-02-25
1
-7
/
+6
*
|
MFC
attilio
2013-02-24
2
-1
/
+22
|
\
\
|
|
/
|
*
Add macroses to properly map IO peripherals memory window from
gonzo
2013-02-23
1
-0
/
+14
|
*
Add basic and not very reliable protection against going to sleep with
mav
2013-02-23
1
-1
/
+8
*
|
Hide the details for the assertion for VM_OBJECT_LOCK operations.
attilio
2013-02-21
2
-6
/
+6
*
|
Remove supposedly unused vm_pager.h.
attilio
2013-02-21
2
-4
/
+0
*
|
MFC
attilio
2013-02-21
13
-24
/
+32
|
\
\
|
|
/
|
*
Initialize vm_max_kernel_address on non-FDT platforms. (This should have
alc
2013-02-20
13
-24
/
+32
*
|
Fix other architectures and ZFS.
attilio
2013-02-21
10
-0
/
+10
*
|
Switch vm_object lock to be a rwlock.
attilio
2013-02-20
2
-6
/
+6
|
/
*
Spelling fixes
gonzo
2013-02-19
1
-2
/
+2
*
Roll back change of frequency for initialization sequence since it
gonzo
2013-02-19
1
-7
/
+6
[next]