]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Create a pseudo-lint kernel for all at91 SoCs. This kernel will not
[FreeBSD/FreeBSD.git] / sys / powerpc /
2012-07-01 kenNow that the mps(4) driver is endian-safe, add it to...
2012-07-01 pfgImport the dtrace llquantize test files from the vendor...
2012-06-29 joelReduce diffs between GENERIC and GENERIC64. Also fix...
2012-06-29 rpauloThe `end' symbol doesn't match the end of the kernel...
2012-06-28 kenNow that the mps(4) driver is endian-safe, add it to...
2012-06-24 andrewMake the wchar_t type machine dependent.
2012-06-22 kibImplement mechanism to export some kernel timekeeping...
2012-06-22 kibReserve AT_TIMEKEEP auxv entry for providing usermode...
2012-06-22 jkimMerge ACPICA 20120620.
2012-06-21 delphijMFV: Update zlib to 1.2.7.
2012-06-16 alcThe page flag PGA_WRITEABLE is set and cleared exclusiv...
2012-05-30 rajPanic openly if we cannot retrieve memory information...
2012-05-30 rajExtract vendor specific Book-E pieces into separate...
2012-05-28 dougbUpgrade to BIND version 9.8.3, the latest from ISC.
2012-05-27 rajRemove redundant check, we catch ULE platform support...
2012-05-27 rajLet us manage differences of Book-E PowerPC variations...
2012-05-26 rajImport eSDHC driver for Freescale integrated controller.
2012-05-26 rajMove OpenPIC FDT bus glue to a shared location, so...
2012-05-26 desUpdate to OpenPAM Micrampelis.
2012-05-26 rajRetrieve CPU number info from the device tree.
2012-05-26 rajRename e500 prefix to match other Book-E CPU variations...
2012-05-26 rajProvide SPR definitions for newer Book-E (E500mc, E5500...
2012-05-26 rajUnify SPR defines formatting, no funtional changes.
2012-05-25 rajUpdate HID defines for E500mc and E5500 CPU cores.
2012-05-25 rajFix physical address type to vm_paddr_t also for powerpc64.
2012-05-25 rajMissing vm_paddr_t bits which should have been part...
2012-05-24 bzAdd a missing " to get closer to compiling.
2012-05-24 nwhitehornAtomic operation acquire barriers also need to be isync...
2012-05-24 marcelRevert isync for ILP32 to sync as per my original chang...
2012-05-24 bzMFp4 bz_ipv6_fast:
2012-05-24 marcelA few improvements:
2012-05-24 rajFix physical address type to vm_paddr_t.
2012-05-24 marcelRemove Semihakf-ism. DEBUG is a kernel configuration...
2012-05-24 marcelJust return if the size of the window is 0. This can...
2012-05-24 marcelEither the I/O port range or the memory mapped I/O...
2012-05-24 marcelo Rename kernload_ap to bp_kernelload. This to introd...
2012-05-24 marcelFix the memory barriers for CPUs that do not like lwsyn...
2012-05-21 baptImport byacc from invisible island, it brings us lots...
2012-05-20 nwhitehornReplace the list of PVOs owned by each PMAP with an...
2012-05-17 delphijMerge tcpdump 4.2.1.
2012-05-14 delphijMerge from vendor branch: update libpcap to 1.2.1.
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-12 gnnImport dtracetoolkit into cddl/contrib
2012-05-04 nwhitehornFix final bugs in memory barriers on PowerPC:
2012-05-03 dimUpgrade our copy of llvm/clang to r155985, from upstrea...
2012-04-29 dimAdd a convenience macro for the returns_twice attribute...
2012-04-28 nwhitehornFix build on 32-bit systems.
2012-04-28 nwhitehornAfter switching mutexes to use lwsync, they no longer...
2012-04-26 jamieA new jail(8) with a configuration file, ultimately...
2012-04-24 nwhitehornSwitch the default I/O memory barrier to eieio, as...
2012-04-24 nwhitehornRevert r234581 for this file. The lockless SLB tree...
2012-04-23 jkimMerge ACPICA 20120420.
2012-04-23 nwhitehornFix copy-and-paste error in r230400.
2012-04-23 nwhitehornFix missing header for powerpc_iomb().
2012-04-22 nwhitehornProvide a clearer split between read/write and acquire...
2012-04-22 nwhitehornCorrectly specify assembler constrains for synchronizat...
2012-04-22 nwhitehornClarify what we are doing in r234583 a little better...
2012-04-22 nwhitehornOn non-64-bit systems (which generally don't have lwsyn...
2012-04-22 nwhitehornUse lwsync to provide memory barriers on systems that...
2012-04-22 nwhitehornRemove dead code. The routines in atomic.S did not...
2012-04-22 nwhitehornReplace eieio; sync for creating bus-space memory barri...
2012-04-22 nwhitehornAvoid a lock order reversal in pmap_extract_and_hold...
2012-04-21 nwhitehornOrganize some members of ucontext_t in the same order...
2012-04-20 nwhitehornMake sure all pending operations have completed on...
2012-04-19 obrienUpdate file(1) to version 5.11.
2012-04-16 dimUpgrade our copy of llvm/clang to trunk r154661, in...
2012-04-11 nwhitehornWe don't need kcopy() in any of the remaining places...
2012-04-11 nwhitehornOnly manipulate the PGA_EXECUTABLE flag on managed...
2012-04-11 nwhitehornFix error in r233949. Synchronizing icaches on uncachea...
2012-04-11 nwhitehornDo not restore the register holding the TLS pointer...
2012-04-06 nwhitehornExecute an initial ptesync if and only if the PTE is...
2012-04-06 nwhitehornSubstantially reduce the scope of the locks held in...
2012-04-06 nwhitehornReduce the frequency that the PowerPC/AIM pmaps invalid...
2012-04-06 nwhitehornGive the kernel pmap lock a different name than user...
2012-03-30 ambriskoMFhead_mfi r227068
2012-03-29 jhb- Rename VM_MEMATTR_UNCACHED to VM_MEMATTR_WEAK_UNCACHE...
2012-03-29 nwhitehornAllow multiple inclusion of trap.h. This has always...
2012-03-28 fabientAdd software PMC support.
2012-03-28 nwhitehornMore PMAP performance improvements: skip 256 MB segment...
2012-03-27 nwhitehornMake sure to call vm_page_dirty() before the pmap lock...
2012-03-27 nwhitehornMore PMAP concurrency improvements: replace the table...
2012-03-25 nwhitehornMore PMAP performance improvements: on powerpc64, when...
2012-03-24 nwhitehornOnly call vm_page_dirty() on pages that are writable...
2012-03-24 nwhitehornFollowing suggestions from alc, skip wired mappings...
2012-03-22 stas- Update FreeBSD Heimdal distribution to version 1...
2012-03-21 edRemove pty(4) from our kernel configurations.
2012-03-20 jkimMerge ACPICA 20120320.
2012-03-19 andreastProvide a fix for certain PowerMacs where the U3 i2c...
2012-03-18 nwhitehornRemove acquisition of VM page queues lock from pmap_pro...
2012-03-15 nwhitehornMake ofw_bus_get_node() consistently return -1 when...
2012-03-15 nwhitehornImplement pmap_remove_pages(). This will be added later...
2012-03-15 nwhitehornImprove algorithm for deciding whether to loop through...
2012-03-14 nwhitehornUse LIST_FOREACH_SAFE() instead of LIST_FOREACH() in...
2012-03-14 theravenImport new versions of libcxxrt and libc++.
2012-03-11 jmallettMerge the Cavium Octeon SDK 2.3.0 Simple Executive...
2012-03-09 dimAdd casts to __uint16_t to the __bswap16() macros on...
2012-03-06 attilioDisable the option VFS_ALLOW_NONMPSAFE by default on...
2012-03-04 andreastRestore proper dot symbol creation for assembly files...
2012-03-04 andreastAdd support for PWM controlled fans. I found these...
2012-03-02 jhb- Add a bus_dma tag to each PCI bus that is a child...
next