summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* parisc: decompressor: clean up MakefileMasahiro Yamada2021-11-011-4/+3
* parisc: decompressor: remove repeated depenency of misc.oMasahiro Yamada2021-11-011-2/+0
* parisc: Remove unused constants from asm-offsets.cHelge Deller2021-11-011-5/+0
* parisc/ftrace: use static key to enable/disable function graph tracerSven Schnelle2021-11-011-3/+6
* parisc/ftrace: set function trace functionSven Schnelle2021-11-011-7/+5
* parisc: Make use of the helper macro kthread_run()Cai Huoqing2021-11-011-3/+1
* parisc: mark xchg functions notraceSven Schnelle2021-11-011-6/+6
* parisc: enhance warning regarding usage of O_NONBLOCKHelge Deller2021-11-012-4/+7
* parisc: Drop ifdef __KERNEL__ from non-uapi kernel headersHelge Deller2021-11-018-31/+0
* parisc: Use PRIV_USER and PRIV_KERNEL in ptrace.hHelge Deller2021-11-011-3/+3
* parisc: Use PRIV_USER in syscall.SHelge Deller2021-11-011-2/+2
* parisc/kgdb: add kgdb_roundup() to make kgdb work with idle pollingSven Schnelle2021-11-011-2/+17
* parisc: Move thread_info into task structHelge Deller2021-11-0114-100/+105
* parisc: add support for TOC (transfer of control)Sven Schnelle2021-11-016-2/+222
* parisc/firmware: add functions to retrieve TOC dataSven Schnelle2021-11-012-0/+34
* parisc: add PIM TOC data structuresSven Schnelle2021-11-011-0/+22
* parisc: move virt_map macro to assembly.hSven Schnelle2021-11-012-24/+25
* parisc/unwind: fix unwinder when CONFIG_64BIT is enabledSven Schnelle2021-11-011-7/+14
* parisc: Fix ptrace check on syscall returnHelge Deller2021-11-011-1/+1
* parisc: Use PRIV_USER instead of 3 in entry.SHelge Deller2021-10-301-6/+6
* parisc: Use FRAME_SIZE and FRAME_ALIGN from assembly.hHelge Deller2021-10-301-7/+1
* parisc: Allocate task struct with stack frame alignmentHelge Deller2021-10-301-1/+2
* parisc: Define FRAME_ALIGN and PRIV_USER/PRIV_KERNEL in assembly.hHelge Deller2021-10-301-0/+7
* parisc: fix warning in flush_tlb_allSven Schnelle2021-10-301-2/+2
* parisc: disable preemption in send_IPI_allbutself()Sven Schnelle2021-10-301-1/+3
* parisc: fix preempt_count() check in entry.SSven Schnelle2021-10-301-2/+2
* parisc: deduplicate code in flush_cache_mm() and flush_cache_range()Sven Schnelle2021-10-301-51/+30
* parisc: disable preemption during local tlb flushSven Schnelle2021-10-301-0/+6
* parisc: Add KFENCE supportHelge Deller2021-10-303-2/+52
* parisc: Switch to ARCH_STACKWALK implementationHelge Deller2021-10-302-17/+15
* parisc: make parisc_acctyp() available outside of faults.cHelge Deller2021-10-302-1/+2
* parisc/unwind: use copy_from_kernel_nofault()Sven Schnelle2021-10-301-1/+2
* Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-10-304-13/+11
|\
| * riscv: Fix asan-stack clang buildAlexandre Ghiti2021-10-293-2/+10
| * riscv: Do not re-populate shadow memory with kasan_populate_early_shadowAlexandre Ghiti2021-10-291-11/+0
| * riscv: fix misalgned trap vector base addressChen Lu2021-10-271-0/+1
* | Merge tag 'powerpc-5.15-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-10-301-13/+14
|\ \
| * | powerpc/pseries/iommu: Create huge DMA window if no MMIO32 is presentAlexey Kardashevskiy2021-10-251-6/+6
| * | powerpc/pseries/iommu: Check if the default window in use before removing itAlexey Kardashevskiy2021-10-251-6/+6
| * | powerpc/pseries/iommu: Use correct vfree for it_mapAlexey Kardashevskiy2021-10-251-1/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-10-292-2/+10
|\ \ \
| * | | crypto: x86/sm4 - Fix invalid section entry sizeTianjia Zhang2021-10-222-2/+10
* | | | Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-10-282-1/+12
|\ \ \ \
| * | | | riscv, bpf: Fix potential NULL dereferenceBjörn Töpel2021-10-281-1/+2
| * | | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-10-262-0/+10
| |\ \ \ \
| | * | | | bpf: Define bpf_jit_alloc_exec_limit for arm64 JITLorenz Bauer2021-10-231-0/+5
| | * | | | bpf: Define bpf_jit_alloc_exec_limit for riscv JITLorenz Bauer2021-10-231-0/+5
* | | | | | Merge tag 'trace-v5.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-10-271-1/+1
|\ \ \ \ \ \
| * | | | | | ftrace/nds32: Update the proto for ftrace_trace_function to match ftrace_stubSteven Rostedt (VMware)2021-10-271-1/+1
* | | | | | | Merge tag 'nios2_fixes_for_v5.15_part3' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2021-10-271-0/+1
|\ \ \ \ \ \ \