]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
Merge from pprojects/mips to head by hand.
[FreeBSD/FreeBSD.git] / sys / powerpc /
2010-01-09 impMerge from pprojects/mips to head by hand.
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-09 impMerge from projects/mips to head by hand:
2010-01-08 bzIn sys/<arch>/conf/Makefile set TARGET to <arch>. That...
2010-01-07 mbrRemove extraneous semicolons, no functional changes.
2010-01-06 impMerge from head at r201628.
2010-01-04 impRevert 200594. This file isn't intended for these...
2010-01-03 brooksAdd vlan(4) to all GENERIC kernels.
2009-12-29 rnolandUpdate d_mmap() to accept vm_ooffset_t and vm_memattr_t.
2009-12-19 marcelRemove a warning in DELAY about large delays. In kern_s...
2009-12-16 dougbAdd INCLUDE_CONFIG_FILE, and a note in comments about...
2009-12-15 robertoMerge 4.2.4p8 into contrib (r200452 & r200454).
2009-12-06 nwhitehornUnbreak build.
2009-12-06 mavMFp4:
2009-12-04 netchildImport the unchanged v4l videodev.h from the vendor...
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-12 gonzoMFC @199204
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-02 gonzo- MFC
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-09-08 gonzo- MFC from head@196987
2009-08-13 attilio* Completely Remove the option STOP_NMI from the kernel...
2009-08-04 gonzo- MFC @196061
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-03 gonzo- MFC
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-12 gonzo- Merge from HEAD
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...
next