nexus/intr: Change the wrong cpuid backtrace to assertion
[dragonfly.git] / sys / platform /
2011-12-16 Sepherosa Ziehaunexus/intr: Change the wrong cpuid backtrace to assertion
2011-12-15 Sepherosa Ziehauintr: Per-cpu MI interrupt information array
2011-12-14 Sepherosa Ziehauintr: Nuke count_registered_ints()
2011-12-13 Sepherosa Ziehaui386/ioapic: Always allow user to specify GSI's target CPU
2011-12-13 Sepherosa Ziehaui386/icu: Implement rman_setup MachIntrABI method
2011-12-13 Sepherosa Ziehaui386/ioapic_abi: Implement MachIntrABI.rman_setup
2011-12-13 Sascha Wildnerioapic/x86_64: Fix x86_64 buildkernel with gcc41 (syncs...
2011-12-12 Sascha WildnerRevert "i386/files: isa/clock.c is clean enough to...
2011-12-12 Sascha WildnerRevert "x86_64: isa/clock.c is clean enough to enable...
2011-12-12 Matthew Dillonkernel - Misc fixes and debugging
2011-12-12 Venkatesh SrinivasMerge git://git.dragonflybsd.org/dragonfly
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Disable interrupt load balance by...
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Per-cpu irqmap array
2011-12-11 Sepherosa Ziehaui386/MachIntrABI: Remove unnecessary setidt in intr_set...
2011-12-11 Sepherosa Ziehaui386/ioapic: Add missing imen_lock/unlock
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Optimize the GSI search a little bit
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Record the max line based IRQ
2011-12-11 Sepherosa Ziehaui386/ioapic_abi: Rework debug messages
2011-12-11 Sepherosa Ziehaui386/nexus: Per-cpu IRQ rman
2011-12-11 Sepherosa Ziehaui386/ioapic: Allow GSI's target CPU to be configured
2011-12-10 Venkatesh Srinivaskernel -- Remove references to obsolete i586 optimized...
2011-12-10 Venkatesh Srinivaskernel -- Remove i686_pagezero.
2011-12-08 Matthew Dillonkernel - Clear the quick-return flag when changing...
2011-12-08 Matthew Dillonkernel - Add additional safety assertions in the pmap...
2011-12-08 Matthew Dillonkernel - Adjust stack by an addition 128 in sendupcall()
2011-12-08 Matthew Dillonkernel - Add -fno-stack-protector for kernel build
2011-12-08 Matthew Dillonkernel - Add TDF_RUNNING assertions
2011-12-07 Sepherosa Ziehaux86_64/ioapic: Always allow user to specify GSI's targe...
2011-12-07 Sepherosa Ziehaux86_64/icu: Implement rman_setup MachIntrABI method
2011-12-06 Sascha Wildnerkernel: Replace all usage of MALLOC()/FREE() with kmall...
2011-12-04 Sascha Wildnerkernel: Use NELEM() in some more places.
2011-12-02 Sascha WildnerFix some whitespace issues.
2011-12-01 Matthew DillonMerge branch 'master' of ssh://crater.dragonflybsd...
2011-12-01 Venkatesh SrinivasMerge branch 'master' of /repository/git/dragonfly
2011-12-01 Venkatesh Srinivaskernel - ddb: Print raw instruction pointers in ddb...
2011-12-01 Matthew Dillonkernel - Fix pmap->pm_active race in switch code
2011-11-30 Matthew Dillonkernel - Add missing lwkt_switch_return() call to pcb_e...
2011-11-30 Matthew Dillonkernel - swtch.s cleanup
2011-11-29 Matthew Dillonkernel - Check PG_MARKER in pmap_object_init_pt_callback()
2011-11-28 Sascha Wildnerx86_64/pmap: Remove an unused function.
2011-11-28 Jan LentferMerge branch 'vendor/LDNS'
2011-11-27 Sepherosa Ziehaux86_64/ioapic_abi: Implement MachIntrABI.rman_setup
2011-11-26 John MarinoMerge branch 'vendor/BINUTILS_ALL'
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2011-11-25 Sepherosa Ziehaux86_64/ioapic_abi: Disable interrupt load balance by...
2011-11-20 Matthew Dillonkernel - Fix incorrect VA on interlock
2011-11-19 Matthew Dillonkernel - Fix crash in pmap_enter()
2011-11-19 Matthew Dillonkernel - Implement a contiguous memory reserve for...
2011-11-18 Matthew Dillonkernel - Adjust tlb invalidation in the x86-64 pmap...
2011-11-17 Venkatesh Srinivaskernel -- vkernel64's trap_pfault should use VM_FAULT_B...
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-15 Matthew Dillonkernel - Greatly improve shared memory fault rate concu...
2011-11-15 Sascha Wildnervkernel: Remove unused variable.
2011-11-12 Matthew Dillonkernel - Add syscall quick return path for x86-64
2011-11-12 Matthew Dillonkernel - Fix IPI signaling issue, add a few assertions
2011-11-12 Matthew Dillonkernel = Fix tsleep(), remove MAILBOX signals, change...
2011-11-11 Matthew Dillonkernel - Fix deadlock in pmap_page_protect()
2011-11-11 Sascha WildnerNuke AppleTalk support.
2011-11-10 Matthew Dillonkernel - Fix p->p_lock race and remove unused procedures
2011-11-10 Matthew Dillonkernel - Increase maximum supported physical memory...
2011-11-09 Matthew Dillonkernel - Increase default shared pages per process...
2011-11-08 Matthew Dillonkernel - reformulate some of the pmap code to adhere...
2011-11-08 Matthew Dillonkernel - Fix itimer hard critical section panic
2011-11-06 John MarinoMerge branch 'vendor/MPFR'
2011-11-05 John MarinoMerge branch 'vendor/GMP'
2011-11-03 Markus PfeifferAdded AMD Features2 bits 17 (TCE), 23 (PCX_CORE) and...
2011-11-03 Matthew Dillonkernel - Hold required token when accessing p_flags...
2011-11-03 Sepherosa Ziehauioapic/x86_64: Per-cpu irqmap array
2011-11-03 Sepherosa ZiehauMachIntrABI/x86_64: Remove unnecessary setidt in intr_s...
2011-11-03 Sepherosa Ziehauioapic/x86_64: Add missing imen_lock/unlock
2011-11-02 Matthew Dillonkernel - Fix x86-64 pmap race
2011-10-31 Matthew Dillonkernel - Expand panic message for invalid pte case
2011-10-31 Sascha WildnerFix x86_64 buildkernel with 'options DIAGNOSTIC'.
2011-10-30 Sepherosa Ziehauioapic_abi/x86_64: Optimize the GSI search a little bit
2011-10-30 Sepherosa Ziehauioapic_abi/x86_64: Record the max line based IRQ
2011-10-30 Sepherosa Ziehaux86_64/ioapic_abi: Rework debug messages
2011-10-29 John MarinoMerge branch 'vendor/GREP'
2011-10-29 John MarinoMerge branch 'vendor/DIFFUTILS'
2011-10-29 Sepherosa Ziehaux86_64/nexus: Per-cpu IRQ rman
2011-10-29 Sepherosa Ziehaux86_64/ioapic: Allow GSI's target CPU to be configured
2011-10-28 John MarinoMerge branch 'vendor/GCC44'
2011-10-28 Matthew Dillonkernel - Clean up spinlock code, add more lwkt_yield()s
2011-10-28 Sepherosa Ziehauswi: Pass cpuid to swi register and unregister
2011-10-28 Sepherosa Ziehauintr: Pass cpuid to register_int and unregister_int
2011-10-28 Sascha WildnerFix i386 buildkernel.
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-26 Matthew Dillonkernel - callout_init() -> callout_init_mp() in selecte...
2011-10-24 Sepherosa ZiehauMerge branch 'devel'
2011-10-22 Matthew Dillonkernel - Fix null-pointer crash in i386/pmap.c
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-11 Sepherosa Ziehaulegacy devices: Utilize bus_alloc_legacy_irq_resource()
2011-10-10 Sepherosa Ziehaunexus: Log invalid target CPUID for interrupt resource
next