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
*
Whitespace tweak.
jhb
2011-02-09
1
-1
/
+1
*
In arm_get_next_irq(), use the last IRQ argument in order to prevent
marcel
2011-02-08
1
-11
/
+23
*
o Make sure to mask off timer1 interrupts. It's not necessarily
marcel
2011-02-08
1
-1
/
+2
*
Remove use_high from the softc and simply check the number of GPIO
marcel
2011-02-07
1
-7
/
+3
*
unbreak mutlicast hash creation for the second time.
ticso
2011-02-07
1
-2
/
+12
*
phys_addr is a PA not a VA so declare it as a vm_paddr_t not a vm_offset_t.
imp
2011-02-05
1
-1
/
+1
*
Make md_tp a register_t not a void *. This will keep us from
imp
2011-02-05
3
-6
/
+6
*
The FDT describes the host controller directly. There's no need to
marcel
2011-02-03
1
-17
/
+10
*
Accept r1 as having the metadata pointer argument if r0 is 0.
marcel
2011-02-03
1
-4
/
+10
*
Put the general logic for being a CPU hog into a new function
mdf
2011-02-02
1
-2
/
+1
*
Introduce macro FDT_MAP_IRQ to map from an interrupt controller and
marcel
2011-01-29
1
-0
/
+3
*
Move the load address of the kernel to the start of KVA as the
andrew
2011-01-29
1
-4
/
+4
*
Fix r217688. We need to call init_param1() before we use msgbufsize,
marcel
2011-01-22
1
-1
/
+3
*
Fix backtraces by defining ksym_start & ksym_end if DDB is
marcel
2011-01-22
1
-0
/
+8
*
Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.
pluknet
2011-01-21
9
-36
/
+21
*
For architectures not using direct map , and requiring real KVA page for
kib
2011-01-18
1
-1
/
+1
*
Remove empty dev_mem_md_init() stubs.
jkim
2011-01-17
1
-5
/
+0
*
Add reader/writer lock around mem_range_attr_get() and mem_range_attr_set().
jkim
2011-01-17
2
-1
/
+6
*
Don't re-use MODINFOMD_BOOTINFO as MODINFOMD_DTBP. It breaks
marcel
2011-01-11
1
-1
/
+2
*
Remove unneeded includes of <sys/linker_set.h>. Other headers that use
jhb
2011-01-11
2
-2
/
+0
*
Move repeated MAXSLP definition from machine/vmparam.h to sys/vmmeter.h.
kib
2011-01-09
1
-1
/
+0
*
On mixed 32/64 bit architectures (mips, powerpc) use __LP64__ rather than
tijl
2011-01-08
1
-2
/
+2
*
On 32 bit architectures define (u)int64_t as (unsigned) long long instead
tijl
2011-01-08
1
-6
/
+6
*
Fix types of some values in machine/_limits.h.
tijl
2011-01-08
1
-3
/
+1
*
Remove unused support for 64 bit long on 32 bit architectures.
tijl
2011-01-07
1
-11
/
+0
*
Add AT_STACKPROT elf aux vector. Will be used to inform rtld about the
kib
2011-01-07
1
-1
/
+2
*
Remove bogus usage of INTR_FAST. "Fast" interrupts are now indicated by
jhb
2011-01-06
1
-1
/
+1
*
- Add a proper return value to mv_gpio_intr().
jhb
2011-01-06
1
-4
/
+5
*
- Use macbstart_locked() directly instead of deferring it to a task.
jhb
2011-01-06
1
-16
/
+14
*
Remove support for SKYEYE simulator
imp
2011-01-05
5
-52
/
+0
*
Remove ancient simulation code. Skyeye simulation never really worked
imp
2011-01-05
2
-90
/
+0
*
IXP4XX_GPIO_{,UN}LOCK() don't take args. Remove the sc here to make
imp
2010-12-23
1
-10
/
+10
*
Fix double ;;
kevlo
2010-12-06
1
-1
/
+1
*
Revert r216134. This checkin broke platforms where bus_space are macros:
brucec
2010-12-03
1
-59
/
+8
*
Disallow passing in a count of zero bytes to the bus_space(9) functions.
brucec
2010-12-02
1
-8
/
+59
*
Provide a mutex around the read/modify/write of the IXP425_GPIO_*
thompsa
2010-11-14
6
-45
/
+35
*
Add a GPIO driver for the Gateworks Cambria platform.
thompsa
2010-11-11
4
-0
/
+480
*
add hint for at45d flash device sitting of spibus0
ticso
2010-11-11
1
-0
/
+4
*
- Remove <machine/mutex.h>. Most of the headers were empty, and the
jhb
2010-11-09
1
-32
/
+0
*
Fix typos.
brucec
2010-11-09
1
-2
/
+2
*
Minor cosmetic changes
kevlo
2010-11-09
1
-4
/
+4
*
Intel IXP425 SoC is based on the ARMv5TE architecture
kevlo
2010-11-08
1
-2
/
+3
*
Remove line for the uncommitted Cambria gpio drive that snuck in with r214946.
thompsa
2010-11-07
1
-1
/
+0
*
Hook up the five gpio pins on the Avila board to the gpio framework. There are
thompsa
2010-11-07
5
-0
/
+391
*
Adjust the order of operations in spinlock_enter() and spinlock_exit() to
jhb
2010-11-05
1
-4
/
+10
*
Try to be a little smart at guessing where _start is located in flash, instead
cognet
2010-11-01
1
-2
/
+4
*
Set of legacy mode SATA enchancements:
mav
2010-10-18
1
-1
/
+1
*
Remove a device_printf() accidentally left in r213894.
marius
2010-10-15
1
-1
/
+0
*
Converted the remainder of the NIC drivers to use the mii_attach()
marius
2010-10-15
2
-6
/
+8
*
Convert the PHY drivers to honor the mii_flags passed down and convert
marius
2010-10-15
2
-19
/
+14
[next]