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
/
sparc64
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Wrap exchanging td_intr_frame and calling the event timer callback in
marius
2010-10-19
3
-17
/
+19
*
- In oneshot-mode it doesn't make sense to try to compensate the clock
marius
2010-10-17
1
-45
/
+41
*
Explicitly lower the PIL to 0 as part of enabling interrupts, similar to
marius
2010-10-14
1
-0
/
+1
*
- In the spirit of r212559 add a comment describing what will eventually
marius
2010-10-14
1
-1
/
+11
*
In the replacement text of the __bswapN_const() macros cast the argument
marius
2010-10-08
1
-12
/
+14
*
Fix bogus error message from bus_dmamem_alloc() about incorrect alignment.
neel
2010-09-29
1
-1
/
+1
*
minor simplifications and cosmetics
marius
2010-09-24
1
-10
/
+6
*
Now userland POSIX semaphore is based on umtx. The kernel module
davidxu
2010-09-24
1
-1
/
+0
*
For sparc64 relocations that directly put bits of the symbol value into
kib
2010-09-22
1
-18
/
+22
*
Remove accidentally committed test code which effectively prevented the
marius
2010-09-16
1
-2
/
+0
*
Add a VIS-based block copy function for SPARC64 V and later, which
marius
2010-09-15
3
-1
/
+121
*
Add macros for alternate entry points.
marius
2010-09-15
1
-1
/
+8
*
Sync with other platforms:
marius
2010-09-15
1
-9
/
+17
*
- Update the comment in swi_vm() regarding busdma bounce buffers; it's
marius
2010-09-15
1
-5
/
+2
*
Remove a KASSERT which will also trigger for perfectly valid combinations
marius
2010-09-14
1
-3
/
+0
*
Remove redundant raising of the PIL to PIL_TICK as the respective locore
marius
2010-09-14
2
-2
/
+0
*
Refactor timer management code with priority to one-shot operation mode.
mav
2010-09-13
4
-14
/
+12
*
Sparc64 uses dummy cpu_idle() method. It's CPUs never sleeping. Tell
mav
2010-09-11
1
-1
/
+1
*
bus_add_child: change type of order parameter to u_int
avg
2010-09-10
1
-1
/
+1
*
Catch up to rename of the constant for the Master Data Parity Error bit in
jhb
2010-09-09
1
-1
/
+1
*
Enable sis(4). sis(4) should work on all architectures.
yongari
2010-09-02
1
-1
/
+1
*
Skip a KASSERT which isn't appropriate when not employing page coloring.
marius
2010-08-21
1
-3
/
+4
*
Remove unused KTRACE includes.
jhb
2010-08-19
1
-5
/
+0
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-1
/
+7
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
3
-9
/
+9
*
Wrap some sun4u-only symbols.
marius
2010-08-08
1
-5
/
+3
*
- As it is not possible for sched_bind(9) to context switch with
marius
2010-08-08
5
-34
/
+113
*
- Introduce a cpu_ipi_single() function pointer in order to send IPIs
marius
2010-08-08
2
-25
/
+176
*
For CPUs which ignore TD_CV and support hardware unaliasing don't
marius
2010-08-08
6
-60
/
+80
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
1
-0
/
+11
*
Adapt sparc64 and sun4v timer code for the new event timers infrastructure.
mav
2010-07-29
8
-64
/
+152
*
Add MALLOC_DEBUG_MAXZONES debug malloc(9) option to use multiple uma
mdf
2010-07-28
1
-0
/
+1
*
Very rough first cut at NUMA support for the physical page allocator. For
jhb
2010-07-27
1
-0
/
+7
*
KTR_CTx are long time aliased by existing classes so they can't serve
attilio
2010-07-21
3
-3
/
+3
*
Allocate proper ammount of memory for interrupt names on sparc64 and
mav
2010-07-16
3
-2
/
+2
*
- Pin the IPI cache and TLB demap functions in order to prevent migration
marius
2010-07-04
1
-8
/
+24
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
1
-0
/
+1
*
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
nwhitehorn
2010-06-18
6
-6
/
+6
*
Update a branch missed in r207537.
marius
2010-06-13
1
-1
/
+1
*
Relax one of the new assertions in pmap_enter() a little. Specifically,
alc
2010-06-11
1
-1
/
+2
*
Reduce the scope of the page queues lock and the number of
alc
2010-06-10
1
-9
/
+15
*
Don't set PG_WRITEABLE in pmap_enter() unless the page is managed.
alc
2010-06-05
1
-3
/
+5
*
Push down page queues lock acquisition in pmap_enter_object() and
alc
2010-05-26
1
-6
/
+13
*
Roughly half of a typical pmap_mincore() implementation is machine-
alc
2010-05-24
1
-12
/
+40
*
Reorganize syscall entry and leave handling.
kib
2010-05-23
3
-110
/
+31
*
Change ad_firmware_geom_adjust() to operate on a struct disk * only and
marius
2010-05-20
2
-7
/
+4
*
On entry to pmap_enter(), assert that the page is busy. While I'm
alc
2010-05-16
1
-1
/
+12
*
- Enable DMA write parity error interrupts on Schizo with a working
marius
2010-05-14
3
-41
/
+91
*
Push down the page queues into vm_page_cache(), vm_page_try_to_cache(), and
alc
2010-05-08
1
-3
/
+8
*
Push down the page queues lock inside of vm_page_free_toq() and
alc
2010-05-06
1
-5
/
+10
[next]