summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-17static_call: Allow module use without exposing static_call_keyJosh Poimboeuf1-0/+7
2021-02-17preempt/dynamic: Provide preempt_schedule[_notrace]() static callsPeter Zijlstra (Intel)1-8/+26
2021-02-17preempt: Introduce CONFIG_PREEMPT_DYNAMICMichal Hocko2-0/+10
2021-02-17static_call/x86: Add __static_call_return0()Peter Zijlstra1-2/+15
2021-02-17sched: Remove USER_PRIO, TASK_USER_PRIO and MAX_USER_PRIODietmar Eggemann1-1/+1
2021-02-17Merge branch 'perf/kprobes' into perf/core, to pick up finished branchIngo Molnar2-98/+81
2021-02-16Merge branches 'clk-socfpga', 'clk-mstar', 'clk-qcom' and 'clk-warnings' into...Stephen Boyd2-12/+1
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...Thomas 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...Linus Torvalds1-2/+0
2021-02-14Merge tag 'x86_urgent_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel...Linus 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 flus...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