summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Merge branch 'exynos-drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Dave Airlie2013-03-256-60/+365
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | drm/exynos: Check g2d cmd list for g2d restrictionsYoungJun Cho2013-03-201-0/+183
| | * | | | | | drm/exynos: Add a new function to get gem buffer sizeInki Dae2013-03-202-0/+26
| | * | | | | | drm/exynos: Deal with g2d buffer info more efficientlyYoungJun Cho2013-03-201-37/+123
| | * | | | | | drm/exynos: Clean up some G2D codes for readabilityYoungJun Cho2013-03-201-9/+7
| | * | | | | | drm/exynos: Fix G2D core malfunctioning issueYoungJun Cho2013-03-201-5/+15
| | * | | | | | drm/exynos: clear node object type at gem unmapYoungJun Cho2013-03-201-0/+1
| | * | | | | | drm/exynos: Fix error routine to getting dma addr.YoungJun Cho2013-03-201-2/+4
| | * | | | | | drm/exynos: Replaced kzalloc & memcpy with kmemdupAlexandru Gheorghiu2013-03-201-4/+2
| | * | | | | | drm/exynos: fimd: calculate the correct address offsetLeela Krishna Amudala2013-03-201-8/+9
| | * | | | | | drm/exynos: Make mixer_check_timing staticSachin Kamat2013-03-201-1/+1
| | * | | | | | drm/exynos: modify the compatible string for exynos fimdVikas Sajjan2013-03-201-2/+2
* | | | | | | | Merge tag 'pinctrl-fixes-for-v3.9' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-03-246-7/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | pinmux: forbid mux_usecount to be set at UINT_MAXRichard Genoud2013-03-211-0/+5
| * | | | | | | | pinctrl: mvebu: fix checking for SoC specific controlsSimon Guinot2013-03-211-1/+1
| * | | | | | | | pinctrl: generic: Fix compilation errorSachin Kamat2013-03-131-1/+1
| * | | | | | | | pinctrl: Print the correct information in debugfs pinconf-state fileLaurent Pinchart2013-03-131-1/+1
| * | | | | | | | pinctrl: abx500: Fix checking if pin use AlternateFunction registerAxel Lin2013-03-131-1/+1
| * | | | | | | | gpio: fix wrong checking condition for gpio rangeHaojian Zhuang2013-03-071-3/+2
* | | | | | | | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2013-03-242-46/+122
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Merge tag 'efi-for-3.9-rc4' into x86/urgentH. Peter Anvin2013-03-231-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | efivars: Fix check for CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLEBen Hutchings2013-03-221-1/+1
| * | | | | | | | | Merge tag 'efi-for-3.9-rc3' into x86/urgentH. Peter Anvin2013-03-212-46/+122
| |\| | | | | | | | | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | efivars: Handle duplicate names from get_next_variable()Matt Fleming2013-03-211-1/+47
| | * | | | | | | efivars: explicitly calculate length of VariableNameMatt Fleming2013-03-211-1/+31
| | * | | | | | | efivars: Add module parameter to disable use as a pstore backendSeth Forshee2013-03-212-1/+16
| | * | | | | | | efivars: Allow disabling use as a pstore backendSeth Forshee2013-03-212-44/+29
| | | |_|_|_|_|/ | | |/| | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2013-03-236-12/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | target/pscsi: Reject cross page boundary case in pscsi_map_sgAsias He2013-03-191-3/+8
| * | | | | | | | target/file: Bump FD_MAX_SECTORS to 2048 to handle 1M sized I/OsNicholas Bellinger2013-03-191-1/+1
| * | | | | | | | tcm_vhost: Flush vhost_work in vhost_scsi_flush()Asias He2013-03-181-0/+1
| * | | | | | | | tcm_vhost: Add missed lock in vhost_scsi_clear_endpoint()Asias He2013-03-181-4/+8
| * | | | | | | | target: fix possible memory leak in core_tpg_register()Wei Yongjun2013-03-181-1/+2
| * | | | | | | | target/iscsi: Fix mutual CHAP auth on big-endian archesAndy Grover2013-03-181-1/+4
| * | | | | | | | target_core_sbc: use noop for SYNCHRONIZE_CACHEHannes Reinecke2013-03-181-2/+5
| |/ / / / / / /
* | | | | | | | Merge tag 'md-3.9-fixes' of git://neil.brown.name/mdLinus Torvalds2013-03-234-45/+86
|\ \ \ \ \ \ \ \
| * | | | | | | | md: remove CONFIG_MULTICORE_RAID456 entirelyPaul Bolle2013-03-201-4/+0
| * | | | | | | | md/raid5: ensure sync and DISCARD don't happen at the same time.NeilBrown2013-03-202-6/+40
| * | | | | | | | MD: Prevent sysfs operations on uninitialized kobjectsJonathan Brassow2013-03-202-6/+4
| * | | | | | | | MD RAID5: Avoid accessing gendisk or queue structs when not availableJonathan Brassow2013-03-201-13/+20
| * | | | | | | | md/raid5: schedule_construction should abort if nothing to do.NeilBrown2013-03-201-16/+22
* | | | | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2013-03-236-21/+16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | pata_samsung_cf: use module_platform_driver_probe()Jingoo Han2013-03-041-12/+1
| * | | | | | | | | [libata] Avoid specialized TLA's in ZPODD's KconfigAaron Lu2013-03-041-6/+7
| * | | | | | | | | libata-acpi.c: fix copy and paste mistake in ata_acpi_register_power_resourceSander Eikelenboom2013-03-041-1/+1
| * | | | | | | | | sata_fsl: Remove redundant NULL check before kfreeSyam Sidhardhan2013-03-041-2/+1
| * | | | | | | | | ahci: Add Device IDs for Intel Wellsburg PCHJames Ralston2013-03-041-0/+2
| * | | | | | | | | ata_piix: Add MODULE_PARM_DESC to prefer_ms_hypervAndrew Brownfield2013-03-041-0/+4
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-03-233-3/+14
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | i2c: Fix my e-mail address in drivers and documentationGuenter Roeck2013-03-221-1/+1