aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-47/+158
2021-02-15arm: dts: visconti: Add DT support for Toshiba Visconti5 ethernet controllerNobuhiro Iwamatsu2-0/+43
2021-02-15Merge tag 'irqchip-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/coreThomas Gleixner2-0/+4
2021-02-15MIPS: kernel: Drop kgdb_call_nmi_hookThomas Bogendoerfer1-5/+0
2021-02-15xen/arm: don't ignore return errors from set_phys_to_machineStefano Stabellini1-2/+4
2021-02-15Xen/x86: also check kernel mapping in set_foreign_p2m_mapping()Jan Beulich1-1/+2
2021-02-15Xen/x86: don't bail early from clear_foreign_p2m_mapping()Jan Beulich1-7/+5
2021-02-14ARM: dts: aspeed: align GPIO hog names with dtschemaKrzysztof Kozlowski2-9/+9
2021-02-14ARM: dts: aspeed: fix PCA95xx GPIO expander properties on PortwellKrzysztof Kozlowski1-0/+2
2021-02-14Merge tag 'kbuild-fixes-v5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+0
2021-02-14Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-7/+22
2021-02-15sparc: remove wrong comment from arch/sparc/include/asm/KbuildMasahiro Yamada1-2/+0
2021-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+4
2021-02-13h8300: fix PREEMPTION build, TI_PRE_COUNT undefinedRandy Dunlap1-0/+3
2021-02-13m68k: make __pfn_to_phys() and __phys_to_pfn() available for !MMUMike Rapoport1-1/+1
2021-02-13s390/qdio: remove 'merge_pending' mechanismJulian Wiedmann1-4/+0
2021-02-13s390/qdio: improve handling of PENDING buffers for QEBSM devicesJulian Wiedmann1-0/+1
2021-02-13s390/time: remove get_tod_clock_ext()Heiko Carstens1-12/+3
2021-02-13s390/crypto: use store_tod_clock_ext()Heiko Carstens1-1/+1
2021-02-13s390/hypfs: use store_tod_clock_ext()Heiko Carstens2-3/+3
2021-02-13s390/debug: use union tod_clockHeiko Carstens1-3/+3
2021-02-13s390/kvm: use union tod_clockHeiko Carstens1-15/+9
2021-02-13s390/vdso: use union tod_clockHeiko Carstens1-3/+3
2021-02-13s390/time: convert tod_clock_base to unionHeiko Carstens5-40/+24
2021-02-13s390/time: introduce new store_tod_clock_ext()Heiko Carstens1-0/+5
2021-02-13s390/time: rename store_tod_clock_ext() and use union tod_clockHeiko Carstens2-6/+5
2021-02-13s390/time: introduce union tod_clockHeiko Carstens1-0/+19
2021-02-13s390,alpha: switch to 64-bit ino_tHeiko Carstens3-0/+6
2021-02-13s390: split cleanup_sieSven Schnelle1-10/+7
2021-02-13s390: use r13 in cleanup_sie as temp registerSven Schnelle1-2/+2
2021-02-13s390: fix kernel asce loading when sie is interruptedSven Schnelle1-2/+1
2021-02-13s390: add stack for machine check handlerSven Schnelle5-25/+41
2021-02-13s390: use WRITE_ONCE when re-allocating async stackSven Schnelle1-1/+1
2021-02-13s390: open code SWITCH_KERNEL macroSven Schnelle1-28/+46
2021-02-13MIPS: Use common way to parse elfcorehdrJinyang He1-28/+21
2021-02-13MIPS: Simplify EVA cache handlingThomas Bogendoerfer1-56/+11
2021-02-13Revert "MIPS: kernel: {ftrace,kgdb}: Set correct address limit for cache flushes"Thomas Bogendoerfer2-21/+1
2021-02-13MIPS: remove CONFIG_DMA_PERDEV_COHERENTChristoph Hellwig2-2/+3
2021-02-13MIPS: remove CONFIG_DMA_MAYBE_COHERENTChristoph Hellwig2-7/+3
2021-02-13driver core: lift dma_default_coherent into common codeChristoph Hellwig9-33/+4
2021-02-13MIPS: refactor the runtime coherent vs noncoherent DMA indicatorsChristoph Hellwig6-40/+16
2021-02-13MIPS/alchemy: factor out the DMA coherent setupChristoph Hellwig1-14/+19
2021-02-13MIPS/malta: simplify plat_setup_iocoherencyChristoph Hellwig1-23/+9
2021-02-13MIPS: Add basic support for ptrace single stepTiezhu Yang4-1/+116
2021-02-12um: irq.h: include <asm-generic/irq.h>Johannes Berg1-0/+1
2021-02-12um: io.h: include <linux/types.h>Johannes Berg1-0/+1
2021-02-12um: add a pseudo RTCJohannes Berg7-1/+339
2021-02-12um: remove process stub VMAJohannes Berg9-139/+11
2021-02-12um: rework userspace stubs to not hard-code stub locationJohannes Berg9-48/+75
2021-02-12um: separate child and parent errors in clone stubJohannes Berg5-27/+27