]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
ichsmb: drop default attachment to generic smbus hardware
[FreeBSD/FreeBSD.git] / sys / powerpc /
2009-12-03 nwhitehornThe first argument of dcbz interprets r0 as a literal...
2009-12-02 nwhitehornBump limits on PowerPC. This allows large executables...
2009-11-29 nwhitehornAdd atp(4) to powerpc GENERIC. Most late-generation...
2009-11-28 nwhitehornAdd a CPU features framework on PowerPC and simplify...
2009-11-27 alcSimplify the invocation of vm_fault(). Specifically...
2009-11-22 nwhitehornGarbage collect some code that was never compiled in...
2009-11-20 marcelAlways allocate PCI/ISA interrupts as shareable so...
2009-11-19 rajFix cpuid output on E500 core.
2009-11-16 jkimMerge ACPICA 20091112.
2009-11-12 nwhitehornProvide a real fix to the too-many-translations problem...
2009-11-10 kibExtract the code that records syscall results in the...
2009-11-09 nwhitehornSpell sz correctly.
2009-11-09 nwhitehornIncrease the size of the OFW translations buffer to...
2009-11-06 marcelUnbreak E500 builds. The inline assembly for the 970...
2009-10-31 nwhitehornUnbreak cpu_switch(). The register allocator in my...
2009-10-31 nwhitehornRemove an unnecessary sync that crept in the last commit.
2009-10-31 nwhitehornFix a race in casuword() exposed by csup. casuword...
2009-10-31 nwhitehornLoop on blocked threads when using ULE scheduler, remov...
2009-10-31 nwhitehornGarbage collect set_user_sr(), which is declared static...
2009-10-30 nwhitehornMake procstat -k work on PowerPC by avoiding mistakenly...
2009-10-29 nwhitehornTurn off Altivec data-stream prefetching before going...
2009-10-27 kibIn r197963, a race with thread being selected for signa...
2009-10-24 nwhitehornTurn on NAP mode on G5 systems, and refactor the HID0...
2009-10-24 nwhitehornAllow Heathrow-based machines to boot a kernel containi...
2009-10-23 nwhitehornRemove debugging printf that snuck in here.
2009-10-23 nwhitehornAdd some more paranoia to setting HID registers, and...
2009-10-23 nwhitehornDo not map the trap vectors into the kernel's address...
2009-10-23 nwhitehornAdd SMP support on U3-based G5 systems. This does not...
2009-10-21 marcelo Introduce vm_sync_icache() for making the I-cache...
2009-10-19 jkimMerge ACPICA 20091013.
2009-10-18 nwhitehornDon't assume that physical addresses are identity mappe...
2009-10-11 nwhitehornCorrect another typo. Actually save the condition regis...
2009-10-11 nwhitehornCorrect a typo here and actually save DSISR instead...
2009-10-10 kibDefine architectural load bases for PIE binaries. Addre...
2009-10-03 bzMake sure that the primary native brandinfo always...
2009-10-01 desUpgrade to OpenSSH 5.3p1.
2009-09-18 alcAdd a new sysctl for reporting all of the supported...
2009-09-11 jkimMFV: r196804
2009-09-10 nwhitehornAdd a few SCSI controllers to GENERIC that can be found...
2009-09-09 delphijImport x86emu from OpenBSD as of OPENBSD_4_6.
2009-09-08 phkGet rid of the _NO_NAMESPACE_POLLUTION kludge by creati...
2009-09-08 nwhitehornRemove some debugging (KTR_VERBOSE) that crept into...
2009-08-13 attilio* Completely Remove the option STOP_NMI from the kernel...
2009-07-29 delphijUpdate less to v436. This is considered as a bugfix...
2009-07-24 jhbAdd a new type of VM object: OBJT_SG. An OBJT_SG objec...
2009-07-21 rajDo not use OCP85XX_LBC_OFF twice when accessing LBC...
2009-07-12 alcAdd support to the virtual memory system for configurin...
2009-07-12 nwhitehornIncrease the size of the page table on 64-bit PowerPC...
2009-07-11 mpUpdate to tcsh 6.17.00.
2009-07-05 samCleanup ALIGNED_POINTER:
2009-07-02 edEnable POSIX semaphores on all non-embedded architectur...
2009-06-26 alcCorrect the #endif comment.
2009-06-26 alcThis change is the next step in implementing the cache...
2009-06-25 dougbUpdate to the final release version of BIND 9.6.1....
2009-06-25 rajInclude SMP support in the MPC85XX kernel by default.
2009-06-25 jeff - Add the right includes to use kmem_alloc(). This...
2009-06-24 rajMore precise description of the DS1553 driver.
2009-06-23 jeffImplement a facility for dynamic per-cpu variables.
2009-06-23 nwhitehornAdd cpufreq support on the PowerPC G5, along with a...
2009-06-23 nwhitehornFix copy/paste typo in last revision. PMC0 control...
2009-06-22 rajDS1553 RTC module driver. On the MPC8555CDS system...
2009-06-22 rajIntegrated I2C controller driver (found in MPC85xx...
2009-06-17 nwhitehornTeach cpu_est_clockrate() about the G5's slightly diffe...
2009-06-14 simonMerge OpenSSL 0.9.8k into head.
2009-06-13 alcCorrect the method of waking the page daemon when the...
2009-06-13 rajFix Book-E/MPC85XX build. Some prototypes were wrong...
2009-06-11 avgstrict kobj signatures: fix adb_hb_controller_poll...
2009-06-11 avgstrict kobj signatures: some ofw_setprop fixes
2009-06-10 impMove from using devclass_find_free_unit(ata_devclass...
2009-06-10 grehanGet the gdb/psim emulator functioning again.
2009-06-06 rajInitial version of the sec(4) driver for the integrated...
2009-06-06 rajProvide 64-bit big endian bus space operations for...
2009-06-05 jkimImport ACPICA 20090521.
2009-06-05 rajDiscover and handle the number of E500 CPUs in run...
2009-06-05 rajFill PTEs covering kernel code and data.
2009-06-03 jkimResync with head.
2009-06-02 jkimMFV: ACPICA 20090521
2009-06-02 rwatsonRemove MAC kernel config files and add "options MAC...
2009-05-31 nwhitehornProvide an analogous sysctl to hw.acpi.acline (dev...
2009-05-31 nwhitehornIntroduce support for cpufreq on PowerPC with the dynam...
2009-05-31 dougbUpdate BIND to version 9.6.1rc1. This version has bette...
2009-05-31 marcelMark the cascaded AT interrupt handler as MP safe to...
2009-05-27 edUpdate ee(1) in the base system to version 1.5.0.
2009-05-26 edCopy ee 1.4.2 into the contrib directory.
2009-05-26 rajSet PG_WRITEABLE in Book-E pmap_enter[_locked] if it...
2009-05-22 desUpgrade to OpenSSH 5.2p1.
2009-05-21 rajImprove style(9), clean up.
2009-05-21 rajInitial support for SMP on PowerPC MPC85xx.
2009-05-21 rajSkip interleaved RAM target on MPC85xx during renitiali...
2009-05-18 delphijMerge vendor/file/dist@192348, bringing FILE 5.03 to...
2009-05-18 marcelAdd cpu_flush_dcache() for use after non-DMA based...
2009-05-14 rajImprove style(9)
2009-05-14 rajPowerPC common SMP startup and time base rework.
2009-05-14 nwhitehornFactor out platform dependent things unrelated to devic...
2009-05-10 kuriyama- Use "device\t" and "options \t" for consistency.
2009-05-04 obrienMerge vendor/file/dist@191739, bringing FILE 5.00 to...
2009-04-24 rajZero PCB during early AIM PowerPC init.
2009-04-24 marcelAdd suppport for ISA and ISA interrupts to make the ATA
2009-04-24 marcelReimplement bs_be_rs_{1|2|4} and bs_le_rs_{1|2|4} by not
2009-04-24 marcelRemove PTE_FAKE and PTE_ISFAKE().
next