summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2012-04-131-16/+8
|\
| * Revert "clocksource: Load the ACPI PM clocksource asynchronously"Thomas Gleixner2012-04-121-16/+8
* | Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-04-126-20/+91
|\ \
| * | drivers/rtc/rtc-pl031.c: enable clock on all ST variantsLinus Walleij2012-04-121-2/+1
| * | drivers/rtc/rtc-twl.c: use static register while reading timeKonstantin Shlyakhovoy2012-04-121-5/+38
| * | drivers/rtc/rtc-s3c.c: add placeholder for driver private dataTushar Behera2012-04-121-5/+18
| * | drivers/rtc/rtc-s3c.c: fix compilation errorTushar Behera2012-04-121-4/+4
| * | drivers/rtc/rtc-efi.c: fix section mismatch warningJan Beulich2012-04-121-1/+0
| * | drivers/rtc/rtc-r9701.c: reset registers if invalid values are detectedAndreas Dumberger2012-04-121-0/+22
| * | drivers/char/random.c: fix boot id uniqueness raceMathieu Desnoyers2012-04-121-3/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-1212-40/+46
|\ \ \
| * | | rtlwifi: Add missing DMA buffer unmapping for PCI driversLarry Finger2012-04-111-1/+6
| * | | rtlwifi: Preallocate USB read buffers and eliminate kalloc in read routineLarry Finger2012-04-112-19/+21
| * | | Revert "ath9k: fix going to full-sleep on PS idle"Sujith Manoharan2012-04-101-5/+3
| * | | rt2x00: Fix rfkill_polling register function.Chen, Chien-Chia2012-04-101-5/+1
| * | | bcma: fix build error on MIPS; implicit pcibios_enable_devicePaul Gortmaker2012-04-102-1/+2
| * | | rtlwifi: Fix oops on rate-control failureLarry Finger2012-04-091-1/+4
| * | | rtlwifi: rtl8192de: Fix firmware initializationLarry Finger2012-04-091-6/+0
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville2012-04-093-2/+9
| |\ \ \
| | * | | Bluetooth: btusb: typo in Broadcom SoftSailing idDon Zickus2012-03-291-1/+1
| | * | | Bluetooth: Add support for Atheros [04ca:3005]AceLan Kao2012-03-282-0/+3
| | * | | Bluetooth: hci_ldisc: fix NULL-pointer dereference on tty_closeJohan Hovold2012-03-281-1/+1
| | * | | Bluetooth: Add Atheros maryann PIDVID supportCho, Yu-Chen2012-03-282-0/+3
| | * | | Bluetooth: btusb: Add USB device ID "0a5c 21e8"João Paulo Rechi Vita2012-03-281-0/+1
* | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-04-1229-252/+320
|\ \ \ \ \
| * \ \ \ \ Merge branch 'exynos-drm-fixes' of git://git.infradead.org/users/kmpark/linux...Dave Airlie2012-04-1212-185/+189
| |\ \ \ \ \
| | * | | | | drm/exynos: fix to pointer manager member of struct exynos_drm_subdrvJoonyoung Shim2012-04-125-33/+46
| | * | | | | drm/exynos: fix struct for operation callback functions to driver nameJoonyoung Shim2012-04-124-79/+62
| | * | | | | drm/exynos: use define instead of default_win member in struct mixer_contextJoonyoung Shim2012-04-121-4/+4
| | * | | | | drm/exynos: rename s/HDMI_OVERLAY_NUMBER/MIXER_WIN_NRJoonyoung Shim2012-04-121-5/+5
| | * | | | | drm/exynos: remove unused codes in hdmi and mixerJoonyoung Shim2012-04-122-4/+0
| | * | | | | drm/exynos: remove unnecessary type conversion of hdmi and mixerJoonyoung Shim2012-04-122-18/+16
| | * | | | | drm/exynos: add format list of planeSeung-Woo Kim2012-04-051-0/+4
| | * | | | | drm/exynos: fixed duplicated page allocation bug.Inki Dae2012-04-031-25/+9
| | * | | | | drm/exynos: fixed page align and code clean.Inki Dae2012-04-033-17/+43
| * | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-04-128-37/+93
| |\ \ \ \ \ \
| | * | | | | | drm/i915: clear fencing tracking state when retiring requestsDaniel Vetter2012-04-121-0/+2
| | * | | | | | drm/i915: make rc6 module parameter read-onlyJesse Barnes2012-04-111-1/+1
| | * | | | | | drm/i915: implement ColorBlt w/aDaniel Vetter2012-04-112-0/+7
| | * | | | | | drm/i915/ringbuffer: Exclude last 2 cachlines of ring on 845gChris Wilson2012-04-111-1/+1
| | * | | | | | Revert "drm/i915: reenable gmbus on gen3+ again"Daniel Vetter2012-04-111-1/+1
| | * | | | | | drm/i915: properly compute dp dithering for user-created modesDaniel Vetter2012-04-101-14/+35
| | * | | | | | drm/i915: Finish any pending operations on the framebuffer before disablingChris Wilson2012-04-091-19/+46
| | * | | | | | drm/i915: Removed IVB forced enable of sprite dest key.acreese2012-04-091-1/+0
| * | | | | | | drm/radeon: only add the mm i2c bus if the hw_i2c module param is setAlex Deucher2012-04-111-0/+4
| * | | | | | | drm/radeon/kms: fix DVO setup on some r4xx chipsAlex Deucher2012-04-101-0/+4
| * | | | | | | drm/savage: fix integer overflows in savage_bci_cmdbuf()Xi Wang2012-04-101-3/+3
| * | | | | | | drm/radeon: replace udelay with mdelay for long timeoutsArnd Bergmann2012-04-106-27/+27
* | | | | | | | Merge tag 'md-3.4-fixes' of git://neil.brown.name/mdLinus Torvalds2012-04-123-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | md/bitmap: prevent bitmap_daemon_work running while initialising bitmapNeilBrown2012-04-121-0/+2