acpi/pstate: Be lenient about wrong # of processors in the power domain
[dragonfly.git] / sys /
2012-10-11 Sepherosa Ziehauacpi/pstate: Be lenient about wrong # of processors...
2012-10-11 Matthew Dillonkernel - Use atomic op for usched_global_cpumask
2012-10-11 Sepherosa Ziehaujme: Cache align software TX/RX descriptor data
2012-10-11 Sepherosa Ziehaucachealign: Fix __VM_CACHELINE_ALIGN
2012-10-11 Sepherosa Ziehauktr: Use __cachealign to align ktr_cpu
2012-10-11 Sepherosa Ziehauaesni: Utilize kmalloc M_POWEROF2
2012-10-10 Matthew Dillonkernel - Remove debugging from i386 pmap
2012-10-10 Matthew Dillonkernel - Add MODULE_VERSION for if_ale
2012-10-10 Matthew Dillonkernel - Probable fix to vm_fault: PG_BUSY panic on...
2012-10-10 Matthew Dillonkernel - Fix missing LWKT token init in linprocfs
2012-10-10 Matthew Dillonkernel - Adjust cache_fullpath() API
2012-10-10 Sepherosa Ziehaukmalloc: Streamline the code a little bit
2012-10-10 Sepherosa Ziehaukmalloc: Fix comment
2012-10-10 Sepherosa Ziehaukmalloc: Use powerof2() to detect power-of-2 size
2012-10-10 Sepherosa Ziehaukmalloc: No need to call fls if the size is already...
2012-10-10 Sepherosa Ziehaukmalloc_cachealign: Utilize kmalloc() chunk size aligne...
2012-10-10 Sepherosa Ziehaukmalloc: Add comment about alignment property
2012-10-10 Sepherosa Ziehaukmalloc: Make allocation zone's chunk size align
2012-10-09 Sepherosa Ziehaujme: Put TX related stuffs into struct jme_txdata
2012-10-09 Sepherosa Ziehaujme: Move uncommonly accessed fields to the end of...
2012-10-09 Justin C. SherrillBranching 3.2/3.3 v3.3.0
2012-10-09 Matthew Dillonkernel - Fix UP build for usched_dfly.c
2012-10-08 Antonio Huete Jimenezvkernel - Properly initialize pool tokens.
2012-10-08 Sepherosa Ziehaukmalloc: Use 'fls' to round up the size to the nearest...
2012-10-07 Matthew Dillonbuild - Unbreak world
2012-10-07 John MarinoUse GCC's builtin offset_of as the first option
2012-10-07 Sepherosa Ziehauifpoll: Utilize kmalloc_cachealign()
2012-10-07 Sepherosa Ziehaubusdma: Panic if the kmalloc_powerof2() fails to meet...
2012-10-07 Sepherosa Ziehaubusdma: Utilize kmalloc_powerof2()
2012-10-07 Sepherosa Ziehauigb: Use kmalloc_cachealign to allocate rx ring, tx...
2012-10-07 Sepherosa Ziehaukmalloc: Add kmalloc_powerof2() and kmalloc_cachealign()
2012-10-06 Sepherosa Ziehauigb: Cache align msix, rx and tx data
2012-10-06 Sepherosa Ziehauigb: Remove unused code
2012-10-06 Sepherosa Ziehauigb: Change polling(4) support to ifpoll support
2012-10-06 Sascha Wildnerkernel/ixgbe: Remove double definition.
2012-10-06 François Tigeotixgbe: Define missing DEBUGOUT# macros.
2012-10-06 Sascha Wildnerkernel/hammer: Staticize hammer_skip_redo.
2012-10-06 Sepherosa Ziehaure: Don't enable MSI by default
2012-10-06 Sepherosa Ziehauigb: Initialize if_name so functions used on if_init...
2012-10-05 Tim Bissonre(4): Use MSI if device supports it.
2012-10-05 Matthew Dillonkernel - Acquire vm_token in pmap_remove_all() (3)
2012-10-05 Matthew Dillonkernel - Acquire vm_token in pmap_remove_all() (2)
2012-10-05 Matthew Dillonkernel - (fix syntax error last commit)
2012-10-05 Matthew Dillonkernel - Acquire vm_token in pmap_remove_all()
2012-10-05 Matthew Dillonkernel - Fix edge case with machdep.pmap_mmu_optimize...
2012-10-03 François Tigeotixgbe: Do not use mbuf jumbo clusters
2012-10-03 Nuno Antuneskernel: Fix a few more mbuf MB_* vs. kmalloc M_* flag...
2012-10-02 François Tigeotixgbe: Use MB_DONTWAIT with mbuf operations
2012-10-01 John MarinoMerge branch 'vendor/GCC47'
2012-10-01 John Marinogcc47 build fixes: Unused-but-set-variable + more warnings
2012-09-30 Sepherosa Ziehaujme: Factor out jme_rx_restart
2012-09-30 Sepherosa Ziehaujme: Rework MSI-X mapping, so RX MSI-X need not read...
2012-09-30 Sepherosa Ziehaujme: Remove unused macros
2012-09-30 Sepherosa Ziehaujme: Make sure only rx desc empty is cleared in status...
2012-09-30 Sepherosa Ziehaujme: Move colesce parameters setup out of sysctl tree...
2012-09-30 Sepherosa Ziehaujme: Change polling(4) support to ifpoll support
2012-09-30 François Tigeotixgbe: Purge queue on inactive interfaces
2012-09-29 François Tigeotixgbe: Remove useless locking directives
2012-09-29 François Tigeotixgbe: Remove link handler tasklet remnants
2012-09-29 John MarinoMerge branch 'vendor/MPC'
2012-09-28 Sascha Wildnerkernel: Make KTR_USCHED_DFLY a kernel option.
2012-09-28 Sascha WildnerAdd NO_LWKT_SPLIT_USERPRI to the LINTs.
2012-09-27 Sepherosa Ziehautcp: Reduce RTO minimal value from 1 second to 500ms
2012-09-26 Matthew Dillonkernel - Fix i386 wire_count panics (2)
2012-09-26 Matthew Dillonkernel - Fix i386 wire_count panics
2012-09-26 Samuel J. GreearMerge branch 'master' of ssh://crater.dragonflybsd...
2012-09-26 Samuel J. Greeardloader - Add user_scheduler kenv tuneable sample
2012-09-26 Matthew Dillonkernel - usched_dfly revamp (8), add reschedule hints
2012-09-25 Matthew Dillonkernel - usched_dfly revamp (7), bring back td_release...
2012-09-25 Sascha Wildnerarcmsr(4): Sync with FreeBSD (Areca's driver version...
2012-09-25 Matthew Dillonkernel - usched_dfly revamp (6), reimplement shared...
2012-09-24 Matthew Dillonkernel - Add PC sampling for x86-64
2012-09-24 Matthew Dillonkernel - usched_dfly revamp (5), correct default in...
2012-09-24 Matthew Dillonkernel - usched_dfly revamp (4), improve tail
2012-09-24 Matthew Dillonkernel - Add v_token_name to gd_cnt
2012-09-23 Sepherosa Ziehauvlan: Dispatch mbuf to be sent to physical interface...
2012-09-23 Sepherosa Ziehaubridge: Utilize netisr to run physical interface's...
2012-09-23 Sepherosa Ziehauaue/lgue: Utilize netisr to run if_start
2012-09-23 Sepherosa Ziehauif: Defer if_start to netisr instead of ifnet for furth...
2012-09-23 Sepherosa Ziehauifpoll: Use u_long for statistics
2012-09-23 Sepherosa Ziehauifpoll: Reorder iopoll fields a little bit
2012-09-23 Sepherosa Ziehauifpoll: Simplify TX polling logic
2012-09-23 Matthew Dillonkernel - usched_dfly revamp (3), fix estcpu
2012-09-22 Sepherosa Ziehauemx: Allow user to specify RX/TX processing CPU's offset
2012-09-22 Matthew Dillonkernel - usched_dfly revamp (2), reduce token collisions
2012-09-21 Matthew Dillonkernel - Add vmmeter counter for token collisions
2012-09-21 Matthew Dillonkernel - usched_dfly revamp
2012-09-20 Matthew Dillonkernel - Improve regressions in usched_dfly (2)
2012-09-20 Matthew Dillonkernel - Include physical cpu in ktrace header
2012-09-20 Samuel J. Greearwmesg - Increase to 8 chars from 7
2012-09-20 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-20 Matthew Dillonkernel - Improve regressions in usched_dfly (1)
2012-09-20 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-20 Matthew Dillonkernel - Add lwkt_yield_quick()
2012-09-20 Matthew Dillonkernel - Don't call lwkt_user_yield() in uiomove()...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-19 Matthew Dillonkernel - Add usched_dfly algorith, set as default for...
2012-09-18 Matthew Dillonkernel - Increase machdep.cpu_idle_repeat from 4 to 750
next