freebsd-skq/sys/ia64/ia64
Attilio Rao cfedf924d3 Rework the known rwlock to benefit about staying on their own
cache line in order to avoid manual frobbing but using
struct rwlock_padalign.

Reviewed by:	alc, jimharris
2012-11-03 23:03:14 +00:00
..
autoconf.c Remove inclusion of unneeded bootinfo.h header. 2011-03-18 22:33:19 +00:00
bus_machdep.c
busdma_machdep.c Hide the creation of phys_avail behind an API to make it easier to do it 2012-07-07 00:25:17 +00:00
clock.c Don't send EOI to the CPU before we handled the interrupt. This could 2011-07-16 20:16:49 +00:00
context.S
db_machdep.c Switch to the event timers infrastructure. This includes: 2011-06-25 02:15:14 +00:00
dump_machdep.c Fix kernel core dumps now that the kernel is using PBVM. The basic 2011-08-06 03:40:33 +00:00
efi.c Add a few more helper functions for working with memory descriptors: 2011-07-16 19:56:07 +00:00
elf_machdep.c Extend struct sysvec with new method sv_schedtail, which is used for an 2011-03-08 19:01:45 +00:00
emulate.c
exception.S Change the management of nested faults by switching to physical 2011-06-30 20:34:55 +00:00
gdb_machdep.c Change region 4 to be part of the kernel. This serves 2 purposes: 2011-03-21 01:09:50 +00:00
genassym.c Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
highfp.c
in_cksum.c
interrupt.c Don't send EOI to the CPU before we handled the interrupt. This could 2011-07-16 20:16:49 +00:00
iodev_machdep.c
locore.S On 64 bit architectures size_t is 8 bytes, thus it should use an 8 bytes 2011-07-19 12:41:57 +00:00
machdep.c Move PCPU initialization to a new function called cpu_pcpu_setup(). 2012-07-08 18:00:22 +00:00
mca.c Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. 2011-11-07 15:43:11 +00:00
mem.c Use pmap_kextract(x) rather than pmap_extract(kernel_pmap, x). The 2012-08-18 23:28:34 +00:00
mp_locore.S Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
mp_machdep.c Move PCPU initialization to a new function called cpu_pcpu_setup(). 2012-07-08 18:00:22 +00:00
nexus.c Don't assume we have legacy PICs (i.e. 8259A in cascade) at the legacy 2012-05-04 23:16:29 +00:00
pal.S Improve cpu_idle(): 2011-06-06 19:06:15 +00:00
physical.S Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +00:00
physmem.c Implement ia64_physmem_alloc() and use it consistently to get memory 2012-07-07 05:17:43 +00:00
pmap.c Rework the known rwlock to benefit about staying on their own 2012-11-03 23:03:14 +00:00
ptrace_machdep.c
sal.c Stop linking against a direct-mapped virtual address and instead 2011-04-30 20:49:00 +00:00
sapic.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
setjmp.S
stack_machdep.c
support.S Fix switching to physical mode as part of calling into EFI runtime 2011-03-21 18:20:53 +00:00
sys_machdep.c
syscall.S Prefer switching the memory stack from user to kernel *before* switching 2011-05-14 14:55:15 +00:00
trap.c userret() already checks for td_locks when INVARIANTS is enabled, so 2012-09-08 18:27:11 +00:00
uio_machdep.c Put the general logic for being a CPU hog into a new function 2011-02-02 16:35:10 +00:00
uma_machdep.c Eliminate vestiges of page coloring. 2011-12-15 05:07:16 +00:00
unaligned.c Use VM_MAXUSER_ADDRESS rather than VM_MAX_ADDRESS when we talk about 2011-03-18 15:36:28 +00:00
unwind.c Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs. 2011-11-07 06:44:47 +00:00
vm_machdep.c Rev. 228360 moved the call to cpu_set_upcall() to happen before 2012-02-08 04:05:38 +00:00