kernel -- nata: Raise ATA timeout for FLUSHCACHE requests.
[dragonfly.git] / sys / platform /
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
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 ZiehauMachIntrABI: Add method to return IRQ's target CPU
2011-10-03 Sepherosa Ziehauresource: Per-CPU hardware resources support, step...
2011-09-30 Venkatesh Srinivaskernel - VM MPSAFE fixes
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-18 Sepherosa Ziehaumachintr/x86_64: Function renaming; no functional changes
2011-09-18 Sepherosa Ziehauclock: register_int and unregister_int will enable...
2011-09-18 Sepherosa Ziehaumachintr/i386: Function renaming; no functional changes
2011-09-14 Sepherosa ZiehauMachIntrABI: Field rename; no functional changes
2011-09-14 Sepherosa Ziehaui386/files: isa/clock.c is clean enough to compile...
2011-09-12 Sepherosa ZiehauMachIntrABI: Split vectorctl into intr_setup and intr_t...
2011-09-08 Sascha WildnerFix the VKERNEL/VKERNEL64 build.
2011-09-07 Sascha WildnerSync ndis(4) and tools with FreeBSD and hook it all...
2011-09-07 Sascha Wildnerkernel: Add dt_lock (for GDT and LDT).
2011-09-05 Sepherosa ZiehauMachIntrABI: Remove unused setvar/getvar interfaces
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-31 Sepherosa Ziehauicu/x86_64: Remove unnecessary header inclusion
2011-08-29 Sepherosa Ziehauioapic/i386: Rearrange pin information for ioapic low...
2011-08-29 Sepherosa Ziehauintr/i386: Define ISA_IRQ_CNT; use it consistently...
2011-08-22 Sascha Wildnerkernel: Bring back longrun(4) which was lost in 90e8a35b.
2011-08-21 Sepherosa Ziehauintr/i386: Define IDT_HWI_VECTORS
2011-08-21 Sepherosa Ziehauicu/i386: Remove unnecessary header inclusion
2011-08-12 Sascha WildnerMerge branch 'vendor/AWK'
2011-08-12 Sascha Wildnerkernel/x86_64: Remove bogus and unused file.
2011-08-09 Antonio Huete Jimenezvkernel(7) - Permit multiple -e options to pass environ...
2011-07-29 Matthew Dillonvkernel - cpu_disable_intr adjustments
2011-07-29 Matthew Dillonkernel - Fix rare IPIQ freezes
2011-07-29 Matthew Dillonvkernel - do not set SA_NODEFER for SIGIO and SIGUSR1
2011-07-29 Matthew Dillonkernel - Fix signal delivery races
2011-07-28 Matthew Dillonvkernel - Add SIGINFO support (experimental)
2011-07-22 Sepherosa Ziehauioapic: Disable unused GSI instead of leaving it in...
2011-07-22 Sepherosa Ziehauioapic: Don't do the default IRQ configure, if it is...
2011-07-21 Sascha Wildnerkernel: Remove some old ISA only drivers.
next