summaryrefslogtreecommitdiffstats
path: root/arch/riscv
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kbuild-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2019-07-201-2/+0Star
|\
| * riscv: drop unneeded -Wall additionMasahiro Yamada2019-07-171-2/+0Star
* | Merge tag 'riscv/for-v5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-07-1819-115/+563
|\ \ | |/ |/|
| * riscv: fix build break after macro-to-function conversion in generic cacheflu...Paul Walmsley2019-07-181-4/+59
| * RISC-V: Add an Image header that boot loader can parse.Atish Patra2019-07-112-0/+97
| * RISC-V: Setup initial page tables in two stagesAnup Patel2019-07-096-64/+284
| * riscv: remove free_initrd_memChristoph Hellwig2019-07-041-5/+0Star
| * riscv: ccache: Remove unused variableYash Shah2019-07-041-4/+7
| * riscv: Introduce huge page support for 32/64bit kernelAlexandre Ghiti2019-07-046-2/+88
| * RISC-V: Fix memory reservation in setup_bootmem()Anup Patel2019-07-011-7/+7
| * riscv: defconfig: enable SOC_SIFIVELoys Ollivier2019-07-011-5/+1Star
| * riscv: select SiFive platform drivers with SOC_SIFIVELoys Ollivier2019-07-011-0/+5
| * arch: riscv: add config option for building SiFive's SoC resourceLoys Ollivier2019-07-013-1/+11
| * riscv: Remove gate area stubsAndy Lutomirski2019-07-012-23/+0Star
| * RISC-V: defconfig: Enable NO_HZ_IDLE and HIGH_RES_TIMERSAnup Patel2019-07-012-0/+4
* | Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2019-07-131-2/+0Star
|\ \
| * | kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIGMasahiro Yamada2019-06-091-2/+0Star
* | | riscv: switch to generic version of pte allocationMike Rapoport2019-07-121-27/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-21/+38
|\ \ \
| * | | bpf, riscv: Enable zext optimization for more RV64G ALU opsLuke Nelson2019-07-051-8/+8
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-2212-136/+12Star
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1875-617/+395Star
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-077-41/+7Star
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-011-13/+30
| |\ \ \ \ \ \
| | * | | | | | riscv: bpf: eliminate zero extension code-genJiong Wang2019-05-251-13/+30
* | | | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds2019-07-112-0/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | riscv: add binfmt_flat supportChristoph Hellwig2019-06-242-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds2019-07-091-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab2019-06-141-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'please-pull-for_5.3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | EDAC/sifive: Add EDAC platform driver for SiFive SoCsYash Shah2019-06-201-0/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-094-10/+11
|\ \ \ \ \ \ \ \
| * | | | | | | | signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * | | | | | | | signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-1/+1
| * | | | | | | | signal/riscv: Remove tsk parameter from do_trapEric W. Biederman2019-05-293-7/+8
| * | | | | | | | signal: Remove task parameter from force_sigEric W. Biederman2019-05-271-1/+1
* | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-091-21/+23
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-1768-611/+68Star
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
| * | | | | | | | locking/atomic, riscv: Use s64 for atomic64Mark Rutland2019-06-031-21/+23
| * | | | | | | | locking/atomic, riscv: Fix atomic64_sub_if_positive() offset argumentMark Rutland2019-06-031-1/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | riscv: mm: Fix code commentShihPo Hung2019-06-271-3/+0Star
* | | | | | | | riscv: dts: Re-organize the DT nodesYash Shah2019-06-262-0/+19
* | | | | | | | RISC-V: defconfig: enable MMC & SPI for RISC-VAtish Patra2019-06-261-0/+5
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2112-136/+12Star
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| * | | | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-1911-132/+11Star
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-181-0/+24
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-071-0/+24
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | bpf, riscv: clear high 32 bits for ALU32 add/sub/neg/lsh/rsh/arshLuke Nelson2019-06-011-0/+18
| | * | | | | bpf, riscv: clear target register high 32-bits for and/or/xor on ALU32Björn Töpel2019-05-231-0/+6
| | | |/ / / | | |/| | |