Age | Commit message (Expand) | Author | Files | Lines |
2018-10-22 | RISC-V: Avoid corrupting the upper 32-bit of phys_addr_t in ioremap | Vincent Chen | 1 | -1/+1 |
2018-10-22 | RISC-V: Select GENERIC_LIB_UMODDI3 on RV32 | Zong Li | 1 | -0/+1 |
2018-10-22 | RISC-V: Use swiotlb on RV64 only | Zong Li | 1 | -0/+3 |
2018-10-22 | RISC-V: Build tishift only on 64-bit | Zong Li | 1 | -1/+2 |
2018-10-22 | Auto-detect whether a FPU exists | Alan Kao | 4 | -7/+19 |
2018-10-22 | Allow to disable FPU support | Alan Kao | 6 | -3/+29 |
2018-10-22 | Cleanup ISA string setting | Alan Kao | 1 | -11/+8 |
2018-10-22 | Refactor FPU code in signal setup/return procedures | Alan Kao | 1 | -27/+41 |
2018-10-22 | Extract FPU context operations from entry.S | Alan Kao | 3 | -87/+107 |
2018-10-03 | signal: Remove the need for __ARCH_SI_PREABLE_SIZE and SI_PAD_SIZE | Eric W. Biederman | 2 | -24/+1 |
2018-10-02 | RISCV: Fix end PFN for low memory | Atish Patra | 1 | -1/+1 |
2018-09-24 | RISC-V: include linux/ftrace.h in asm-prototypes.h | James Cowgill | 1 | -0/+7 |
2018-09-05 | RISC-V: Request newstat syscalls | Guenter Roeck | 1 | -0/+1 |
2018-09-04 | riscv: Do not overwrite initrd_start and initrd_end | Guenter Roeck | 1 | -7/+0 |
2018-08-28 | RISC-V: Use a less ugly workaround for unused variable warnings | Palmer Dabbelt | 1 | -14/+1 |
2018-08-28 | riscv: tlb: Provide definition of tlb_flush() before including tlb.h | Will Deacon | 1 | -0/+4 |
2018-08-25 | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -2/+2 |
2018-08-24 | kbuild: rename LDFLAGS to KBUILD_LDFLAGS | Masahiro Yamada | 1 | -2/+2 |
2018-08-20 | RISC-V: Fix sys_riscv_flush_icache | Palmer Dabbelt | 4 | -9/+23 |
2018-08-20 | riscv: Delete asm/compat.h | Deepa Dinamani | 2 | -29/+1 |
2018-08-20 | RISC-V: Don't use a global include guard for uapi/asm/syscalls.h | Palmer Dabbelt | 2 | -5/+13 |
2018-08-20 | RISC-V: Define sys_riscv_flush_icache when SMP=n | Palmer Dabbelt | 2 | -4/+10 |
2018-08-19 | Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 18 | -59/+132 |
2018-08-17 | mm: convert return type of handle_mm_fault() caller to vm_fault_t | Souptick Joarder | 1 | -1/+2 |
2018-08-15 | Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -71/+37 |
2018-08-15 | Merge tag 'kbuild-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+0 |
2018-08-13 | RISC-V: Fix !CONFIG_SMP compilation error | Atish Patra | 2 | -1/+1 |
2018-08-13 | irqchip: add a SiFive PLIC driver | Christoph Hellwig | 1 | -0/+1 |
2018-08-13 | RISC-V: Add the directive for alignment of stvec's value | Zong Li | 1 | -0/+2 |
2018-08-13 | clocksource: new RISC-V SBI timer driver | Palmer Dabbelt | 4 | -12/+4 |
2018-08-13 | RISC-V: implement low-level interrupt handling | Christoph Hellwig | 2 | -11/+45 |
2018-08-13 | RISC-V: add a definition for the SIE SEIE bit | Christoph Hellwig | 1 | -0/+1 |
2018-08-13 | RISC-V: remove INTERRUPT_CAUSE_* defines from asm/irq.h | Christoph Hellwig | 1 | -4/+0 |
2018-08-13 | RISC-V: simplify software interrupt / IPI code | Christoph Hellwig | 3 | -7/+3 |
2018-08-13 | RISC-V: remove timer leftovers | Christoph Hellwig | 1 | -21/+0 |
2018-08-13 | RISC-V: Add early printk support via the SBI console | Palmer Dabbelt | 1 | -0/+27 |
2018-08-13 | RISC-V: Don't increment sepc after breakpoint. | Jim Wilson | 1 | -1/+0 |
2018-08-13 | RISC-V: implement __lshrti3. | Alex Guo | 3 | -0/+46 |
2018-08-13 | RISC-V: Use KBUILD_CFLAGS instead of KCFLAGS when building the vDSO | Palmer Dabbelt | 1 | -2/+2 |
2018-08-02 | kconfig: include kernel/Kconfig.preempt from init/Kconfig | Christoph Hellwig | 1 | -2/+0 |
2018-08-02 | Kconfig: consolidate the "Kernel hacking" menu | Christoph Hellwig | 2 | -45/+37 |
2018-08-02 | kconfig: include common Kconfig files from top-level Kconfig | Christoph Hellwig | 1 | -24/+0 |
2018-07-25 | locking/atomics: Rework ordering barriers | Mark Rutland | 1 | -12/+5 |
2018-07-19 | kbuild: remove redundant LDFLAGS clearing in arch/*/Makefile | Masahiro Yamada | 1 | -1/+0 |
2018-07-17 | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar | 7 | -25/+24 |
2018-07-04 | RISC-V: Fix the rv32i kernel build | Palmer Dabbelt | 4 | -13/+21 |
2018-07-04 | RISC-V: Fix PTRACE_SETREGSET bug. | Jim Wilson | 1 | -1/+1 |
2018-07-04 | RISC-V: Don't include irq-riscv-intc.h | Palmer Dabbelt | 1 | -4/+0 |
2018-07-04 | riscv: remove unnecessary of_platform_populate call | Rob Herring | 1 | -5/+0 |
2018-07-04 | RISC-V: fix R_RISCV_ADD32/R_RISCV_SUB32 relocations | Andreas Schwab | 1 | -2/+2 |