summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: exynos: Add initial configuration for DISP clocks for TM2/TM2eMarek Szyprowski2017-01-313-12/+68
* arm64: dts: exynos: Add clocks to Exynos5433 LPASS moduleMarek Szyprowski2017-01-261-0/+2
* arm64: dts: exynos: set LDO7 regulator as always onAndrzej Hajda2017-01-241-0/+4
* arm64: dts: exynos: configure TV path clocks for Ultra HD modesAndrzej Hajda2017-01-231-0/+12
* arm64: dts: exynos: Fix drive strength of sd0_xxx pin definitionsPankaj Dubey2017-01-211-7/+7
* arm64: dts: exynos: Disable pull down for audio pins in Exynos5433 SoCsMarek Szyprowski2017-01-201-5/+5
* arm64: dts: exynos: Add TM2 touchkey nodeJaechul Lee2017-01-191-0/+13
* arm64: dts: exynos: Remove unneeded unit names in Exynos5433 nodesJavier Martinez Canillas2017-01-181-3/+3
* arm64: dts: exynos: Enable HDMI/TV path on Exynos5433-TM2Andrzej Hajda2017-01-111-0/+69
* arm64: dts: exynos: Add HDMI node to Exynos5433Andrzej Hajda2017-01-111-0/+29
* arm64: dts: exynos: Add DECON_TV node to Exynos5433Andrzej Hajda2017-01-111-0/+43
* arm64: dts: exynos: Fix addresses in node names on Exynos5433Andrzej Hajda2017-01-101-9/+9
* arm64: dts: exynos: Make TM2 and TM2E independent from each otherAndi Shyti2017-01-063-1098/+1128
* arm64: dts: exynos: Fix wrong values for ldo23 and ldo25 on TM2/TM2EChanwoo Choi2017-01-062-12/+3
* arm64: dts: exynos: Remove unsupported regulator-always-off property from TM2EKrzysztof Kozlowski2017-01-061-1/+0
* arm64: dts: exynos: Comply to the samsung pinctrl naming convention in TM2Andi Shyti2017-01-062-146/+133
* arm64: dts: exynos: Use macros for pinctrl configuration on Exynos5433Andi Shyti2017-01-061-173/+175
* arm64: dts: exynos: Add support of bus frequency using VDD_INT on Exynos5433 TM2Chanwoo Choi2017-01-021-0/+70
* arm64: dts: exynos: Add bus nodes using VDD_INT for Exynos5433Chanwoo Choi2017-01-022-0/+198
* arm64: dts: exynos: Add PPMU node to Exynos5433Chanwoo Choi2017-01-021-0/+24
* mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-0/+13
* x86/mce/AMD: Make the init code more robustThomas Gleixner2016-12-271-0/+3
* arm64: don't pull uaccess.h into *.SAl Viro2016-12-269-71/+72
* powerpc: Fix build warning on 32-bit PPCLarry Finger2016-12-261-1/+1
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-2567-131/+129
|\
| * ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-254-7/+6
| * clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-2563-124/+123
* | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-2535-64/+73
|\ \ | |/ |/|
| * cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-2532-44/+44
| * x86/msr: Remove bogus cleanup from the error pathThomas Gleixner2016-12-251-1/+0
| * perf/x86/intel/cstate: Prevent hotplug callback leakThomas Gleixner2016-12-251-7/+7
| * ARM/imx/mmcd: Fix broken cpu hotplug handlingThomas Gleixner2016-12-251-12/+22
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24442-442/+442
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-2421-114/+263
|\
| * Revert "x86/unwind: Detect bad stack return address"Josh Poimboeuf2016-12-231-10/+1
| * x86/paravirt: Mark unused patch_default labelPeter Zijlstra2016-12-222-2/+2
| * x86/microcode/AMD: Reload proper initrd start addressBorislav Petkov2016-12-211-7/+5
| * x86/platform/intel/quark: Add printf attribute to imr_self_test_result()Nicolas Iooss2016-12-201-1/+2
| * x86/platform/intel-mid: Switch MPU3050 driver to IIOLinus Walleij2016-12-201-1/+1
| * x86/alternatives: Do not use sync_core() to serialize I$Borislav Petkov2016-12-201-5/+10
| * x86/hyperv: Handle unknown NMIs on one CPU when unknown_nmi_panicVitaly Kuznetsov2016-12-201-0/+24
| * x86/asm: Rewrite sync_core() to use IRET-to-selfAndy Lutomirski2016-12-191-22/+58
| * x86/microcode/intel: Replace sync_core() with native_cpuid()Andy Lutomirski2016-12-191-3/+23
| * Revert "x86/boot: Fail the boot if !M486 and CPUID is missing"Andy Lutomirski2016-12-191-6/+0
| * x86/asm/32: Make sync_core() handle missing CPUID on all 32-bit kernelsAndy Lutomirski2016-12-191-1/+1
| * x86/cpu: Probe CPUID leaf 6 even when cpuid_level == 6Andy Lutomirski2016-12-191-3/+4
| * x86/tools: Fix gcc-7 warning in relocs.cMarkus Trippelsdorf2016-12-191-1/+2
| * x86/unwind: Dump stack data on warningsJosh Poimboeuf2016-12-192-1/+39
| * x86/unwind: Adjust last frame check for aligned function stacksJosh Poimboeuf2016-12-191-1/+8
| * x86/init: Fix a couple of comment typosDmitry Torokhov2016-12-191-3/+3