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
*
Remove unused KTRACE includes.
jhb
2010-08-19
2
-9
/
+0
*
Unbreak the LINT kernel on powerpc64. Note that the LINT kernel
nwhitehorn
2010-08-19
2
-1
/
+6
*
Supply some useful information to the started image using ELF aux vectors.
kib
2010-08-17
1
-2
/
+8
*
Update various places that store or manipulate CPU masks to use cpumask_t
jhb
2010-08-11
1
-2
/
+2
*
Add a new ipi_cpu() function to the MI IPI API that can be used to send an
jhb
2010-08-06
2
-0
/
+9
*
Improve hash coverage for kernel page table entries by modifying the kernel
nwhitehorn
2010-07-31
3
-16
/
+10
*
Add support for the IBM Full-System Simulator (Mambo). This code has been
nwhitehorn
2010-07-31
9
-0
/
+825
*
Add MALLOC_DEBUG_MAXZONES=8 to powerpc64 GENERIC configuration file.
mdf
2010-07-30
1
-0
/
+1
*
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
*
When compat32 binary asks for the value of hw.machine_arch, report the
kib
2010-07-22
1
-0
/
+5
*
Eliminate FDT_IMMR_VA define.
raj
2010-07-19
2
-9
/
+1
*
Remove obsolete code that sets SHMMAXPGS to a tiny value by default
nwhitehorn
2010-07-13
1
-7
/
+0
*
Add GENERIC kernel config for powerpc64.
nwhitehorn
2010-07-13
1
-0
/
+182
*
MFppc64:
nwhitehorn
2010-07-13
71
-1019
/
+5497
*
Fix printf specifier to allow 32/64 bit builds.
grehan
2010-07-12
1
-1
/
+1
*
Unify ABI-related bits of the Book-E and AIM machdep routines
nwhitehorn
2010-07-12
6
-1026
/
+685
*
MFppc64:
nwhitehorn
2010-07-12
1
-3
/
+31
*
Convert Freescale PowerPC platforms to FDT convention.
raj
2010-07-11
24
-2220
/
+1834
*
The number after 2 is 3, not 4.
nwhitehorn
2010-07-09
1
-1
/
+1
*
Remove an unnecessary include of opt_psim.h, which is not present on
nwhitehorn
2010-07-09
1
-1
/
+0
*
MFppc64:
nwhitehorn
2010-07-09
1
-3
/
+3
*
MFppc64:
nwhitehorn
2010-07-09
1
-7
/
+7
*
MFppc64:
nwhitehorn
2010-07-09
1
-3
/
+3
*
Replace the existing PowerPC busdma implementation with the one from
nwhitehorn
2010-07-08
3
-211
/
+834
*
Make ofw_syscons work on 64-bit systems.
nwhitehorn
2010-07-08
1
-3
/
+3
*
Fix several bugs in the real-mode Open Firmware implementation and provide
nwhitehorn
2010-07-08
1
-157
/
+325
*
Change the argument type to OF_call_method to take an array of cell_t
nwhitehorn
2010-07-08
1
-4
/
+3
*
It does not actually make sense to provide an IPI facility on non-root
nwhitehorn
2010-07-06
1
-4
/
+3
*
Fix interrupt distribution to multiple CPUs on systems with cascaded PICs.
nwhitehorn
2010-07-06
1
-7
/
+14
*
Move the EOI logic when starting ithreads into intr_machdep instead of
nwhitehorn
2010-07-06
4
-18
/
+25
*
Add a missing conditional. We should not bind the PIC interrupt unless
nwhitehorn
2010-07-03
1
-1
/
+2
*
Remove the unneeded header <machine/intr.h>.
marcel
2010-07-02
11
-90
/
+0
*
MFia64:
marcel
2010-07-01
1
-1
/
+1
*
Move prototypes for kern_sigtimedwait() and kern_sigprocmask() to
jhb
2010-06-30
2
-0
/
+2
*
Fix profiling (part 1):
marcel
2010-06-29
2
-2
/
+2
*
Assign PCI intline values for ISA interrupts using the new INTR_VEC()
marcel
2010-06-24
1
-3
/
+3
*
Remove debugging printf() -- that is, I assume it was for debugging :-)
marcel
2010-06-24
1
-2
/
+0
*
Pass the device_t of the AT PIC driver to atpic_intr() so that
marcel
2010-06-24
1
-5
/
+2
*
With openpic(4) using active-low as the default polarity, reconfigure
marcel
2010-06-23
1
-2
/
+9
*
Configure interrupts on SMP systems to be distributed among all online
nwhitehorn
2010-06-23
9
-3
/
+110
*
In the attach method, refactor to take into account that
marcel
2010-06-23
1
-3
/
+10
*
Temporarily disable instruction relocation while setting up the kernel's
nwhitehorn
2010-06-20
1
-1
/
+6
*
Missed commit in r209310: the IRQ number in INTR_VEC() should have
nwhitehorn
2010-06-18
1
-1
/
+1
*
Add MSI support for PCI devices attached to the CPC925 and CPC945 bridges
nwhitehorn
2010-06-18
2
-3
/
+165
*
Add support for the Keywest I2C controller in Apple uninorth northbridges.
nwhitehorn
2010-06-18
1
-2
/
+7
*
Change the default interrupt polarity on PowerPC systems from high to low.
nwhitehorn
2010-06-18
3
-12
/
+24
*
Provide for multiple, cascaded PICs on PowerPC systems, and extend the
nwhitehorn
2010-06-18
26
-107
/
+288
*
Modify the console mouse pointer drawing routine to use single-byte writes
nwhitehorn
2010-06-15
1
-17
/
+4
*
Make SMP work on MPC7400-based Apple desktops like the PowerMac3,3.
nwhitehorn
2010-06-12
2
-10
/
+42
[next]