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-09
Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-09-08
trap: cleanup trap_init()
Kefeng Wang
2021-08-26
um: fix stub location calculation
Johannes Berg
2021-07-23
asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user
Arnd Bergmann
2021-07-09
Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
kernel.h: split out panic and oops helpers
Andy Shevchenko
2021-06-29
Merge tag 'x86-entry-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2021-06-19
um: remove unneeded semicolon in um_arch.c
Wan Jiabing
2021-06-18
sched: Introduce task_is_running()
Peter Zijlstra
2021-06-17
um: Fix stack pointer alignment
YiFei Zhu
2021-06-17
um: add a UML specific futex implementation
Anton Ivanov
2021-06-17
um: Add support for host CPU flags and alignment
Anton Ivanov
2021-06-17
um: add PCI over virtio emulation driver
Johannes Berg
2021-06-17
um: irqs: allow invoking time-travel handler multiple times
Johannes Berg
2021-06-17
um: time-travel/signals: fix ndelay() in interrupt
Johannes Berg
2021-06-17
um: export signals_enabled directly
Johannes Berg
2021-05-20
x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max
Masahiro Yamada
2021-05-04
Merge tag 'for-linus-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2021-04-30
mm: move mem_init_print_info() into mm_init()
Kefeng Wang
2021-04-27
Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
2021-04-15
um: Replace if (cond) BUG() with BUG_ON()
Yang Li
2021-04-15
um: Disable CONFIG_GCOV with MODULES
Johannes Berg
2021-04-15
um: Mark all kernel symbols as local
Johannes Berg
2021-03-08
printk: introduce a kmsg_dump iterator
John Ogness
2021-03-08
um: synchronize kmsg_dumper
John Ogness
2021-02-21
arch: setup PF_IO_WORKER threads like PF_KTHREAD
Jens Axboe
2021-02-12
um: add a pseudo RTC
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: mm: check more comprehensively for stub changes
Johannes Berg
2021-02-12
um: time-travel: rework interrupt handling in ext mode
Johannes Berg
2021-01-26
um: time: fix initialization in time-travel mode
Johannes Berg
2021-01-26
Revert "um: support some of ARCH_HAS_SET_MEMORY"
Johannes Berg
2021-01-26
Revert "um: allocate a guard page to helper threads"
Johannes Berg
2021-01-26
um: kmsg_dumper: always dump when not tty console
Thomas Meyer
2021-01-26
um: stdio_console: Make preferred console
Thomas Meyer
2020-12-14
um: Fix build w/o CONFIG_PM_SLEEP
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: time-travel: Actually apply "free-until" optimisation
Johannes Berg
2020-12-13
um: allocate a guard page to helper threads
Johannes Berg
2020-12-13
um: support some of ARCH_HAS_SET_MEMORY
Johannes Berg
2020-12-13
um: time-travel: avoid multiple identical propagations
Johannes Berg
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: time: Fix read_persistent_clock64() in time-travel
Johannes Berg
2020-12-13
um: Simplify os_idle_sleep() and sleep longer
Johannes Berg
2020-12-13
um: Simplify IRQ handling code
Johannes Berg
2020-12-13
um: Remove IRQ_NONE type
Johannes Berg
2020-12-13
um: irq: Reduce irq_reg allocation
Johannes Berg
2020-12-13
um: irq: Clean up and rename struct irq_fd
Johannes Berg
2020-12-13
um: Clean up alarm IRQ chip name
Johannes Berg
2020-12-13
um: Support dynamic IRQ allocation
Johannes Berg
2020-12-13
um: Fix time-travel mode
Johannes Berg
2020-12-13
um: Add support for TIF_NOTIFY_SIGNAL
Jens Axboe
2020-11-24
sched/idle: Fix arch_cpu_idle() vs tracing
Peter Zijlstra
2020-10-26
arch/um: partially revert the conversion to __section() macro
Linus Torvalds
2020-10-25
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-23
Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-18
Merge tag 'for-linus-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2020-10-17
tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()
Jens Axboe
2020-10-12
Merge tag 'core-build-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-10-11
um: Clean up stacktrace dump
Johannes Berg
2020-10-11
um: change sigio_spinlock to a mutex
Johannes Berg
2020-10-11
um: time-travel: Return the sequence number in ACK messages
Johannes Berg
2020-10-11
um: time-travel: Fix IRQ handling in time_travel_handle_message()
Johannes Berg
2020-09-01
vmlinux.lds.h: Split ELF_DETAILS from STABS_DEBUG
Kees Cook
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-12
mm: clean up the last pieces of page fault accountings
Peter Xu
2020-08-12
mm: do page fault accounting in handle_mm_fault
Peter Xu
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
2020-07-04
arch: rename copy_thread_tls() back to copy_thread()
Christian Brauner
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
2020-06-09
maccess: always use strict semantics for probe_kernel_read
Christoph Hellwig
2020-06-09
maccess: unify the probe kernel arch hooks
Christoph Hellwig
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
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
um: add show_stack_loglvl()
Dmitry Safonov
2020-06-09
um/sysrq: remove needless variable sp
Dmitry Safonov
2020-06-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching
Linus Torvalds
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
2020-05-08
x86/module: Use text_poke() for late relocations
Peter Zijlstra
2020-04-29
um: syscall.c: include
Johannes Berg
2020-04-07
Merge tag 'for-linus-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2020-04-02
mm: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
mm: introduce FAULT_FLAG_DEFAULT
Peter Xu
2020-03-29
um: Implement ndelay/udelay in time-travel mode
Johannes Berg
2020-03-29
um: Implement time-travel=ext
Johannes Berg
2020-03-29
um: time-travel: Rewrite as an event scheduler
Johannes Berg
2020-03-29
um: Move timer-internal.h to non-shared
Johannes Berg
2020-03-29
um: Fix overlapping ELF segments when statically linked
David Gow
2020-03-29
um: Don't use console_drivers directly
Andy Shevchenko
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-01-19
Revert "um: Enable CONFIG_CONSTRUCTORS"
Johannes Berg
2020-01-07
um: Implement copy_thread_tls
Amanieu d'Antras
2019-12-04
um: add support for folded p4d page tables
Mike Rapoport
2019-12-04
um: remove unused pxx_offset_proc() and addr_pte() functions
Mike Rapoport
2019-10-10
seccomp: simplify secure_computing()
Christian Brauner
2019-09-16
um: irq: Fix LAST_IRQ usage in init_IRQ()
Erel Geron
2019-09-15
um: Add SPDX headers to files in arch/um/kernel/
Alex Dewar
2019-09-15
um: drivers: Add virtio vhost-user driver
Erel Geron
2019-09-15
um: time-travel: Restrict time update in IRQ handler
Johannes Berg
2019-09-15
um: time-travel: Fix periodic timers
Johannes Berg
2019-09-15
um: Enable CONFIG_CONSTRUCTORS
Johannes Berg
2019-09-15
um: Place (soft)irq text with macros
Johannes Berg
2019-09-15
um: Implement TRACE_IRQFLAGS_SUPPORT
Johannes Berg
2019-09-15
um: Remove meaningless clearing of clean-files
Masahiro Yamada
2019-08-23
um: fix time travel mode
Johannes Berg
2019-07-14
Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2019-07-12
um: switch to generic version of pte allocation
Mike Rapoport
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2019-07-04
um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT
Johannes Berg
2019-07-02
um: Fix kcov crash during startup
Marek Majkowski
2019-07-02
um: Support time travel mode
Johannes Berg
2019-07-02
um: Pass nsecs to os timer functions
Johannes Berg
2019-07-02
um: Don't garbage collect in deactivate_all_fds()
Johannes Berg
2019-07-02
um: Remove locking in deactivate_all_fds()
Johannes Berg
2019-07-02
um: Timer code cleanup
Johannes Berg
2019-07-02
um: Fix IRQ controller regression on console read
Jouni Malinen
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-29
signal: Remove the task parameter from force_sig_fault
Eric W. Biederman
2019-05-29
signal/um: Remove task parameter from send_sigtrap
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sig
Eric W. Biederman
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
2019-05-12
Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2019-05-07
um: irq: don't set the chip for all irqs
Bartosz Golaszewski
2019-05-07
um: remove unused variable
Bartosz Golaszewski
2019-05-07
uml: fix a boot splat wrt use of cpu_all_mask
Maciej Żenczykowski
2019-05-07
Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk
Linus Torvalds
2019-04-14
um/stacktrace: Remove the pointless ULONG_MAX marker
Thomas Gleixner
2019-04-09
treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively
Sakari Ailus
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-02
Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
2018-12-27
um: Remove obsolete reenable_XX calls
Anton Ivanov
2018-12-27
um: Optimize Flush TLB for force/fork case
Anton Ivanov
2018-12-27
um: Skip TLB flushing where not needed
Anton Ivanov
2018-12-27
um: Optimize TLB operations v2
Anton Ivanov
2018-12-27
um: Remove unnecessary faulted check in uaccess.c
Anton Ivanov
2018-10-31
Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2018-10-31
memblock: stop using implicit alignment to SMP_CACHE_BYTES
Mike Rapoport
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
2018-10-31
memblock: replace alloc_bootmem with memblock_alloc
Mike Rapoport
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
2018-10-29
um: trap: fix spelling mistake, EACCESS -> EACCES
Colin Ian King
2018-10-29
um: NULL check before kfree is not needed
YueHaibing
2018-10-26
um: switch to NO_BOOTMEM
Mike Rapoport
2018-10-26
um: setup_physmem: stop using global variables
Mike Rapoport
2018-08-17
mm: convert return type of handle_mm_fault() caller to vm_fault_t
Souptick Joarder
2018-04-28
signal/um: More carefully relay signals in relay_signal.
Eric W. Biederman
2018-04-25
signal/um: Use force_sig_fault where appropriate
Eric W. Biederman
2018-04-25
signal: Ensure every siginfo we send has all bits initialized
Eric W. Biederman
2018-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2018-04-02
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-02-19
um: Add missing EXPORT for free_irq_by_fd()
Anton Ivanov
2018-02-19
Epoll based IRQ controller
Anton Ivanov
2018-02-19
um: time: Use timespec64 for persistent clock
Arnd Bergmann
2018-01-30
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2018-01-22
signal: Replace memset(info,...) with clear_siginfo for clarity
Eric W. Biederman
2018-01-09
Construct init thread stack in the linker script rather than by union
David Howells
2017-12-19
Do not hash userspace addresses in fault handlers
Kees Cook
2017-11-15
mm, arch: remove empty_bad_page*
Michal Hocko
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-29
um/time: Fixup namespace collision
Thomas Gleixner
2017-09-13
um: Fix CONFIG_GCOV for modules.
Thomas Meyer
2017-09-13
um: Fix FP register size for XSTATE/XSAVE
Thomas Meyer
2017-07-15
Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2017-07-07
um: Add kerneldoc for segv_handler
Thomas Meyer
2017-07-06
Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-07-05
um: Use os_warn to print out pre-boot warning/error messages
Masami Hiramatsu
2017-07-05
um: Use os_info for the messages on normal path
Masami Hiramatsu
2017-06-28
arch: remove unused macro/function thread_saved_pc()
Tobias Klauser
2017-05-15
kill strlen_user()
Al Viro
2017-05-13
Merge branch 'for-linus-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2017-05-03
um: Fix to call read_initrd after init_bootmem
Masami Hiramatsu
2017-05-03
um: Fix _print_addr()
Richard Weinberger
2017-05-01
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-04-14
um/time: Set ->min_delta_ticks and ->max_delta_ticks
Nicolai Stange
2017-03-28
um: switch to RAW_COPY_USER
Al Viro
2017-03-28
new helper: uaccess_kernel()
Al Viro
2017-03-02
sched/headers: Prepare to move kstack_end() from to
Ingo Molnar
2017-03-02
sched/headers: Prepare to move 'init_task' and 'init_thread_union' from to
Ingo Molnar
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