summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-09-284-15/+32
|\
| * i2c: ismt: initialize DMA bufferJames Ralston2013-09-281-0/+3
| * i2c: designware: 10-bit addressing mode enabling if I2C_DYNAMIC_TAR_UPDATE is...Chew, Chiau Ee2013-09-271-6/+20
| * i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding2013-09-271-2/+2
| * i2c: mv64xxx: Fix some build warningsThierry Reding2013-09-271-5/+7
| * i2c: s3c2410: fix clk_disable/clk_unprepare WARNingsKim Phillips2013-09-271-2/+0
* | Merge tag 'pm+acpi-3.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-285-12/+23
|\ \
| * \ Merge branch 'pm-cpufreq-fixes'Rafael J. Wysocki2013-09-273-1/+8
| |\ \
| | * | cpufreq: exynos5440: Fix potential NULL pointer dereferenceSachin Kamat2013-09-251-1/+1
| | * | cpufreq: check cpufreq driver is valid and cpufreq isn't disabled in cpufreq_...Viresh Kumar2013-09-251-0/+3
| | * | acpi-cpufreq: skip loading acpi_cpufreq after intel_pstateYinghai Lu2013-09-251-0/+4
| | |/
| * | ACPI / scan: fix typo in comments of acpi_bus_unregister_driver()Hanjun Guo2013-09-251-1/+1
| * | ACPI / IPMI: Fix atomic context requirement of ipmi_msg_handler()Lv Zheng2013-09-251-10/+14
| |/
* | PCI: Workaround missing pci_set_master in pci driversYinghai Lu2013-09-281-1/+7
* | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-09-271-1/+10
|\ \
| * | hwmon: (applesmc) Check key count before proceedingHenrik Rydberg2013-09-261-1/+10
* | | Merge tag 'fbdev-fixes-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-09-2710-30/+15
|\ \ \ | |/ / |/| |
| * | video: mxsfb: Add missing breakMarek Vasut2013-09-261-0/+1
| * | video: of: display_timing: correct display-timings node findingAndrzej Hajda2013-09-261-3/+3
| * | neofb: fix error return code in neofb_probe()Wei Yongjun2013-09-261-1/+3
| * | s3fb: fix error return code in s3_pci_probe()Wei Yongjun2013-09-261-8/+1
| * | video: mmp: drop needless devm cleanupUwe Kleine-König2013-09-261-15/+2
| * | OMAPDSS: Add missing dependency on backlight for DSI-CM panel drierMark Brown2013-09-261-0/+1
| * | OMAPDSS: DISPC: set irq_safe for runtime PMTomi Valkeinen2013-09-191-0/+1
| * | OMAPDSS: Return right error during connector probeSathya Prakash M R2013-09-193-3/+3
* | | Merge tag 'stable/for-linus-3.12-rc2-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-252-48/+11
|\ \ \
| * | | xen/balloon: don't alloc page while non-preemptibleDavid Vrabel2013-09-241-12/+11
| * | | tpm: xen-tpmfront: Remove the locality sysfs attributeJason Gunthorpe2013-09-241-29/+0
| * | | tpm: xen-tpmfront: Fix default durationsJason Gunthorpe2013-09-241-7/+0
* | | | Merge tag 'dm-3.12-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/de...Linus Torvalds2013-09-258-25/+118
|\ \ \ \
| * | | | dm: add reserved_bio_based_ios module parameterMike Snitzer2013-09-233-5/+20
| * | | | dm: add reserved_rq_based_ios module parameterMike Snitzer2013-09-233-4/+42
| * | | | dm: lower bio-based mempool reservationMike Snitzer2013-09-231-4/+5
| * | | | dm thin: do not expose non-zero discard limits if discards disabledMike Snitzer2013-09-231-3/+11
| * | | | dm mpath: disable WRITE SAME if it failsMike Snitzer2013-09-202-1/+21
| * | | | dm-snapshot: fix performance degradation due to small hash sizeMikulas Patocka2013-09-201-3/+2
| * | | | dm snapshot: workaround for a false positive lockdep warningMikulas Patocka2013-09-201-1/+1
| * | | | dm stats: fix possible counter corruption on 32-bit systemsMikulas Patocka2013-09-181-6/+17
| * | | | dm mpath: do not fail path on -ENOSPCJun'ichi Nomura2013-09-181-0/+1
| | |/ / | |/| |
* | | | update contact information for Mikael PetterssonMikael Pettersson2013-09-251-1/+1
* | | | Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds2013-09-242-0/+2
|\ \ \ \
| * | | | cciss: fix info leak in cciss_ioctl32_passthru()Dan Carpenter2013-09-241-0/+1
| * | | | cpqarray: fix info leak in ida_locked_ioctl()Dan Carpenter2013-09-241-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'bcache' (bcache fixes from Kent Overstreet)Linus Torvalds2013-09-249-64/+108
|\ \ \ \
| * | | | bcache: Fix flushes in writeback modeKent Overstreet2013-09-241-6/+9
| * | | | bcache: Fix for handling overlapping extents when reading in a btree nodeKent Overstreet2013-09-241-11/+28
| * | | | bcache: Fix a shrinker deadlockKent Overstreet2013-09-241-1/+1
| * | | | bcache: Fix a dumb CPU spinning bug in writebackKent Overstreet2013-09-241-2/+1
| * | | | bcache: Fix a flush/fua performance bugKent Overstreet2013-09-241-0/+1
| * | | | bcache: Fix a writeback performance regressionKent Overstreet2013-09-244-30/+43