Skip to content
This repository was archived by the owner on Apr 13, 2019. It is now read-only.

Tags: riscvarchive/riscv-linux

Tags

v4.17

Toggle v4.17's commit message
Linux 4.17

v4.17-rc7

Toggle v4.17-rc7's commit message
Linux 4.17-rc7

v4.17-rc6

Toggle v4.17-rc6's commit message
Linux 4.17-rc6

v4.17-rc5

Toggle v4.17-rc5's commit message
Linux 4.17-rc5

v4.17-rc4

Toggle v4.17-rc4's commit message
Linux 4.17-rc4

v4.17-rc3

Toggle v4.17-rc3's commit message
Linux v4.17-rc3

riscv-for-linus-4.17-rc3

Toggle riscv-for-linus-4.17-rc3's commit message
RISC-V Fixes for 4.17-rc3

This pull request contains three small fixes related to the RISC-V port
that I'd like to target for 4.17-rc3:

* A Kconfig cleanup to select DMA_DIRECT_OPS instead of redefining it in
  arch/riscv.
* The removal of asm/handle_irq.h, which doesn't exist, from our arch
  header list.
* The addition of "-no-pie" the link rules for our VDSO-related files,
  which fixes the build on systems where PIE is enabled by default.

v4.17-rc2

Toggle v4.17-rc2's commit message
Linux 4.17-rc2

v4.17-rc1

Toggle v4.17-rc1's commit message
Linux 4.17-rc1

palmer-for-linus-4.17-ugly_irq

Toggle palmer-for-linus-4.17-ugly_irq's commit message
irq: The uglier fix for my broken code

This contains a quick fix to be applied after the latest tip merge,
71e6882 ("Merge tag 'irqchip-4.17' of
git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into
irq/core"), which includes some of my broken code.  It's meant to go in
if the cleaner fix isn't selected.

Fixes: cc6c984 ("RISC-V: Move to the new GENERIC_IRQ_MULTI_HANDLER handler")
Fixes: caacdbf ("genirq: Add CONFIG_GENERIC_IRQ_MULTI_HANDLER")