Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge tag 'riscv-for-linus-6.6-mw1' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2023-09-01 | 36 | -356/+1008 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge patch series "RISC-V: mm: Make SV48 the default address space" | Palmer Dabbelt | 2023-08-31 | 3 | -12/+75 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | RISC-V: mm: Update pgtable comment documentation | Charlie Jenkins | 2023-08-23 | 1 | -3/+5 | |
| | * | | | | | | | RISC-V: mm: Restrict address space for sv39,sv48,sv57 | Charlie Jenkins | 2023-08-23 | 3 | -9/+70 | |
| | | |_|_|/ / / | | |/| | | | | | ||||||
| * | | | | | | | Merge patch series "riscv: Reduce ARCH_KMALLOC_MINALIGN to 8" | Palmer Dabbelt | 2023-08-31 | 5 | -0/+26 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: enable DMA_BOUNCE_UNALIGNED_KMALLOC for !dma_coherent | Jisheng Zhang | 2023-08-23 | 1 | -0/+1 | |
| | * | | | | | | | riscv: allow kmalloc() caches aligned to the smallest value | Jisheng Zhang | 2023-08-23 | 4 | -0/+25 | |
| | |/ / / / / / | ||||||
| * | | | | | | | riscv: support PREEMPT_DYNAMIC with static keys | Jisheng Zhang | 2023-08-31 | 1 | -0/+1 | |
| * | | | | | | | Merge patch series "riscv: support ELF format binaries in nommu mode" | Palmer Dabbelt | 2023-08-31 | 3 | -1/+19 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: support the elf-fdpic binfmt loader | Greg Ungerer | 2023-08-23 | 3 | -1/+19 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge patch series "riscv: KCFI support" | Palmer Dabbelt | 2023-08-31 | 14 | -12/+238 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: Allow CONFIG_CFI_CLANG to be selected | Sami Tolvanen | 2023-08-23 | 1 | -0/+1 | |
| | * | | | | | | | riscv/purgatory: Disable CFI | Sami Tolvanen | 2023-08-23 | 1 | -0/+4 | |
| | * | | | | | | | riscv: Add CFI error handling | Sami Tolvanen | 2023-08-23 | 6 | -1/+115 | |
| | * | | | | | | | riscv: Add ftrace_stub_graph | Sami Tolvanen | 2023-08-23 | 1 | -0/+4 | |
| | * | | | | | | | riscv: Add types to indirectly called assembly functions | Sami Tolvanen | 2023-08-23 | 2 | -4/+6 | |
| | * | | | | | | | riscv: Implement syscall wrappers | Sami Tolvanen | 2023-08-23 | 6 | -7/+108 | |
| | |/ / / / / / | ||||||
| * | | | | | | | riscv: Move create_tmp_mapping() to init sections | Alexandre Ghiti | 2023-08-31 | 1 | -1/+1 | |
| * | | | | | | | riscv: Mark KASAN tmp* page tables variables as static | Alexandre Ghiti | 2023-08-31 | 1 | -3/+3 | |
| * | | | | | | | riscv: mm: use bitmap_zero() API | Ye Xingchen | 2023-08-31 | 1 | -1/+1 | |
| * | | | | | | | Merge patch series "support allocating crashkernel above 4G explicitly on riscv" | Palmer Dabbelt | 2023-08-31 | 2 | -7/+91 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: kdump: Implement crashkernel=X,[high,low] | Chen Jiahao | 2023-08-16 | 2 | -7/+91 | |
| | |/ / / / / / | ||||||
| * | | | | | | | Merge patch series "riscv: kprobes: simulate some instructions" | Palmer Dabbelt | 2023-08-31 | 3 | -5/+116 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: kprobes: simulate c.beqz and c.bnez | Nam Cao | 2023-08-16 | 3 | -2/+48 | |
| | * | | | | | | | riscv: kprobes: simulate c.jr and c.jalr instructions | Nam Cao | 2023-08-16 | 3 | -2/+41 | |
| | * | | | | | | | riscv: kprobes: simulate c.j instruction | Nam Cao | 2023-08-16 | 3 | -1/+27 | |
| | |/ / / / / / | ||||||
| * | | | | | | | riscv: remove redundant mv instructions | Nam Cao | 2023-08-31 | 1 | -5/+1 | |
| * | | | | | | | riscv: Require FRAME_POINTER for some configurations | Björn Töpel | 2023-08-23 | 2 | -3/+1 | |
| * | | | | | | | riscv: alternatives: fix a typo in comment | Yuan Tan | 2023-08-02 | 1 | -1/+1 | |
| * | | | | | | | RISC-V: cpu: refactor deprecated strncpy | Justin Stitt | 2023-08-02 | 1 | -6/+6 | |
| * | | | | | | | Merge patch series "RISC-V: Probe DT extension support using riscv,isa-extens... | Palmer Dabbelt | 2023-07-25 | 4 | -298/+427 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | RISC-V: provide Kconfig & commandline options to control parsing "riscv,isa" | Conor Dooley | 2023-07-25 | 4 | -2/+39 | |
| | * | | | | | | | RISC-V: try new extension properties in of_early_processor_hartid() | Conor Dooley | 2023-07-25 | 1 | -1/+28 | |
| | * | | | | | | | RISC-V: enable extension detection from dedicated properties | Conor Dooley | 2023-07-25 | 2 | -4/+75 | |
| | * | | | | | | | RISC-V: split riscv_fill_hwcap() in 3 | Conor Dooley | 2023-07-25 | 1 | -168/+177 | |
| | * | | | | | | | RISC-V: add single letter extensions to riscv_isa_ext | Conor Dooley | 2023-07-25 | 2 | -26/+24 | |
| | * | | | | | | | RISC-V: add missing single letter extension definitions | Conor Dooley | 2023-07-25 | 1 | -0/+5 | |
| | * | | | | | | | RISC-V: repurpose riscv_isa_ext array in riscv_fill_hwcap() | Conor Dooley | 2023-07-25 | 3 | -28/+14 | |
| | * | | | | | | | RISC-V: shunt isa_ext_arr to cpufeature.c | Conor Dooley | 2023-07-25 | 3 | -73/+72 | |
| | * | | | | | | | RISC-V: drop a needless check in print_isa_ext() | Conor Dooley | 2023-07-25 | 1 | -4/+0 | |
| | * | | | | | | | RISC-V: don't parse dt/acpi isa string to get rv32/rv64 | Heiko Stuebner | 2023-07-25 | 1 | -12/+9 | |
| | * | | | | | | | RISC-V: Provide a more helpful error message on invalid ISA strings | Palmer Dabbelt | 2023-07-25 | 1 | -2/+6 | |
| | |/ / / / / / | ||||||
| * / / / / / / | riscv: sigcontext: Correct the comment of sigreturn | Guo Ren | 2023-07-11 | 1 | -1/+1 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'x86_shstk_for_6.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2023-08-31 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | mm: Rename arch pte_mkwrite()'s to pte_mkwrite_novma() | Rick Edgecombe | 2023-07-11 | 1 | -3/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'devicetree-header-cleanups-for-6.6' of git://git.kernel.org/pub/sc... | Linus Torvalds | 2023-08-30 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | riscv: Explicitly include correct DT includes | Rob Herring | 2023-08-28 | 1 | -1/+0 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge tag 'soc-dt-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 2023-08-30 | 13 | -6/+983 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge tag 'riscv-dt-for-v6.6-pt2' of https://git.kernel.org/pub/scm/linux/ker... | Arnd Bergmann | 2023-08-21 | 6 | -23/+84 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: dts: change TH1520 files to dual license | Drew Fustini | 2023-08-16 | 3 | -3/+3 |