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
/
i80321
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unify interrupts bit definition and usage. While here remove PSR_C_bit.
andrew
2014-09-10
3
-3
/
+5
*
Do not hand the VM the memory used for stacks/page tables/etc.
cognet
2014-05-29
2
-0
/
+8
*
When mapping device memory, use PTE_DEVICE rather than PTE_NOCACHE.
ian
2014-05-10
2
-6
/
+6
*
Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c
ian
2014-03-10
2
-2
/
+0
*
The arm exception entry points currently vector through a function pointer
ian
2014-03-09
2
-18
/
+0
*
Update legacy platforms to use new arm_physmem helper routines.
ian
2014-02-09
2
-23
/
+30
*
It turns out a global variable is the only straightforward way to
ian
2014-02-09
2
-0
/
+4
*
Consolidate code related to setting up physical memory configuration into
ian
2014-02-08
2
-6
/
+0
*
Remove the ARM_USE_SMALL_ALLOC option and code related to it.
ian
2014-02-08
2
-70
/
+0
*
Call cpu_setup() from the initarm() routine on platforms that don't use
ian
2013-11-21
2
-0
/
+4
*
Move remaining code and data related to static device mapping into the
ian
2013-11-04
2
-4
/
+6
*
Hints-only devices should return BUS_PROBE_NOWILDCARD from their probe
nwhitehorn
2013-10-29
1
-1
/
+1
*
Remove all #include <machine/pmap.h> from arm code. It's already
ian
2013-10-27
1
-1
/
+0
*
Increase the KVA available for xscale CPUs.
cognet
2013-10-17
2
-2
/
+2
*
Replace kernel virtual address space allocation with vmem. This provides
jeff
2013-08-07
1
-1
/
+1
*
Eliminate a redundant #include: machine/pmap.h is already included
alc
2013-03-01
2
-2
/
+0
*
Complete r247297:
attilio
2013-02-28
2
-4
/
+0
*
Initialize vm_max_kernel_address on non-FDT platforms. (This should have
alc
2013-02-20
2
-4
/
+4
*
Clean up the two i80321 copies of initarm to be closer to one another.
andrew
2012-11-17
2
-42
/
+43
*
Create a common set_stackptrs in sys/arm/machdep.c.
andrew
2012-09-22
2
-30
/
+2
*
Set machine correctly on ARM. This allows universe to use the correct world
andrew
2012-08-18
2
-2
/
+2
*
Merging projects/armv6, part 1
gonzo
2012-08-15
2
-6
/
+0
*
Remove some unused variables/externs that have been copied too many times...
imp
2012-07-10
2
-10
/
+0
*
Modify all the arm platform files to call parse_boot_param passing in
imp
2012-06-14
2
-2
/
+2
*
Remove leakage of other patches into last commit.
imp
2012-06-13
2
-2
/
+2
*
trim trailing spaces that have accumulated over the years (these files
imp
2012-06-13
13
-72
/
+72
*
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
2
-18
/
+2
*
Minor rearrangement of the locore <-> initarm interface. Pass in a
imp
2012-06-03
2
-2
/
+2
*
- There's no need to overwrite the default device method with the default
marius
2011-11-22
1
-2
/
+1
*
Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.
ed
2011-11-07
1
-1
/
+1
*
Check the return value of BUS_SETUP_INTR()
kevlo
2011-10-27
1
-2
/
+6
*
Fix typos - remove duplicate "the".
brucec
2011-02-21
1
-1
/
+1
*
Call init_param1() much earlier, so that msgbufsize is non-zero when we want
cognet
2011-02-13
2
-4
/
+6
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
2
-8
/
+4
*
Remove remaining bits of performance counter support.
rpaulo
2009-10-03
1
-2
/
+0
*
Implement a facility for dynamic per-cpu variables.
jeff
2009-06-23
2
-0
/
+10
*
strict kobj signatures: number of fixes for arm architecture
avg
2009-06-11
1
-4
/
+4
*
Pass the previously returned IRQ back to arm_get_next_irq() so that
marcel
2009-06-09
1
-1
/
+1
*
- Fix spelling error in comments.
stas
2008-12-01
2
-2
/
+2
*
Eliminate unused global variables. (These global variables became fields of
alc
2008-07-18
2
-2
/
+0
*
Remove some long-dead code
kevlo
2008-04-08
2
-8
/
+0
*
Remove bus_space_generic.c from the per-plarform files. Having it in the
cognet
2008-04-05
2
-2
/
+0
*
Refactor certain ARM bus space methods: instead of having multiple copies of
raj
2008-04-03
5
-103
/
+10
*
Take the first baby step towards unifying and cleaning up arminit():
imp
2008-04-03
2
-103
/
+4
*
Fix for the panic("vm_thread_new: kstack allocation failed") and
kib
2007-11-05
2
-2
/
+2
*
Make the PCI code aware of PCI domains (aka PCI segments) so we can
marius
2007-09-30
1
-1
/
+5
*
There's no need to re-read PCIR_COMMAND once we set it.
cognet
2007-09-04
1
-2
/
+0
*
Cleanup
cognet
2007-07-27
2
-8
/
+2
*
Do not define NIRQ, it is already defined in include/intr.h
cognet
2007-07-27
1
-5
/
+0
[next]