summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | dp83640: drop PHY status frames in the driver.Richard Cochran2011-06-171-2/+2
| | * | | | | dp83640: fix phy status frame event parsingRichard Cochran2011-06-171-5/+15
| | * | | | | phylib: Allow BCM63XX PHY to be selected only on BCM63XX.Ralf Baechle2011-06-171-0/+1
| | * | | | | ppp: use PPP_TRANS instead of the magic number 0x20Changli Gao2011-06-171-2/+2
| | * | | | | net/usb: Add Samsung Kalmia driver for Samsung GT-B3730Marius B. Kotsbak2011-06-173-0/+395
| | * | | | | net/hplance: hplance_init() should be __devinitGeert Uytterhoeven2011-06-141-1/+1
| | * | | | | 3c503: fix broken IRQ autoprobingOndrej Zary2011-06-141-1/+2
| * | | | | | Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-06-201-1/+1
| |\ \ \ \ \ \
| | * | | | | | xen: Fix compile warning when CONFIG_SMP is not defined.Konrad Rzeszutek Wilk2011-06-151-1/+1
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2011-06-205-5/+7
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Input: sh_keysc - 8x8 MODE_6 fixMagnus Damm2011-06-181-1/+1
| | * | | | | | Input: omap-keypad - add missing input_sync()Janusz Krzysztofik2011-06-181-0/+1
| | * | | | | | Input: evdev - try to wake up readers only if we have full packetDmitry Torokhov2011-06-181-1/+2
| | * | | | | | Input: properly assign return value of clamp() macro.Hans Petter Selasky2011-05-252-3/+3
| * | | | | | | Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-06-195-8/+6
| |\ \ \ \ \ \ \
| | * | | | | | | hwmon: (s3c) Initialize sysfs attributesGuenter Roeck2011-06-181-0/+2
| | * | | | | | | hwmon: (ibmpex) Initialize sysfs attributesGuenter Roeck2011-06-181-0/+1
| | * | | | | | | hwmon: (ibmaem) Initialize sysfs attributesGuenter Roeck2011-06-181-0/+2
| | * | | | | | | hwmon: (asus_atk0110) Consolidate sysfs attribute initializationGuenter Roeck2011-06-181-4/+1
| | * | | | | | | hwmon: (coretemp) Drop unused struct membersJean Delvare2011-06-181-4/+0
| * | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-181-0/+10
| |\ \ \ \ \ \ \ \
| | * | | | | | | | drm/i915: Fix gen6 (SNB) missed BLT ring interrupts.Daniel J Blueman2011-06-181-0/+10
| | |/ / / / / / /
| * | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2011-06-182-4/+10
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | [CPUFREQ] powernow-k8: Don't try to transition if the pstate is incorrectKonrad Rzeszutek Wilk2011-06-161-1/+2
| | * | | | | | | [CPUFREQ] powernow-k8: Don't notify of successful transition if we failed (vi...Konrad Rzeszutek Wilk2011-06-161-0/+3
| | * | | | | | | [CPUFREQ] Don't set stat->last_index to -1 if the pol->cur has incorrect value.Konrad Rzeszutek Wilk2011-06-161-3/+5
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-06-177-29/+58
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Revert "HID: magicmouse: ignore 'ivalid report id' while switching modes"Jiri Kosina2011-06-161-9/+1
| | * | | | | | | | HID: hid-multitouch: fix broken eGalaxBenjamin Tissoires2011-06-121-18/+39
| | * | | | | | | | HID: hid-multitouch: add support for Chunghwa multi-touch panelAustin Zhang2011-06-074-0/+10
| | * | | | | | | | HID: hiddev: fix use after free in hiddev_releaseDan Carpenter2011-05-261-1/+4
| | * | | | | | | | HID: add quirk for HyperPen 10000UJimmy Hon2011-05-242-0/+2
| | * | | | | | | | HID: hiddev: fix potential use-after-freeJiri Kosina2011-05-241-1/+2
| | | | | | | | | |
| | \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ Merge branches 'gpio/merge' and 'spi/merge' of git://git.secretlab.ca/git/lin...Linus Torvalds2011-06-173-5/+8
| |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | spi/bfin_spi: fix handling of default bits per word settingMike Frysinger2011-06-171-3/+4
| | | | |_|_|_|_|_|_|/ | | | |/| | | | | | |
| | * | | | | | | | | gpio: include linux/gpio.h where neededRandy Dunlap2011-06-161-0/+1
| | * | | | | | | | | gpio/omap4: Fix missing interrupts during device wakeup due to IOPAD.Ambresh K2011-06-161-2/+3
| | |/ / / / / / / /
| * | | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-06-1714-75/+235
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | drm/radeon/kms: use helper functions for fence read/writeAlex Deucher2011-06-171-15/+36
| | * | | | | | | | | drm/radeon/kms: set DP link config properly for DP bridgesAlex Deucher2011-06-171-1/+2
| | * | | | | | | | | drm/radeon/kms/atom: AdjustPixelClock fixes for DP bridgesAlex Deucher2011-06-172-0/+8
| | * | | | | | | | | drm/radeon/kms: fix handling of DP to LVDS bridgesAlex Deucher2011-06-171-4/+7
| | * | | | | | | | | drm/radeon/kms: issue blank/unblank commands for ext encodersAlex Deucher2011-06-171-11/+14
| | * | | | | | | | | drm/radeon/kms: fix support for DDC on dp bridgesAlex Deucher2011-06-173-4/+29
| | * | | | | | | | | drm/radeon/kms: add support for load detection on dp bridgesAlex Deucher2011-06-172-1/+68
| | * | | | | | | | | drm/radeon/kms: add missing external encoder actionAlex Deucher2011-06-171-0/+1
| | * | | | | | | | | drm/radeon/kms: rework atombios_get_encoder_mode()Alex Deucher2011-06-171-14/+9
| | * | | | | | | | | drm/radeon/kms: fix num crtcs for Cedar and CaicosAlex Deucher2011-06-171-12/+19
| | * | | | | | | | | Revert "drm/i915: Enable GMBUS for post-gen2 chipsets"Jean Delvare2011-06-171-2/+1
| | * | | | | | | | | drivers/gpu/drm: use printk_ratelimited instead of printk_ratelimitChristian Dietrich2011-06-161-4/+5