]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Add basic support for RTL8168C, RTL8168CP, RTL8111C and RTL8111CP.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2008-06-25 edRemove the unused M_MEMDEV from the kernel.
2008-06-25 edRemove the unused major/minor numbers from iodev and...
2008-06-12 kevloReturn an error code rather than ENXIO when both rman_i...
2008-06-11 wkoszekFix a typo in a comment.
2008-06-08 marcelMove bm(4) from the sys/conf/NOTES to sys/powerpc/conf...
2008-06-07 marcelAdd support for the Apple Big Mac (BMAC) Ethernet contr...
2008-06-07 marcelAdd support for Apple's Descriptor-Based DMA (DBDMA...
2008-06-04 grehanAdd link register to fatal trap printout to better...
2008-05-29 obrienThis commit was generated by cvs2svn to compensate...
2008-05-23 marcelInvalidate the TLB in pmap_cpu_bootstrap(), so that...
2008-05-23 alcThe VM system no longer uses setPQL2(). Remove it...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-22 jbThis commit was generated by cvs2svn to compensate...
2008-05-21 obrienUse the "options " spelling (vs. "options<TAB>") so...
2008-05-18 alcRetire pmap_addr_hint(). It is no longer used.
2008-05-16 attilioRemoved unused assembly offsets for structures digging.
2008-05-09 alcAdd a stub for pmap_align_superpage() on machines that...
2008-05-09 rafanThis commit was generated by cvs2svn to compensate...
2008-05-08 cokaneThis commit was generated by cvs2svn to compensate...
2008-05-08 dfrThis commit was generated by cvs2svn to compensate...
2008-05-07 dfrThis commit was generated by cvs2svn to compensate...
2008-04-28 marcelThe first argment of mtdbatu or mtibatu is part of...
2008-04-27 marcelMFp4: SMP support
2008-04-27 marcelEliminate track_modified_needed(), better known as...
2008-04-27 marcelMFp4: SMP support
2008-04-27 marcelMake sure tmpstk is aligned and make it 8KB in size...
2008-04-27 marcelRemove mfsvr():
2008-04-26 marcelTake into account the size of the interrupt cell. It...
2008-04-26 rajUse RSTCR for resetting the MPC8572 (the old way does...
2008-04-26 rajIntroduce a dedicated file for MPC85xx-specific routine...
2008-04-26 rajImprove handling of Local Access Windows on MPC85xx...
2008-04-26 rajMove System Revision defines to a bit better place...
2008-04-26 rajEnable NFSLOCKD for MPC85XX kernel to comply with recen...
2008-04-26 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jbThis commit was generated by cvs2svn to compensate...
2008-04-25 jeff - Add an integer argument to idle to indicate how...
2008-04-22 phkNow that all platforms use genclock, shuffle things...
2008-04-21 mariusThis commit was generated by cvs2svn to compensate...
2008-04-21 delphijThis commit was generated by cvs2svn to compensate...
2008-04-21 phkMake genclock standard on all platforms.
2008-04-21 marcelSwitch to using genclock. Have nexus double as clock...
2008-04-17 marcelSimplify the pmap_zero_page family of functions by...
2008-04-16 marcelAllocate a stack (with optional guard pages) for thread...
2008-04-13 phkGet rid of an empty RTC implementation and hook up...
2008-04-11 jeff - Add the interrupt vector number to intr_event_create...
2008-04-10 marcelFix copy-n-paste typos in free text.
2008-04-09 grehanInclude <sys/types.h> before <sys/systm.h> to get typed...
2008-04-09 marcelReimplement atomic_add, atomic_clear, atomic_set and...
2008-04-08 marcelQuick fix for the kernel build breakage in netgraph...
2008-04-05 jhbAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-03 marcelAlign functions to 16-byte boundaries due to profiling...
2008-04-03 marcelSet sc_psim so that the openpic core can correct the...
2008-03-27 dfrAdd kernel module support for nfslockd and krpc. Use...
2008-03-27 jbWhen building a kernel module, define MAXCPU the same...
2008-03-26 phkThe "free-lance" timer in the i8254 is only used for...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-24 samThis commit was generated by cvs2svn to compensate...
2008-03-20 delphijThis commit was generated by cvs2svn to compensate...
2008-03-19 obrienThis commit was generated by cvs2svn to compensate...
2008-03-17 jhbSimplify the interrupt code a bit:
2008-03-17 marcelMake remote GDB work for AIM processors. For BookE...
2008-03-16 pjdImplement atomic_fetchadd_long() for all architectures...
2008-03-16 rwatsonIn keeping with style(9)'s recommendations on macros...
2008-03-14 jhbAdd preliminary support for binding interrupts to CPUs:
2008-03-12 delphijThis commit was generated by cvs2svn to compensate...
2008-03-12 rajObtain TSEC h/w address from the parent bus (OCP) and...
2008-03-12 jeffRemove kernel support for M:N threading.
2008-03-11 marcelIn intr_lookup(), when adding an IRQ to powerpc_intrs...
2008-03-09 marcelDon't use in32() and out32() when writing to the CCSRBA...
2008-03-08 marcelEnable the D-cache and I-cache when not already enabled.
2008-03-07 marcelFor AIM, have cpu_idle() set MSR_POW when the powerpc_p...
2008-03-07 marcelAdd support for the BUS_CONFIG_INTR() method to the...
2008-03-07 syrinxThis commit was generated by cvs2svn to compensate...
2008-03-06 marcelAdd a catch-all for PCPU_MD_FIELDS. While we expect...
2008-03-05 marcelo We don't have to keep track of the PIC, nor do we...
2008-03-05 marcelo Various fixes related to PCI Express:
2008-03-04 marcelAlso comment-out options MPC85XX. We don't define CCSRB...
2008-03-04 marcelComment-out cpu E500. We can't yet build it with AIM...
2008-03-04 marcelAdd the pic_ipi method. While here, eliminate the unuse...
2008-03-03 rajImport the omitted gdb_machdep.c for PowerPC kernel.
2008-03-03 rajConnect MPC85XX to the PowerPC build.
2008-03-03 rajInitial support for Freescale PowerQUICC III MPC85xx...
2008-03-03 rajRework and extend PowerPC headers definitons towards...
2008-03-02 rajUnify and generalize PowerPC headers, adjust AIM code...
2008-03-02 jeff - Remove the old smp cpu topology specification with...
2008-02-27 marcelAvoid hardcoding the kernel link address in the linker...
2008-02-25 rajTeach PowerPC CPU identification routines to recognize...
2008-02-24 rajLet PowerPC world optionally build with -msoft-float...
2008-02-24 marcelDon't define DEBUG. No debugging required.
2008-02-24 marcelResolve warnings exposed by LINT.
2008-02-23 marcelAdd FPU_EMU.
2008-02-23 marcelAdd a floating-point emulator so that a single userland...
2008-02-23 marcelDefine the bootinfo structure for FreeBSD. It is not...
2008-02-16 marcelEnable option WITNESS_SKIPSPIN by default.
2008-02-12 marcelRemove SMP left-overs from NetBSD.
next