aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-02-23platform/x86: dell_rbu: fix lock imbalance in img_update_reallocChristoph Hellwig1-1/+1
2019-02-23platform/x86: ideapad-laptop: Add Y530-I5ICH-1060 to no_hw_rfkill listMark Levedahl1-0/+7
2019-02-23leds: mlxreg: Add support for capability registerVadim Pasternak1-0/+19
2019-02-23platform/mellanox: mlxreg-hotplug: Fix KASAN warningVadim Pasternak1-2/+3
2019-02-23platform/x86: wmi: fix potential null pointer dereferenceMattias Jacobsson1-0/+3
2019-02-23platform/x86: dell_rbu: stop abusing the DMA APIChristoph Hellwig1-37/+15
2019-02-23platform/x86: ideapad-laptop: Fix no_hw_rfkill_list for Lenovo RESCUER R720-15IKBNYang Fan1-1/+1
2019-02-23platform/x86: asus-wmi: Allow loading on systems without the Asus Management GUIDHans de Goede1-7/+2
2019-02-23hwmon: (ntc_thermistor) Convert to new hwmon APIGuenter Roeck1-40/+66
2019-02-23hwmon: (pwm-fan) Add optional regulator supportStefan Wahren1-1/+42
2019-02-23dt-bindings: hwmon: Add optional regulator support to pwm-fanStefan Wahren1-0/+3
2019-02-23Merge branch 'clockevents/5.1' of https://git.linaro.org/people/daniel.lezcano/linux into timers/coreThomas Gleixner18-146/+468
2019-02-23powerpc: clean stack pointers namingChristophe Leroy2-18/+10
2019-02-23powerpc/64: Replace CURRENT_THREAD_INFO with PACA_THREAD_INFOChristophe Leroy9-18/+16
2019-02-23powerpc/32: Remove CURRENT_THREAD_INFO and rename TI_CPUChristophe Leroy11-72/+37
2019-02-23powerpc: 'current_set' is now a table of task_struct pointersChristophe Leroy5-15/+13
2019-02-23powerpc: regain entire stack spaceChristophe Leroy8-54/+37
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy21-194/+56
2019-02-23powerpc/idle/6xx: Use r1 with CURRENT_THREAD_INFO()Christophe Leroy1-1/+2
2019-02-23powerpc: Use task_stack_page() in current_pt_regs()Christophe Leroy1-1/+1
2019-02-23powerpc: Use linux/thread_info.h in processor.hChristophe Leroy1-1/+1
2019-02-23powerpc: Use sizeof(struct thread_info) in INIT_SP_LIMITChristophe Leroy1-1/+1
2019-02-23powerpc/64: Use task_stack_page() to initialise paca->kstackChristophe Leroy1-1/+3
2019-02-23powerpc: Update comments in preparation for THREAD_INFO_IN_TASKChristophe Leroy4-4/+4
2019-02-23powerpc: Replace current_thread_info()->task with currentChristophe Leroy1-3/+3
2019-02-23powerpc: Don't use CURRENT_THREAD_INFO to find the stackChristophe Leroy3-3/+3
2019-02-23powerpc: call_do_[soft]irq() takes a pointer to the stackChristophe Leroy2-3/+3
2019-02-23powerpc: Rename THREAD_INFO to TASK_STACKChristophe Leroy7-9/+9
2019-02-23powerpc: prep stack walkers for THREAD_INFO_IN_TASKChristophe Leroy2-6/+49
2019-02-23powerpc: Only use task_struct 'cpu' field on SMPChristophe Leroy3-1/+7
2019-02-23powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy5-96/+107
2019-02-23powerpc/irq: use memblock functions returning virtual addressChristophe Leroy3-27/+23
2019-02-23powerpc/64: Simplify __secondary_start paca->kstack handlingMichael Ellerman1-11/+9
2019-02-23powerpc/64s: Remove MSR_RI optimisation in system_call_exit()Michael Ellerman1-20/+14
2019-02-23soc/tegra: default select TEGRA_TIMER for Tegra210Joseph Lo1-0/+1
2019-02-23clocksource/drivers/tegra: Add Tegra210 timer supportJoseph Lo3-110/+260
2019-02-23dt-bindings: timer: add Tegra210 timerJoseph Lo1-0/+36
2019-02-23clocksource/drivers/timer-cs5535: Rename the file for consistencyDaniel Lezcano2-1/+1
2019-02-23clocksource/drivers/timer-pxa: Rename the file for consistencyDaniel Lezcano2-1/+1
2019-02-23clocksource/drivers/tango-xtal: Rename the file for consistencyDaniel Lezcano2-1/+1
2019-02-23dt-bindings: timer: gpt: update binding docAnson Huang1-6/+33
2019-02-23clocksource/drivers/exynos_mct: Remove unused header includesKrzysztof Kozlowski1-2/+0
2019-02-23dt-bindings: timer: mediatek: update bindings for MT7629 SoCRyder Lee1-3/+8
2019-02-23clocksource/drivers/exynos_mct: Fix error path in timer resources initializationMarek Szyprowski1-1/+13
2019-02-23clocksource/drivers/exynos_mct: Remove dead codeMarek Szyprowski1-7/+2
2019-02-23clocksource/drivers/riscv: Add required checks during clock source initAtish Patra1-3/+20
2019-02-23dt-bindings: timer: renesas: tmu: Document r8a774c0 bindingsBiju Das1-0/+1
2019-02-23dt-bindings: timer: renesas, cmt: Document r8a774c0 CMT supportBiju Das1-0/+2
2019-02-23clocksource/drivers/exynos_mct: Clear timer interrupt when shutdownStuart Menefy1-0/+1
2019-02-23clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISRStuart Menefy1-11/+11