summaryrefslogtreecommitdiffstats
path: root/sys/ia64
Commit message (Expand)AuthorAgeFilesLines
...
* Add .cvsignore files just like in sys/<arch>/compiled, this keeps CVS fromobrien2005-06-201-0/+1
* Define IPI_PREEMPT. Update a nearby comment while I'm here.marcel2005-06-121-2/+3
* Introduce a procedure, pmap_page_init(), that initializes thealc2005-06-101-33/+20
* MFP4:jkoshy2005-06-091-0/+14
* Create nexus in configure_first() instead of in configure(). Thismarcel2005-05-291-2/+2
* Call cninit_finish() in configure_final().marcel2005-05-291-0/+2
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386nyan2005-05-293-73/+0
* - Move bus dependent defines to {isa,cbus}_dmareg.h.nyan2005-05-141-1/+1
* Don't define _MACHINE_BUS_MEMIO_H_ nor _MACHINE_BUS_PIO_H_.marcel2005-05-101-3/+0
* Change cpu_set_kse_upcall to more generic style, so we can reuse itdavidxu2005-04-231-13/+20
* Sanity the RTC code:marcel2005-04-224-398/+130
* Add empty header (except of the multiple-inclusion protection) tomarcel2005-04-201-0/+10
* Break out the definition of bus_space_{tag,handle}_t and a few other typesimp2005-04-182-13/+47
* Add a kpte command to DDB. It dumps the PTE of a KVA. This helpsmarcel2005-04-161-0/+20
* Return better "error" values for UWX_BOTTOM and UWX_ABI_FRAME inmarcel2005-04-162-6/+21
* Initialize curthread before we save the APs MCA state. Saving themarcel2005-04-151-6/+8
* Use PCPU_LAZY_INC() for cnt.v_{intr,trap,syscalls} rather than atomicjhb2005-04-123-5/+5
* Dot the i's:marcel2005-04-121-5/+7
* Divorce critical sections from spinlocks. Critical sections as denoted byjhb2005-04-046-147/+52
* Add USB Communication Device Class Ethernet driver. Originally written forsobomax2005-03-221-0/+1
* s/SLIST/STAILQ to catch up with changes to resource lists.njl2005-03-201-2/+2
* Add a comment to note that pseudo-device bpf is required for DHCP.murray2005-03-181-0/+1
* Split configure() into 3 separate steps like we do on otheriedowse2005-03-181-1/+18
* Refactor the bus_dma header files so that the interface is described inscottl2005-03-142-194/+34
* Remove dead code.scottl2005-03-071-17/+0
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-027-15/+26
* Make sure fpswa_iface equals NULL when bootinfo.bi_fpswa equals 0.marcel2005-03-021-1/+2
* Attempt to doff the pointy hat: implement 'hw.realmem' on remainingwes2005-03-011-0/+2
* Remove acpi_perf from {ARCH}/conf/NOTES, to make tinderbox happy.delphij2005-02-251-3/+0
* Use a common multi-inclusion protection, and add such aru2005-02-191-1/+6
* s/descr/oid_descr/marcel2005-02-091-1/+1
* Since we are quite unlikely to ever face another platform whichphk2005-02-061-18/+13
* Finish the job of sorting all includes and fix the build by includingnjl2005-02-061-28/+33
* Build cpufreq and acpi_perf on platforms that are likely to be able tonjl2005-02-051-0/+4
* Include sys/bus.h before sys/cpu.h. The latter needs device_t.marcel2005-02-041-0/+1
* Add an implementation of cpu_est_clockrate(9). This function estimates thenjl2005-02-041-0/+12
* nit in /*-imp2005-01-311-1/+1
* Fix handling of post increment: Either the first or second operandmarcel2005-01-271-1/+4
* Fix compile errors. Bah.scottl2005-01-181-2/+2
* Fix an assignment that I missed in the last commit.scottl2005-01-151-1/+1
* Add bus_dmamap_load_mbuf_sg() to ia64scottl2005-01-152-6/+41
* - Remove some OBE comments regarding cpu_exit(). cpu_exit() is no longerjhb2005-01-141-0/+1
* /* -> /*- for copyright notices, minor format tweaks as necessaryimp2005-01-0662-63/+64
* Further enhance the handling of misaligned loads and stores:marcel2005-01-023-23/+59
* Modify pmap_enter_quick() so that it expects the page queues to be lockedalc2004-12-231-3/+2
* In the common case, pmap_enter_quick() completes without sleeping.alc2004-12-151-0/+4
* Fix the last of the instability and the cause of the annoyingmarcel2004-12-121-2/+6
* Use primitive types to avoid creating an artificial header dependency:marcel2004-12-111-11/+11
* Don't obtain the HCDP address directly from the bootinfo structure.marcel2004-12-082-0/+8
* Change gdb_cpu_setreg() to not take the value to which to set themarcel2004-12-012-2/+2
OpenPOWER on IntegriCloud