index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+12
2024-11-27
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
15
-34
/
+641
2024-11-27
Merge tag 'kvm-riscv-6.13-2' of https://github.com/kvm-riscv/linux into HEAD
Paolo Bonzini
1
-0
/
+12
2024-11-27
Merge tag 'riscv-for-linus-6.13-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Paolo Bonzini
15
-34
/
+641
2024-11-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+10
2024-11-23
Merge tag 'mm-stable-2024-11-18-19-27' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
6
-6
/
+7
2024-11-21
RISC-V: Add Svade and Svadu Extensions Support
Yong-Xuan Wang
1
-0
/
+12
2024-11-20
Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2024-11-20
Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...
Linus Torvalds
2
-15
/
+15
2024-11-19
Merge tag 'timers-vdso-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
3
-38
/
+20
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
9
-11
/
+20
2024-11-11
Merge patch series "Zacas/Zabha support and qspinlocks"
Palmer Dabbelt
2
-0
/
+39
2024-11-11
riscv: Add qspinlock support
Alexandre Ghiti
1
-0
/
+37
2024-11-11
riscv: Add ISA extension parsing for Ziccrse
Alexandre Ghiti
1
-0
/
+1
2024-11-11
riscv: Implement cmpxchg8/16() using Zabha
Alexandre Ghiti
1
-0
/
+1
2024-11-07
asm-generic: introduce text-patching.h
Mike Rapoport (Microsoft)
6
-6
/
+7
2024-11-02
vdso: Rename struct arch_vdso_data to arch_vdso_time_data
Nam Cao
2
-3
/
+3
2024-11-02
riscv: vdso: Use only one single vvar mapping
Thomas Weißschuh
1
-35
/
+17
2024-10-29
of/fdt: add dt_phys arg to early_init_dt_scan and early_init_dt_verify
Usama Arif
1
-1
/
+1
2024-10-28
riscv: perf: add guest vs host distinction
Quan Zhou
1
-0
/
+38
2024-10-25
Merge commit 'bf40167d54d5' into fixes
Palmer Dabbelt
1
-0
/
+1
2024-10-25
riscv: Remove duplicated GET_RM
Chunyan Zhang
1
-2
/
+0
2024-10-25
riscv: Remove unused GENERATING_ASM_OFFSETS
Chunyan Zhang
1
-2
/
+0
2024-10-25
riscv: Use '%u' to format the output of 'cpu'
WangYuli
1
-1
/
+1
2024-10-25
riscv: Prevent a bad reference count on CPU nodes
Miquel Sabaté Solà
1
-2
/
+5
2024-10-25
riscv: efi: Set NX compat flag in PE/COFF header
Heinrich Schuchardt
1
-1
/
+1
2024-10-25
riscv: Do not use fortify in early code
Alexandre Ghiti
2
-1
/
+10
2024-10-25
RISC-V: ACPI: fix early_ioremap to early_memremap
Yunhui Cui
1
-2
/
+2
2024-10-24
Merge patch series "riscv: Userspace pointer masking and tagged address ABI"
Palmer Dabbelt
4
-0
/
+202
2024-10-24
riscv: hwprobe: Export the Supm ISA extension
Samuel Holland
1
-0
/
+3
2024-10-24
riscv: Allow ptrace control of the tagged address ABI
Samuel Holland
1
-0
/
+42
2024-10-24
riscv: Add support for the tagged address ABI
Samuel Holland
1
-5
/
+68
2024-10-24
riscv: Add support for userspace pointer masking
Samuel Holland
1
-0
/
+91
2024-10-24
riscv: Add ISA extension parsing for pointer masking
Samuel Holland
1
-0
/
+3
2024-10-24
Merge patch series "Prevent dynamic relocations in vDSO"
Palmer Dabbelt
1
-4
/
+6
2024-10-24
riscv: Check that vdso does not contain any dynamic relocations
Alexandre Ghiti
1
-4
/
+5
2024-10-24
riscv: vdso: Prevent the compiler from inserting calls to memset()
Alexandre Ghiti
1
-0
/
+1
2024-10-18
Merge patch series "RISC-V: Detect and report speed of unaligned vector acces...
Palmer Dabbelt
8
-23
/
+385
2024-10-18
RISC-V: Report vector unaligned access speed hwprobe
Jesse Taube
5
-3
/
+210
2024-10-18
RISC-V: Detect unaligned vector accesses supported
Jesse Taube
5
-17
/
+171
2024-10-18
RISC-V: Replace RISCV_MISALIGNED with RISCV_SCALAR_MISALIGNED
Jesse Taube
2
-4
/
+4
2024-10-18
RISC-V: Scalar unaligned access emulated on hotplug CPUs
Jesse Taube
1
-0
/
+1
2024-10-18
RISC-V: Check scalar unaligned access on all CPUs
Jesse Taube
1
-7
/
+7
2024-10-10
ftrace: Make ftrace_regs abstract from direct use
Steven Rostedt
2
-15
/
+15
2024-10-05
riscv: Call riscv_user_isa_enable() only on the boot hart
Samuel Holland
2
-4
/
+2
2024-10-05
riscv: Add support for per-thread envcfg CSR values
Samuel Holland
1
-1
/
+1
2024-10-05
riscv: Enable cbo.zero only when all harts support Zicboz
Samuel Holland
2
-3
/
+8
2024-09-24
Merge tag 'riscv-for-linus-6.12-mw1' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
21
-73
/
+434
2024-09-20
ACPI: NUMA: initialize all values of acpi_early_node_map to NUMA_NO_NODE
Haibo Xu
1
-1
/
+1
2024-09-19
Merge patch series "riscv: Improve KASAN coverage to fix unit tests"
Palmer Dabbelt
1
-3
/
+0
[next]