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
/
powerpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Trace interrupts with KTR_INTR.
marcel
2008-08-31
1
-0
/
+2
*
Remove redundant KTR statements.
marcel
2008-08-31
1
-6
/
+0
*
Trace all PMAP calls using KTR_PMAP.
marcel
2008-08-31
1
-2
/
+92
*
Remove restore_intr(). We have intr_restore()...
marcel
2008-08-31
1
-7
/
+0
*
In db_show_mdpcpu(), print MD fields.
marcel
2008-08-30
1
-0
/
+4
*
Whitespace fixes.
marcel
2008-08-30
1
-12
/
+12
*
Call powerpc_sync() instead of using an asm statement.
marcel
2008-08-30
1
-1
/
+1
*
Add powerpc_sync() as an inline function.
marcel
2008-08-30
1
-0
/
+7
*
Don't clear PSL_RI. Disabling external interrupts
marcel
2008-08-30
1
-1
/
+1
*
Move initialization of tlb0, ptbl_bufs and kernel_pdir regions after we are
raj
2008-08-28
1
-6
/
+14
*
Improve kernel stack handling on e500.
raj
2008-08-26
3
-24
/
+56
*
Integrate the new MPSAFE TTY layer to the FreeBSD operating system.
ed
2008-08-20
1
-1
/
+1
*
Export 'struct pcpu' to userland w/o requiring _KERNEL. A few ports
jhb
2008-08-19
1
-1
/
+2
*
Disconnect drivers that haven't been ported to MPSAFE TTY yet.
ed
2008-08-03
1
-2
/
+0
*
Add HWPMC_HOOKS to GENERIC kernels, this makes hwpmc.ko work out
delphij
2008-07-07
1
-0
/
+1
*
Remove the unused M_MEMDEV from the kernel.
ed
2008-06-25
1
-2
/
+0
*
Remove the unused major/minor numbers from iodev and memdev.
ed
2008-06-25
1
-1
/
+0
*
Return an error code rather than ENXIO when both rman_init() and
kevlo
2008-06-12
3
-28
/
+33
*
Fix a typo in a comment.
wkoszek
2008-06-11
1
-1
/
+1
*
Move bm(4) from the sys/conf/NOTES to sys/powerpc/conf/NOTES.
marcel
2008-06-08
1
-0
/
+1
*
Add support for the Apple Big Mac (BMAC) Ethernet controller,
marcel
2008-06-07
1
-0
/
+1
*
Add support for Apple's Descriptor-Based DMA (DBDMA) engine. The DMA
marcel
2008-06-07
3
-0
/
+551
*
Add link register to fatal trap printout to better diagnose NULL
grehan
2008-06-04
1
-0
/
+1
*
Invalidate the TLB in pmap_cpu_bootstrap(), so that it also happens
marcel
2008-05-23
1
-1
/
+4
*
The VM system no longer uses setPQL2(). Remove it and its helpers.
alc
2008-05-23
2
-16
/
+0
*
Use the "options " spelling (vs. "options<TAB>") so that commented lines
obrien
2008-05-21
1
-3
/
+3
*
Retire pmap_addr_hint(). It is no longer used.
alc
2008-05-18
3
-22
/
+10
*
Removed unused assembly offsets for structures digging.
attilio
2008-05-16
1
-1
/
+0
*
Add a stub for pmap_align_superpage() on machines that don't (yet)
alc
2008-05-09
1
-0
/
+10
*
The first argment of mtdbatu or mtibatu is part of the encoding.
marcel
2008-04-28
1
-7
/
+8
*
MFp4: SMP support
marcel
2008-04-27
15
-137
/
+714
*
Eliminate track_modified_needed(), better known as pmap_track_modified()
marcel
2008-04-27
1
-37
/
+8
*
MFp4: SMP support
marcel
2008-04-27
1
-6
/
+63
*
Make sure tmpstk is aligned and make it 8KB in size -- not 8KB+16.
marcel
2008-04-27
1
-2
/
+3
*
Remove mfsvr():
marcel
2008-04-27
3
-12
/
+2
*
Take into account the size of the interrupt cell. It's determined
marcel
2008-04-26
2
-14
/
+27
*
Use RSTCR for resetting the MPC8572 (the old way does not apply).
raj
2008-04-26
2
-7
/
+25
*
Introduce a dedicated file for MPC85xx-specific routines. Move cpu_reset()
raj
2008-04-26
2
-17
/
+60
*
Improve handling of Local Access Windows on MPC85xx systems:
raj
2008-04-26
4
-19
/
+50
*
Move System Revision defines to a bit better place, add MPC8572 systems IDs.
raj
2008-04-26
1
-9
/
+9
*
Enable NFSLOCKD for MPC85XX kernel to comply with recent NFS rework.
raj
2008-04-26
1
-0
/
+1
*
- Add an integer argument to idle to indicate how likely we are to wake
jeff
2008-04-25
2
-2
/
+16
*
Now that all platforms use genclock, shuffle things around slightly
phk
2008-04-22
3
-3
/
+0
*
Make genclock standard on all platforms.
phk
2008-04-21
2
-2
/
+0
*
Switch to using genclock. Have nexus double as clock device for
marcel
2008-04-21
3
-77
/
+78
*
Simplify the pmap_zero_page family of functions by making use of
marcel
2008-04-17
1
-160
/
+6
*
Allocate a stack (with optional guard pages) for thread0 and
marcel
2008-04-16
3
-70
/
+60
*
Get rid of an empty RTC implementation and hook up genclock instead.
phk
2008-04-13
2
-44
/
+1
*
- Add the interrupt vector number to intr_event_create so MI code can
jeff
2008-04-11
1
-1
/
+1
*
Fix copy-n-paste typos in free text.
marcel
2008-04-10
1
-3
/
+3
[next]