]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/sparc64
Add workaround for BCM5906 A1 controller silicon bug. When
[FreeBSD/FreeBSD.git] / sys / sparc64 /
2010-10-19 marius- Wrap exchanging td_intr_frame and calling the event...
2010-10-17 marius- In oneshot-mode it doesn't make sense to try to compe...
2010-10-14 mariusExplicitly lower the PIL to 0 as part of enabling inter...
2010-10-14 marius- In the spirit of r212559 add a comment describing...
2010-10-13 jkimMerge ACPICA 20101013.
2010-10-11 mmUpgrade xz to git snapshot as of 20101010
2010-10-08 mariusIn the replacement text of the __bswapN_const() macros...
2010-09-29 neelFix bogus error message from bus_dmamem_alloc() about...
2010-09-24 mariusminor simplifications and cosmetics
2010-09-24 davidxuNow userland POSIX semaphore is based on umtx. The...
2010-09-22 kibFor sparc64 relocations that directly put bits of the...
2010-09-20 dimUpgrade our Clang in base to r114020, from upstream...
2010-09-16 jkimMerge ACPICA 20100915.
2010-09-16 mariusRemove accidentally committed test code which effective...
2010-09-15 mariusAdd a VIS-based block copy function for SPARC64 V and...
2010-09-15 mariusAdd macros for alternate entry points.
2010-09-15 mariusSync with other platforms:
2010-09-15 marius- Update the comment in swi_vm() regarding busdma bounc...
2010-09-14 mariusRemove a KASSERT which will also trigger for perfectly...
2010-09-14 mariusRemove redundant raising of the PIL to PIL_TICK as...
2010-09-13 mavRefactor timer management code with priority to one...
2010-09-11 mavSparc64 uses dummy cpu_idle() method. It's CPUs never...
2010-09-10 avgbus_add_child: change type of order parameter to u_int
2010-09-09 jhbCatch up to rename of the constant for the Master Data...
2010-09-02 yongariEnable sis(4). sis(4) should work on all architectures.
2010-08-24 rpauloMerge dtracetoolkit/dtruss from the vendor.
2010-08-21 mariusSkip a KASSERT which isn't appropriate when not employi...
2010-08-19 jhbRemove unused KTRACE includes.
2010-08-17 kibSupply some useful information to the started image...
2010-08-11 jhbUpdate various places that store or manipulate CPU...
2010-08-08 mariusWrap some sun4u-only symbols.
2010-08-08 marius- As it is not possible for sched_bind(9) to context...
2010-08-08 marius- Introduce a cpu_ipi_single() function pointer in...
2010-08-08 mariusFor CPUs which ignore TD_CV and support hardware unalia...
2010-08-06 jkimMerge ACPICA 20100806.
2010-08-06 jhbAdd a new ipi_cpu() function to the MI IPI API that...
2010-08-02 rpauloMFV OpenSolaris DTrace userland bits.
2010-07-29 mavAdapt sparc64 and sun4v timer code for the new event...
2010-07-28 mdfAdd MALLOC_DEBUG_MAXZONES debug malloc(9) option to...
2010-07-27 jhbVery rough first cut at NUMA support for the physical...
2010-07-21 attilioKTR_CTx are long time aliased by existing classes so...
2010-07-20 edUpgrade our Clang in base to r108428.
2010-07-20 jmallettImport the Cavium Simple Executive from the Cavium...
2010-07-19 rpauloMFV:
2010-07-17 rpauloMerge from vendor: libdtrace MD parts needed by fasttrap.
2010-07-16 mavAllocate proper ammount of memory for interrupt names...
2010-07-06 jkimMerge ACPICA 20100702.
2010-07-06 rpauloMerge from vendor-sys/opensolaris:
2010-07-04 marius- Pin the IPI cache and TLB demap functions in order...
2010-06-30 jhbMove prototypes for kern_sigtimedwait() and kern_sigpro...
2010-06-18 nwhitehornProvide for multiple, cascaded PICs on PowerPC systems...
2010-06-14 rpauloMFV hostapd & wpa_supplicant 0.6.10.
2010-06-13 mariusUpdate a branch missed in r207537.
2010-06-11 alcRelax one of the new assertions in pmap_enter() a littl...
2010-06-10 impsvn merge svn+ssh://svn.freebsd.org/base/head@208996
2010-06-10 alcReduce the scope of the page queues lock and the number of
2010-06-09 rdivackyImport LLVM/clang from vendor stripped of docs/ test...
2010-06-05 alcDon't set PG_WRITEABLE in pmap_enter() unless the page...
2010-05-26 alcPush down page queues lock acquisition in pmap_enter_ob...
2010-05-24 alcRoughly half of a typical pmap_mincore() implementation...
2010-05-23 kibReorganize syscall entry and leave handling.
2010-05-20 mariusChange ad_firmware_geom_adjust() to operate on a struct...
2010-05-16 alcOn entry to pmap_enter(), assert that the page is busy...
2010-05-14 marius- Enable DMA write parity error interrupts on Schizo...
2010-05-10 mmImport of liblzma, xz, xzdec, lzmainfo from vendor...
2010-05-08 alcPush down the page queues into vm_page_cache(), vm_page...
2010-05-07 mckusickMerger of the quota64 project into head.
2010-05-06 mckusickFinal update to current version of head in preparation...
2010-05-06 alcPush down the page queues lock inside of vm_page_free_t...
2010-05-05 alcUse an OBJT_PHYS object and thus PG_UNMANAGED pages...
2010-05-02 mariusAdd support for SPARC64 V (and where it already makes...
2010-05-02 mariusAdd a hack for SPARC64 V CPUs, which set some undocumen...
2010-04-30 kmacyOn Alan's advice, rather than do a wholesale conversion...
2010-04-29 alcMFamd64/i386 r207205
2010-04-28 jkimMerge ACPICA 20100428.
2010-04-28 mckusickUpdate to current version of head.
2010-04-27 kibStyle: use #define<TAB> instead of #define<SPACE>.
2010-04-26 mariusDon't bother enabling interrupts before we're ready...
2010-04-26 mariusAdd OF_getscsinitid(), a helper similar to OF_getethera...
2010-04-26 marius- Add a missing const.
2010-04-26 mariusSkip the pseudo-devices found in Fujitsu Siemens PRIMEP...
2010-04-24 alcResurrect pmap_is_referenced() and use it in mincore...
2010-04-24 kibMove the constants specifying the size of struct kinfo_...
2010-04-24 mariusAdd a TestFloat based test suite for floating-point...
2010-04-22 thompsaChange USB_DEBUG to #ifdef and allow it to be turned...
2010-04-12 impmerge from head, part 9 of many
2010-04-12 impmerge from head, part 8 of many
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 7 of many.
2010-04-12 impmerge from head, part 6 of many
2010-04-12 impMerge from head, part 5 of many.
2010-04-12 impmerge from head: part 4 of many
2010-04-12 impmerge from head: 3 of many
2010-04-12 impmerge from head: part 2 of many.
2010-04-11 mariusUpdate for UltraSPARC-IV{,+} and SPARC64 V, VI, VII...
2010-04-10 mariusAdd missing copyright shebang.
2010-04-10 mariusAdd sbbc(4), a driver for the BootBus controller found...
2010-04-10 mariusCorrect the DCR_IPE macro to refer to the right bit...
2010-04-10 mariusUnlike the sun4v variant, the sun4u version of SUNW...
2010-04-10 mariusDo as the comment suggests and determine the bus space...
next