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
2020-07-31
init: add an init_chmod helper
Christoph Hellwig
2020-07-31
init: add an init_chown helper
Christoph Hellwig
2020-07-31
init: add an init_chroot helper
Christoph Hellwig
2020-07-31
init: add an init_chdir helper
Christoph Hellwig
2020-07-31
init: add an init_rmdir helper
Christoph Hellwig
2020-07-31
init: add an init_unlink helper
Christoph Hellwig
2020-07-31
init: add an init_umount helper
Christoph Hellwig
2020-07-31
init: add an init_mount helper
Christoph Hellwig
2020-07-31
init: mark create_dev as __init
Christoph Hellwig
2020-07-31
init: mark console_on_rootfs as __init
Christoph Hellwig
2020-07-31
init: initialize ramdisk_execute_command at compile time
Christoph Hellwig
2020-07-31
initramfs: use vfs_utimes in do_copy
Christoph Hellwig
2020-07-31
init: open code setting up stdin/stdout/stderr
Christoph Hellwig
2020-07-31
initramfs: switch initramfs unpacking to struct file based APIs
Christoph Hellwig
2020-07-30
initramfs: remove clean_rootfs
Christoph Hellwig
2020-07-30
initramfs: remove the populate_initrd_image and clean_rootfs stubs
Christoph Hellwig
2020-07-30
initrd: mark initrd support as deprecated
Christoph Hellwig
2020-07-30
initrd: mark init_linuxrc as __init
Christoph Hellwig
2020-07-30
initrd: switch initrd loading to struct file based APIs
Christoph Hellwig
2020-07-30
initrd: remove the BLKFLSBUF call in handle_initrd
Christoph Hellwig
2020-07-30
initrd: remove support for multiple floppies
Christoph Hellwig
2020-07-29
sched: tasks: Use sequence counter with associated spinlock
Ahmed S. Darwish
2020-07-29
arm, arm64: Fix selection of CONFIG_SCHED_THERMAL_PRESSURE
Valentin Schneider
2020-07-26
Merge branch 'x86/urgent' into x86/cleanups
Ingo Molnar
2020-07-22
sched: Cleanup SCHED_THERMAL_PRESSURE kconfig entry
Valentin Schneider
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
2020-07-16
md: move the early init autodetect code to drivers/md/
Christoph Hellwig
2020-07-16
init: remove the bstat helper
Christoph Hellwig
2020-07-10
seccomp: Report number of loaded filters in /proc/$pid/status
Kees Cook
2020-07-02
kbuild: fix CONFIG_CC_CAN_LINK(_STATIC) for cross-compilation with Clang
Masahiro Yamada
2020-06-26
docs: move nommu-mmap.txt to admin-guide and rename to ReST
Mauro Carvalho Chehab
2020-06-19
initrd: Remove erroneous comment
Tom Rini
2020-06-16
security: allow using Clang's zero initialization for stack variables
glider@google.com
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-13
Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2020-06-11
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-06-10
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux
Linus Torvalds
2020-06-09
mm: don't include asm/pgtable.h if linux/mm.h is already included
Mike Rapoport
2020-06-08
kernel/sysctl: support setting sysctl parameters from kernel command line
Vlastimil Babka
2020-06-06
Merge tag 'kbuild-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-06-04
Kconfig: add config option for asm goto w/ outputs
Nick Desaulniers
2020-06-04
init: allow distribution configuration of default init
Chris Down
2020-06-03
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-03
mm: memcontrol: make swap tracking an integral part of memory control
Johannes Weiner
2020-06-03
padata: initialize earlier
Daniel Jordan
2020-06-03
Merge tag 'mips_5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
2020-06-01
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2020-06-01
Merge tag 'x86-boot-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-06-01
Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-05-19
pipe: Add general notification queue support
David Howells
2020-05-19
Merge tag 'noinstr-lds-2020-05-19' into core/rcu
Thomas Gleixner
2020-05-17
Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-05-17
bpfilter: check if $(CC) can link static libc in Kconfig
Masahiro Yamada
2020-05-17
bpfilter: match bit size of bpfilter_umh to that of the kernel
Masahiro Yamada
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-15
scs: Add support for Clang's Shadow Call Stack (SCS)
Sami Tolvanen
2020-05-15
bpf: Restrict bpf_probe_read{, str}() only to archs where they work
Daniel Borkmann
2020-05-15
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
2020-05-12
Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-05-12
bootconfig: Fix to prevent warning message if no bootconfig option
Masami Hiramatsu
2020-05-12
kbuild: add CONFIG_LD_IS_LLD
Sami Tolvanen
2020-05-12
kbuild: use CONFIG_CC_VERSION_TEXT to construct LINUX_COMPILER macro
Masahiro Yamada
2020-05-12
kbuild: ensure full rebuild when the compiler is updated
Masahiro Yamada
2020-05-12
kbuild: use $(CC_VERSION_TEXT) to evaluate CC_IS_GCC and CC_IS_CLANG
Masahiro Yamada
2020-05-09
gcc-10: mark more functions __init to avoid section mismatch warnings
Linus Torvalds
2020-05-09
Stop the ad-hoc games with -Wno-maybe-initialized
Linus Torvalds
2020-05-08
Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsan
Thomas Gleixner
2020-05-06
bootconfig: Fix to remove bootconfig data from initrd while boot
Masami Hiramatsu
2020-04-27
rcu-tasks: Split ->trc_reader_need_end
Paul E. McKenney
2020-04-27
rcu-tasks: Add an RCU Tasks Trace to simplify protection of tracing hooks
Paul E. McKenney
2020-04-27
x86/setup: Add an initrdmem= option to specify initrd physical address
Ronald G. Minnich
2020-04-15
compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
Will Deacon
2020-04-13
kcsan: Add support for scoped accesses
Marco Elver
2020-04-13
Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refresh
Ingo Molnar
2020-04-11
Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-04-10
printk: queue wake_up_klogd irq_work only if per-CPU areas are ready
Sergey Senozhatsky
2020-04-09
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2020-04-09
kbuild: do not pass $(KBUILD_CFLAGS) to scripts/mkcompile_h
Masahiro Yamada
2020-04-09
kbuild: mkcompile_h: Include $LD version in /proc/version
Kees Cook
2020-04-07
init/Kconfig: clean up ANON_INODES and old IO schedulers options
Krzysztof Kozlowski
2020-04-07
userfaultfd: wp: add WP pagetable tracking to x86
Andrea Arcangeli
2020-04-05
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-04-05
Merge tag 'trace-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-04-04
Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent
Ingo Molnar
2020-04-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-04-01
init/kconfig: Add LD_VERSION Kconfig
Amit Daniel Kachhap
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-03-31
Merge tag 'kbuild-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-03-30
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-03-30
bpf, lsm: Make BPF_LSM depend on BPF_EVENTS
KP Singh
2020-03-30
Merge tag 'for-5.7/block-2020-03-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-03-30
bpf: Introduce BPF_PROG_TYPE_LSM
KP Singh
2020-03-27
perf/core: Add PERF_SAMPLE_CGROUP feature
Namhyung Kim
2020-03-25
exec: Add exec_update_mutex to replace cred_guard_mutex
Eric W. Biederman
2020-03-24
block: remove __bdevname
Christoph Hellwig
2020-03-21
kcsan: Add kcsan_set_access_mask() support
Marco Elver
2020-03-21
Merge branch 'linus' into locking/kcsan, to pick up fixes
Ingo Molnar
2020-03-21
Merge branch 'x86/kdump' into locking/kcsan, to resolve conflicts
Ingo Molnar
2020-03-12
int128: fix __uint128_t compiler test in Kconfig
Masahiro Yamada
2020-03-06
sched/pelt: Add support to track thermal pressure
Thara Gopinath
2020-03-03
tools/bootconfig: Show line and column in parse error
Masami Hiramatsu
2020-03-03
kbuild: allow symbol whitelisting with TRIM_UNUSED_KSYMS
Quentin Perret
2020-03-03
kbuild: use KBUILD_DEFCONFIG as the fallback for DEFCONFIG_LIST
Masahiro Yamada
2020-02-26
Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-02-25
bootconfig: Fix CONFIG_BOOTTIME_TRACING dependency issue
Masami Hiramatsu
2020-02-20
bootconfig: Print array as multiple commands for legacy command line
Masami Hiramatsu
2020-02-20
bootconfig: Add bootconfig magic word for indicating bootconfig explicitly
Masami Hiramatsu
2020-02-20
bootconfig: Set CONFIG_BOOT_CONFIG=n by default
Masami Hiramatsu
2020-02-20
bootconfig: Mark boot_config_checksum() static
Qiujun Huang
2020-02-11
Merge tag 'trace-v5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-02-10
bootconfig: Use parse_args() to find bootconfig and '--'
Steven Rostedt (VMware)
2020-02-10
bootconfig: Remove unneeded CONFIG_LIBXBC
Masami Hiramatsu
2020-02-06
Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2020-02-05
bootconfig: Show the number of nodes on boot message
Masami Hiramatsu
2020-02-05
bootconfig: Use bootconfig instead of boot config
Masami Hiramatsu
2020-02-05
bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline
Steven Rostedt (VMware)
2020-01-31
init/main.c: fix misleading "This architecture does not have kernel memory protection" message
Christophe Leroy
2020-01-31
init/main.c: fix quoted value handling in unknown_bootoption
Arvind Sankar
2020-01-31
init/main.c: remove unnecessary repair_env_string in do_initcall_level
Arvind Sankar
2020-01-31
init/main.c: log arguments and environment passed to init
Arvind Sankar
2020-01-29
Merge tag 'driver-core-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
2020-01-28
Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-01-28
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-01-27
Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-01-21
bootconfig: Fix Kconfig help message for BOOT_CONFIG
Masami Hiramatsu
2020-01-20
Merge tag 'v5.5-rc7' into locking/kcsan, to refresh the tree
Ingo Molnar
2020-01-19
Revert "um: Enable CONFIG_CONSTRUCTORS"
Johannes Berg
2020-01-19
Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-14
lib/vdso: Prepare for time namespace support
Thomas Gleixner
2020-01-14
ns: Introduce Time Namespace
Andrei Vagin
2020-01-13
mm, debug_pagealloc: don't rely on static keys too early
Vlastimil Babka
2020-01-13
bootconfig: init: Allow admin to use bootconfig for init command line
Masami Hiramatsu
2020-01-13
bootconfig: init: Allow admin to use bootconfig for kernel command line
Masami Hiramatsu
2020-01-13
init/main.c: Alloc initcall_command_line in do_initcall() and free it
Masami Hiramatsu
2020-01-13
bootconfig: Load boot config from the tail of initrd
Masami Hiramatsu
2020-01-13
bootconfig: Add Extra Boot Config support
Masami Hiramatsu
2020-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-01-06
Merge tag 'v5.5-rc5' into locking/kcsan, to resolve conflict
Ingo Molnar
2020-01-02
Revert "fs: remove ksys_dup()"
Dominik Brodowski
2019-12-30
Merge tag 'v5.5-rc4' into locking/kcsan, to resolve conflicts
Ingo Molnar
2019-12-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2019-12-17
early init: fix error handling when opening /dev/console
Linus Torvalds
2019-12-16
Fix root mounting with no mount options
Linus Torvalds
2019-12-16
device.h: move 'struct driver' stuff out to device/driver.h
Greg Kroah-Hartman
2019-12-13
scripts/sorttable: Rename 'sortextable' to 'sorttable'
Shile Zhang
2019-12-12
fs: remove ksys_dup()
Dominik Brodowski
2019-12-12
init: unify opening /dev/console as stdin/stdout/stderr
Dominik Brodowski
2019-12-12
init: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
initrd: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-12
devtmpfs: use do_mount() instead of ksys_mount()
Dominik Brodowski
2019-12-11
bpf, x86, arm64: Enable jit by default when not built as always-on
Daniel Borkmann
2019-12-04
init/Kconfig: fix indentation
Krzysztof Kozlowski
2019-12-02
Merge tag 'kbuild-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-12-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2019-11-26
sysctl: Remove the sysctl system call
Eric W. Biederman
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-11-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2019-11-25
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
2019-11-17
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
2019-11-16
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
2019-11-15
kbuild: remove header compile test
Masahiro Yamada
2019-10-29
io_uring: replace workqueue usage with io-wq
Jens Axboe
2019-10-16
arm64: use generic free_initrd_mem()
Mike Rapoport
2019-10-02
init: Support mounting root file systems over SMB
Paulo Alcantara (SUSE)
2019-09-28
Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
2019-09-27
Merge branch 'next-integrity' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity
Linus Torvalds
2019-09-24
mm: use CPU_BITS_NONE to initialize init_mm.cpu_bitmask
Mike Rapoport
2019-09-24
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
2019-09-24
mm: kmemleak: use the memory pool for early allocations
Catalin Marinas
2019-09-22
Merge tag 'modules-for-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2019-09-21
Merge tag 'for-linus-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
Linus Torvalds
2019-09-21
Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linux
Linus Torvalds
2019-09-20
Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
2019-09-19
Merge branch 'work.mount2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-09-17
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-09-16
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-09-16
Merge branch 'sched/rt' into sched/core, to pick up -rt changes
Ingo Molnar
2019-09-15
um: Enable CONFIG_CONSTRUCTORS
Johannes Berg
2019-09-15
compiler-types.h: add asm_inline definition
Rasmus Villemoes
2019-09-12
vfs: Convert ramfs, shmem, tmpfs, devtmpfs, rootfs to use the new mount API
David Howells
2019-09-11
module: move CONFIG_UNUSED_SYMBOLS to the sub-menu of MODULES
Masahiro Yamada
2019-09-11
module: remove redundant 'depends on MODULES'
Masahiro Yamada
2019-09-10
module: add config option MODULE_ALLOW_MISSING_NAMESPACE_IMPORTS
Matthias Maennich
2019-09-05
make shmem_fill_super() static
Al Viro
2019-09-05
make ramfs_fill_super() static
Al Viro
2019-09-04
kbuild,arc: add CONFIG_CC_OPTIMIZE_FOR_PERFORMANCE_O3 for ARC
Masahiro Yamada
2019-09-03
sched/uclamp: Extend CPU's cgroup controller
Patrick Bellasi
2019-08-29
init/Kconfig: rework help of CONFIG_CC_OPTIMIZE_FOR_SIZE
Masahiro Yamada
2019-08-28
posix-cpu-timers: Move state tracking to struct posix_cputimers
Thomas Gleixner
2019-08-22
kbuild: add CONFIG_ASM_MODVERSIONS
Masahiro Yamada
2019-08-20
Revert "init/Kconfig: Fix infinite Kconfig recursion on PPC"
Will Deacon
2019-08-19
lockdown: Enforce module signatures if the kernel is locked down
David Howells
2019-08-19
security: Support early LSMs
Matthew Garrett
2019-08-14
Kbuild: Handle PREEMPT_RT for version string and magic
Thomas Gleixner
2019-08-07
init/Kconfig: Fix infinite Kconfig recursion on PPC
Will Deacon
2019-08-05
MODSIGN: Export module signature definitions
Thiago Jung Bauermann
2019-08-05
arm64: Add support for relocating the kernel with RELR relocations
Peter Collingbourne