Age | Commit message (Expand) | Author |
2010-04-10 | Add radeon 4850; from Sviatoslav Chagaev (slava at zb dot lv), ta. | Owain Ainsworth |
2010-04-10 | pmap_extract() does the equivalent of vtophys if pmap_kernel(), so instead of | Owain Ainsworth |
2010-04-10 | The statement c != '\0' != 0 doesn't make an awful lot of sense, so drop the | Mark Kettenis |
2010-04-10 | some frees that were forgotten | Marco Peereboom |
2010-04-10 | always do a full reset when changing the channel on AR5008 devices, | Damien Bergamini |
2010-04-10 | Intel Centrino Advanced-N 6200 G2 adapters have their own hardware | Damien Bergamini |
2010-04-10 | regen | Damien Bergamini |
2010-04-10 | new Intel Centrino Advanced-N 6200 G2 id | Damien Bergamini |
2010-04-10 | enable debug mode for >=RT3090 | Damien Bergamini |
2010-04-09 | make more bettah. instead of doing: | Owain Ainsworth |
2010-04-09 | In the nfs bio functions, instead of looking at an invalid vnode type, | Owain Ainsworth |
2010-04-09 | Attach to BCM5481, BCM5482. From Brad. | Stuart Henderson |
2010-04-09 | encif is a global variable and thus pre-zeroed, don't bother bzero()ing | Owain Ainsworth |
2010-04-09 | replace pool_get(), memset(,0,) with pool_get(,PR_ZERO) as $DEITY | Owain Ainsworth |
2010-04-09 | - add and enable pgs(4), a driver for the Programmers Switch found on | Jasper Lievisse Adriaanse |
2010-04-09 | Prevent an interrupt from causing recursion while holding the pmap hash lock, | Dale Rahn |
2010-04-09 | - don't use memset() where we should use bzero() | Jasper Lievisse Adriaanse |
2010-04-09 | oopsie, misplaced { | Marco Peereboom |
2010-04-09 | - event handling rewrite (while preserving original logic); | Marco Peereboom |
2010-04-09 | fix double free in an error path. the midlayer gets the ccb for scsi io | David Gwynne |
2010-04-08 | Since we only start doing tlb shootdowns after setting the CPUF_RUNNING flag, | Mark Kettenis |
2010-04-08 | DRM memory management for inteldrm(4) using the Graphics Execution | Owain Ainsworth |
2010-04-08 | remove unneeded variable. ratchov@ ok | Federico G. Schwindt |
2010-04-08 | Fill in the bus_dma_sync for intagp to use clflush instead of wbinvd() | Owain Ainsworth |
2010-04-08 | On amd64, move the bus_dma buftype stuff that is only used by sg_dma | Owain Ainsworth |
2010-04-08 | these files don't need to include proc.h anymore. ok oga for agp | Ted Unangst |
2010-04-07 | - add my shantou DM9601 (UQ_NO_STRINGS). | Jasper Lievisse Adriaanse |
2010-04-07 | Add Velleman K8055 USB experimenter kit (from Jens Teglhus Moller) | Stuart Henderson |
2010-04-07 | sync | Stuart Henderson |
2010-04-07 | Add Velleman K8055 USB experimenter kit (from Jens Teglhus Moller) | Stuart Henderson |
2010-04-07 | Move UQ_BAD_HIDs together and line up columns better. | Stuart Henderson |
2010-04-07 | Move descriptive comments right onto the line with the definition | Stuart Henderson |
2010-04-07 | Make intagp restore pgtbl_ctl and the scratch page to the gtt on resume. | Owain Ainsworth |
2010-04-07 | Correctly initialize cursor attribute when this display is a console device; | Miod Vallat |
2010-04-07 | If we have done a wsdisplay_suspend(), and ACPI decides it does not want to | Theo de Raadt |
2010-04-07 | txq->lastds is only valid when txq is not empty. | Damien Bergamini |
2010-04-07 | update initvals and TX gains for AR9285 >=1.2 | Damien Bergamini |
2010-04-07 | Make suspend/resume work on MP machines (running an MP kernel). Joint work | Mark Kettenis |
2010-04-06 | update a random sampling of drivers after the proc.h -> systm.h move | Ted Unangst |
2010-04-06 | move some of proc.h's greatest hits to systm.h, speeding up compiles. | Ted Unangst |
2010-04-06 | Implement functions to take away the secondary CPUs from the scheduler and | Mark Kettenis |
2010-04-06 | Correct setting the autoneg ticks for GigE PHY, corrects what media | Christian Weisgerber |
2010-04-06 | always enable both 2GHz and 5GHz LNAs regardless of the band | Damien Bergamini |
2010-04-06 | Split the device_register() code responsible for boot path recognition into | Miod Vallat |
2010-04-06 | Obtain struct sgi_device_location for the console input and output devices, | Miod Vallat |
2010-04-06 | Add more KL grovelling routines: one routine to enumerate on all nodes, | Miod Vallat |
2010-04-06 | Introduce struct sgi_device_location to carry enough information to uniquely | Miod Vallat |
2010-04-06 | Provide WIDGET_ID_FOO() macros to extract parts of the ID register value, | Miod Vallat |
2010-04-06 | spacing | Theo de Raadt |
2010-04-06 | on devices that have a radio switch, check GPIO pin 2 and report | Damien Bergamini |