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
*
Everybody needs bpf.
kientzle
2012-10-25
1
-1
/
+1
*
Support boot loaders in the standard kernel.
kientzle
2012-10-25
1
-0
/
+2
*
This isn't functionally identical. In some cases a hint to disable
eadler
2012-10-22
1
-0
/
+3
*
Now that device disabling is generic, remove extraneous code from the
eadler
2012-10-22
1
-3
/
+0
*
remove duplicate semicolons where possible.
eadler
2012-10-22
2
-3
/
+3
*
Don't repeat the POSTREAD dma sync.
kientzle
2012-10-22
1
-5
/
+1
*
Replace deprecated M_DONTWAIT with M_NOWAIT.
kientzle
2012-10-19
1
-2
/
+2
*
Fix an mbuf leak in cpsw driver, clean up mbuf management:
kientzle
2012-10-15
1
-5
/
+8
*
Cut-and-paste dropped semicolon.
kientzle
2012-10-14
1
-1
/
+1
*
Name cpsw_stop to cpsw_stop_locked consistently with other functions
kientzle
2012-10-14
1
-5
/
+7
*
Return correct packet size.
kientzle
2012-10-14
1
-3
/
+3
*
Loop reading the RTC registers until the same values are obtained
imp
2012-10-07
1
-3
/
+14
*
Improve a few comments.
imp
2012-10-07
1
-6
/
+11
*
Use the RTC unit to get the time. This works on all known AT91SAM9*
imp
2012-10-07
2
-25
/
+136
*
Support kernel options from ubldr.
kientzle
2012-10-01
1
-0
/
+1
*
Remove unused variables from the OMAP ehci code.
andrew
2012-10-01
1
-6
/
+0
*
Fix the clobber list on the atomic operators that do comparisons. Without
andrew
2012-10-01
1
-15
/
+17
*
Stop calling pmap_remove_write() from pmap_remove_all(). Doing so is not
alc
2012-09-30
1
-1
/
+3
*
Eliminate an unused declaration.
alc
2012-09-29
1
-2
/
+0
*
Eliminate unused variables.
alc
2012-09-29
2
-15
/
+0
*
Add support for mincore(). Specifically, this is an adaptation of the
alc
2012-09-29
1
-2
/
+52
*
Update a comment to reflect recent locking changes.
alc
2012-09-29
1
-3
/
+3
*
Implementing pmap_kextract(va) as pmap_extract(kernel_pmap, va) is
alc
2012-09-27
3
-51
/
+69
*
Create the new initarm_ functions to reduce the diff to the other FDT
andrew
2012-09-26
1
-11
/
+25
*
Use arm_dump_avail_init to build the dump_avail array
andrew
2012-09-26
1
-6
/
+1
*
Start to clean up the lpc initarm as it also uses FDT.
andrew
2012-09-26
1
-12
/
+18
*
Eliminate an unused declaration.
alc
2012-09-25
2
-2
/
+0
*
Clean up the bcm2835 initarm. It is now identical to the other ARMv6 copies
andrew
2012-09-23
1
-10
/
+8
*
Fix a typo in a Broadcom initarm debug printf
andrew
2012-09-23
1
-1
/
+1
*
Pull out the SoC specific parts of initarm into separate functions
andrew
2012-09-23
5
-28
/
+118
*
Update different versions of physmap_init to be identical in preparation
andrew
2012-09-23
4
-13
/
+53
*
Reduce the diff between the FDT implementations of initarm.
andrew
2012-09-22
5
-20
/
+25
*
Since UMA_ZONE_NOFREE is specified when l2zone and l2table_zone are created,
alc
2012-09-22
2
-86
/
+36
*
Create a common set_stackptrs in sys/arm/machdep.c.
andrew
2012-09-22
16
-197
/
+39
*
Add a kernel config for the Toshiba AC100. The AC100 is an ARM laptop with
andrew
2012-09-17
1
-0
/
+96
*
fix the kernel files to match our standard "option<space><tab>" format
jmg
2012-09-16
17
-93
/
+93
*
remove some unnecessary debugging statements, dead code and incorrect
jmg
2012-09-16
1
-5
/
+1
*
Start to clean up ARMv6 initarm implementations by making the Tegra 2
andrew
2012-09-16
1
-160
/
+86
*
In the Tegra 2 standard config:
andrew
2012-09-16
1
-2
/
+2
*
The cpu_reset function is noreturn, make sure this is true on Tegra 2.
andrew
2012-09-16
1
-1
/
+3
*
Eliminate an unused malloc type.
alc
2012-09-15
1
-2
/
+0
*
Correct double "the the"
eadler
2012-09-14
1
-1
/
+1
*
Implement MSI support.
gber
2012-09-14
1
-2
/
+101
*
Add support for MSI in interrupt controlller.
gber
2012-09-14
3
-19
/
+119
*
Remove unused structure fields
gber
2012-09-14
1
-2
/
+0
*
Enable PCI for Armada XP
gber
2012-09-14
2
-8
/
+3
*
pci: Implement new memory and io space allocator for PCI.
gber
2012-09-14
2
-110
/
+235
*
Add support for Armada XP A0.
gber
2012-09-14
8
-12
/
+205
*
Support identification of new PJ4B cores.
gber
2012-09-14
3
-6
/
+10
*
Add basic USB support to Raspberry PI target.
hselasky
2012-09-14
1
-7
/
+13
[next]