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-08-19
isystem: trim/fixup stdarg.h and other headers
Alexey Dobriyan
2021-06-17
um: Fix stack pointer alignment
YiFei Zhu
2021-06-17
um: Add support for host CPU flags and alignment
Anton Ivanov
2021-06-17
um: time-travel/signals: fix ndelay() in interrupt
Johannes Berg
2021-06-17
um: export signals_enabled directly
Johannes Berg
2021-02-12
um: remove process stub VMA
Johannes Berg
2021-02-12
um: rework userspace stubs to not hard-code stub location
Johannes Berg
2021-02-12
um: separate child and parent errors in clone stub
Johannes Berg
2021-02-12
um: defer killing userspace on page table update failures
Johannes Berg
2021-02-12
um: print register names in wait_for_stub
Johannes Berg
2021-01-26
um: fix os_idle_sleep() to not hang
Johannes Berg
2021-01-26
Revert "um: allocate a guard page to helper threads"
Johannes Berg
2020-12-13
um: time-travel: Correct time event IRQ delivery
Johannes Berg
2020-12-13
um: irq/sigio: Support suspend/resume handling of workaround IRQs
Johannes Berg
2020-12-13
um: Monitor error events in IRQ controller
Anton Ivanov
2020-12-13
um: allocate a guard page to helper threads
Johannes Berg
2020-12-13
um: Fetch registers only for signals which need them
Anton Ivanov
2020-12-13
um: Support suspend to RAM
Johannes Berg
2020-12-13
um: Allow PM with suspend-to-idle
Johannes Berg
2020-12-13
um: Simplify os_idle_sleep() and sleep longer
Johannes Berg
2020-12-13
um: Remove IRQ_NONE type
Johannes Berg
2020-12-13
um: sigio: Return error from add_sigio_fd()
Johannes Berg
2020-12-13
um: Increase stack frame size threshold for signal.c
Andy Shevchenko
2020-12-13
um: Remove use of asprinf in umid.c
Anton Ivanov
2020-10-11
um: Fix incorrect assumptions about max pid length
Maciej Żenczykowski
2020-10-11
um: Some fixes to build UML with musl
Ignat Korchagin
2020-06-02
um: Use fdatasync() when mapping the UBD FSYNC command
Anton Ivanov
2020-06-02
um: Add include: memset() and memcpy() are in
Zach van Rijn
2020-03-29
um: Implement time-travel=ext
Johannes Berg
2020-03-29
um: Move timer-internal.h to non-shared
Johannes Berg
2020-03-29
um: falloc.h needs to be directly included for older libc
Alan Maguire
2020-03-29
um: Fix len of file in create_pid_file
Wen Yang
2019-12-18
um: ubd: use 64-bit time_t where possible
Arnd Bergmann
2019-11-25
um: Don't trace irqflags during shutdown
Johannes Berg
2019-09-15
um: Add SPDX headers for files in arch/um/os-Linux
Alex Dewar
2019-09-15
um: drivers: Add virtio vhost-user driver
Erel Geron
2019-09-15
um: Implement TRACE_IRQFLAGS_SUPPORT
Johannes Berg
2019-09-15
um: Avoid using uninitialized regs
Johannes Berg
2019-09-15
um: Remove sig_info[SIGALRM]
Johannes Berg
2019-07-02
um: Pass nsecs to os timer functions
Johannes Berg
2019-07-02
um: Timer code cleanup
Johannes Berg
2019-07-02
um: fix os_timer_one_shot()
Johannes Berg
2019-05-07
um: remove uses of variable length arrays
Bartosz Golaszewski
2019-05-07
um: Revert to using stack for pt_regs in signal handling
Anton Ivanov
2018-12-27
um: Add support for DISCARD in the UBD Driver
Anton Ivanov
2018-10-29
um: remove unused AIO code
Christoph Hellwig
2018-10-29
um: Give start_idle_thread() a return code
Richard Weinberger
2018-06-10
um: remove uml initcalls
Alexander Pateenok
2018-03-29
um: Compile with modern headers
Jason A. Donenfeld
2018-02-19
Epoll based IRQ controller
Anton Ivanov
2018-02-19
um: Use POSIX ucontext_t instead of struct ucontext
Krzysztof Mazur
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-13
um: return negative in tuntap_open_tramp()
Dan Carpenter
2017-09-13
Fix minor typos and grammar in UML start_up help
James Pack
2017-09-13
um: Fix FP register size for XSTATE/XSAVE
Thomas Meyer
2017-07-07
um: Add kerneldoc for userspace_tramp() and start_userspace()
Thomas Meyer
2017-07-07
um: userspace - be more verbose in ptrace set regs error
Thomas Meyer
2017-07-05
um: Use os_warn to print out pre-boot warning/error messages
Masami Hiramatsu
2017-07-05
um: Add os_warn() for pre-boot warning/error messages
Masami Hiramatsu
2017-07-05
um: Use os_info for the messages on normal path
Masami Hiramatsu
2017-07-05
um: Add os_info() for pre-boot information messages
Masami Hiramatsu
2017-07-05
um: Use printk instead of printf in make_uml_dir
Masami Hiramatsu
2017-05-04
um: Add missing NR_CPUS include
Richard Weinberger
2017-05-03
um: Set number of CPUs
Nikola Kotur
2016-08-04
um: Support kcov
Vegard Nossum
2016-08-04
um: Fix possible deadlock in sig_handler_common()
Richard Weinberger
2016-05-21
um: extend fpstate to _xstate to support YMM registers
Eli Cooper
2016-01-10
um: Use race-free temporary file creation
Mickaël Salaün
2016-01-10
um: Do not set unsecure permission for temporary file
Mickaël Salaün
2016-01-10
um: Fix ptrace GETREGS/SETREGS bugs
Mickaël Salaün
2016-01-10
um: Update UBD to use pread/pwrite family of functions
Anton Ivanov
2016-01-10
um: Prevent IRQ handler reentrancy
Anton Ivanov
2016-01-10
uml: flush stdout before forking
Vegard Nossum
2015-11-06
um: Switch clocksource to hrtimers
Anton Ivanov
2015-11-06
um: Store syscall number after syscall_trace_enter()
Richard Weinberger
2015-10-19
um: Fix waitpid() usage in helper code
Richard Weinberger
2015-06-28
Merge branch 'for-linus-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2015-06-25
um: Include sys/types.h for makedev(), major(), minor()
Hans-Werner Hilse
2015-06-25
um: Do not use stdin and stdout identifiers for struct members
Hans-Werner Hilse
2015-06-25
um: Do not use __ptr_t type for stack_t's .ss pointer
Hans-Werner Hilse
2015-05-31
um/os-Linux: Use char[] for syscall_stub declarations
Nicolas Iooss
2015-05-24
um,ethertap: use strncpy
Alan
2015-04-13
um: Move uml_postsetup in the init_thread stack
Thomas Meyer
2015-04-13
um: Remove SKAS3/4 support
Richard Weinberger
2014-07-20
Revert "um: Fix wait_stub_done() error handling"
Richard Weinberger
2014-04-20
um: Memory corruption on startup
Anton Ivanov
2014-04-20
um: Missing pipe handling
Anton Ivanov
2014-04-20
uml: Simplify tempdir logic.
Tristan Schmelcher
2013-11-17
um: Make stack trace reliable against kernel mode faults
Richard Weinberger
2013-09-07
um: Run UML in it's own session.
Richard Weinberger
2013-09-07
um: Cleanup SIGTERM handling
Richard Weinberger
2013-09-07
um: ubd: Add REQ_FLUSH suppport
Richard Weinberger
2013-09-07
um: Implement probe_kernel_read()
Richard Weinberger
2013-07-19
um: siginfo cleanup
Richard Weinberger
2013-07-19
uml: Fix which_tmpdir failure when /dev/shm is a symlink, and in other edge cases
Tristan Schmelcher
2013-07-19
um: Fix wait_stub_done() error handling
Richard Weinberger
2013-05-02
Merge commit '8700c95adb03' into timers/nohz
Frederic Weisbecker
2013-04-03
nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMON
Frederic Weisbecker
2013-03-11
um: fix build failure due to mess-up of sig_info protorype
Sergei Trofimovich
2013-03-11
um: add missing declaration of 'getrlimit()' and friends
Sergei Trofimovich
2012-10-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2012-10-12
x86, um: convert to saner kernel_execve() semantics
Al Viro
2012-10-09
um: get rid of pointless include "..." where include <...> will do
Al Viro
2012-09-05
uml: fix compile error in deliver_alarm()
Miklos Szeredi
2012-08-02
um: pass siginfo to guest process
Martin Pärtel
2012-08-02
um: pull interrupt_end() into userspace()
Al Viro
2012-05-21
um: Remove unused variables
Richard Weinberger
2012-03-25
um: use the right ifdef around exports in user_syms.c
Al Viro
2011-11-02
um: unify ptrace_user.h
Al Viro
2011-11-02
um: merge os-Linux/tls.c into arch/x86/um/os-Linux/tls.c
Al Viro
2011-11-02
um: take chan_*.h and line.h to arch/um/drivers
Al Viro
2011-11-02
um: take register_winch_irq() into the caller of is_skas_winch()
Al Viro
2011-11-02
um: take arch/um/sys-x86 to arch/x86/um
Al Viro
2011-11-02
um: sysdep/barrier.h is not used for anything
Al Viro
2011-11-02
um: shared/process.h is empty now; kill it
Al Viro
2011-11-02
um: finish conversion to mcontext_t
Al Viro
2011-11-02
um: start switching the references to host mcontext_t to its userland type
Al Viro
2011-11-02
um: take userland definition of barrier() to user.h
Al Viro
2011-11-02
um: fill the handlers array at build time
Al Viro
2011-11-02
um: simplify set_handler()
Al Viro
2011-11-02
um: don't bother blocking SIGARLM and SIGUSR1
Al Viro
2011-11-02
um: switch stub_segv_handler to SA_SIGINFO variant, get rid of magic crap in there
Al Viro
2011-11-02
um: merge arch/um/os-Linux/sys-{i386,x86_64}
Al Viro
2011-11-02
um: merge hard_handler() instances, switch to use of SA_SIGINFO
Al Viro
2011-11-02
um: kill dead code around uaccess
Al Viro
2011-11-02
um: -include user.h for USER_OBJ, trim includes
Al Viro
2011-09-14
um: Save FPU registers between task switches
Ingo van Lil
2011-07-25
um: disable scan_elf_aux() on x86_64
Richard Weinberger
2011-07-25
uml: free resources
Davidlohr Bueso
2011-07-25
uml: helper.c warning corrections
Vitaliy Ivanov
2011-07-25
um: fix _FORTIFY_SOURCE=2 support for kernel modules
Richard Weinberger
2011-05-25
um: fix crash while os_dump_core()
Richard Weinberger
2011-05-25
um: add earlyprintk support
Richard Weinberger
2011-05-25
um: remove SIGHUP handler
Richard Weinberger
2011-05-25
um: fix UML_LIB_PATH
Richard Weinberger
2011-05-18
um: fix abort
Richard Weinberger
2010-10-26
um: fix global timer issue when using CONFIG_NO_HZ
Richard Weinberger
2010-08-09
Deal with missing exports for hostfs
Al Viro
2010-06-29
um: os-linux/mem.c needs sys/stat.h
Liu Aleaxander
2010-04-19
uml: Fix build breakage after slab.h changes
Jan Kiszka
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
2009-09-20
includecheck fix: um, helper.c
Jaswinder Singh Rajput
2009-04-01
uml: improve error messages
WANG Cong
2009-03-12
uml: fix WARNING: vmlinux: 'memcpy' exported twice
akpm@linux-foundation.org
2008-12-04
um: Kill directly reference of netdev->priv
Wang Chen
2008-10-22
x86, um: get rid of arch/um/os symlink
Al Viro
2008-10-22
x86, um: get rid of excessive includes of uml-config.h
Al Viro
2008-10-16
uml: remove the dead TTY_LOG code
Adrian Bunk
2008-07-24
UML: make several more things static
WANG Cong
2008-06-12
uml: work around broken host PTRACE_SYSEMU
Jeff Dike
2008-06-12
uml: remove include of asm/user.h
Jeff Dike
2008-06-06
uml: PATH_MAX needs limits.h
Ingo Molnar
2008-06-06
uml: stub needs to tolerate SIGWINCH
Jeff Dike
2008-06-06
uml: deal with inaccessible address space start
Tom Spink
2008-06-06
uml: deal with host time going backwards
Jeff Dike
2008-05-21
fix include order in sys-i386/registers.c
Al Viro
2008-05-13
uml: track and make up lost ticks
Jeff Dike
2008-05-13
uml: random driver fixes
Jeff Dike
2008-05-13
uml: fix build when SLOB is enabled
Jeff Dike
2008-05-13
uml: tidy ptrace interface
Jeff Dike
2008-05-13
uml: style fixes
Jeff Dike
2008-05-13
uml: redo host capability detection and disabling
Jeff Dike
2008-04-28
arch/um/os-Linux/sys-i386/task_size.c: improve a bit
WANG Cong
2008-04-28
arch/um/os-Linux/start_up.c: various improvements.
WANG Cong
2008-04-26
uml: fix build error
Ingo Molnar
2008-02-23
uml: fix FP register corruption
Jeff Dike
2008-02-08
uml: improved error handling while locating temp dir
Jim Meyering
2008-02-08
uml: style fixes in arch/um/os-Linux
Jeff Dike
2008-02-08
uml: runtime host VMSPLIT detection
Jeff Dike
2008-02-05
uml: move register initialization
Jeff Dike
2008-02-05
uml: add newlines to printks
Jeff Dike
2008-02-05
uml: implement O_APPEND
Jeff Dike
2008-02-05
uml: remove init_irq_signals
Jeff Dike
2008-02-05
uml: signal handling tidying
Jeff Dike
2008-02-05
uml: clean up sig_handler_common_skas
Jeff Dike
2008-02-05
uml: move sig_handler_common_skas
Jeff Dike
2008-02-05
uml: don't allow processes to call into stub
Jeff Dike
2008-02-05
uml: tidy helper code
Jeff Dike
2008-02-05
uml: use barrier() instead of mb()
Jeff Dike
2008-02-05
uml: install panic notifier earlier
Jeff Dike
2008-02-05
uml: eliminate setjmp_wrapper
Jeff Dike
2008-02-05
uml: style fixes in file.c
Jeff Dike
2008-02-05
uml: miscellaneous code cleanups
Jeff Dike
2008-02-05
uml: syle fixes in arch/um/os-Linux
Jeff Dike
2008-02-05
uml: kill processes instead of panicing kernel
Jeff Dike
2008-02-05
uml: use ptrace directly in libc code
Jeff Dike
2008-02-05
uml: simplify SIGSEGV handling
Jeff Dike
2008-02-05
uml: convert functions to void
Karol Swietlicki
2008-02-05
arch/um: remove duplicate includes
Lucas Woods
2008-02-05
uml: tidy kern_util.h
Jeff Dike
2008-02-05
uml: const and other tidying
WANG Cong
2008-02-05
uml: code tidying under arch/um/os-Linux
WANG Cong
2007-12-17
uml: stop gdb from deleting breakpoints when running UML
Stanislaw Gruszka
2007-12-03
uml: after_sleep_interval should return something
Jeff Dike
2007-11-29
uml: fix !NO_HZ busy-loop
Jeff Dike
2007-11-14
uml: fix recvmsg return value checking
Jeff Dike
2007-10-16
uml: definitively kill subprocesses on panic
Lepton Wu
2007-10-16
uml: fix stub address calculations
Jeff Dike
2007-10-16
uml: network driver MTU cleanups
Jeff Dike
2007-10-16
uml: network formatting
Jeff Dike