summaryrefslogtreecommitdiffstats
path: root/sys/sparc64
Commit message (Expand)AuthorAgeFilesLines
* Add kdb_cpu_sync_icache(), intended to synchronize instructionmarcel2007-06-091-0/+5
* Enable AUDIT by default in the GENERIC kernel, allowing security eventrwatson2007-06-081-0/+1
* Teach the bridge wrapper how to handle the filter+ithread case.piso2007-06-063-36/+77
* - Change comments and asserts to reflect the removal of the globaljeff2007-06-041-2/+2
* Commit 10/14 of sched_lock decomposition.jeff2007-06-041-6/+2
* Rework the PCPU_* (MD) interface:attilio2007-06-042-3/+4
* Add the machine-specific definitions for configuring the new physicalalc2007-06-041-0/+38
* Prepare for the new physical memory allocator: Change the way that thealc2007-06-032-2/+2
* Revert VMCNT_* operations introduction.attilio2007-05-312-3/+3
* In some particular cases (like in pccard and pccbb), the real devicepiso2007-05-311-2/+11
* Honor maxsegsz of less than a page size in a DMA tag. Previously ityongari2007-05-291-0/+2
* Enable fwip and dcons in GENERIC. They seem fairly stable.simokawa2007-05-281-0/+3
* Allow FreeBSD's native ELF image activators to execute shared libraries thekan2007-05-221-2/+2
* - rename VMCNT_DEC to VMCNT_SUB to reflect the count argument.jeff2007-05-201-1/+1
* - Staticize cpu_ipi_send() and cpu_mp_unleash() as these aren'tmarius2007-05-202-42/+58
* - Also identify USIIIi+, USIV and USIV+ CPUs.marius2007-05-202-12/+24
* Delete the unused/not really used sparc64 (as in sun4u) cache.h,marius2007-05-202-11/+18
* Include machine/pcb.hto turn extern struct pcb stoppcbs[]; constructkan2007-05-191-0/+1
* - define and use VMCNT_{GET,SET,ADD,SUB,PTR} macros for manipulatingjeff2007-05-182-3/+3
* - Add bits for userland profiling. For sun4u this is compile-tested only.marius2007-05-111-4/+36
* Define every architecture as either VM_PHYSSEG_DENSE oralc2007-05-051-0/+5
* Use the VIS-based Spitfire version of the page copying and zeroingmarius2007-05-011-5/+12
* Make the rman(9) workaround actually work. The main problem was thatmarius2007-05-011-26/+31
* Add support for specifying a minimal size for vm.kmem_size in the loader viasepotvin2007-04-211-1/+2
* Remove trailing '.' for consistency!pjd2007-04-101-1/+1
* Add UFS_GJOURNAL options to the GENERIC kernel.pjd2007-04-101-0/+1
* Push down the implementation of PCPU_LAZY_INC() into the machine-dependentalc2007-03-111-0/+6
* Over NFS, an open() call could result in multiple over-the-wiremohans2007-03-091-0/+3
* Rototill the sparc64 nexus(4) (actually this brings in the code themarius2007-03-0717-808/+538
* Wrap at 80 bus_setup_intr() in upa_setup_intr().piso2007-03-061-2/+2
* Use uma_set_align().marius2007-02-251-0/+1
* o break newbus api: add a new argument of type driver_filter_t topiso2007-02-238-69/+116
* Include GEOM_LABEL in GENERIC. It's very useful and not well publicizedbrooks2007-02-091-0/+1
* Evolve the ctlreq interface added to geom_gpt into a genericmarcel2007-02-071-1/+1
* Quiet GCC4 warnings regarding the width of printf()-arguments notmarius2007-01-201-2/+3
* - Use bus_get_dma_tag() to obtain the parent DMA tag so dma(4) willmarius2007-01-201-6/+6
* Convert the remainder of the low hanging fruits regarding includingmarius2007-01-1913-109/+84
* - Rename UPA_BUS_SPACE to NEXUS_BUS_SPACE; besides an UPA bus, nexus(4)marius2007-01-183-22/+22
* Remove the compat shims for the ISA old-stlye in{b,w,l}()/out{b,w,l}()marius2007-01-184-108/+0
* Resurrect upa(4), now used for the subordinate/slave UPA bridge andmarius2007-01-161-0/+514
* - Merge sys/sparc64/creator/creator_upa.c into sys/dev/fb/creator.c.marius2007-01-162-559/+0
* Teach OF_decode_addr() about the bus space used for devices on themarius2007-01-161-1/+5
* Check the return value of bus_setup_intr() when setting up themarius2007-01-151-10/+12
* Remove 3rd clause, renumber, ok per emailimp2007-01-122-8/+2
* o Changes to psycho_attach(): [1]marius2007-01-082-64/+225
* In ofw_pcibus_attach() skip dupe PCI devices reported by themarius2007-01-081-0/+2
* add new large page sizes for use by shared loaderkmacy2006-12-181-0/+8
* GC unused fields in pcpukmacy2006-12-171-1/+0
* Do explicit bounds checking as a function of the actual size of thekmacy2006-12-101-1/+1
* Threading cleanup.. part 2 of several.julian2006-12-061-4/+0
OpenPOWER on IntegriCloud