intr: Pass cpuid to register_int and unregister_int
[dragonfly.git] / sys / platform / pc64 / x86_64 /
2011-10-28 Sepherosa Ziehauintr: Pass cpuid to register_int and unregister_int
2011-10-28 Matthew Dillonkernel - More many-cores SMP work
2011-10-26 Matthew Dillonkernel - pmap (64bit) add missing wiring to fix panic
2011-10-26 Matthew Dillonkernel - Adjust pagezero/pagecopy assembly and re-enabl...
2011-10-26 Matthew Dillonkernel - Handle pmap_protect() race in pmap code
2011-10-26 Matthew Dillonkernel - Rewrite the x86-64 pmap code
2011-10-24 Sepherosa ZiehauMerge branch 'devel'
2011-10-19 Matthew Dillonkernel - Fix latency issue with many cores contending...
2011-10-18 Matthew Dillonkernel - Major SMP performance patch / VM system, bus...
2011-10-17 Antonio Huete Jimenezpmap - Missing critical section when calling lwkt_ipiq_...
2011-10-11 Sepherosa ZiehauMerge branch 'devel'
2011-10-10 Sepherosa Ziehaunexus: Log invalid target CPUID for interrupt resource
2011-10-09 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-09 Sepherosa Ziehaurman: Record owner CPUID during initialization
2011-10-06 Antonio Huete Jimenezx86_64 - Remove unneeded globaldata.c file.
2011-10-04 Matthew Dillonkernel - Fix spin lock held across contigfree/kfree...
2011-10-04 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-09-29 Matthew Dillonkernel - Numerous VM MPSAFE fixes
2011-09-21 Peter AvalosMerge branch 'vendor/FILE'
2011-09-21 Peter AvalosMerge branch 'vendor/OPENSSL'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-09-20 Peter AvalosMerge branch 'vendor/LIBARCHIVE'
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-09-07 Sascha Wildnerkernel: Add dt_lock (for GDT and LDT).
2011-09-01 John MarinoMerge branch 'vendor/GDB'
2011-08-31 Sepherosa Ziehauioapic/x86_64: Rearrange pin information for ioapic...
2011-08-31 Sepherosa Ziehauintr/x86_64: Define ISA_IRQ_CNT; use it consistently...
2011-08-31 Sepherosa Ziehauintr/x86_64: Define IDT_HWI_VECTORS
2011-08-12 Sascha WildnerMerge branch 'vendor/AWK'
2011-08-12 Sascha Wildnerkernel/x86_64: Remove bogus and unused file.
2011-07-29 Matthew Dillonkernel - Fix signal delivery races
2011-07-16 John MarinoMerge branch 'vendor/BINUTILS221'
2011-07-11 Sascha Wildnerkernel/printcpuinfo(): Sync feature bit descriptions...
2011-07-06 Sascha Wildnerkernel: Move the est(4) source code to dev/powermng...
2011-07-02 Peter AvalosMerge branch 'vendor/LESS'
2011-06-24 Sascha Wildnerkernel: Remove some Micro Channel and EISA remains.
2011-06-24 Sascha Wildnerkernel: Use NULL for DRIVER_MODULE()'s evh & arg (which...
2011-06-18 Peter AvalosMerge branch 'vendor/AWK'
2011-06-17 Peter AvalosMerge branch 'vendor/AWK'
2011-06-14 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-06-14 Sepherosa ZiehauMerge branch 'devel' (early part)
2011-06-14 Sepherosa Ziehaux86_64: Don't log cores per CPU and logical CPUs per...
2011-06-08 Sepherosa Ziehaux86_64/mptable: Always dump MPTABLE PCI interrupt routi...
2011-06-08 Sepherosa Ziehaux86_64/lapic: lapic_map() should take vm_paddr_t instea...
2011-06-03 Sascha Wildnerkernel: Add rdmsr_safe() in preparation for the coretem...
2011-06-03 Sepherosa Ziehaux86_64: Allow UP kernel to use LAPIC timer and I/O...
2011-06-03 Sepherosa Ziehaux86_64: Remove unnecessary #ifdef SMP from files compil...
2011-06-03 Sepherosa Ziehaux86_64: Split mp_enable() into multiple SYSINITs
2011-06-02 Sascha WildnerMerge branch 'vendor/MDOCML'
2011-06-02 Sascha Wildnerkernel/x86_64: Rename some macros to allow easier i386...
2011-06-01 Sascha Wildnerkernel: Use cpu_vendor_id instead of strcmp(cpu_vendor...
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-31 Sepherosa Ziehaux86_64: Move int_to_apicintpin from mp_machdep.c to...
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: Split out machine/mptable.h from machine/smp.h
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-21 John MarinoMerge branch 'vendor/BINUTILS220'
2011-05-20 Jan LentferMerge branch 'vendor/LDNS'
2011-05-19 Peter AvalosMerge branch 'vendor/OPENSSH'
2011-05-16 Peter AvalosMerge branch 'vendor/FILE'
2011-05-15 Sepherosa Ziehaux86_64: Handle I/O APIC probing failure
2011-05-15 Sepherosa Ziehaux86_64: Fix AP count after LAPIC enumeration
2011-05-14 Sepherosa Ziehaux86_64/lapic: Handle the case that the CPU does not...
2011-05-14 Sepherosa Ziehaux86_64: Streamline calling of MachIntrABI.finalize()
2011-05-14 Sepherosa Ziehaux86_64: Cleanup APIC ID to CPU ID mapping macros
2011-05-14 Sepherosa Ziehaux86_64: Move mp_set_cpuids() from mp_machdep.c to lapic.c
2011-05-14 Sepherosa Ziehaux86_64: Move CPU ID and APIC ID maps from mp_machdep...
2011-05-14 Sepherosa Ziehaux86_64: Move ioapic_map() from mp_machdep.c to ioapic.c
2011-05-07 John MarinoMerge branch 'vendor/CVS'
2011-05-07 John MarinoMerge branch 'vendor/GDB'
2011-05-05 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-05-05 Sepherosa Ziehaux86_64: Get rid of cpu_apic_versions
2011-05-04 Sepherosa Ziehaux86_64: Split out mptable.c from mp_machdep.c
2011-05-04 Sepherosa Ziehaux86_64: Move ioapic function declarations from smp...
2011-05-04 Sepherosa Ziehaux86_64: Move lapic function declarations from smp.h...
2011-05-04 Sepherosa Ziehaux86_64: apic/mpapic.h -> apic/lapic.h
2011-05-01 John MarinoMerge branch 'vendor/TEXINFO'
2011-04-30 Peter AvalosMerge branch 'vendor/LESS'
2011-04-30 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-04-30 John MarinoMerge branch 'vendor/GCC44'
2011-04-28 Sascha Wildnerkernel/npx: Fix ambiguous inline assembly.
2011-04-27 Peter AvalosMerge branch 'vendor/GDTOA'
2011-04-27 Peter AvalosMerge branch 'vendor/FILE'
2011-04-27 Sepherosa Ziehaux86_64/mp_machdep.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64/mpapic.c: Remove unused code
2011-04-27 Sepherosa Ziehaux86_64: Remove more old IOAPIC code
2011-04-27 Sepherosa Ziehaux86_64: Remove old IOAPIC code
2011-04-26 John MarinoMerge branch 'vendor/GREP'
2011-04-25 Sascha Wildnerkernel: Remove some i386 code from x86_64.
2011-04-21 Matthew Dillonkernel - Add mtrr support for x86-64
next