summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | drm/exynos: fixed page flip issue.Inki Dae2012-02-153-5/+15
| | * | | | | | | | | | | | | drm/exynos: added possible_clones setup function.Inki Dae2012-02-154-0/+42
| | * | | | | | | | | | | | | drm/exynos: removed pageflip_event_list init code when closed.Joonyoung Shim2012-02-151-8/+2
| | * | | | | | | | | | | | | drm/exynos: changed priority of mixer layers.Joonyoung Shim2012-02-151-5/+5
| | * | | | | | | | | | | | | drm/exynos: Fix typo in exynos_mixer.cMasanari Iida2012-02-151-1/+1
| * | | | | | | | | | | | | | drm/radeon/kms: fix radeon_dp_get_modes for LVDS bridges (v2)Alex Deucher2012-02-291-8/+17
| * | | | | | | | | | | | | | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2012-02-282-16/+13
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | drm/i915: Remove use of the autoreported ringbuffer HEAD positionChris Wilson2012-02-271-13/+1
| | * | | | | | | | | | | | | drm/i915: Prevent a machine hang by checking crtc->active before loading lutAlban Browaeys2012-02-241-1/+1
| | * | | | | | | | | | | | | drm/i915: fix operator precedence when enabling RC6pEugeni Dodonov2012-02-241-1/+1
| | * | | | | | | | | | | | | drm/i915: fix a sprite watermark computation to avoid divide by zero if xpos<0Hai Lan2012-02-231-0/+9
| | * | | | | | | | | | | | | drm/i915: fix mode set on load pipe. (v2)Dave Airlie2012-02-231-1/+1
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-03-013-5/+29
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | [S390] memory hotplug: prevent memory zone interleaveGerald Schaefer2012-02-241-4/+26
| * | | | | | | | | | | | | | | [S390] crash_dump: remove duplicate includeDanny Kukawka2012-02-241-1/+0
| * | | | | | | | | | | | | | | [S390] KEYS: Enable the compat keyctl wrapper on s390xDavid Howells2012-02-241-0/+3
* | | | | | | | | | | | | | | | Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds2012-02-291-11/+22
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | virtio: balloon: leak / fill balloon across S4Amit Shah2012-03-011-11/+22
| | |_|_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge tag 'fixes-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Linus Torvalds2012-02-2929-49/+181
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'lpc32xx/fixes' of git://git.antcom.de/linux-2.6 into fixesArnd Bergmann2012-02-27202-1106/+1591
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | ARM: LPC32xx: serial.c: Fixed loop limitRoland Stigge2012-02-271-1/+1
| | * | | | | | | | | | | | | | | ARM: LPC32xx: serial.c: HW bug workaroundRoland Stigge2012-02-271-0/+18
| | * | | | | | | | | | | | | | | ARM: LPC32xx: irq.c: Clear latched eventRoland Stigge2012-02-271-1/+10
| | * | | | | | | | | | | | | | | ARM: LPC32xx: Fix interrupt controller initRoland Stigge2012-02-271-4/+6
| | * | | | | | | | | | | | | | | ARM: LPC32xx: Fix irq on GPI_28Roland Stigge2012-02-272-1/+5
| | | |_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/...Arnd Bergmann2012-02-2716-22/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | ARM: OMAP2: fix mailbox init codeOhad Ben-Cohen2012-02-231-1/+9
| | * | | | | | | | | | | | | | | ARM: OMAP2+: gpmc-smsc911x: add required smsc911x regulatorsMatt Porter2012-02-231-0/+52
| | * | | | | | | | | | | | | | | ARM: OMAP1: Fix out-of-bounds array access for InnovatorTony Lindgren2012-02-211-2/+2
| | * | | | | | | | | | | | | | | OMAP3 EVM: remove out-of-bounds array access of gpio_ledsArnout Vandecappelle (Essensium/Mind)2012-02-211-1/+1
| | * | | | | | | | | | | | | | | Merge branch 'fixes-mmc' into fixesTony Lindgren2012-02-20497-43039/+3802
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | ARM: OMAP: Fix build error when mmc_omap is built as module Tony Lindgren2012-02-201-0/+4
| | | * | | | | | | | | | | | | | | ARM: OMAP: Fix kernel panic with HSMMC when twl4030_gpio is a moduleTony Lindgren2012-02-202-1/+7
| | | | |_|_|_|_|_|/ / / / / / / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | Merge branch 'for_3.3/fixes/pm' of git://git.kernel.org/pub/scm/linux/kernel/...Tony Lindgren2012-02-17252-2276/+1969
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | | | | | ARM: OMAP4: cpuidle: Fix the C-state reporting to cpuidle governor.Santosh Shilimkar2012-02-141-3/+2
| | | * | | | | | | | | | | | | | | ARM: OMAP: add RCU locking to omap2_set_init_voltage.NeilBrown2012-02-141-0/+3
| | | | |_|_|_|_|_|_|_|_|_|_|/ / / | | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | ARM: OMAP2+: usb-host: fix compile warningFelipe Balbi2012-02-141-3/+3
| | * | | | | | | | | | | | | | | ARM: OMAP4: Move the barrier memboclk_steal() as part of reserve callbackSantosh Shilimkar2012-02-146-11/+27
| * | | | | | | | | | | | | | | | Merge branch 'fixes' of git://github.com/hzhuang1/linux into fixesArnd Bergmann2012-02-2110-20/+31
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | pxa/hx4700: add platform device and I2C info for AK4641 codecAxel Lin2012-02-171-0/+25
| | * | | | | | | | | | | | | | | arch/arm/mach-pxa/: included linux/gpio.h twiceDanny Kukawka2012-02-162-2/+0
| | * | | | | | | | | | | | | | | arch/arm/mach-mmp/: some files include some headers twiceDanny Kukawka2012-02-163-3/+0
| | * | | | | | | | | | | | | | | ARM: pxa: fix error handling in pxa2xx_drv_pcmcia_probeAxel Lin2012-02-161-9/+3
| | * | | | | | | | | | | | | | | ARM: pxa: fix including linux/gpio.h twiceDanny Kukawka2012-02-161-1/+0
| | * | | | | | | | | | | | | | | ARM: pxa: fix mixed declarations and code in sharpsl_pmHaojian Zhuang2012-02-161-2/+1
| | * | | | | | | | | | | | | | | ARM: pxa: fix wrong parsing gpio event on spitzHaojian Zhuang2012-02-161-3/+2
* | | | | | | | | | | | | | | | | Merge tag 'for-3.3' of git://openrisc.net/jonas/linuxLinus Torvalds2012-02-294-9/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | openrisc: Fix up audit_syscall_[entry|exit]() usageJonas Bonn2012-02-172-9/+11
| * | | | | | | | | | | | | | | | | openrisc: include export.h for EXPORT_SYMBOLJonas Bonn2012-02-172-0/+2
| | |_|_|/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | ecryptfs: fix printk format warning for size_tRandy Dunlap2012-02-281-1/+1
OpenPOWER on IntegriCloud