index
:
drm/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
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
csky
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-18
Merge tag 'kbuild-v6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
1
-6
/
+2
2024-05-16
kprobe/ftrace: bail out if ftrace was killed
Stephen Brennan
1
-0
/
+3
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
1
-4
/
+0
2024-05-10
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
1
-1
/
+1
2024-05-02
arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
Masahiro Yamada
1
-1
/
+1
2024-03-11
Merge tag 'x86-cleanups-2024-03-11' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-4
/
+0
2024-03-04
smp: Consolidate smp_prepare_boot_cpu()
Thomas Gleixner
1
-4
/
+0
2024-02-20
csky/vdso: Use generic union vdso_data_store
Anna-Maria Behnsen
1
-8
/
+2
2024-02-20
csky/vdso: Remove superfluous ifdeffery
Anna-Maria Behnsen
1
-4
/
+0
2023-11-23
arch: vdso: consolidate gettime prototypes
Arnd Bergmann
1
-10
/
+1
2023-11-23
arch: include linux/cpu.h for trap_init() prototype
Arnd Bergmann
1
-0
/
+1
2023-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
1
-10
/
+0
2023-10-18
csky: remove unused cmd_vdso_install
Masahiro Yamada
1
-10
/
+0
2023-10-17
vgacon, arch/*: remove unused screen_info definitions
Arnd Bergmann
1
-12
/
+0
2023-08-10
csky: Fixup -Wmissing-prototypes warning
Guo Ren
1
-0
/
+11
2023-07-29
csky: fix old style declaration in module.c
Arnd Bergmann
1
-1
/
+1
2023-07-01
Merge tag 'csky-for-linus-6.5' of https://github.com/c-sky/csky-linux
Linus Torvalds
1
-0
/
+3
2023-06-18
csky: uprobes: Restore thread.trap_no
Tiezhu Yang
1
-0
/
+3
2023-05-15
csky/smp: Switch to hotplug core state synchronization
Thomas Gleixner
1
-6
/
+2
2023-04-28
Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-04-28
Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+3
2023-03-24
treewide: Trace IPIs sent via smp_send_reschedule()
Valentin Schneider
1
-1
/
+1
2023-03-21
vdso: Improve cmd_vdso_check to check all dynamic relocations
Fangrui Song
1
-3
/
+1
2023-03-08
sched/idle: Mark arch_cpu_idle_dead() __noreturn
Josh Poimboeuf
1
-1
/
+1
2023-03-06
csky/cpu: Make sure arch_cpu_idle_dead() doesn't return
Josh Poimboeuf
1
-0
/
+2
2023-01-13
arch/idle: Change arch_cpu_idle() behavior: always exit with IRQs disabled
Peter Zijlstra
2
-2
/
+1
2023-01-13
objtool/idle: Validate __cpuidle code as noinstr
Peter Zijlstra
1
-1
/
+0
2022-12-19
Merge tag 'csky-for-linus-6.2-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
3
-16
/
+3
2022-11-24
[elf][non-regset] uninline elf_core_copy_task_fpregs() (and lose pt_regs argu...
Al Viro
1
-2
/
+2
2022-11-11
Revert "csky: Add support for restartable sequence"
Mathieu Desnoyers
2
-6
/
+0
2022-11-11
Revert "csky: Fixup CONFIG_DEBUG_RSEQ"
Mathieu Desnoyers
1
-10
/
+5
2022-10-21
csky: add arch support current_stack_pointer
Tong Tiangen
1
-4
/
+2
2022-10-02
kbuild: use obj-y instead extra-y for objects placed at the head
Masahiro Yamada
1
-2
/
+2
2022-08-07
Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-5
/
+0
2022-08-04
Merge tag 'csky-for-linus-6.0-rc1' of https://github.com/c-sky/csky-linux
Linus Torvalds
5
-9
/
+69
2022-07-30
csky: Add jump-label implementation
Guo Ren
2
-0
/
+55
2022-07-29
profile: setup_profiling_timer() is moslty not implemented
Ben Dooks
1
-5
/
+0
2022-07-22
csky: Move HEAD_TEXT_SECTION out of __init_begin-end
Guo Ren
1
-6
/
+6
2022-07-22
csky: Correct position of _stext
Guo Ren
2
-3
/
+4
2022-07-22
csky/kprobe: reclaim insn_slot on kprobe unregistration
Liao Chang
1
-0
/
+4
2022-06-29
context_tracking: Split user tracking Kconfig
Frederic Weisbecker
1
-2
/
+2
2022-06-29
context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...
Frederic Weisbecker
1
-2
/
+2
2022-06-03
Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-8
/
+7
2022-05-25
Merge back reboot/poweroff notifiers rework for 5.19-rc1.
Rafael J. Wysocki
1
-4
/
+2
2022-05-19
csky: Use do_kernel_power_off()
Dmitry Osipenko
1
-4
/
+2
2022-05-07
fork: Generalize PF_IO_WORKER handling
Eric W. Biederman
1
-4
/
+3
2022-05-07
fork: Pass struct kernel_clone_args into copy_thread
Eric W. Biederman
1
-5
/
+5
2022-04-18
csky: optimize memcpy_{from,to}io() and memset_io()
Guo Ren
2
-1
/
+92
2022-04-08
csky: Fix versioncheck warnings
Deyan Wang
1
-1
/
+0
2022-04-07
csky: patch_text: Fixup last cpu should be master
Guo Ren
1
-1
/
+1
[next]