aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2019-06-25powerpc/64s/exception: Fix machine check early corrupting AMRNicholas Piggin1-1/+1
2019-06-25dt-bindings: imx: Add pinctrl binding doc for i.MX8MNAnson Huang1-0/+646
2019-06-25arm64: defconfig: enable CONFIG_RANDOMIZE_BASENick Desaulniers1-0/+1
2019-06-25arm64: ARM64_MODULES_PLTS must depend on MODULESCatalin Marinas1-0/+1
2019-06-25x86/alternatives: Add int3_emulate_call() selftestPeter Zijlstra1-4/+77
2019-06-25x86/stackframe/32: Allow int3_emulate_push()Peter Zijlstra2-9/+0
2019-06-25x86/stackframe/32: Provide consistent pt_regsPeter Zijlstra15-190/+177
2019-06-25x86/stackframe, x86/ftrace: Add pt_regs frame annotationsPeter Zijlstra2-0/+6
2019-06-25x86/stackframe, x86/kprobes: Fix frame pointer annotationsPeter Zijlstra1-12/+12
2019-06-25x86/stackframe: Move ENCODE_FRAME_POINTER to asm/frame.hPeter Zijlstra3-31/+49
2019-06-25x86/entry/32: Clean up return from interrupt preemption pathPeter Zijlstra1-14/+10
2019-06-25Merge tag 'v5.2-rc6' into x86/asm, to refresh the branchIngo Molnar2002-9858/+2586
2019-06-25x86/build: Remove redundant 'clean-files += capflags.c'Masahiro Yamada1-2/+1
2019-06-25x86/build: Add 'set -e' to mkcapflags.sh to delete broken capflags.cMasahiro Yamada1-0/+2
2019-06-25x86/resctrl: Cleanup cbm_ensure_valid()Reinette Chatre1-6/+6
2019-06-25Merge branch 'x86/urgent' into x86/cacheThomas Gleixner11-41/+62
2019-06-25x86/jump_label: Make tp_vec_nr staticYueHaibing1-1/+1
2019-06-25openrisc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-13/+9
2019-06-25arc: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-15/+6
2019-06-25arm-nommu: remove the partial DMA_ATTR_NON_CONSISTENT supportChristoph Hellwig1-21/+3
2019-06-25ARM: dma-mapping: allow larger DMA mask than supportedChristoph Hellwig1-19/+1
2019-06-25Merge branch 'parisc-5.2-4' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linuxLinus Torvalds1-0/+4
2019-06-24MIPS: ralink: mt7628a.dtsi: Add watchdog controller DT nodeStefan Roese1-0/+13
2019-06-24MIPS: ralink: mt7628a.dtsi: Add SPI controller DT nodeStefan Roese1-0/+16
2019-06-24MIPS: ralink: mt7628a.dtsi: Add GPIO controller DT nodeStefan Roese1-0/+13
2019-06-24MIPS: ralink: mt7628a.dtsi: Add pinctrl DT properties to the UART nodesStefan Roese1-0/+9
2019-06-24MIPS: ralink: mt7628a.dtsi: Add pinmux DT nodeStefan Roese1-1/+94
2019-06-24MIPS: ralink: mt7628a.dtsi: Add SPDX GPL-2.0 license identifierStefan Roese1-0/+2
2019-06-24MIPS: lantiq: Add SMP support for lantiq interrupt controllerPetr Cvek1-24/+106
2019-06-24MIPS: lantiq: Shorten register names, remove unused macrosPetr Cvek1-18/+16
2019-06-24MIPS: lantiq: Fix bitfield maskingPetr Cvek1-2/+3
2019-06-24MIPS: lantiq: Remove unused macrosPetr Cvek1-4/+0
2019-06-24MIPS: lantiq: Fix attributes of of_device_id structurePetr Cvek1-1/+1
2019-06-24MIPS: lantiq: Change variables to the same type as the sourcePetr Cvek1-10/+10
2019-06-24MIPS: lantiq: Move macro directly to iomem functionPetr Cvek1-10/+8
2019-06-24mips: Remove q-accessors from non-64bit platformsSerge Semin1-0/+11
2019-06-24MIPS: Add missing EHB in mtc0 -> mfc0 sequence.Dmitry Korotin1-9/+20
2019-06-24ARM: dts: exynos: Add GPU/Mali 400 node to Exynos4Krzysztof Kozlowski10-0/+114
2019-06-24ARM: dts: exynos: Add GPU/Mali 400 node to Exynos3250Krzysztof Kozlowski4-0/+48
2019-06-24arm64: dts: exynos: Add GPU/Mali T760 node to Exynos7Krzysztof Kozlowski2-0/+16
2019-06-24arm64: dts: exynos: Add GPU/Mali T760 node to Exynos5433Krzysztof Kozlowski2-0/+56
2019-06-24perf/x86/rapl: Get quirk state from new probe frameworkJiri Olsa1-79/+3
2019-06-24perf/x86/rapl: Get attributes from new probe frameworkJiri Olsa1-89/+0
2019-06-24perf/x86/rapl: Get MSR values from new probe frameworkJiri Olsa1-42/+11
2019-06-24perf/x86/rapl: Get rapl_cntr_mask from new probe frameworkJiri Olsa1-36/+2
2019-06-24perf/x86/rapl: Use new MSR detection interfaceJiri Olsa1-1/+191
2019-06-24perf/x86/cstate: Use new probe functionJiri Olsa1-63/+85
2019-06-24perf/x86/msr: Use new probe functionJiri Olsa1-50/+60
2019-06-24perf/x86: Add MSR probe interfaceJiri Olsa3-1/+75
2019-06-24Merge branch 'x86/cpu' into perf/core, to pick up dependent patchesIngo Molnar23-92/+791