VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
Date
Commit Message
Rev
Author
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-07-23
h8300: remove stale strncpy_from_user
Arnd Bergmann
2021-07-08
h8300: convert to setup_initial_init_mm()
Kefeng Wang
2021-06-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-06-29
h8300: remove unused variable
Souptick Joarder
2021-06-18
sched,arch: Remove unused TASK_STATE offsets
Peter Zijlstra
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-13
h8300: fix PREEMPTION build, TI_PRE_COUNT undefined
Randy Dunlap
2020-12-16
Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-12-12
h8300: add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-14
Merge tag 'kernel-clone-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2020-10-13
h8300, nds32, openrisc: simplify detection of memory extents
Mike Rapoport
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-20
h8300: switch to kernel_clone()
Christian Brauner
2020-08-07
Merge branch 'work.regset' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-07-27
h8300: switch to ->regset_get()
Al Viro
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-07-04
h8300: select HAVE_COPY_THREAD_TLS, switch to kernel_clone_args
Christian Brauner
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-09
kernel: rename show_stack_loglvl() => show_stack()
Dmitry Safonov
2020-06-09
h8300: add show_stack_loglvl()
Dmitry Safonov
2020-04-23
h8300: ignore vmlinux.lds
Masahiro Yamada
2019-12-08
sched/rt, h8300: Use CONFIG_PREEMPTION
Thomas Gleixner
2019-11-04
h8300: Move EXCEPTION_TABLE to RO_DATA segment
Kees Cook
2019-11-04
vmlinux.lds.h: Replace RW_DATA_SECTION with RW_DATA
Kees Cook
2019-11-04
vmlinux.lds.h: Replace RO_DATA_SECTION with RO_DATA
Kees Cook
2019-11-04
vmlinux.lds.h: Move NOTES into RO_DATA
Kees Cook
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-15
clk: Remove io.h from clk-provider.h
Stephen Boyd
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-30
kgdb/treewide: constify struct kgdb_arch arch_kgdb_ops
Christophe Leroy
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-10
vmlinux.lds.h: Move LSM_TABLE into INIT_DATA
Kees Cook
2018-08-22
arch/h8300: eliminate kgbd.c warning
Randy Dunlap
2018-08-22
h8300: remove unnecessary of_platform_populate call
Rob Herring
2018-08-22
h8300: switch to NO_BOOTMEM
Rob Herring
2018-08-22
h8300: gcc-8.1 fix
Yoshinori Sato
2018-01-15
h8300: use dma-direct
Christoph Hellwig
2018-01-15
dma-mapping: clear harmful GFP_* flags in common code
Christoph Hellwig
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-07-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
2017-06-14
clocksource/drivers: Rename clocksource_probe to timer_probe
Daniel Lezcano
2017-03-29
Merge branch 'regset' (PTRACE_SETREGSET data leakage)
Linus Torvalds
2017-03-29
h8300/ptrace: Fix incorrect register transfer count
Dave Martin
2017-03-07
h8300: Fix build breakage caused by header file changes
Guenter Roeck
2017-03-02
sched/headers: Prepare to remove the dependency from
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
2016-12-24
Replace with globally
Linus Torvalds
2016-10-27
h8300: fix syscall restarting
Mark Rutland
2016-10-07
nmi_backtrace: generate one-line reports for idle cpus
Chris Metcalf
2016-08-04
dma-mapping: use unsigned long for dma_attrs
Krzysztof Kozlowski
2016-03-25
h8300: switch EARLYCON
Yoshinori Sato
2016-01-20
h8300: System call entry enable interrupt.
Yoshinori Sato
2016-01-20
h8300: show_stack cleanup
Yoshinori Sato
2016-01-20
h8300: Add KGDB support.
Yoshinori Sato
2016-01-20
h8300: signal stack fix
Yoshinori Sato
2015-12-15
h8300: Rename ctlr_out/in[bwl] to raw_read/write[bwl]
Daniel Lezcano
2015-11-12
h8300: enable CLKSRC_OF
Yoshinori Sato
2015-11-08
h8300: Fix alignment for .data
Yoshinori Sato
2015-06-23
h8300: Build scripts
Yoshinori Sato
2015-06-23
h8300: miscellaneous functions
Yoshinori Sato
2015-06-23
h8300: process helpers
Yoshinori Sato
2015-06-23
h8300: Low level entry
Yoshinori Sato
2015-06-23
h8300: kernel startup
Yoshinori Sato
2015-06-23
h8300: Interrupt and exceptions
Yoshinori Sato
2013-09-16
Drop support for Renesas H8/300 (h8300) architecture
Guenter Roeck
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-03
h8300: normalize global variables exported by vmlinux.lds
Jiang Liu
2013-06-23
h8300: Fill the system call table using a CALL() macro
Geert Uytterhoeven
2013-06-23
h8300: Hardcode symbol prefixes in asm sources
Geert Uytterhoeven
2013-05-05
h8300: single_open() leaks
Al Viro
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-04-30
dump_stack: unify debug information printed by show_regs()
Tejun Heo
2013-04-30
dump_stack: consolidate dump_stack() implementations and unify their behaviors
Tejun Heo
2013-04-29
h8300: Don't use create_proc_read_entry()
David Howells
2013-04-09
get rid of a bunch of open-coded create_proc_read_entry()
Al Viro
2013-04-08
h8300: Use generic idle loop
Thomas Gleixner
2013-02-03
h8300: switch to generic old sigaction()
Al Viro
2013-02-03
h8300: switch to generic old sigsuspend
Al Viro
2013-02-03
h8300: kill useless wrappers, fix rt_sigreturn(2)
Al Viro
2013-02-03
h8300: switch to generic sigaltstack
Al Viro
2012-11-28
flagday: don't pass regs to copy_thread()
Al Viro
2012-11-28
h8300: switch to generic fork/vfork/clone
Al Viro
2012-10-14
h8300: generic sys_execve()
Al Viro
2012-10-14
h8300: generic kernel_execve()
Al Viro
2012-10-14
h8300: generic kernel_thread()
Al Viro
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2012-10-06
sections: fix section conflicts in arch/h8300
Andi Kleen
2012-10-01
Uninclude linux/freezer.h
Richard Weinberger
2012-09-23
h8300: Add missing RCU idle APIs on idle loop
Frederic Weisbecker
2012-07-11
h8300/time: add missing #include
Geert Uytterhoeven
2012-07-11
h8300/signal: fix typo "statis"
Geert Uytterhoeven
2012-06-20
h8300: use the declarations provided by
Geert Uytterhoeven
2012-06-20
h8300: fix use of extinct _sbss and _ebss
Geert Uytterhoeven
2012-06-01
new helper: signal_delivered()
Al Viro
2012-06-01
most of set_current_blocked() callers want SIGKILL/SIGSTOP removed from set
Al Viro
2012-06-01
don't call try_to_freeze() from do_signal()
Al Viro
2012-06-01
pull clearing RESTORE_SIGMASK into block_sigmask()
Al Viro
2012-06-01
new helper: sigmask_to_save()
Al Viro
2012-06-01
new helper: restore_saved_sigmask()
Al Viro
2012-05-23
move key_repace_session_keyring() into tracehook_notify_resume()
Al Viro
2012-05-21
h8300: missing checks of __get_user()/__put_user() return values
Al Viro
2012-05-21
h8300: switch to saved_sigmask-based sigsuspend/rt_sigsuspend
Al Viro
2012-05-21
h8300: don't change blocked signals' mask if setting frame up fails
Al Viro
2012-05-21
h8300: use set_current_blocked() and block_sigmask()
Matt Fleming
2012-05-05
h8300-use-generic-init_task
Thomas Gleixner
2012-03-28
Disintegrate asm/system.h for H8300
David Howells
2012-03-01
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
2011-08-26
All Arch: remove linkage for sys_nfsservctl system call
NeilBrown
2011-07-25
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2011-07-24
modules: make arch's use default loader hooks
Jonas Bonn
2011-07-21
treewide: fix potentially dangerous trailing ';' in #defined values/expressions
Phil Carmody
2011-05-28
ns: Wire up the setns system call
Eric W. Biederman
2011-03-24
h8300: Use generic show_interrupts()
Thomas Gleixner
2011-03-24
h8300: Convert genirq namespace
Thomas Gleixner
2011-01-31
h8300: Switch do_timer() to xtime_update()
Torben Hohn
2011-01-21
h8300: Use generic irq Kconfig
Thomas Gleixner
2011-01-21
h8300: Convert interrupt handling to flow handler
Thomas Gleixner
2011-01-21
h8300: Convert to new irq_chip functions
Thomas Gleixner
2010-11-17
BKL: remove extraneous #include
Arnd Bergmann
2010-10-27
ptrace: cleanup arch_ptrace() on h8300
Namhyung Kim
2010-10-27
ptrace: change signature of arch_ptrace()
Namhyung Kim
2010-10-05
modules: Fix module_bug_list list corruption race
Linus Torvalds
2010-09-07
h8300: Fix missing consts in kernel_execve()
David Howells
2010-09-07
h8300: Fix die()
David Howells
2010-08-17
Make do_execve() take a const filename pointer
David Howells
2010-08-13
Mark arguments to certain syscalls as being const
David Howells
2010-06-16
fix typos concerning "initiali[zs]e"
Uwe Kleine-König
2010-05-19
Merge branch 'timers-for-linus-cleanups' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
Linus Torvalds
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
Tejun Heo
2010-03-13
h8300: Convert h8300 to use read/update_persistent_clock
John Stultz
2010-03-12
h8300: use generic ptrace_resume code
Christoph Hellwig
2010-03-12
ptrace: use ptrace_request() in the remaining architectures
Christoph Hellwig
2010-03-12
Add generic sys_ipc wrapper
Christoph Hellwig
2010-03-12
Add generic sys_old_mmap()
Christoph Hellwig
2010-03-12
Add generic sys_old_select()
Christoph Hellwig
2009-12-16
Merge branch 'module' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
Linus Torvalds
2009-12-15
module: make MODULE_SYMBOL_PREFIX into a CONFIG option
Alan Jenkins
2009-12-14
genirq: Convert irq_desc.lock to raw_spinlock
Thomas Gleixner
2009-12-11
Unify sys_mmap*
Al Viro
2009-10-14
h83000: Remove BKL from sys_execve
John Kacur
2009-09-24
h8300: Cleanup linker script using new linker script macros.
Tim Abbott
2009-09-23
headers: utsname.h redux
Alexey Dobriyan
2009-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next
Linus Torvalds
2009-09-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2009-09-22
h8300: convert to asm-generic/hardirq.h
Christoph Hellwig
2009-09-21
trivial: remove references to non-existent include/linux/config.h
Markus Heidelberg
2009-09-21
Use new __init_task_data macro in arch init_task.c files.
Joe Perches
2009-09-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
2009-09-09
KEYS: Add missing linux/tracehook.h #inclusions
David Howells
2009-09-02
KEYS: Add a keyctl to install a process's session keyring on its parent [try #6]
David Howells
2009-09-02
KEYS: Extend TIF_NOTIFY_RESUME to (almost) all architectures [try #6]
David Howells
2009-07-09
linker script: unify usage of discard definition
Tejun Heo
2009-06-24
linker script: throw away .discard section
Tejun Heo
2009-06-18
ptrace: remove PT_DTRACE from arch/h8300
Oleg Nesterov
2009-06-16
mm: consolidate init_mm definition
Alexey Dobriyan
2009-06-12
module: cleanup FIXME comments about trimming exception table entries.
Rusty Russell
2009-04-03
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2009-04-02
Simplify copy_thread()
Alexey Dobriyan
2009-03-30
trivial: h8300: Storage class should be before const qualifier
Tobias Klauser
2009-03-30
cpumask: remove references to struct irqaction's mask field.
Rusty Russell
2009-02-13
Merge branches 'irq/genirq', 'irq/sparseirq' and 'irq/urgent' into irq/core
Ingo Molnar
2009-01-14
[CVE-2009-0029] Rename old_readdir to sys_old_readdir
Heiko Carstens
2009-01-11
sparseirq: use kstat_irqs_cpu instead
Yinghai Lu
2008-12-31
take init_fs to saner place
Al Viro
2008-10-16
h8300: GENERIC_BUG support
Yoshinori Sato
2008-10-16
h8300: update timer handler - misc update
Yoshinori Sato
2008-10-16
h8300: update timer handler - new files
Yoshinori Sato
2008-09-06
Remove asm/a.out.h files for all architectures without a.out support.
Adrian Bunk
2008-07-24
PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures
Andrea Righi
2008-05-16
[PATCH] take init_files to fs/file.c
Al Viro
2008-05-03
unified (weak) sys_pipe implementation
Ulrich Drepper
2008-04-29
h8300: use kbuild.h instead of defining macros in asm-offsets.c
Christoph Lameter
2008-04-17
Generic semaphore implementation
Matthew Wilcox
2008-02-23
h8300: IRQ handling update
Yoshinori Sato
2008-02-23
h8300: signal.c typo fix
Yoshinori Sato
2008-02-08
procfs: constify function pointer tables
Jan Engelhardt
2008-02-07
Introduce flags for reserve_bootmem()
Bernhard Walle
2008-02-06
proper show_interrupts() prototype
Adrian Bunk
2008-01-28
all archs: consolidate init and exit sections in vmlinux.lds.h
Sam Ravnborg
2007-10-20
spelling fixes: arch/h8300/
Simon Arlott
2007-10-19
Fix misspellings of "system", "controller", "interrupt" and "necessary".
Robert P. J. Day
2007-10-17
remove include/asm-*/ipc.h
Adrian Bunk
2007-08-22
h8300: missing include
Yoshinori Sato
2007-07-17
PTRACE_POKEDATA consolidation
Alexey Dobriyan
2007-07-16
h8300 entry.S update
Yoshinori Sato
2007-07-16
h8300: remove unused file
Yoshinori Sato
2007-06-01
h8300 trival patches
Yoshinori Sato
2007-05-19
all-archs: consolidate .data section definition in asm-generic
Sam Ravnborg
2007-05-19
all-archs: consolidate .text section definition in asm-generic
Sam Ravnborg