summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix breakage in o2net_send_tcp_msg()Al Viro2014-11-051-1/+1
* ovl: don't poison cursorMiklos Szeredi2014-11-051-1/+1
* Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2014-11-048-334/+133
|\
| * Thermal:Remove usless if(!result) before return tzYao Dongdong2014-11-031-2/+1
| * thermal: exynos: fix IRQ clearing on TMU initializationBartlomiej Zolnierkiewicz2014-11-024-52/+21
| * thermal: fix multiple disbalanced device node countersVladimir Zapolskiy2014-11-021-8/+32
| * thermal: rcar: Add binding docs for new R-Car Gen2 SoCsGeert Uytterhoeven2014-11-021-1/+4
| * thermal: exynos: Add support for TRIM_RELOAD feature at Exynos3250Chanwoo Choi2014-11-022-4/+12
| * thermal: exynos: Add support for many TRIMINFO_CTRL registersChanwoo Choi2014-11-025-6/+22
| * thermal: samsung: Exynos5260 and Exynos5420 should not use TRIM_RELOAD flagBartlomiej Zolnierkiewicz2014-11-021-9/+7
| * thermal: exynos: remove identical values from exynos*_tmu_registers structuresBartlomiej Zolnierkiewicz2014-11-023-65/+8
| * thermal: exynos: remove redundant pdata checks from exynos_tmu_control()Bartlomiej Zolnierkiewicz2014-11-022-10/+6
| * thermal: exynos: cache non_hw_trigger_levels in pdataBartlomiej Zolnierkiewicz2014-11-023-13/+11
| * thermal: exynos: simplify temp_to_code() and code_to_temp()Bartlomiej Zolnierkiewicz2014-11-021-17/+11
| * thermal: exynos: remove redundant threshold_code checks from exynos_tmu_initi...Bartlomiej Zolnierkiewicz2014-11-021-15/+1
| * thermal: exynos: remove redundant pdata checks from exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2014-11-022-14/+0
| * thermal: exynos: remove dead code for HW_MODE calibrationBartlomiej Zolnierkiewicz2014-11-024-50/+1
| * thermal: exynos: remove unused struct exynos_tmu_registers entriesBartlomiej Zolnierkiewicz2014-11-023-73/+1
* | Merge tag 'platform-drivers-x86-v3.18-2' of git://git.infradead.org/users/dvh...Linus Torvalds2014-11-045-0/+43
|\ \
| * | quirk for Lenovo Yoga 3: no rfkill switchStephan Mueller2014-10-271-0/+7
| * | acer-wmi: Add acpi_backlight=video quirk for the Acer KAV80Hans de Goede2014-10-271-0/+11
| * | samsung-laptop: Add broken-acpi-video quirk for NC210/NC110Hans de Goede2014-10-271-0/+10
| * | asus-nb-wmi: Add wapf4 quirk for the X550VBStanislaw Gruszka2014-10-271-0/+9
| * | toshiba_acpi: Add Toshiba TECRA A50-A to the alt keymap dmi listAaron Lu2014-10-271-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe...Linus Torvalds2014-11-047-88/+163
|\ \ \
| * | | powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman2014-11-021-2/+2
| * | | powerpc/powernv: Properly fix LPC debugfs endiannessBenjamin Herrenschmidt2014-10-311-0/+59
| * | | powerpc: do_notify_resume can be called with bad thread_info flags argumentAnton Blanchard2014-10-311-0/+6
| * | | powerpc/fadump: Fix endianess issues in firmware assisted dump handlingHari Bathini2014-10-303-85/+95
| * | | powerpc: Fix section mismatch warningFabian Frederick2014-10-301-1/+1
* | | | Merge tag 'ftracetest-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-11-041-1/+1
|\ \ \ \
| * | | | ftracetest: Take the first debugfs mount foundSteven Rostedt (Red Hat)2014-11-031-1/+1
* | | | | Merge tag 'pinctrl-v3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-11-032-2/+7
|\ \ \ \ \
| * | | | | pinctrl: baytrail: show output gpio state correctly on Intel BaytrailDavid Cohen2014-10-281-1/+1
| * | | | | pinctrl: use linux-gpio mailing listDavid Cohen2014-10-201-0/+1
| * | | | | pinctrl: baytrail: Clear DIRECT_IRQ bitLoic Poulain2014-10-201-1/+5
| | |_|/ / | |/| | |
* | | | | Merge branch 'fixes-for-v3.18' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-11-032-28/+48
|\ \ \ \ \
| * | | | | mm, cma: make parameters order consistent in func declaration and definitionWeijie Yang2014-10-271-4/+4
| * | | | | mm: cma: Use %pa to print physical addressesLaurent Pinchart2014-10-271-7/+6
| * | | | | mm: cma: Ensure that reservations never cross the low/high mem boundaryLaurent Pinchart2014-10-271-16/+33
| * | | | | mm: cma: Always consider a 0 base address reservation as dynamicLaurent Pinchart2014-10-271-1/+4
| * | | | | mm: cma: Don't crash on allocation if CMA area can't be activatedLaurent Pinchart2014-10-271-0/+1
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds2014-11-033-32/+38
|\ \ \ \ \
| * | | | | libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov2014-10-311-15/+10
| * | | | | rbd: Fix error recovery in rbd_obj_read_sync()Jan Kara2014-10-301-1/+1
| * | | | | libceph: use memalloc flags for net IOMike Christie2014-10-301-1/+9
| * | | | | rbd: use a single workqueue for all devicesIlya Dryomov2014-10-301-15/+18
| |/ / / /
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2014-11-033-1/+3
|\ \ \ \ \
| * | | | | m68k: Wire up bpfGeert Uytterhoeven2014-10-273-1/+3
| |/ / / /
* | | | | Merge tag 'armsoc-for-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-039-50/+46
|\ \ \ \ \
OpenPOWER on IntegriCloud