summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-04-26RISC-V: Add crash kernel supportNick Kossifidis5-0/+102
2021-04-26RISC-V: Add kdump supportNick Kossifidis8-27/+249
2021-04-26RISC-V: Improve init_resources()Nick Kossifidis1-44/+46
2021-04-26RISC-V: Add kexec supportNick Kossifidis5-0/+412
2021-04-26riscv: vdso: fix and clean-up MakefileJisheng Zhang1-2/+2
2021-04-26riscv/mm: Use BUG_ON instead of if condition followed by BUG.zhouchuangao1-2/+2
2021-04-26riscv/kprobe: fix kernel panic when invoking sys_read traced by kprobeLiao Chang1-1/+3
2021-04-26riscv: Set ARCH_HAS_STRICT_MODULE_RWX if MMUJisheng Zhang1-0/+1
2021-04-26riscv: module: Create module allocations without exec permissionsJisheng Zhang1-1/+1
2021-04-26riscv: bpf: Avoid breaking W^XJisheng Zhang1-1/+2
2021-04-26riscv: bpf: Move bpf_jit_alloc_exec() and bpf_jit_free_exec() to coreJisheng Zhang2-13/+13
2021-04-26riscv: kprobes: Implement alloc_insn_page()Jisheng Zhang1-0/+8
2021-04-26riscv: Constify sbi_ipi_opsJisheng Zhang3-5/+5
2021-04-26riscv: Constify sys_call_tableJisheng Zhang2-2/+2
2021-04-26riscv: Mark some global variables __ro_after_initJisheng Zhang5-12/+12
2021-04-26riscv: add __init section marker to some functionsJisheng Zhang4-8/+8
2021-04-26riscv: Prepare ptdump for vm layout dynamic addressesAlexandre Ghiti1-12/+61
2021-04-26riscv: Move kernel mapping outside of linear mappingAlexandre Ghiti12-36/+182
2021-04-26riscv: Select HAVE_DYNAMIC_FTRACE when -fpatchable-function-entry is availableNathan Chancellor1-1/+1
2021-04-26riscv: Workaround mcount name prior to clang-13Nathan Chancellor2-7/+17
2021-04-26riscv: Use $(LD) instead of $(CC) to link vDSONathan Chancellor1-8/+4
2021-04-26riscv: sifive: Apply errata "cip-1200" patchVincent Chen4-2/+40
2021-04-26riscv: sifive: Apply errata "cip-453" patchVincent Chen6-3/+94
2021-04-26riscv: sifive: Add SiFive alternative portsVincent Chen7-0/+89
2021-04-26riscv: Introduce alternative mechanism to apply errata solutionVincent Chen14-0/+300
2021-04-26riscv: Add 3 SBI wrapper functions to get cpu manufacturer informationVincent Chen2-0/+18
2021-03-29riscv: Cleanup KASAN_VMALLOC supportAlexandre Ghiti1-41/+18
2021-03-29RISC-V: Don't print SBI version for all detected extensionsAnup Patel1-3/+3
2021-03-16riscv: Enable generic clockevent broadcastGuo Ren2-0/+18
2021-03-09riscv: Add ARCH_HAS_FORTIFY_SOURCEKefeng Wang2-0/+6
2021-03-09riscv: Add support for memtestKefeng Wang1-2/+4
2021-03-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-16/+400
2021-03-04Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-33/+93
2021-03-03xen: fix p2m size in dom0 for disabled memory hotplug caseJuergen Gross3-26/+21
2021-03-03Xen/gnttab: handle p2m update errors on a per-slot basisJan Beulich2-7/+72
2021-03-02ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe1-1/+2
2021-03-02KVM: SVM: Clear the CR4 register on resetBabu Moger1-0/+1
2021-03-02KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse4-2/+343
2021-03-02KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_infoDavid Woodhouse1-0/+4
2021-03-02KVM: x86: allow compiling out the Xen hypercall interfacePaolo Bonzini4-2/+42
2021-02-28Merge tag 'kbuild-fixes-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+0
2021-02-28Merge tag 'csky-for-linus-5.12-rc1' of git://github.com/c-sky/csky-linuxLinus Torvalds93-992/+1346
2021-02-28Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-19/+5
2021-02-28ia64: remove redundant READELF from arch/ia64/MakefileMasahiro Yamada1-1/+0
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds24-24/+24
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+2
2021-02-27csky: Fixup compile errorGuo Ren52-52/+0
2021-02-27csky: use free_initmem_default() in free_initmem()David Hildenbrand1-16/+1
2021-02-27csky: Fixup pfn_valid error with wrong max_mapnrGuo Ren1-2/+2
2021-02-27csky: Add VDSO with GENERIC_GETTIMEOFDAY, GENERIC_TIME_VSYSCALL, HAVE_GENERIC...Guo Ren14-3/+225