Age | Commit message (Expand) | Author | Files | Lines |
2021-11-13 | Merge tag 'riscv-for-linus-5.16-mw1' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 21 | -137/+292 |
2021-11-11 | Merge tag 'net-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2 | -2/+4 |
2021-11-10 | Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -9/+0 |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+4 |
2021-11-09 | include/linux/delay.h: replace kernel.h with the necessary inclusions | Andy Shevchenko | 1 | -0/+4 |
2021-11-08 | Merge tag 'kbuild-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2 | -6/+4 |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2021-11-06 | memblock: use memblock_free for freeing virtual pointers | Mike Rapoport | 1 | -3/+2 |
2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -2/+3 |
2021-11-05 | riscv, bpf: Fix RV32 broken build, and silence RV64 warning | Björn Töpel | 2 | -2/+4 |
2021-11-02 | Merge tag 'devicetree-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2021-11-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 22 | -0/+4523 |
2021-11-02 | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -48/+178 |
2021-11-01 | Merge tag 'trace-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 5 | -18/+10 |
2021-11-01 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 4 | -48/+178 |
2021-11-01 | Merge tag 'cpu-to-thread_info-v5.16-rc1' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -7/+0 |
2021-11-01 | Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2 | -8/+6 |
2021-11-01 | Merge tag 'irq-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -11/+2 |
2021-11-01 | riscv, bpf: Increase the maximum number of iterations | Björn Töpel | 1 | -1/+1 |
2021-11-01 | RISC-V: KVM: fix boolreturn.cocci warnings | Bixuan Cui | 1 | -9/+9 |
2021-11-01 | RISC-V: KVM: remove unneeded semicolon | ran jianping | 4 | -8/+8 |
2021-10-31 | RISC-V: KVM: Fix GPA passed to __kvm_riscv_hfence_gvma_xyz() functions | Anup Patel | 2 | -4/+5 |
2021-10-31 | RISC-V: KVM: Factor-out FP virtualization into separate sources | Anup Patel | 5 | -176/+228 |
2021-10-30 | Merge tag 'riscv-for-linus-5.15-rc8' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -13/+11 |
2021-10-29 | riscv: Fix asan-stack clang build | Alexandre Ghiti | 3 | -2/+10 |
2021-10-29 | riscv: Do not re-populate shadow memory with kasan_populate_early_shadow | Alexandre Ghiti | 1 | -11/+0 |
2021-10-28 | riscv, bpf: Fix potential NULL dereference | Björn Töpel | 1 | -1/+2 |
2021-10-28 | riscv, bpf: Add BPF exception tables | Tong Tiangen | 4 | -47/+177 |
2021-10-27 | riscv: defconfig: enable DRM_NOUVEAU | Heinrich Schuchardt | 1 | -3/+4 |
2021-10-27 | riscv: fix misalgned trap vector base address | Chen Lu | 1 | -0/+1 |
2021-10-27 | ftrace: disable preemption when recursion locked | 王贇 | 1 | -2/+0 |
2021-10-26 | riscv/vdso: Drop unneeded part due to merge issue | Kefeng Wang | 1 | -11/+0 |
2021-10-26 | riscv: remove .text section size limitation for XIP | Vitaly Wool | 4 | -9/+26 |
2021-10-26 | irq: remove handle_domain_{irq,nmi}() | Mark Rutland | 1 | -1/+0 |
2021-10-26 | irq: riscv: perform irqentry in entry code | Mark Rutland | 3 | -11/+2 |
2021-10-25 | irq: add a (temporary) CONFIG_HANDLE_DOMAIN_IRQ_IRQENTRY | Mark Rutland | 1 | -0/+1 |
2021-10-24 | kbuild: use more subdir- for visiting subdirectories while cleaning | Masahiro Yamada | 2 | -6/+4 |
2021-10-22 | bpf: Define bpf_jit_alloc_exec_limit for riscv JIT | Lorenz Bauer | 1 | -0/+5 |
2021-10-22 | riscv: do not select non-existing config ANON_INODES | Lukas Bulwahn | 1 | -1/+0 |
2021-10-21 | Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k... | Palmer Dabbelt | 4 | -16/+7 |
2021-10-20 | riscv: Use of_get_cpu_hwid() | Rob Herring | 1 | -1/+2 |
2021-10-19 | riscv: dts: sifive: add missing compatible for plic | Krzysztof Kozlowski | 1 | -1/+1 |
2021-10-19 | riscv: dts: microchip: add missing compatibles for clint and plic | Krzysztof Kozlowski | 1 | -2/+2 |
2021-10-19 | riscv: dts: sifive: drop duplicated nodes and properties in sifive | Krzysztof Kozlowski | 2 | -10/+0 |
2021-10-19 | riscv: dts: sifive: fix Unleashed board compatible | Krzysztof Kozlowski | 1 | -1/+2 |
2021-10-19 | riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatible | Krzysztof Kozlowski | 2 | -2/+2 |
2021-10-15 | sched: Add wrapper for get_wchan() to keep task blocked | Kees Cook | 2 | -8/+6 |
2021-10-09 | Merge tag 'riscv-for-linus-5.15-rc5' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 7 | -29/+52 |
2021-10-08 | ftrace: Cleanup ftrace_dyn_arch_init() | Weizhao Ouyang | 1 | -5/+0 |
2021-10-08 | Merge tag 'asm-generic-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+0 |