linux-stable/arch/riscv
Palmer Dabbelt 07f8ba7439 RISC-V: User-Visible Changes
This merge contains the user-visible, ABI-breaking changes that we want
to make sure we have in Linux before our first release.   Highlights
include:

* VDSO entries for clock_get/gettimeofday/getcpu have been added.  These
  are simple syscalls now, but we want to let glibc use them from the
  start so we can make them faster later.
* A VDSO entry for instruction cache flushing has been added so
  userspace can flush the instruction cache.
* The VDSO symbol versions for __vdso_cmpxchg{32,64} have been removed,
  as those VDSO entries don't actually exist.

Conflicts:
        arch/riscv/include/asm/tlbflush.h
2017-12-01 13:12:10 -08:00
..
configs RISC-V: Build Infrastructure 2017-09-26 15:26:49 -07:00
include RISC-V: User-Visible Changes 2017-12-01 13:12:10 -08:00
kernel RISC-V: Clean up an unused include 2017-11-30 12:58:29 -08:00
lib RISC-V: Build Infrastructure 2017-09-26 15:26:49 -07:00
mm RISC-V: Flush I$ when making a dirty page executable 2017-11-30 12:58:25 -08:00
Kconfig RISC-V: Build Infrastructure 2017-09-26 15:26:49 -07:00
Makefile RISC-V: Build Infrastructure 2017-09-26 15:26:49 -07:00