]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/powerpc
vt_fb: Implement vd_bitblt_text_t for vt_fb and derivatives
[FreeBSD/FreeBSD.git] / sys / powerpc /
2014-01-21 kaiwMFH@260988.
2014-01-20 andreastFix the resource information for the i2s-a node on...
2014-01-20 kaiwMFH@260917.
2014-01-19 gjbMFH: Tracking commit (r260891)
2014-01-19 jhibbitsThere's actually no data in the PMU_GET_VERSION command...
2014-01-15 kaiwCopy libelf, libdwarf and common files from vendor...
2014-01-13 andreastDescribed in the man page but not implemented. Here...
2014-01-12 jmmvAdd atf pkg-config files from the vendor branch.
2014-01-11 jhibbitsSave and restore the GPIOs on the macio for suspend...
2014-01-09 gjbMFH: tracking commit (head@r260486)
2014-01-05 nwhitehornRetire machine/fdt.h as a header used by MI code, as...
2014-01-02 delphijMFV r260154 + 260182:
2014-01-01 emasteRemove TNF license clauses 3 and 4, matching upstream
2013-12-28 gjbMFH: Tracking commit.
2013-12-27 gjbCopy head@r259933 -> user/gjb/hacking/release-embedded...
2013-12-22 jhibbitsSet the PMC trapframe macros appropriately
2013-12-21 jhibbitsAdd suspend/resume state saving for OpenPIC on PowerMac...
2013-12-21 jhibbitsAdd suspend/resume to DBDMA and ATA on PowerMacs.
2013-12-20 jhibbitsAdd suspend/resume handlers for ATI backlight ppc driver.
2013-12-17 nwhitehornSimplify the ofw_bus_lookup_imap() API slightly: make...
2013-12-17 nwhitehornConfigure interrupt sense based on device tree informat...
2013-12-15 jhibbitsSave r3 before using it for the trap check, else we...
2013-12-15 nwhitehornSet max_lun to zero. This field is ignored unless we...
2013-12-14 jhibbitsRebase the PMC indices at 1, since PMC_SOFT is at 0.
2013-12-13 jhibbitsSome style(9) fixes
2013-12-13 jhibbitsAdd PMU-based CPU frequency scaling. This method is...
2013-12-12 jhibbitsFBT now does work fully on PowerPC.
2013-12-07 jhibbitsMake more unsigned ints signed.
2013-12-05 rayAdd VT(9) font tools.
2013-12-05 rayMerge VT(9) project (a.k.a. newcons).
2013-12-05 jhbFix debug printfs in FPU_EMU to compile on powerpc64...
2013-12-05 andreastDo some cosmetic fixes.
2013-12-05 andreastIncrease PHYS_AVAIL_SZ because on pSeries machines...
2013-12-05 andreastIn case we have many continous regions without gaps...
2013-12-05 rayMFC @r258947.
2013-12-03 emasteUpdate LLDB to upstream r196259 snapshot
2013-12-02 nwhitehornFix typo.
2013-12-02 nwhitehornRemove fdtbus_bs_tag definition, which is now obsolete...
2013-12-01 nwhitehornRevert last few revisions; apologies for the noise...
2013-12-01 nwhitehornDeleted one line too many.
2013-12-01 nwhitehornNo actual hardware supported by FreeBSD requires this...
2013-12-01 nwhitehornRearchitect platform memory map parsing to make it...
2013-12-01 nwhitehornRemove unnecessary double-setting of the thread's onfau...
2013-12-01 nwhitehornThe kernel stack guard pages are only below the stack...
2013-11-30 eadlerFix undefined behavior: (1 << 31) is not defined as...
2013-11-30 andreastAdd a printf to inform about the logical memory block...
2013-11-30 pjdMake process descriptors standard part of the kernel...
2013-11-29 nwhitehornUse the Open Firmware-based CPU frequency determination...
2013-11-29 rpauloAdd an interface for the Wii IOS kernels.
2013-11-28 andreastGive some output about the CPU clock on IBMPOWER machin...
2013-11-27 nwhitehornThis driver doesn't need the /options node, so don...
2013-11-27 nwhitehornbadaddr() is used only in the grackle PCI driver, so...
2013-11-27 nwhitehornMake RTAS calls, which call setfault() to recover from...
2013-11-26 andreastTake care to handle the full 16 byte buffer in the...
2013-11-25 attilio- For kernel compiled only with KDTRACE_HOOKS and not...
2013-11-23 andreastSave and restore the trap vectors when doing OF calls...
2013-11-23 andreastLimit the large page size to 16MB for now.
2013-11-21 nwhitehornFor PCI<->PCI bridges, #address-cells may be 3. Allow...
2013-11-21 jhibbitsRemove stale comment. The PID provider is handled...
2013-11-17 jmmvMFV: Import atf-0.18.
2013-11-17 jhibbitsAdd a sysctl to allow disabling resetting the OF syscons.
2013-11-17 nwhitehorn#interrupt-cells belongs to the iparent, not the device...
2013-11-17 nwhitehornUse #address-cells and #size-cells here too instead...
2013-11-17 nwhitehornActually look up #address-cells instead of assuming...
2013-11-17 nwhitehornDo not assume a value for #address-cells when parsing...
2013-11-17 nwhitehornUnify handling of illegal instruction faults between...
2013-11-17 nwhitehornSplit the function of the PCB_FPU flags into two: PCB_F...
2013-11-17 nwhitehornMake single precision floating point arithmetic actuall...
2013-11-17 nwhitehornRemove a pointless #ifdef AIM. This is just PPC64 speci...
2013-11-17 nwhitehornThere is no reason Book-E needs to save XER and CTR...
2013-11-17 nwhitehornMove CCSR discovery into the platform module, while...
2013-11-17 nwhitehornMake sure that TLB1 mappings are aligned correctly.
2013-11-14 jhibbitsFix copy+paste-o, OEA64 uses LPTE, not PTE.
2013-11-13 rayMFC @r258091.
2013-11-13 jhibbitsFix typo.
2013-11-13 jhibbitsIncrease the stack size for ppc64 from 4 pages to 8.
2013-11-12 emasteUpdate LLDB to upstream r194122 snapshot
2013-11-12 nwhitehornFollowing the approach with ACPI DMAR on x86, split...
2013-11-12 nwhitehornActually add IOMMU domain to the list of known mappings...
2013-11-12 nwhitehornFix two return values damaged by copy/paste.
2013-11-11 nwhitehornUse the same implementation of copyinout.c for both...
2013-11-11 nwhitehornFollow up r223485, which made AIM use the ABI thread...
2013-11-11 nwhitehornRename the "bare" platform "mpc85xx", which is what...
2013-11-11 nwhitehornBe more flexible about which compatible strings to...
2013-11-11 nwhitehornMake tsec work with the device tree present on the...
2013-11-11 nwhitehornAllow OF_decode_addr() to also be able to map resources...
2013-11-11 nwhitehornConsolidate Apple firmware hacks and improve them by...
2013-11-11 jhibbitsAdd the necessary bits for dumps on ppc64.
2013-11-10 andreastPrepare for 64-bit. Iow, use Elf_*hdr instead of the...
2013-11-08 alcAs of r257209, all architectures have defined VM_KMEM_S...
2013-11-07 jhibbitsClamp the dump block size to the dump device max I...
2013-11-06 jhibbitsMake the powerpc dumpsys() more consistent with the...
2013-11-06 nwhitehornDo not panic if pmap_mincore() is called. This prevents...
2013-11-06 rayMFC @r257740.
2013-11-05 nwhitehornTeach nexus(4) about Open Firmware (e.g. FDT) on ARM...
2013-11-05 rayMFC @r257698.
2013-11-05 edwinMFV of 255902, tzdata2013f
2013-10-31 andreastOuch, do the shift properly. An uin64_t needs the right...
2013-10-31 markjRemove references to an unused fasttrap probe hook...
2013-10-29 nwhitehornThe ofw_bus() routines invoke the device's parent,...
next