aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-02-22riscv: Update Canaan Kendryte K210 device treeDamien Le Moal4-52/+414
2021-02-22RISC-V: Add a non-void return for sbi v02 functionsAtish Patra2-21/+21
2021-02-18RISC-V: Implement ASID allocatorAnup Patel4-4/+279
2021-02-18RISC-V: remove unneeded semicolonChengyang Fan1-1/+1
2021-02-18RISC-V: probes: Treat the instruction stream as host-endianPalmer Dabbelt2-2/+2
2021-02-18pinctrl: Add RISC-V Canaan Kendryte K210 FPIOA driverDamien Le Moal1-0/+1
2021-02-18arch/riscv:fix typo in a comment in arch/riscv/kernel/image-vars.htangchunyou1-1/+1
2021-02-18riscv/kasan: add KASAN_VMALLOC supportNylon Chen2-1/+57
2021-02-18riscv: Covert to reserve_initrd_mem()Kefeng Wang1-53/+1
2021-02-18riscv: add BUILTIN_DTB support for MMU-enabled targetsVitaly Wool3-7/+17
2021-01-14riscv/stacktrace: Fix stack output without ra on the stack topChen Huang1-3/+9
2021-01-14riscv: Improve __show_regsKefeng Wang1-1/+6
2021-01-14riscv: Add dump stack in show_regsKefeng Wang5-4/+21
2021-01-14riscv: Enable per-task stack canariesGuo Ren5-2/+23
2021-01-14riscv: Add support for function error injectionGuo Ren4-0/+19
2021-01-14riscv: Add uprobes supportedGuo Ren9-1/+253
2021-01-14riscv: Add KPROBES_ON_FTRACE supportedGuo Ren3-0/+55
2021-01-14riscv: Add kprobes supportedGuo Ren13-0/+773
2021-01-14riscv: Using PATCHABLE_FUNCTION_ENTRY instead of MCOUNTGuo Ren3-235/+204
2021-01-14riscv: Fixup patch_text panic in ftraceGuo Ren2-0/+2
2021-01-14riscv: Fixup wrong ftrace remove cflagGuo Ren2-3/+3
2021-01-14riscv: Fixup compile error BUILD_BUG_ON failedGuo Ren1-2/+6
2021-01-14RISC-V: Implement ptrace regs and stack APIPatrick Stählin3-0/+129
2021-01-14riscv: Add machine name to kernel boot log and stack dump outputKefeng Wang1-1/+8
2021-01-14riscv: Add numa support for riscv64 platformAtish Patra7-5/+87
2021-01-14riscv: Add support pte_protnone and pmd_protnone if CONFIG_NUMA_BALANCINGGreentime Hu1-0/+20
2021-01-14riscv: Separate memory init from paging initAtish Patra3-1/+7
2021-01-14numa: Move numa implementation to common codeAtish Patra4-531/+2
2021-01-14arm64, numa: Change the numa init functions name to be genericAtish Patra4-20/+27
2021-01-14riscv: Add Canaan Kendryte K210 reset controllerDamien Le Moal1-0/+1
2021-01-14riscv: Fix Canaan Kendryte K210 device treeDamien Le Moal1-5/+0
2021-01-14riscv: Use vendor name for K210 SoC supportDamien Le Moal8-20/+20
2021-01-07riscv: Fix builtin DTB handlingDamien Le Moal6-78/+19
2021-01-07riscv: dts: add initial board data for the SiFive HiFive UnmatchedYash Shah2-1/+255
2021-01-07riscv: dts: add initial support for the SiFive FU740-C000 SoCYash Shah1-0/+293
2021-01-07riscv/mm: Prevent kernel module to access user memory without uaccess routinesEric Lin1-0/+5
2021-01-07riscv/mm: Introduce a die_kernel_fault() helper functionEric Lin1-6/+17
2021-01-07riscv: Cleanup sbi function stubs when RISCV_SBI disabledKefeng Wang3-12/+5
2021-01-02Merge tag 's390-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds4-21/+35
2020-12-30s390/Kconfig: sort config S390 select list once againHeiko Carstens1-14/+17
2020-12-30s390: update defconfigsHeiko Carstens3-7/+18
2020-12-29local64.h: make <asm/local64.h> mandatoryRandy Dunlap21-21/+0
2020-12-29mm: memmap defer init doesn't work as expectedBaoquan He1-2/+2
2020-12-24Merge tag 'riscv-for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2020-12-24Merge tag 'powerpc-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds7-15/+29
2020-12-24Merge tag 'irq-core-2020-12-23' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds6-9/+7
2020-12-24Merge tag 'efi_updates_for_v5.11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-152/+30
2020-12-22Merge tag 'kbuild-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2020-12-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds36-51/+466
2020-12-22Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linuxLinus Torvalds50-473/+1256