summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-01-03riscv: ftrace: correct the condition logic in function graph tracerZong Li1-1/+1
2020-01-03riscv: dts: Add DT support for SiFive L2 cache controllerYash Shah1-0/+15
2020-01-03riscv: gcov: enable gcov for RISC-VZong Li1-0/+1
2020-01-03riscv: mm: use __pa_symbol for kernel symbolsZong Li1-6/+6
2020-01-02MIPS: Avoid VDSO ABI breakage due to global register variablePaul Burton1-1/+19
2019-12-30powerpc/spinlocks: Include correct header for static keyJason A. Donenfeld1-0/+1
2019-12-30nds32: fix build failure caused by page table folding updatesMike Rapoport1-1/+1
2019-12-30asm-generic/nds32: don't redefine cacheflush primitivesMike Rapoport1-4/+7
2019-12-28ARC: pt_regs: remove hardcoded registers offsetEugeniy Paltsev2-4/+13
2019-12-27riscv: export flush_icache_all to modulesOlof Johansson1-0/+1
2019-12-27riscv: reject invalid syscalls below -1David Abdurachmanov1-0/+1
2019-12-27riscv: fix compile failure with EXPORT_SYMBOL() & !MMULuc Van Oostenryck2-3/+4
2019-12-23powerpc/mm: Mark get_slice_psize() & slice_addr_is_low() as notraceMichael Ellerman1-2/+2
2019-12-23arm64: dts: imx8mq-librem5-devkit: use correct interrupt for the magnetometerAngus Ainslie (Purism)1-1/+1
2019-12-23ARM: dts: imx6q-dhcom: Fix SGTL5000 VDDIO regulator connectionMarek Vasut1-1/+1
2019-12-23ARM: dts: imx7ulp: fix reg of cpu nodePeng Fan1-2/+2
2019-12-23arm64: dts: imx8mm: Change SDMA1 ahb clock for imx8mmAdam Ford1-1/+1
2019-12-23arm64: dts: ls1028a: fix endian setting for dcfgYinbo Zhu1-1/+1
2019-12-23ARM: dts: imx6q-dhcom: fix rtc compatibleAlexandre Belloni1-1/+1
2019-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-12/+39
2019-12-22Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-198/+23
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-6/+7
2019-12-22Merge tag 'kvm-ppc-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini55-640/+2421
2019-12-21Merge tag 's390-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds6-11/+32
2019-12-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-9/+26
2019-12-21Merge tag 'kbuild-fixes-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2019-12-21Merge branch 'parisc-5.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-10/+11
2019-12-21Merge tag 'powerpc-5.5-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds10-20/+47
2019-12-21Merge branch 'ras-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+3
2019-12-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-0/+1
2019-12-20parisc: Fix compiler warnings in debug_core.cHelge Deller1-2/+8
2019-12-20parisc: soft_offline_page() now takes the pfnHelge Deller1-2/+1
2019-12-20arm64: cpu_errata: Add Hisilicon TSV110 to spectre-v2 safe listWei Li1-0/+1
2019-12-20riscv: move sifive_l2_cache.c to drivers/socChristoph Hellwig2-179/+0
2019-12-20riscv: define vmemmap before pfn_to_page callsDavid Abdurachmanov1-17/+21
2019-12-20riscv: fix scratch register clearing in M-mode.Greentime Hu1-1/+1
2019-12-20riscv: Fix use of undefined config option CONFIG_CONFIG_MMUAndreas Schwab1-1/+1
2019-12-19ARC: asm-offsets: remove duplicate entryEugeniy Paltsev1-1/+0
2019-12-18MIPS: BPF: eBPF JIT: check for MIPS ISA compliance in KconfigAlexander Lobakin2-2/+2
2019-12-18MIPS: BPF: Disable MIPS32 eBPF JITPaul Burton1-1/+1
2019-12-18MIPS: Prevent link failure with kcov instrumentationJouni Hogander1-0/+3
2019-12-18s390/ftrace: save traced function callerVasily Gorbik1-0/+1
2019-12-18s390/unwind: stop gracefully at user mode pt_regs in irq stackVasily Gorbik1-4/+11
2019-12-18s390/purgatory: do not build purgatory with kcov, kasan and friendsChristian Borntraeger2-2/+7
2019-12-18s390/purgatory: Make sure we fail the build if purgatory has missing symbolsHans de Goede2-3/+11
2019-12-18s390/ftrace: fix endless recursion in function_graph tracerSven Schnelle1-2/+2
2019-12-18Merge tag 'socfpga_dts_fix_for_v5.5' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson2-8/+8
2019-12-18Merge tag 'kvmarm-fixes-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini25-109/+400
2019-12-18kvm: x86: Host feature SSBD doesn't imply guest feature AMD_SSBDJim Mattson1-1/+2
2019-12-18kvm: x86: Host feature SSBD doesn't imply guest feature SPEC_CTRL_SSBDJim Mattson1-1/+2