index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
loongarch
Age
Commit message (
Expand
)
Author
2023-08-26
LoongArch: Fix hw_breakpoint_control() for watchpoints
Huacai Chen
2023-08-26
LoongArch: Ensure FP/SIMD registers in the core dump file is up to date
Huacai Chen
2023-08-25
LoongArch: Put the body of play_dead() into arch_cpu_idle_dead()
Tiezhu Yang
2023-08-25
LoongArch: Add identifier names to arguments of die() declaration
Tiezhu Yang
2023-08-25
LoongArch: Return earlier in die() if notify_die() returns NOTIFY_STOP
Tiezhu Yang
2023-08-25
LoongArch: Do not kill the task in die() if notify_die() returns NOTIFY_STOP
Tiezhu Yang
2023-08-25
LoongArch: Remove <asm/export.h>
Masahiro Yamada
2023-08-25
LoongArch: Replace #include <asm/export.h> with #include <linux/export.h>
Masahiro Yamada
2023-08-25
LoongArch: Remove unneeded #include <asm/export.h>
Masahiro Yamada
2023-08-25
LoongArch: Replace -ffreestanding with finer-grained -fno-builtin's
WANG Xuerui
2023-08-25
LoongArch: Remove redundant "source drivers/firmware/Kconfig"
Xi Ruoyao
2023-07-29
arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FS
Sven Joachim
2023-07-28
LoongArch: Cleanup __builtin_constant_p() checking for cpu_has_*
Huacai Chen
2023-07-28
LoongArch: BPF: Fix check condition to call lu32id in move_imm()
Tiezhu Yang
2023-07-28
LoongArch: BPF: Enable bpf_probe_read{, str}() on LoongArch
Chenguang Zhao
2023-07-28
LoongArch: Fix return value underflow in exception path
WANG Rui
2023-07-28
LoongArch: Fix CMDLINE_EXTEND and CMDLINE_BOOTLOADER handling
Zhihong Dong
2023-07-28
LoongArch: Fix module relocation error with binutils 2.41
Huacai Chen
2023-07-28
LoongArch: Only fiddle with CHECKFLAGS if `need-compiler'
Huacai Chen
2023-07-06
Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2023-06-30
Merge tag 'trace-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
Linus Torvalds
2023-06-30
Merge tag 'loongarch-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
2023-06-29
Merge tag 'drm-next-2023-06-29' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
2023-06-29
LoongArch: Remove five DIE_* definitions in kdebug.h
Tiezhu Yang
2023-06-29
LoongArch: Add uprobes support
Tiezhu Yang
2023-06-29
LoongArch: Use larch_insn_gen_break() for kprobes
Tiezhu Yang
2023-06-29
LoongArch: Add larch_insn_gen_break() to generate break insns
Tiezhu Yang
2023-06-29
LoongArch: Check for AMO instructions in insns_not_supported()
Tiezhu Yang
2023-06-29
LoongArch: Move three functions from kprobes.c to inst.c
Tiezhu Yang
2023-06-29
LoongArch: Replace kretprobe with rethook
Haoran Jiang
2023-06-29
LoongArch: Add jump-label implementation
Youling Tang
2023-06-29
LoongArch: Select HAVE_DEBUG_KMEMLEAK to support kmemleak
Tiezhu Yang
2023-06-29
LoongArch: Export some arch-specific pm interfaces
Yinbo Zhu
2023-06-29
LoongArch: Introduce hardware page table walker
Huacai Chen
2023-06-29
LoongArch: Support dbar with different hints
Huacai Chen
2023-06-29
LoongArch: Add SMT (Simultaneous Multi-Threading) support
Huacai Chen
2023-06-29
LoongArch: Add vector extensions support
Huacai Chen
2023-06-29
LoongArch: Add support to clone a time namespace
Tiezhu Yang
2023-06-29
LoongArch: Mark Clang LTO as working
WANG Xuerui
2023-06-29
LoongArch: Include KBUILD_CPPFLAGS in CHECKFLAGS invocation
WANG Xuerui
2023-06-29
LoongArch: vDSO: Use CLANG_FLAGS instead of filtering out '--target='
WANG Xuerui
2023-06-29
LoongArch: Tweak CFLAGS for Clang compatibility
WANG Xuerui
2023-06-29
LoongArch: Simplify the invtlb wrappers
WANG Xuerui
2023-06-29
LoongArch: Make the CPUCFG&CSR ops simple aliases of compiler built-ins
WANG Xuerui
2023-06-29
LoongArch: Prepare for assemblers with proper FCSR class support
WANG Xuerui
2023-06-29
LoongArch: extable: Also recognize ABI names of registers
WANG Rui
2023-06-29
LoongArch: Calculate various sizes in the linker script
WANG Rui
2023-06-29
LoongArch: Add guard for the larch_insn_gen_xxx functions
WANG Rui
2023-06-29
LoongArch: Delete unnecessary debugfs checking
Dan Carpenter
2023-06-29
LoongArch: Set CPU#0 as the io master for FDT
Huacai Chen
[next]