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-07-14
Add a reference to ucounts for each cred
Alexey Gladkov
2021-02-24
fs: delete repeated words in comments
Randy Dunlap
2021-02-23
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2021-01-29
tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()
Will Deacon
2021-01-29
tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()
Will Deacon
2021-01-24
exec: handle idmapped mounts
Christian Brauner
2021-01-24
would_dump: handle idmapped mounts
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2021-01-24
capability: handle idmapped mounts
Christian Brauner
2020-12-16
Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
Linus Torvalds
2020-12-15
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-12-15
Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
2020-12-10
exec: Move io_uring_task_cancel after the point of no return
Eric W. Biederman
2020-12-10
exec: Simplify unshare_files
Eric W. Biederman
2020-12-10
exec: Move unshare_files to fix posix file locking during exec
Eric W. Biederman
2020-12-10
exec: Don't open code get_close_on_exec
Eric W. Biederman
2020-12-02
kernel: Implement selective syscall userspace redirection
Gabriel Krisman Bertazi
2020-11-11
parisc: Make user stack size configurable
Helge Deller
2020-10-16
Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Linus Torvalds
2020-10-15
Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2020-10-05
fs/kernel_read_file: Split into separate source file
Kees Cook
2020-10-05
fs/kernel_read_file: Split into separate include file
Scott Branden
2020-10-05
fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum
Kees Cook
2020-09-30
io_uring: don't rely on weak ->files references
Jens Axboe
2020-09-16
mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race
Nicholas Piggin
2020-08-12
mm/gup: remove task_struct pointer for all gup code
Peter Xu
2020-08-12
exec: move path_noexec() check earlier
Kees Cook
2020-08-12
exec: move S_ISREG() check earlier
Kees Cook
2020-08-12
exec: change uselib(2) IS_SREG() failure to EACCES
Kees Cook
2020-08-12
exec: use force_uaccess_begin during exec and exit
Christoph Hellwig
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
2020-07-21
exec: Factor bprm_stack_limits out of prepare_arg_pages
Eric W. Biederman
2020-07-21
exec: Factor bprm_execve out of do_execve_common
Eric W. Biederman
2020-07-21
exec: Move bprm_mm_init into alloc_bprm
Eric W. Biederman
2020-07-21
exec: Move initialization of bprm->filename into alloc_bprm
Eric W. Biederman
2020-07-21
exec: Factor out alloc_bprm
Eric W. Biederman
2020-07-04
exec: Remove do_execve_file
Eric W. Biederman
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-08
exec: use flush_icache_user_range in read_code
Christoph Hellwig
2020-06-08
exec: only build read_code when needed
Christoph Hellwig
2020-06-04
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-06-04
exec: open code copy_string_kernel
Christoph Hellwig
2020-06-04
exec: simplify the copy_strings_kernel calling convention
Christoph Hellwig
2020-06-04
Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-06-04
Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2020-05-29
exec: Compute file based creds only once
Eric W. Biederman
2020-05-29
exec: Add a per bprm->file version of per_clear
Eric W. Biederman
2020-05-21
exec: Remove recursion from search_binary_handler
Eric W. Biederman
2020-05-21
exec: Generic execfd support
Eric W. Biederman
2020-05-21
exec: Move the call of prepare_binprm into search_binary_handler
Eric W. Biederman
2020-05-21
exec: Allow load_misc_binary to call prepare_binprm unconditionally
Eric W. Biederman
2020-05-21
exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds
Eric W. Biederman
2020-05-20
exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds
Eric W. Biederman
2020-05-18
Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec")
Eric W. Biederman
2020-05-17
exec: Move would_dump into flush_old_exec
Eric W. Biederman
2020-05-11
exec: Set the point of no return sooner
Eric W. Biederman
2020-05-11
exec: Move handling of the point of no return to the top level
Eric W. Biederman
2020-05-11
exec: Run sync_mm_rss before taking exec_update_mutex
Eric W. Biederman
2020-05-09
exec: Fix spelling of search_binary_handler in a comment
Eric W. Biederman
2020-05-09
exec: Move the comment from above de_thread to above unshare_sighand
Eric W. Biederman
2020-05-07
exec: Rename flush_old_exec begin_new_exec
Eric W. Biederman
2020-05-07
exec: Move most of setup_new_exec into flush_old_exec
Eric W. Biederman
2020-05-07
exec: In setup_new_exec cache current in the local variable me
Eric W. Biederman
2020-05-07
exec: Merge install_exec_creds into setup_new_exec
Eric W. Biederman
2020-05-07
exec: Rename the flag called_exec_mmap point_of_no_return
Eric W. Biederman
2020-05-07
exec: Make unlocking exec_update_mutex explict
Eric W. Biederman
2020-04-28
exec: Remove BUG_ON(has_group_leader_pid)
Eric W. Biederman
2020-04-28
proc: Ensure we see the exit of each process tid exactly once
Eric W. Biederman
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
signal: Extend exec_id to 64bits
Eric W. Biederman
2020-03-25
exec: Add exec_update_mutex to replace cred_guard_mutex
Eric W. Biederman
2020-03-25
exec: Move exec_mmap right after de_thread in flush_old_exec
Eric W. Biederman
2020-03-25
exec: Move cleanup of posix timers on exec out of de_thread
Eric W. Biederman
2020-03-25
exec: Factor unshare_sighand out of de_thread and call it separately
Eric W. Biederman
2020-03-25
exec: Only compute current once in flush_old_exec
Eric W. Biederman
2020-02-10
firmware_loader: load files from the mount namespace of init
Topi Miettinen
2020-01-31
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-01-31
execve: warn if process starts with executable stack
Alexey Dobriyan
2020-01-30
Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpx
Linus Torvalds
2020-01-23
mm: remove arch_bprm_mm_init() hook
Dave Hansen
2019-12-03
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-11-30
Merge tag 'notifications-pipe-prep-20191115' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
Linus Torvalds
2019-11-20
exit/exec: Seperate mm_release()
Thomas Gleixner
2019-11-13
time: Rename tsk->real_start_time to ->start_boottime
Peter Zijlstra
2019-10-23
pipe: Reduce #inclusion of pipe_fs_i.h
David Howells
2019-09-25
sched/membarrier: Fix p->mm->membarrier_state racy load
Mathieu Desnoyers
2019-07-25
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
2019-07-08
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2019-05-27
signal: Remove task parameter from force_sigsegv
Eric W. Biederman
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-14
fs/exec.c: move ->recursion_depth out of critical sections
Alexey Dobriyan
2019-03-07
exec: increase BINPRM_BUF_SIZE to 256
Oleg Nesterov
2019-03-07
fs/exec.c: replace opencoded set_mask_bits()
Vineet Gupta
2019-03-06
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-02-18
exec: Fix mem leak in kernel_read_file
YueHaibing
2019-02-04
sched/core: Convert sighand_struct.count to refcount_t
Elena Reshetova
2019-01-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-01-04
fs/: remove caller signal_pending branch predictions
Davidlohr Bueso
2019-01-04
exec: separate MM_ANONPAGES and RLIMIT_STACK accounting
Oleg Nesterov
2018-12-10
exec: make prepare_bprm_creds static
Chanho Min
2018-12-04
Revert "exec: make de_thread() freezable"
Rafael J. Wysocki
2018-11-19
exec: make de_thread() freezable
Chanho Min
2018-10-10
vfs: require i_size <= SIZE_MAX in kernel_read_file()
Eric Biggers
2018-08-21
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2018-07-26
mm: fix vma_is_anonymous() false-positives
Kirill A. Shutemov
2018-07-21
mm: make vm_area_alloc() initialize core fields
Linus Torvalds
2018-07-21
mm: use helper functions for allocating and freeing vm_area structs
Linus Torvalds
2018-07-21
pid: Implement PIDTYPE_TGID
Eric W. Biederman
2018-06-10
Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-06-06
rseq: Introduce restartable sequences system call
Mathieu Desnoyers
2018-05-23
umh: introduce fork_usermode_blob() helper
Alexei Starovoitov
2018-04-11
exec: pin stack limit during exec
Kees Cook
2018-04-11
exec: introduce finalize_exec() before start_thread()
Kees Cook
2018-04-11
exec: pass stack rlimit into mm layout functions
Kees Cook
2018-03-19
exec: Set file unwritable before LSM check
Kees Cook
2018-01-03
exec: Weaken dumpability for secureexec
Kees Cook
2017-12-17
Revert "exec: avoid RLIMIT_STACK races with prlimit()"
Kees Cook
2017-12-14
exec: avoid gcc-8 warning for get_task_comm
Arnd Bergmann
2017-11-29
exec: avoid RLIMIT_STACK races with prlimit()
Kees Cook
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-10-19
membarrier: Provide register expedited private command
Mathieu Desnoyers
2017-10-03
exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] array
Oleg Nesterov
2017-09-14
vfs: constify path argument to kernel_read_file_from_path
Mimi Zohar
2017-09-14
Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
2017-09-04
fs: fix kernel_read prototype
Christoph Hellwig
2017-09-04
fs: move kernel_read to fs/read_write.c
Christoph Hellwig
2017-08-01
exec: Consolidate pdeath_signal clearing
Kees Cook
2017-08-01
exec: Use sane stack rlimit under secureexec
Kees Cook
2017-08-01
exec: Consolidate dumpability logic
Kees Cook
2017-08-01
exec: Use secureexec for clearing pdeath_signal
Kees Cook
2017-08-01
exec: Use secureexec for setting dumpability
Kees Cook
2017-08-01
LSM: drop bprm_secureexec hook
Kees Cook
2017-08-01
commoncap: Refactor to remove bprm_secureexec hook
Kees Cook
2017-08-01
binfmt: Introduce secureexec flag
Kees Cook
2017-08-01
exec: Correct comments about "point of no return"
Kees Cook
2017-08-01
exec: Rename bprm->cred_prepared to called_set_creds
Kees Cook
2017-07-07
exec: Limit arg stack to at most 75% of _STK_LIM
Kees Cook
2017-06-23
fs/exec.c: account for argv/envp pointers
Kees Cook
2017-03-20
x86/arch_prctl: Add ARCH_[GET|SET]_CPUID
Kyle Huey
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-03-02
sched/headers: Prepare for new header dependencies before moving code to
Ingo Molnar
2017-03-02
sched/headers, cgroups: Remove the threadgroup_change_*() wrappery
Ingo Molnar
2017-02-14
vfs: Use upper filesystem inode in bprm_fill_uid()
Vivek Goyal
2017-01-24
exec: Remove LSM_UNSAFE_PTRACE_CAP
Eric W. Biederman
2016-12-24
Replace with globally
Linus Torvalds
2016-12-22
fs: exec: apply CLOEXEC before changing dumpable task flags
Aleksa Sarai
2016-12-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2016-12-14
mm: add locked parameter to get_user_pages_remote()
Lorenzo Stoakes
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2016-11-22
exec: Ensure mm->user_ns contains the execed files
Eric W. Biederman
2016-11-22
ptrace: Capture the ptracer's creds not PT_PTRACE_CAP
Eric W. Biederman
2016-11-16
posix-timers: Make them configurable
Nicolas Pitre
2016-10-19
mm: replace get_user_pages_remote() write/force parameters with gup_flags
Lorenzo Stoakes
2016-08-04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Linus Torvalds
2016-08-02
firmware: support loading into a pre-allocated buffer
Stephen Boyd
2016-07-25
elf_fdpic_transfer_args_to_stack(): make it generic
Nicolas Pitre
2016-06-24
fs: Treat foreign mounts as nosuid
Andy Lutomirski
2016-05-23
exec: make exec path waiting for mmap_sem killable
Michal Hocko
2016-05-23
exec: remove the no longer needed remove_arg_zero()->free_arg_page()
Oleg Nesterov
2016-05-19
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Linus Torvalds
2016-05-17
exec: clarify reasoning for euid/egid reset
Kees Cook
2016-05-01
vfs: forbid write access when reading a file into memory
Dmitry Kasatkin
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2016-02-21
vfs: define kernel_copy_file_from_fd()
Mimi Zohar
2016-02-21
security: define kernel_read_file hook
Mimi Zohar
2016-02-21
vfs: define kernel_read_file_from_path
Mimi Zohar
2016-02-18
vfs: define kernel_read_file_id enumeration
Mimi Zohar
2016-02-18
vfs: define a generic function to read a file from the kernel
Mimi Zohar
2016-02-16
mm/gup: Introduce get_user_pages_remote()
Dave Hansen
2016-01-22
wrappers for ->i_mutex access
Al Viro
2016-01-04
don't carry MAY_OPEN in op->acc_mode
Al Viro
2015-07-10
vfs: Commit to never having exectuables on proc and sysfs.
Eric W. Biederman
2015-05-12
parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards architectures
Helge Deller
2015-04-19
fs: take i_mutex during prepare_binprm for set[ug]id executables
Jann Horn
2015-04-17
fs/exec.c:de_thread: move notify_count write under lock
Kirill Tkhai
2015-04-17
prctl: avoid using mmap_sem for exe_file serialization
Davidlohr Bueso
2015-01-23
fs: create proper filename objects using getname_kernel()
Paul Moore
2014-12-13
syscalls: implement execveat() system call
David Drysdale
2014-11-18
fs: Do not include mpx.h in exec.c
Dave Hansen
2014-11-18
x86, mpx: On-demand kernel allocation of bounds tables
Dave Hansen
2014-10-09
handle suicide on late failure exits in execve() in search_binary_handler()
Al Viro
2014-08-08
fork/exec: cleanup mm initialization
Vladimir Davydov
2014-07-18
seccomp: implement SECCOMP_FILTER_FLAG_TSYNC
Kees Cook
2014-07-18
sched: move no_new_privs into new atomic flags
Kees Cook
2014-06-06
perf: Differentiate exec() and non-exec() comm events
Adrian Hunter
2014-06-06
perf: Fix perf_event_comm() vs. exec() assumption
Peter Zijlstra
2014-05-15
metag: Reduce maximum stack size to 256MB
James Hogan
2014-04-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2014-04-07
exec: kill bprm->tcomm[], simplify the "basename" logic
Oleg Nesterov
2014-04-07
mm: per-thread vma caching
Davidlohr Bueso
2014-04-03
fs, kernel: permit disabling the uselib syscall
Josh Triplett
2014-04-01
read_code(): go through vfs_read() instead of calling the method directly
Al Viro
2014-03-06
fs/compat: convert to COMPAT_SYSCALL_DEFINE
Heiko Carstens
2014-02-05
execve: use 'struct filename *' for executable name passing
Linus Torvalds