Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2020-01-28 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Merge tag 'v5.5-rc3' into sched/core, to pick up fixes | Ingo Molnar | 2019-12-25 | 11 | -209/+114 | |
| |\| | | | | | | | ||||||
| * | | | | | | | | sched/rt, riscv: Use CONFIG_PREEMPTION | Thomas Gleixner | 2019-12-08 | 1 | -2/+2 | |
* | | | | | | | | | Merge tag 'v5.5-rc7' into efi/core, to pick up fixes | Ingo Molnar | 2020-01-20 | 7 | -45/+78 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | riscv: Less inefficient gcc tishift helpers (and export their symbols) | Olof Johansson | 2020-01-18 | 2 | -18/+61 | |
| * | | | | | | | | riscv: delete temporary files | Ilie Halip | 2020-01-18 | 1 | -1/+2 | |
| * | | | | | | | | riscv: make sure the cores stay looping in .Lsecondary_park | Greentime Hu | 2020-01-15 | 1 | -6/+10 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge tag 'riscv/for-v5.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2020-01-12 | 2 | -17/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | riscv: Fixup obvious bug for fp-regs reset | Guo Ren | 2020-01-12 | 1 | -1/+1 | |
| | * | | | | | | | riscv: move sifive_l2_cache.h to include/soc | Yash Shah | 2020-01-12 | 1 | -16/+0 | |
| | | |_|_|_|/ / | | |/| | | | | | ||||||
| * / | | | | | | riscv: Implement copy_thread_tls | Amanieu d'Antras | 2020-01-07 | 2 | -3/+4 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge branch 'x86/mm' into efi/core, to pick up dependencies | Ingo Molnar | 2020-01-10 | 1 | -0/+4 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar | 2019-12-10 | 1 | -0/+4 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | riscv: prefix IRQ_ macro names with an RV_ namespace | Paul Walmsley | 2020-01-04 | 2 | -12/+12 | |
* | | | | | | riscv: ftrace: correct the condition logic in function graph tracer | Zong Li | 2020-01-03 | 1 | -1/+1 | |
* | | | | | | riscv: dts: Add DT support for SiFive L2 cache controller | Yash Shah | 2020-01-03 | 1 | -0/+15 | |
* | | | | | | riscv: gcov: enable gcov for RISC-V | Zong Li | 2020-01-03 | 1 | -0/+1 | |
* | | | | | | riscv: mm: use __pa_symbol for kernel symbols | Zong Li | 2020-01-03 | 1 | -6/+6 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | riscv: export flush_icache_all to modules | Olof Johansson | 2019-12-27 | 1 | -0/+1 | |
* | | | | | riscv: reject invalid syscalls below -1 | David Abdurachmanov | 2019-12-27 | 1 | -0/+1 | |
* | | | | | riscv: fix compile failure with EXPORT_SYMBOL() & !MMU | Luc Van Oostenryck | 2019-12-27 | 2 | -3/+4 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge tag 'riscv/for-v5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-12-22 | 5 | -198/+23 | |
|\ \ \ \ | ||||||
| * | | | | riscv: move sifive_l2_cache.c to drivers/soc | Christoph Hellwig | 2019-12-20 | 2 | -179/+0 | |
| * | | | | riscv: define vmemmap before pfn_to_page calls | David Abdurachmanov | 2019-12-20 | 1 | -17/+21 | |
| * | | | | riscv: fix scratch register clearing in M-mode. | Greentime Hu | 2019-12-20 | 1 | -1/+1 | |
| * | | | | riscv: Fix use of undefined config option CONFIG_CONFIG_MMU | Andreas Schwab | 2019-12-20 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-12-22 | 1 | -2/+2 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | bpf, riscv: Limit to 33 tail calls | Paul Chaignon | 2019-12-11 | 1 | -2/+2 | |
| |/ / | ||||||
* | | | riscv: only select serial sifive if TTY is enabled | Kefeng Wang | 2019-12-08 | 1 | -2/+2 | |
* | | | riscv: Fix build dependency for loader | Olof Johansson | 2019-12-08 | 1 | -1/+1 | |
|/ / | ||||||
* | | Merge tag 'riscv/for-v5.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2019-12-04 | 4 | -8/+88 | |
|\ \ | |/ |/| | ||||||
| * | Merge branch 'next/defconfig-add-debug' into for-next | Paul Walmsley | 2019-11-22 | 2 | -0/+48 | |
| |\ | ||||||
| | * | riscv: defconfigs: enable more debugging options | Paul Walmsley | 2019-11-22 | 2 | -0/+46 | |
| | * | riscv: defconfigs: enable debugfs | Paul Walmsley | 2019-11-22 | 2 | -0/+2 | |
| * | | Merge branch 'next/misc2' into for-next | Paul Walmsley | 2019-11-22 | 2 | -8/+40 | |
| |\ \ | ||||||
| | * | | RISC-V: Add address map dumper | Yash Shah | 2019-11-22 | 1 | -0/+32 | |
| | * | | riscv: Fix Kconfig indentation | Krzysztof Kozlowski | 2019-11-21 | 1 | -8/+8 | |
| | |/ | ||||||
* | | | Merge tag 'pci-v5.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-12-03 | 1 | -1/+0 | |
|\ \ \ | ||||||
| * | | | asm-generic: Make msi.h a mandatory include/asm header | Michal Simek | 2019-11-26 | 1 | -1/+0 | |
* | | | | Merge tag 'seccomp-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2019-11-30 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
* \ \ \ \ | Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds | 2019-11-28 | 5 | -99/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | riscv: use the generic ioremap code | Christoph Hellwig | 2019-11-11 | 5 | -88/+7 | |
| * | | | | | arch: rely on asm-generic/io.h for default ioremap_* definitions | Christoph Hellwig | 2019-11-11 | 1 | -10/+0 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | Merge tag 'riscv/for-v5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2019-11-27 | 69 | -450/+1067 | |
|\ \ \ \ \ | | |_|_|/ | |/| | | | ||||||
| * | | | | Merge branch 'next/nommu' into for-next | Paul Walmsley | 2019-11-22 | 50 | -361/+915 | |
| |\ \ \ \ | ||||||
| | * | | | | riscv: provide a flat image loader | Christoph Hellwig | 2019-11-17 | 4 | -5/+39 | |
| | * | | | | riscv: add nommu support | Christoph Hellwig | 2019-11-17 | 23 | -71/+254 | |
| | * | | | | riscv: clear the instruction cache and all registers when booting | Christoph Hellwig | 2019-11-17 | 2 | -1/+88 | |
| | * | | | | riscv: read the hart ID from mhartid on boot | Damien Le Moal | 2019-11-17 | 2 | -0/+9 | |
| | * | | | | riscv: provide native clint access for M-mode | Christoph Hellwig | 2019-11-17 | 7 | -3/+105 |