aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh
AgeCommit message (Expand)Author
2023-12-03Merge tag 'v5.10.201' into v5.10/standard/baseBruce Ashfield
2023-11-20sh: bios: Revive earlyprintk supportGeert Uytterhoeven
2023-09-26Merge tag 'v5.10.195' into v5.10/standard/baseBruce Ashfield
2023-09-19sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()Petr Tesarik
2023-08-08Merge tag 'v5.10.189' into v5.10/standard/baseBruce Ashfield
2023-08-08sh/cpu: Switch to arch_cpu_finalize_init()Thomas Gleixner
2023-07-27Merge tag 'v5.10.188' into v5.10/standard/baseBruce Ashfield
2023-07-27sh: pgtable-3level: Fix cast to pointer from integer of different sizeGeert Uytterhoeven
2023-07-27sh: dma: Fix DMA channel offset calculationArtur Rojek
2023-07-27sh: j2: Use ioremap() to translate device tree address into kernel memoryJohn Paul Adrian Glaubitz
2023-07-27mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t *Aneesh Kumar K.V
2023-05-19Merge tag 'v5.10.180' into v5.10/standard/baseBruce Ashfield
2023-05-17sh: nmi_debug: fix return value of __setup handlerRandy Dunlap
2023-05-17sh: init: use OF_EARLY_FLATTREE for early initRandy Dunlap
2023-05-17sh: mcount.S: fix build error when PRINTK is not enabledRandy Dunlap
2023-05-17sh: math-emu: fix macro redefined warningRandy Dunlap
2023-05-17sh: sq: Fix incorrect element size for allocating bitmap bufferJohn Paul Adrian Glaubitz
2023-04-06Merge tag 'v5.10.177' into v5.10/standard/baseBruce Ashfield
2023-04-05sh: sanitize the flags on sigreturnAl Viro
2023-03-17Merge tag 'v5.10.175' into v5.10/standard/baseBruce Ashfield
2023-03-17sh: define RUNTIME_DISCARD_EXITTom Saeger
2023-02-01Merge tag 'v5.10.166' into v5.10/standard/baseBruce Ashfield
2023-02-01exit: Add and use make_task_dead.Eric W. Biederman
2023-01-04Merge tag 'v5.10.162' into v5.10/standard/baseBruce Ashfield
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2023-01-04sh: add support for TIF_NOTIFY_SIGNALJens Axboe
2022-10-31Merge tag 'v5.10.150' into v5.10/standard/baseBruce Ashfield
2022-10-26sh: machvec: Use char[] for section boundariesKees Cook
2022-07-29Merge tag 'v5.10.132' into v5.10/standard/baseBruce Ashfield
2022-07-21sh: convert nommu io{re,un}map() to static inline functionsGeert Uytterhoeven
2021-11-30Merge tag 'v5.10.82' into v5.10/standard/baseBruce Ashfield
2021-11-29Merge tag 'v5.10.80' into v5.10/standard/baseBruce Ashfield
2021-11-26sh: define __BIG_ENDIAN for math-emuRandy Dunlap
2021-11-26sh: math-emu: drop unused functionsRandy Dunlap
2021-11-26sh: fix kconfig unmet dependency warning for FRAME_POINTERRandy Dunlap
2021-11-26sh: check return code of request_irqNick Desaulniers
2021-11-18signal/sh: Use force_sig(SIGKILL) instead of do_group_exit(SIGKILL)Eric W. Biederman
2021-07-14Merge branch 'v5.10/base' into v5.10/standard/baseBruce Ashfield
2021-07-14sched/core: Initialize the idle task with preemption disabledValentin Schneider
2021-01-31Merge tag 'v5.10.11' into v5.10/standard/baseBruce Ashfield
2021-01-27sh: Remove unused HAVE_COPY_THREAD_TLS macroJinyang He
2021-01-27sh: dma: fix kconfig dependency for G2_DMANecip Fazil Yildiran
2021-01-17Merge tag 'v5.10.7' into v5.10/standard/baseBruce Ashfield
2021-01-12local64.h: make <asm/local64.h> mandatoryRandy Dunlap
2020-12-17linux-yocto: Handle /bin/awk issuesRichard Purdie
2020-11-24sched/idle: Fix arch_cpu_idle() vs tracingPeter Zijlstra
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-23Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-10-22Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim