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
/
broadcom
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the deciKelvin to Celsius conversion in kernel.
loos
2016-05-22
1
-1
/
+1
*
Return the struct intr_pic pointer from intr_pic_register. This will be
andrew
2016-05-18
3
-6
/
+13
*
Add OF_prop_free function as a counterpart for OF_*prop_alloc
gonzo
2016-05-11
1
-3
/
+3
*
INTRNG - update gpio pin capabilities according to r299198.
skra
2016-05-08
1
-0
/
+8
*
INTRNG - support new interrupt mapping type INTR_MAP_DATA_GPIO
skra
2016-05-06
1
-22
/
+52
*
INTRNG - use gpio interrupt modes definitions added in r298738 and
skra
2016-05-06
1
-41
/
+93
*
INTRNG - redefine struct intr_map_data to avoid headers pollution. Each
skra
2016-05-05
3
-9
/
+19
*
sys/arm: Minor spelling fixes.
pfg
2016-05-04
2
-3
/
+3
*
Add a MULTIDELAY option to allow the ARM kernel to have multiple DELAY
andrew
2016-04-30
1
-2
/
+2
*
Move arm's devmap to some generic place, so it can be used
br
2016-04-26
1
-4
/
+4
*
Use proper type of tag in bcm2835_mbox_fb_init
gonzo
2016-04-21
1
-1
/
+1
*
Force framebuffer virtual viewport to be the same as physical
gonzo
2016-04-20
4
-10
/
+7
*
Fix build for Pi kernels with syscons enabled
gonzo
2016-04-19
1
-2
/
+2
*
Rename ARM_INTRNG and MIPS_INTRNG to INTRNG. This will help with machine
andrew
2016-04-15
6
-26
/
+26
*
Multiple fixes in VCHI audio driver:
gonzo
2016-04-13
1
-19
/
+28
*
Implement intr_isrc_init_on_cpu() and use it to replace very same
skra
2016-04-07
1
-22
/
+3
*
Rework BCM283x gpio interrupt controller for INTRNG. It's used on RPI-B
skra
2016-04-05
1
-5
/
+378
*
Implement bcm2836 interrupt controller for INTRNG and enable it
skra
2016-04-05
3
-1
/
+716
*
Rework bcm283x interrupt controller for INTRNG and enable it
skra
2016-04-05
1
-1
/
+289
*
Define local-intc for BCM2836 platform (RPI2) and make BCM2835 intc
skra
2016-04-04
1
-8
/
+15
*
Fix fallout from r292180 (Dec 2015)... ensure that every driver which has
ian
2016-03-21
1
-0
/
+1
*
Remove FREEBSD_BOOT_LOADER that already exists in std.armv6 config file.
ian
2016-03-20
1
-1
/
+0
*
Fix typo in device description
gonzo
2016-02-28
1
-1
/
+1
*
Build ofw_cpu.c on all ARM configs using FDT. As we mve towards using the
andrew
2016-02-28
1
-1
/
+0
*
Almost all copies of platform_mp_init_secondary just called
andrew
2016-02-26
2
-6
/
+7
*
Remove platform_mp_probe as it's almost identical on most ARM SoCs, and
andrew
2016-02-26
1
-11
/
+0
*
Remove platform_ipi_send, it's an unneeded as all implementations are
andrew
2016-02-25
1
-7
/
+0
*
Move ARM_L2_PIPT option to std.armv6 for all armv6 platforms.
skra
2016-02-22
1
-1
/
+0
*
Do not use DMA channels used by GPU.
skra
2016-02-16
3
-33
/
+62
*
Stop defining fdt_pic_table when building for ARM_INTRNG.
andrew
2016-02-11
1
-0
/
+2
*
ARM: Use new ARMv6 naming conventions for cache and TLB functions
mmel
2016-02-05
1
-2
/
+2
*
Add dev.fb.X.resync sysctl to resync ARM framebuffer with VideoCore
gonzo
2015-12-20
1
-57
/
+127
*
Move the DRIVER_MODULE() statements that declare mmc(4) to be a child of
ian
2015-12-14
1
-0
/
+1
*
Create device options for the two common ARM timers.
andrew
2015-11-21
1
-2
/
+0
*
Move more bus_space_* files to be built by files.arm. This leaves the
andrew
2015-11-21
1
-3
/
+0
*
Remove bus_space_asm_generic.S from the per-SoC files.* files, it's already
andrew
2015-11-20
1
-1
/
+0
*
Stop setting {KERN,}PHYSADDR on armv6, it's unneeded.
andrew
2015-11-20
1
-3
/
+0
*
Refactor bcm2835_cpufreq to use bcm2835_mbox_property API
gonzo
2015-11-11
1
-360
/
+134
*
- Set have_message in interrupt to handle "response before READ" case
gonzo
2015-11-11
1
-4
/
+17
*
Fix some of WITNESS complaints and bootup lock by removing msg_avail
gonzo
2015-11-08
1
-27
/
+5
*
- Replace semaphore-base locking with sleep/wait synchronization:
gonzo
2015-11-08
1
-9
/
+13
*
Make interrupt dispatching MP safe. Use GPU interrupt bit in per-core
skra
2015-11-06
3
-2
/
+6
*
Add /dev/vcio, userland access point to VideoCore mailbox property channel
gonzo
2015-11-05
2
-0
/
+123
*
Refactor mailbox property API to make it usable for /dev/vcio driver:
gonzo
2015-11-05
5
-183
/
+123
*
Add mailbox tag/structure for touchscreen buffer address property
gonzo
2015-11-01
1
-0
/
+15
*
Fix framebuffer compatibility with new RPi firmware. Framebuffer driver
gonzo
2015-10-30
2
-2
/
+2
*
An IPI must be cleared before it is handled otherwise next IPI could be
andrew
2015-10-01
1
-6
/
+2
*
Use simple fixed name strings for these timecounters and eventimers which
ian
2015-08-14
1
-3
/
+3
*
Add a missing wakeup when releasing ownership of the SPI hardware.
ian
2015-06-02
1
-13
/
+12
*
Remove unused mutex and softc variables.
loos
2015-05-26
1
-18
/
+0
[next]