summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Char: vt_ioctl, fix BKL imbalanceJiri Slaby2009-10-021-2/+4
* const: constify remaining file_operationsAlexey Dobriyan2009-10-0222-40/+55
* drivers/input/input.c: fix CONFIG_PM=n warningAndrew Morton2009-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-10-019-16/+8Star
|\
| * net: Make setsockopt() optlen be unsigned.David S. Miller2009-10-019-16/+8Star
* | MIPS: BCM63xx: Add PCMCIA & Cardbus support.Maxime Bizon2009-09-304-0/+601
* | MIPS: BCM63xx: Add serial driver for bcm63xx integrated UART.Maxime Bizon2009-09-303-0/+910
* | Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2009-09-3017-56/+64
|\ \
| * | PM / yenta: Fix cardbus suspend/resume regressionRafael J. Wysocki2009-09-291-40/+48
| * | PM / PCMCIA: Drop second argument of pcmcia_socket_dev_suspend()Rafael J. Wysocki2009-09-2917-17/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-09-3022-10931/+6738Star
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2009-09-2813-207/+247
| |\ \
| | * | sony-laptop: re-read the rfkill state when resuming from suspendAlan Jenkins2009-09-281-0/+3
| | * | sony-laptop: check for rfkill hard block at load timeAlan Jenkins2009-09-281-0/+6
| | * | iwlwifi: fix 3945 ucode info retrieval after failureReinette Chatre2009-09-2811-204/+229
| | * | iwlwifi: fix memory leak in command queue handlingReinette Chatre2009-09-281-0/+6
| | * | iwlwifi: fix debugfs buffer handlingReinette Chatre2009-09-281-3/+3
| * | | isdn: fix netjet/isdnhdlc build errorsRandy Dunlap2009-09-282-2/+2
| * | | atm: dereference of he_dev->rbps_virt in he_init_group()Juha Leppanen2009-09-281-7/+7
| |/ /
| * | e1000: cleanup unused prototypeDon Skidmore2009-09-271-1/+0Star
| * | e1000: fix namespacecheck warningsJesse Brandeburg2009-09-272-15/+1Star
| * | e1000: drop unused functionality for eeprom write/readJesse Brandeburg2009-09-272-120/+3Star
| * | e1000: updated whitespace and commentsJesse Brandeburg2009-09-273-6229/+6337
| * | e1000: drop redunant line of code, cleanupJesse Brandeburg2009-09-271-8/+4Star
| * | e1000: remove races when changing mtuJesse Brandeburg2009-09-271-2/+14
| * | e1000: two workarounds were incomplete, fix themJesse Brandeburg2009-09-271-7/+10
| * | e1000: fix tx waking queue after queue stopped during shutdownJesse Brandeburg2009-09-271-6/+9
| * | e1000: test link state conclusivelyJesse Brandeburg2009-09-274-77/+157
| * | e1000: stop timers at appropriate timesJesse Brandeburg2009-09-271-7/+19
| * | e1000: use netif_tx_disableJesse Brandeburg2009-09-271-2/+1Star
| * | e1000: remove unused functionsJesse Brandeburg2009-09-272-174/+2Star
| * | e1000: drop dead pcie code from e1000Jesse Brandeburg2009-09-276-4335/+193Star
* | | Merge branch 'drm-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2009-09-3034-689/+2077
|\ \ \
| * | | drm/radeon/kms: Convert R520 to new init path and associated cleanupJerome Glisse2009-09-295-128/+376
| * | | drm/radeon/kms: Convert RV515 to new init path and associated cleanupJerome Glisse2009-09-2911-158/+712
| * | | drm: fix radeon DRM warnings when !CONFIG_DEBUG_FSMikael Pettersson2009-09-291-4/+3Star
| * | | drm: fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQMikael Pettersson2009-09-291-0/+2
| * | | drm/r600: fix memory leak introduced with 64k malloc avoidance fix.Dave Airlie2009-09-281-0/+2
| * | | drm/kms: make fb helper work for all drivers.Dave Airlie2009-09-282-25/+40
| * | | drm/radeon/r600: fix offset handling in CS parserAlex Deucher2009-09-261-5/+5
| * | | drm/radeon/kms/r600: fix forcing pci mode on agp cardsAlex Deucher2009-09-261-4/+7
| * | | drm/radeon/kms: fix for the extra pages copying.Dave Airlie2009-09-261-3/+1Star
| * | | drm/radeon/kms/r600: add support for vline relocsAlex Deucher2009-09-253-1/+128
| * | | drm/radeon/kms: fix some bugs in vline relocAlex Deucher2009-09-251-6/+5Star
| * | | drm/radeon/kms/r600: clamp vram to aperture sizeAlex Deucher2009-09-252-0/+14
| * | | drm/kms: protect against fb helper not being created.Dave Airlie2009-09-252-4/+23
| * | | drm/r600: get values from the passed in IB not the copy.Dave Airlie2009-09-251-11/+13
| * | | drm: create gitignore file for radeonAmerigo Wang2009-09-251-0/+3
| * | | drm/radeon/kms: remove unneeded master create/destroy functions.Dave Airlie2009-09-252-54/+0Star
| * | | drm/kms: start adding command line interface using fb.Dave Airlie2009-09-258-20/+349