summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-23278-16125/+338
|\
| * nds32: Remove the architectureAlan Kao2022-03-07159-15104/+0
| * Merge branch 'set_fs-4' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd...Arnd Bergmann2022-02-25107-1024/+322
| |\
| | * uaccess: remove CONFIG_SET_FSArnd Bergmann2022-02-2557-389/+7
| | * ia64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-255-43/+45
| | * sh: remove CONFIG_SET_FS supportArnd Bergmann2022-02-258-61/+21
| | * sparc64: remove CONFIG_SET_FS supportArnd Bergmann2022-02-259-49/+9
| | * uaccess: generalize access_ok()Arnd Bergmann2022-02-2529-335/+49
| | * uaccess: fix type mismatch warnings from access_ok()Arnd Bergmann2022-02-259-19/+21
| | * arm64: simplify access_ok()Arnd Bergmann2022-02-251-24/+10
| | * m68k: fix access_ok for coldfireArnd Bergmann2022-02-251-6/+9
| | * MIPS: use simpler access_ok()Arnd Bergmann2022-02-251-18/+4
| | * MIPS: Handle address errors for accesses above CPU max virtual user addressThomas Bogendoerfer2022-02-251-0/+17
| | * uaccess: add generic __{get,put}_kernel_nofaultArnd Bergmann2022-02-2511-21/+0
| | * nios2: drop access_ok() check from __put_user()Arnd Bergmann2022-02-251-23/+33
| | * x86: use more conventional access_ok() definitionArnd Bergmann2022-02-251-22/+3
| | * x86: remove __range_not_ok()Arnd Bergmann2022-02-255-13/+9
| | * sparc64: add __{get,put}_kernel_nofault()Arnd Bergmann2022-02-251-0/+78
| | * nds32: fix access_ok() checks in get/put_userArnd Bergmann2022-02-251-5/+17
| | * uaccess: fix nios2 and microblaze get_user_8()Arnd Bergmann2022-02-252-19/+25
| | * uaccess: fix integer overflow on access_ok()Arnd Bergmann2022-02-143-28/+16
| * | sparc64: fix building assembly filesArnd Bergmann2022-02-181-1/+1
| * | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageMasahiro Yamada2022-02-176-6/+24
| * | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageMasahiro Yamada2022-02-1712-12/+13
| |/
* | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-03-2374-850/+1432
|\ \
| * | ARM: fix building NOMMU ARMv4/v5 kernelsArnd Bergmann2022-03-121-1/+1
| * | ARM: unwind: only permit stack switch when unwinding call_with_stack()Ard Biesheuvel2022-03-111-10/+16
| * | ARM: Revert "unwind: dump exception stack from calling frame"Ard Biesheuvel2022-03-113-20/+2
| * | ARM: entry: fix unwinder problems caused by IRQ stacksArd Biesheuvel2022-03-111-43/+14
| * | ARM: unwind: set frame.pc correctly for current-thread unwindingRussell King (Oracle)2022-03-113-3/+10
| * | ARM: 9184/1: return_address: disable again for CONFIG_ARM_UNWIND=yArd Biesheuvel2022-03-072-1/+22
| * | ARM: 9183/1: unwind: avoid spurious warnings on bogus code addressesArd Biesheuvel2022-03-071-1/+2
| * | Revert "ARM: 9144/1: forbid ftrace with clang and thumb2_kernel"Ard Biesheuvel2022-02-101-1/+1
| * | ARM: mach-bcm: disable ftrace in SMC invocation routinesArd Biesheuvel2022-02-101-0/+1
| * | ARM: cacheflush: avoid clobbering the frame pointerArd Biesheuvel2022-02-093-35/+23
| * | ARM: kprobes: treat R7 as the frame pointer register in Thumb2 buildsArd Biesheuvel2022-02-092-7/+17
| * | ARM: ftrace: enable the graph tracer with the EABI unwinderArd Biesheuvel2022-02-096-34/+40
| * | ARM: unwind: track location of LR value in stack frameArd Biesheuvel2022-02-093-3/+8
| * | ARM: ftrace: enable HAVE_FUNCTION_GRAPH_FP_TESTArd Biesheuvel2022-02-093-1/+8
| * | ARM: ftrace: avoid unnecessary literal loadsArd Biesheuvel2022-02-091-16/+11
| * | ARM: ftrace: avoid redundant loads or clobbering IPArd Biesheuvel2022-02-091-29/+22
| * | ARM: ftrace: use trampolines to keep .init.text in branching rangeArd Biesheuvel2022-02-092-3/+36
| * | ARM: ftrace: use ADD not POP to counter PUSH at entryArd Biesheuvel2022-02-092-3/+14
| * | ARM: ftrace: ensure that ADR takes the Thumb bit into accountArd Biesheuvel2022-02-091-1/+1
| * | ARM: make get_current() and __my_cpu_offset() __always_inlineArd Biesheuvel2022-01-312-2/+2
| * | ARM: drop pointless SMP check on secondary startup pathArd Biesheuvel2022-01-251-5/+0
| * | ARM: iop: make iop_handle_irq() staticArd Biesheuvel2022-01-251-1/+1
| * | ARM: mm: make vmalloc_seq handling SMP safeArd Biesheuvel2022-01-256-32/+41
| * | ARM: entry: avoid clobbering R9 in IRQ handlerArd Biesheuvel2022-01-251-5/+4
| * | ARM: smp: elide HWCAP_TLS checks or __entry_task updates on SMP+v6Ard Biesheuvel2022-01-253-18/+25