Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-16riscv: keep interrupts disabled for BREAKPOINT exceptionJisheng Zhang
2021-04-16riscv: kprobes/ftrace: Add recursion protection to the ftrace callbackJisheng Zhang
2021-04-16riscv: add do_page_fault and do_trap_break into the kprobes blacklistJisheng Zhang
2021-04-16riscv: Fix spelling mistake "SPARSEMEM" to "SPARSMEM"Kefeng Wang
2021-04-02riscv: Make NUMA depend on MMUKefeng Wang
2021-04-02riscv: remove unneeded semicolonYang Li
2021-04-02riscv,entry: fix misaligned base for excp_vect_tableZihao Yu
2021-04-02riscv: evaluate put_user() arg before enabling user accessBen Dooks
2021-04-02riscv: Drop const annotation for spKefeng Wang
2021-03-17riscv: Correct SPARSEMEM configurationKefeng Wang
2021-03-17RISC-V: kasan: Declare kasan_shallow_populate() staticPalmer Dabbelt
2021-03-17riscv: Ensure page table writes are flushed when initializing KASAN vmallocAlexandre Ghiti
2021-03-17RISC-V: Fix out-of-bounds accesses in init_resources()Geert Uytterhoeven
2021-03-17riscv: Fix compilation error with Canaan SoCDamien Le Moal
2021-03-17ftrace: Fix spelling mistake "disabed" -> "disabled"Colin Ian King
2021-03-17riscv: fix bugon.cocci warningskernel test robot
2021-03-10riscv: process: Fix no prototype for arch_dup_task_structNanyong Sun
2021-03-10riscv: ftrace: Use ftrace_get_regs helperNanyong Sun
2021-03-10riscv: process: Fix no prototype for show_regsNanyong Sun
2021-03-10riscv: syscall_table: Reduce W=1 compilation warnings noiseNanyong Sun
2021-03-10riscv: time: Fix no prototype for time_initNanyong Sun
2021-03-10riscv: ptrace: Fix no prototype warningsNanyong Sun
2021-03-10riscv: sbi: Fix comment of __sbi_set_timer_v01Nanyong Sun
2021-03-10riscv: irq: Fix no prototype warningNanyong Sun
2021-03-10riscv: traps: Fix no prototype warningsNanyong Sun
2021-03-10RISC-V: correct enum sbi_ext_rfence_fidHeinrich Schuchardt
2021-02-28Merge tag 'riscv-for-linus-5.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-27Merge tag 'io_uring-worker.v3-2021-02-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-27riscv: Cleanup setup_bootmem()Kefeng Wang
2021-02-27RISC-V: Enable CPU Hotplug in defconfigsAnup Patel
2021-02-27RISC-V: Make NUMA depend on SMPPalmer Dabbelt
2021-02-26Merge tag 'riscv-for-linus-5.12-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-23riscv: Improve kasan population by using hugepages when possibleAlexandre Ghiti
2021-02-23riscv: Improve kasan population functionAlexandre Ghiti
2021-02-23riscv: Use KASAN_SHADOW_INIT define for kasan memory initializationAlexandre Ghiti
2021-02-23riscv: Improve kasan definitionsAlexandre Ghiti
2021-02-23riscv: Get rid of MAX_EARLY_MAPPING_SIZEAlexandre Ghiti
2021-02-23riscv: Disable KSAN_SANITIZE for vDSOTobias Klauser
2021-02-23riscv: Remove unnecessary declarationKefeng Wang
2021-02-23riscv: Add Canaan Kendryte K210 SD card defconfigDamien Le Moal
2021-02-23riscv: Update Canaan Kendryte K210 defconfigDamien Le Moal
2021-02-23riscv: Add Kendryte KD233 board device treeDamien Le Moal
2021-02-23riscv: Add SiPeed MAIXDUINO board device treeDamien Le Moal
2021-02-23riscv: Add SiPeed MAIX GO board device treeDamien Le Moal
2021-02-23riscv: Add SiPeed MAIX DOCK board device treeDamien Le Moal
2021-02-23riscv: Add SiPeed MAIX BiT board device treeDamien Le Moal
2021-02-23riscv: Update Canaan Kendryte K210 device treeDamien Le Moal
2021-02-23RISC-V: Add a non-void return for sbi v02 functionsAtish Patra
2021-02-22arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe
2021-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds