x86_64: Add setidt(), which setup an IDT entry on the specified cpu
[dragonfly.git] / sys / platform / pc64 / x86_64 / machdep.c
2011-12-27 Sepherosa Ziehaux86_64: Add setidt(), which setup an IDT entry on the...
2011-12-18 Sepherosa Ziehaux86_64: Per-cpu IDT
2011-12-18 Sepherosa Ziehauioapic: Even for UP, we still should initialize irqmap...
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-08 Matthew Dillonkernel - Adjust stack by an addition 128 in sendupcall()
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-16 Matthew Dillonkernel - Handle degenerate cases for fill_*regs*()
2011-11-15 Matthew Dillonkernel - Major signal path adjustments to fix races...
2011-11-12 Matthew Dillonkernel - Add syscall quick return path for x86-64
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-11 Sascha WildnerNuke AppleTalk support.
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-10-26 Matthew Dillonkernel - Rewrite the x86-64 pmap code
2011-09-07 Sascha Wildnerkernel: Add dt_lock (for GDT and LDT).
2011-06-08 Sepherosa Ziehaux86_64/mptable: Always dump MPTABLE PCI interrupt routi...
2011-06-03 Sepherosa Ziehaux86_64: Allow UP kernel to use LAPIC timer and I/O...
2011-06-03 Sepherosa Ziehaux86_64: Split mp_enable() into multiple SYSINITs
2011-06-01 Sepherosa Ziehaux86_64: Split cpu_startup() into pic_finish() and cpu_f...
2011-06-01 Sepherosa Ziehaux86_64: Prepare mp_enable() for multi-stage procedure...
2011-06-01 Sepherosa Ziehaukern: Prepare to split SI_BOOT2_SMP into multi-stages
2011-06-01 Sepherosa Ziehaux86_64: Move base_memory from mp_machdep.c to machdep.c
2011-05-27 Sepherosa Ziehaux86_64: Move mp_naps from mp_machdep.c to machdep.c
2011-05-25 Sepherosa Ziehaux86_64: Move imcr_present from mp_machdep.c to machdep.c
2011-05-25 Sepherosa Ziehaux86_64: Set EBDA address even for UP
2011-05-24 Sepherosa Ziehauioapic: Alias hw.apic_io_enable with hw.ioapic_enable
2011-05-24 Sascha Wildnerkernel: Remove unused #include.
2011-05-23 Sepherosa Ziehauioapic: Move ioapic_enable from machdep.c to apic/ioapic.c
2011-05-22 Sepherosa Ziehauioapic: apic_io_enable -> ioapic_enable
2011-05-14 Sepherosa Ziehaux86_64: Streamline calling of MachIntrABI.finalize()
2011-04-27 Sepherosa Ziehaux86_64: Remove old IOAPIC code
2011-04-25 Sascha Wildnerkernel: Remove some i386 code from x86_64.
2011-04-13 Sepherosa Ziehauelcr: File relocate
2011-04-11 Sepherosa Ziehauplatform: Setup bootverbose earlier
2011-03-21 Sepherosa Ziehauioapic: Switch to new code by default
2011-03-14 Sepherosa Ziehauioapic: Add tunable hw.ioapic_use_old
2011-03-14 Sepherosa Ziehauioapic: Remove unused TUNABLE_INT
2011-03-01 Sepherosa Ziehaukernel: Don't store FPU status into the reserved area...
2011-02-06 Sepherosa Ziehauioapic/icu: Add irqmap
2011-02-04 Antonio Huete Jimenezkern - Clarify the description of hw.physmem.
2011-02-04 Antonio Huetekern - Properly return the number of bytes in hw.physme...
2011-02-03 Matthew Dillonkernel - Fix physmap base calculation for x86-64
2011-02-01 Sepherosa Ziehaupc64: Split out isa_intr.h and move isa/intr_machdep...
2011-02-01 Sepherosa Ziehauintr: Add ELCR support
2011-01-30 Sepherosa Ziehauioapic/icu: Rework PIC selection code
2011-02-02 Sepherosa Ziehauintr: Further delay MachIntrABI.finalize()
2011-02-02 Sepherosa Ziehauicu: Add icu/icu_abi.h
2011-02-02 Sepherosa Ziehauioapic: Function/variable renaming (apic -> ioapic)
2011-02-01 Matthew Dillonkernel64 - Greatly reduce memory probe times, remove...
2011-01-17 Sascha Wildnerkernel: Use NELEM() where we can.
2011-01-12 Matthew Dillonkernel - Fix minor build error when building without...
2010-12-19 Matthew Dillonkernel - Optimize idle thread halt
2010-12-19 Matthew Dillonkernel - Add MONITOR/MWAIT support to the LWKT scheduler
2010-12-11 Matthew Dillonkernel - 48-core MP work
2010-12-11 Matthew Dillonkernel - Change the discrete mplock into mp_token
2010-12-09 Matthew Dillonkernel - Add support for up to 63 cpus ...
2010-12-07 Matthew Dillonkernel - 64-bit memory & ncpus work
2010-11-28 Matthew Dillonkernel - x86-64 - normalize the location of the pcb...
2010-11-22 Matthew Dillonkernel - Add APIC_IO conf option back in / make it...
2010-11-07 Michael NeumannMerge branch 'apic_io'
2010-11-07 Michael Neumannx86_64 - Get completely rid of APIC_IO
2010-11-02 Sascha Wildnerkernel: Remove a number of unnecessary use_*.h inclusions.
2010-11-02 Matthew Dillonkernel - Reenable acpi sleep states
2010-10-29 Matthew Dillonkernel - Make the x86-64 double-fault exception operational
2010-10-28 Matthew Dillonkernel - Fix serious issue w/ smp_invltlb(), plus other...
2010-10-23 Matthew Dillonkernel - synchronize smp_invltlb()
2010-10-21 Matthew Dillonkernel - (mainly x86_64) - Fix a number of rare races
2010-09-29 Matthew Dillonkernel - Report actual real memory during kernel boot
2010-10-02 Michael NeumannReorder MP probing
2010-10-02 Michael NeumannSave EBDA address before mp_probe()
2010-09-15 Matthew Dillonkernel - Increase x86_64 ...
2010-09-01 Matthew Dillonboot system and buildkernel - Additional work
2010-08-29 Matthew DillonMPSAFE TTY - Refactor kprintf()'s spinlock, shutdown...
2010-08-29 Matthew Dillonkernel - All lwkt thread now start out mpsafe part 2/2
2010-08-28 Matthew Dillonkernel - Adjust contention handler
2010-08-28 Matthew Dillonkernel - Major MPSAFE Infrastructure 2
2010-08-24 Matthew Dillonkernel - rewrite the LWKT scheduler's priority mechanism
2010-05-16 Sascha WildnerGo over sys/platform and remove dead initialization...
2010-03-21 Jordan Gordeevamd64: Pass correct address to signal handlers.
2010-02-06 Matthew Dillonkernel - Expand the x86_64 KVA to 8G
2010-02-05 Matthew Dillonkernel - Use intmax_t when printing memory amounts
2010-02-05 Constantine A. Mureninkernel: print memory amount in MB instead of KB
2010-01-01 Sascha WildnerEnable the machdep.disable_rtc_set sysctl on x86_64.
2009-12-20 Sascha WildnerFix UP kernel build.
2009-12-20 Matthew Dillonkernel - Move mplock to machine-independent C
2009-12-13 Matthew Dillonkernel - Move MP lock inward, plus misc other stuff
2009-11-07 Simon Schubertrename amd64 architecture to x86_64
2009-11-07 Jordan GordeevRevert "rename amd64 architecture to x86_64"
2009-11-05 Simon Schubertrename amd64 architecture to x86_64