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
/
xscale
/
pxa
/
pxa_machdep.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sys/arm: Minor spelling fixes.
pfg
2016-05-04
1
-1
/
+1
*
Move arm's devmap to some generic place, so it can be used
br
2016-04-26
1
-3
/
+3
*
sys: use our roundup2/rounddown2() macros when param.h is available.
pfg
2016-04-21
1
-7
/
+6
*
Remove pd_prot and pd_cache members from struct arm_devmap_entry.
skra
2016-02-17
1
-3
/
+1
*
ARM: Consistently use cpu_setttb() instead of setttb().
mmel
2016-02-03
1
-2
/
+2
*
Replace some references to KERNPHYSADDR with the equivelent value passed in
ian
2015-12-21
1
-2
/
+2
*
Make kstack_pages a tunable on arm, x86, and powepc. On i386, the
kib
2015-08-10
1
-1
/
+1
*
Fix KSTACK_PAGES issue when the default value was changed in KERNCONF
zbb
2015-07-16
1
-0
/
+1
*
Remove the bootconfig parsing. We never used it and always passed either an
andrew
2015-03-29
1
-1
/
+1
*
Do not hand the VM the memory used for stacks/page tables/etc.
cognet
2014-05-29
1
-0
/
+4
*
When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.
ian
2014-05-10
1
-1
/
+1
*
The arm exception entry points currently vector through a function pointer
ian
2014-03-09
1
-8
/
+0
*
Update legacy platforms to use new arm_physmem helper routines.
ian
2014-02-09
1
-30
/
+15
*
It turns out a global variable is the only straightforward way to
ian
2014-02-09
1
-0
/
+2
*
Consolidate code related to setting up physical memory configuration into
ian
2014-02-08
1
-3
/
+0
*
Remove the ARM_USE_SMALL_ALLOC option and code related to it.
ian
2014-02-08
1
-36
/
+0
*
Call cpu_setup() from the initarm() routine on platforms that don't use
ian
2013-11-21
1
-0
/
+1
*
Move remaining code and data related to static device mapping into the
ian
2013-11-04
1
-2
/
+3
*
Increase the KVA available for xscale CPUs.
cognet
2013-10-17
1
-1
/
+1
*
Eliminate a redundant #include: machine/pmap.h is already included
alc
2013-03-01
1
-1
/
+0
*
Complete r247297:
attilio
2013-02-28
1
-2
/
+0
*
Initialize vm_max_kernel_address on non-FDT platforms. (This should have
alc
2013-02-20
1
-1
/
+2
*
Create a common set_stackptrs in sys/arm/machdep.c.
andrew
2012-09-22
1
-11
/
+1
*
Merging projects/armv6, part 1
gonzo
2012-08-15
1
-3
/
+0
*
Remove some unused variables/externs that have been copied too many times...
imp
2012-07-10
1
-5
/
+0
*
Fix missing straggler for the move to parse_boot_param()
imp
2012-06-14
1
-1
/
+1
*
Remove leakage of other patches into last commit.
imp
2012-06-13
1
-1
/
+1
*
trim trailing spaces that have accumulated over the years (these files
imp
2012-06-13
1
-6
/
+5
*
Remove an unneeded increment from initarm. The variable is uninitialised,
andrew
2012-06-10
1
-1
/
+0
*
Pull out the common code to initialise proc0 & thread0 from initarm to a
andrew
2012-06-10
1
-9
/
+1
*
Minor rearrangement of the locore <-> initarm interface. Pass in a
imp
2012-06-03
1
-1
/
+1
*
Get myself a brain, move the call to init_param1() before the first use in
cognet
2011-02-21
1
-2
/
+3
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
1
-3
/
+2
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
1
-0
/
+5
*
- Fix spelling error in comments.
stas
2008-12-01
1
-1
/
+1
*
Eliminate unused global variables. (These global variables became fields of
alc
2008-07-18
1
-1
/
+0
*
Unify arminit() and clean up
kevlo
2008-06-09
1
-58
/
+1
*
Support for the XScale PXA255 SoC as found on the Gumstix Basix and Connex
benno
2008-06-06
1
-0
/
+576