]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Add support for Microsoft Notebook Optical Mouse 3000 Model 1049.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2008-04-28 Marcel MoolenaarThe first argment of mtdbatu or mtibatu is part of...
2008-04-27 Marcel MoolenaarMFp4: SMP support
2008-04-27 Marcel MoolenaarEliminate track_modified_needed(), better known as...
2008-04-27 Marcel MoolenaarMFp4: SMP support
2008-04-27 Marcel MoolenaarMake sure tmpstk is aligned and make it 8KB in size...
2008-04-27 Marcel MoolenaarRemove mfsvr():
2008-04-26 Marcel MoolenaarTake into account the size of the interrupt cell. It...
2008-04-26 Rafal JaworowskiUse RSTCR for resetting the MPC8572 (the old way does...
2008-04-26 Rafal JaworowskiIntroduce a dedicated file for MPC85xx-specific routine...
2008-04-26 Rafal JaworowskiImprove handling of Local Access Windows on MPC85xx...
2008-04-26 Rafal JaworowskiMove System Revision defines to a bit better place...
2008-04-26 Rafal JaworowskiEnable NFSLOCKD for MPC85XX kernel to comply with recen...
2008-04-26 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 John BirrellThis commit was generated by cvs2svn to compensate...
2008-04-25 Jeff Roberson - Add an integer argument to idle to indicate how...
2008-04-22 Poul-Henning KampNow that all platforms use genclock, shuffle things...
2008-04-21 Marius StroblThis commit was generated by cvs2svn to compensate...
2008-04-21 Xin LIThis commit was generated by cvs2svn to compensate...
2008-04-21 Poul-Henning KampMake genclock standard on all platforms.
2008-04-21 Marcel MoolenaarSwitch to using genclock. Have nexus double as clock...
2008-04-17 Marcel MoolenaarSimplify the pmap_zero_page family of functions by...
2008-04-16 Marcel MoolenaarAllocate a stack (with optional guard pages) for thread...
2008-04-13 Poul-Henning KampGet rid of an empty RTC implementation and hook up...
2008-04-11 Jeff Roberson - Add the interrupt vector number to intr_event_create...
2008-04-10 Marcel MoolenaarFix copy-n-paste typos in free text.
2008-04-09 Peter GrehanInclude <sys/types.h> before <sys/systm.h> to get typed...
2008-04-09 Marcel MoolenaarReimplement atomic_add, atomic_clear, atomic_set and...
2008-04-08 Marcel MoolenaarQuick fix for the kernel build breakage in netgraph...
2008-04-05 John BaldwinAdd a MI intr_event_handle() routine for the non-INTR_F...
2008-04-03 Marcel MoolenaarAlign functions to 16-byte boundaries due to profiling...
2008-04-03 Marcel MoolenaarSet sc_psim so that the openpic core can correct the...
2008-03-27 Doug RabsonAdd kernel module support for nfslockd and krpc. Use...
2008-03-27 John BirrellWhen building a kernel module, define MAXCPU the same...
2008-03-26 Poul-Henning KampThe "free-lance" timer in the i8254 is only used for...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-24 Sam LefflerThis commit was generated by cvs2svn to compensate...
2008-03-20 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-19 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-03-17 John BaldwinSimplify the interrupt code a bit:
2008-03-17 Marcel MoolenaarMake remote GDB work for AIM processors. For BookE...
2008-03-16 Pawel Jakub DawidekImplement atomic_fetchadd_long() for all architectures...
2008-03-16 Robert WatsonIn keeping with style(9)'s recommendations on macros...
2008-03-14 John BaldwinAdd preliminary support for binding interrupts to CPUs:
2008-03-12 Xin LIThis commit was generated by cvs2svn to compensate...
2008-03-12 Rafal JaworowskiObtain TSEC h/w address from the parent bus (OCP) and...
2008-03-12 Jeff RobersonRemove kernel support for M:N threading.
2008-03-11 Marcel MoolenaarIn intr_lookup(), when adding an IRQ to powerpc_intrs...
2008-03-09 Marcel MoolenaarDon't use in32() and out32() when writing to the CCSRBA...
2008-03-08 Marcel MoolenaarEnable the D-cache and I-cache when not already enabled.
2008-03-07 Marcel MoolenaarFor AIM, have cpu_idle() set MSR_POW when the powerpc_p...
2008-03-07 Marcel MoolenaarAdd support for the BUS_CONFIG_INTR() method to the...
2008-03-07 Shteryana ShopovaThis commit was generated by cvs2svn to compensate...
2008-03-06 Marcel MoolenaarAdd a catch-all for PCPU_MD_FIELDS. While we expect...
2008-03-05 Marcel Moolenaaro We don't have to keep track of the PIC, nor do we...
2008-03-05 Marcel Moolenaaro Various fixes related to PCI Express:
2008-03-04 Marcel MoolenaarAlso comment-out options MPC85XX. We don't define CCSRB...
2008-03-04 Marcel MoolenaarComment-out cpu E500. We can't yet build it with AIM...
2008-03-04 Marcel MoolenaarAdd the pic_ipi method. While here, eliminate the unuse...
2008-03-03 Rafal JaworowskiImport the omitted gdb_machdep.c for PowerPC kernel.
2008-03-03 Rafal JaworowskiConnect MPC85XX to the PowerPC build.
2008-03-03 Rafal JaworowskiInitial support for Freescale PowerQUICC III MPC85xx...
2008-03-03 Rafal JaworowskiRework and extend PowerPC headers definitons towards...
2008-03-02 Rafal JaworowskiUnify and generalize PowerPC headers, adjust AIM code...
2008-03-02 Jeff Roberson - Remove the old smp cpu topology specification with...
2008-02-27 Marcel MoolenaarAvoid hardcoding the kernel link address in the linker...
2008-02-25 Rafal JaworowskiTeach PowerPC CPU identification routines to recognize...
2008-02-24 Rafal JaworowskiLet PowerPC world optionally build with -msoft-float...
2008-02-24 Marcel MoolenaarDon't define DEBUG. No debugging required.
2008-02-24 Marcel MoolenaarResolve warnings exposed by LINT.
2008-02-23 Marcel MoolenaarAdd FPU_EMU.
2008-02-23 Marcel MoolenaarAdd a floating-point emulator so that a single userland...
2008-02-23 Marcel MoolenaarDefine the bootinfo structure for FreeBSD. It is not...
2008-02-16 Marcel MoolenaarEnable option WITNESS_SKIPSPIN by default.
2008-02-12 Marcel MoolenaarRemove SMP left-overs from NetBSD.
2008-02-12 Marcel MoolenaarThere's no need to suppress option GDB.
2008-02-12 Marcel MoolenaarAdd PIC support for IPIs. When registering an interrupt...
2008-02-11 Rong-En FanThis commit was generated by cvs2svn to compensate...
2008-02-02 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-29 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2008-01-29 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-26 Julian ElischerOne of my powerbooks has this chip in it..
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-13 David E. O'BrienThis commit was generated by cvs2svn to compensate...
2008-01-12 Nate LawsonThis commit was generated by cvs2svn to compensate...
2008-01-07 John BaldwinAdd COMPAT_FREEBSD7 and enable it in configs that have...
2008-01-03 Alan CoxAdd an access type parameter to pmap_enter(). It will...
2007-12-30 Rong-En FanThis commit was generated by cvs2svn to compensate...
2007-12-27 Alan CoxAdd configuration knobs for the superpage reservation...
2007-12-25 Robert WatsonAdd a new 'why' argument to kdb_enter(), and a set...
2007-12-21 Dag-Erling SmørgravThis commit was generated by cvs2svn to compensate...
2007-12-21 Marcel MoolenaarApply missing s/rv/res/g in previous commit.
2007-12-20 John BaldwinMFamd64/ia64/i386: Only set the rman bus tags and handl...
2007-12-19 Marcel MoolenaarRedefine bus_space_tag_t on PowerPC from a 32-bit integ...
2007-12-16 Marcel MoolenaarRename OEA to AIM. The former means nothing as it appli...
2007-12-14 Marcel MoolenaarThis file was repocopied to src/sys/powerpc/aim, where...
next