summaryrefslogtreecommitdiffstats
path: root/sys/ia64/ia64/machdep.c
Commit message (Expand)AuthorAgeFilesLines
* Repair ia64 build after r278347 - remove const from set_mcontextpeter2015-02-081-1/+1
* Make sure all memory updates are made visible before we let gomarcel2014-09-221-0/+2
* Fix the PCPU access macros. It was found that the PCPU pointer, whenmarcel2014-09-061-5/+5
* MFC r263815, r263872:emaste2014-08-211-1/+1
* MFC r263380 & r268185: Add KTR events for the PMAP interface functions.marcel2014-07-021-2/+3
* MFC r263323: Fix and improve exception tracing.marcel2014-07-021-3/+8
* MFC r263254: Move the implementation of kdb_cpu_trap() from <machine/kdb.h>marcel2014-07-021-0/+13
* MFC r257487:marcel2014-02-161-2/+2
* MFCattilio2013-03-021-3/+4
|\
| * MFcalloutng:davide2013-02-281-3/+4
* | Fix other architectures and ZFS.attilio2013-02-211-0/+1
|/
* Eliminate the PC_CURTHREAD symbol and load the current thread'smarcel2013-02-121-0/+16
* Move PCPU initialization to a new function called cpu_pcpu_setup().marcel2012-07-081-1/+9
* Implement ia64_physmem_alloc() and use it consistently to get memorymarcel2012-07-071-19/+9
* Hide the creation of phys_avail behind an API to make it easier to do itmarcel2012-07-071-142/+61
* Correct capitalization of "Hz" in user-visible text (manpages, printf(),gavin2012-02-281-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+2
* In order to maximize the re-usability of kernel code in user space thiskmacy2011-09-161-2/+2
* Switch to the event timers infrastructure. This includes:marcel2011-06-251-4/+5
* Unblock the outgoing thread after we performed pmap_switch() tomarcel2011-06-231-2/+2
* Add the model number for the Montvale processor (marketed as Itanium 2 9100).marcel2011-06-111-0/+3
* Call set_cputicker() to have the time counter use the ITC register.marcel2011-06-071-0/+2
* Improve cpu_idle():marcel2011-06-061-4/+29
* On multi-core, multi-threaded PPC systems, it is important that the threadsnwhitehorn2011-05-311-1/+1
* Stop linking against a direct-mapped virtual address and insteadmarcel2011-04-301-46/+47
* Fix switching to physical mode as part of calling into EFI runtimemarcel2011-03-211-18/+18
* Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk aboutmarcel2011-03-181-3/+3
* Mostly revert r219468, as I had misremembered the C standard regardingmdf2011-03-111-1/+1
* Use MAXPATHLEN rather than the size of an extern array when copying themdf2011-03-101-1/+1
* Make MSGBUF_SIZE kernel option a loader tunable kern.msgbufsize.pluknet2011-01-211-3/+2
* Remove unused includes of <sys/mutex.h> and <machine/mutex.h>.jhb2010-11-091-1/+0
* Adjust the order of operations in spinlock_enter() and spinlock_exit() tojhb2010-11-051-4/+10
* Move prototypes for kern_sigtimedwait() and kern_sigprocmask() tojhb2010-06-301-0/+1
* Fix the ia64 build.nwhitehorn2010-03-261-1/+1
* Change the arguments of exec_setregs() so that it receives a pointernwhitehorn2010-03-251-3/+3
* Don't check for boot_verbose in the environment. The loader doesmarcel2010-03-201-11/+1
* Revamp the interrupt code based on the previous commit:marcel2010-03-171-1/+2
* Have cpu_throw() loop on blocked_lock as well. This bug has existedmarcel2010-03-151-8/+17
* Provide groundwork for 32-bit binary compatibility on non-x86 platforms,nwhitehorn2010-03-111-3/+3
* Some code churn:marcel2010-02-141-1/+9
* In cpu_switch(), use an atomic operation to set the td_lockmarcel2010-01-271-1/+1
* Remove cpu_boot() and call efi_reset_system() directly frommarcel2010-01-231-8/+1
* Revamp bus_space access functions:marcel2009-12-301-10/+0
* Export the bus, cpu and itc frequencies under the hw.freq sysctl node.marcel2009-12-231-22/+37
* Define struct pcpu_md as the only MD field of struct pcpu (pc_acpi_idmarcel2009-12-071-24/+27
* Make sure bus space accesses use unorder memory loads and stores.marcel2009-12-031-2/+2
* Eliminate teh use of MAXCPU in static arrays of interrupt counters bymarcel2009-11-281-4/+64
* Reimplement the lazy FP context switching:marcel2009-10-311-75/+0
* In r197963, a race with thread being selected for signal deliverykib2009-10-271-7/+1
* Decouple ACPI CPU Ids from FreeBSD's cpuid. The ACPI Ids can bemarcel2009-08-161-1/+5
OpenPOWER on IntegriCloud