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-05-22
ipc/mqueue, msg, sem: avoid relying on a stack reference past its expiry
Varad Gautam
2021-05-07
ipc/sem.c: spelling fix
Bhaskar Chowdhury
2021-05-07
ipc/sem.c: mundane typo fixes
Bhaskar Chowdhury
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
2021-01-24
namei: prepare for idmapped mounts
Christian Brauner
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
vm_ops: rename .split() callback to .may_split()
Dmitry Safonov
2020-12-14
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2020-09-05
ipc: adjust proc_ipc_sem_dointvec definition to match prototype
Tobias Klauser
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-19
ipc: Use generic ns_common::count
Kirill Tkhai
2020-08-12
ipc/shm.c: remove the superfluous break
Liao Pingfang
2020-08-12
ipc: uninline functions
Alexey Dobriyan
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-06-08
ipc/namespace.c: use a work queue to free_ipc
Giuseppe Scrivano
2020-06-08
ipc/msg: add missing annotation for freeque()
Jules Irenge
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-06-03
Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux
Linus Torvalds
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-14
ipc/util.c: sysvipc_find_ipc() incorrectly updates position index
Vasily Averin
2020-05-09
nsproxy: add struct nsset
Christian Brauner
2020-05-07
ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
Oleg Nesterov
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-10
ipc/util.c: sysvipc_find_ipc() should increase position index
Vasily Averin
2020-04-07
ipc/shm.c: make compat_ksys_shmctl() static
Jason Yan
2020-04-07
ipc/mqueue.c: fix a brace coding style issue
Somala Swaraj
2020-04-07
proc: faster open/read/close with "permanent" files
Alexey Dobriyan
2020-02-21
Revert "ipc,sem: remove uneeded sem_undo_list lock usage in exit_sem()"
Ioanna Alifieraki
2020-02-04
proc: convert everything to "struct proc_ops"
Alexey Dobriyan
2020-02-04
ipc/msg.c: consolidate all xxxctl_down() functions
Lu Shuaibing
2020-02-04
ipc/sem.c: document and update memory barriers
Manfred Spraul
2020-02-04
ipc/msg.c: update and document memory barriers
Manfred Spraul
2020-02-04
ipc/mqueue.c: update/document memory barriers
Manfred Spraul
2020-02-04
ipc/mqueue.c: remove duplicated code
Davidlohr Bueso
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2019-09-25
ipc/sem.c: convert to use built-in RCU list checking
Joel Fernandes (Google)
2019-09-25
ipc/mqueue: improve exception handling in do_mq_notify()
Markus Elfring
2019-09-25
ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()
Markus Elfring
2019-09-18
Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-09-07
ipc: fix sparc64 ipc() wrapper
Arnd Bergmann
2019-09-05
new helper: get_tree_keyed()
Al Viro
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-16
ipc/mqueue.c: only perform resource calculation if user valid
Kees Cook
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441
Thomas Gleixner
2019-05-25
mqueue: set ->user_ns before ->get_tree()
Al Viro
2019-05-24
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 52
Thomas Gleixner
2019-05-14
ipc: do cyclic id allocation for the ipc object.
Manfred Spraul
2019-05-14
ipc: conserve sequence numbers in ipcmni_extend mode
Manfred Spraul
2019-05-14
ipc: allow boot time extension of IPCMNI from 32k to 16M
Waiman Long
2019-05-14
ipc/mqueue: optimize msg_get()
Davidlohr Bueso
2019-05-14
ipc/mqueue: remove redundant wq task assignment
Davidlohr Bueso
2019-05-14
ipc: prevent lockup on alloc_msg and free_msg
Li Rongqing
2019-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-05-01
mqueue: switch to ->free_inode()
Al Viro
2019-04-07
rhashtable: use bit_spin_locks to protect hash bucket.
NeilBrown
2019-03-12
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-03-07
ipc/sem.c: replace kvmalloc/memset with kvzalloc and use struct_size
Gustavo A. R. Silva
2019-03-07
ipc: annotate implicit fall through
Mathieu Malaterre
2019-02-28
ipc: Convert mqueue fs to fs_context
David Howells
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-01-25
ipc: rename old-style shmctl/semctl/msgctl syscalls
Arnd Bergmann
2019-01-18
ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390
Arnd Bergmann
2018-10-31
ipc: IPCMNI limit check for semmni
Waiman Long
2018-10-31
ipc: IPCMNI limit check for msgmni and shmmni
Waiman Long
2018-10-25
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-10-24
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2018-10-05
ipc/shm.c: use ERR_CAST() for shm_lock() error return
Kees Cook
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-09-04
ipc/shm: properly return EIDRM in shm_lock()
Davidlohr Bueso
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-22
ipc/util.c: update return value of ipc_getref from int to bool
Manfred Spraul
2018-08-22
ipc/util.c: further variable name cleanups
Manfred Spraul
2018-08-22
ipc: simplify ipc initialization
Davidlohr Bueso
2018-08-22
ipc: get rid of ids->tables_initialized hack
Davidlohr Bueso
2018-08-22
ipc: drop ipc_lock()
Davidlohr Bueso
2018-08-22
ipc/util.c: correct comment in ipc_obtain_object_check
Manfred Spraul
2018-08-22
ipc: rename ipcctl_pre_down_nolock()
Manfred Spraul
2018-08-22
ipc/util.c: use ipc_rcu_putref() for failues in ipc_addid()
Manfred Spraul
2018-08-22
ipc: reorganize initialization of kern_ipc_perm.seq
Manfred Spraul
2018-08-22
ipc: compute kern_ipc_perm.id under the ipc lock
Manfred Spraul
2018-08-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2018-08-13
Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-08-05
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-02
ipc/shm.c add ->pagesize function to shm_vm_ops
Jane Chu
2018-08-02
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-07-26
ipc/sem.c: prevent queue.status tearing in semop
Davidlohr Bueso
2018-07-12
do_shmat(): grab shp->shm_file earlier, switch to alloc_file_clone()
Al Viro
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-06-22
rhashtable: split rhashtable.h
NeilBrown
2018-06-15
ipc: use new return type vm_fault_t
Souptick Joarder
2018-06-15
sysvipc/sem: mitigate semnum index against spectre v1
Davidlohr Bueso
2018-06-12
treewide: kvmalloc() -> kvmalloc_array()
Kees Cook
2018-06-04
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2018-05-25
ipc/shm: fix shmat() nil address after round-down when remapping
Davidlohr Bueso
2018-05-25
Revert "ipc/shm: Fix shmat mmap nil-page protection"
Davidlohr Bueso
2018-04-20
y2038: ipc: Redirect ipc(SEMTIMEDOP, ...) to compat_ksys_semtimedop
Arnd Bergmann
2018-04-20
y2038: ipc: Enable COMPAT_32BIT_TIME
Arnd Bergmann
2018-04-20
y2038: ipc: Use __kernel_timespec
Arnd Bergmann
2018-04-20
y2038: ipc: Report long times to user space
Arnd Bergmann
2018-04-20
y2038: ipc: Use ktime_get_real_seconds consistently
Arnd Bergmann
2018-04-13
ipc/shm: fix use-after-free of shm file via remap_file_pages()
Eric Biggers
2018-04-11
ipc/shm.c: shm_split(): remove unneeded test for NULL shm_file_data.vm_ops
Andrew Morton
2018-04-11
ipc/msg: introduce msgctl(MSG_STAT_ANY)
Davidlohr Bueso
2018-04-11
ipc/sem: introduce semctl(SEM_STAT_ANY)
Davidlohr Bueso
2018-04-11
ipc/shm: introduce shmctl(SHM_STAT_ANY)
Davidlohr Bueso
2018-04-11
proc: move /proc/sysvipc creation to where it belongs
Alexey Dobriyan
2018-04-03
Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
Linus Torvalds
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux
Linus Torvalds
2018-04-02
ipc: add msgsnd syscall/compat_syscall wrappers
Dominik Brodowski
2018-04-02
ipc: add msgrcv syscall/compat_syscall wrappers
Dominik Brodowski
2018-04-02
ipc: add msgctl syscall/compat_syscall wrappers
Dominik Brodowski
2018-04-02
ipc: add shmctl syscall/compat_syscall wrappers
Dominik Brodowski
2018-04-02
ipc: add shmdt syscall wrapper
Dominik Brodowski
2018-04-02
ipc: add shmget syscall wrapper
Dominik Brodowski
2018-04-02
ipc: add msgget syscall wrapper
Dominik Brodowski
2018-04-02
ipc: add semctl syscall/compat_syscall wrappers
Dominik Brodowski
2018-04-02
ipc: add semget syscall wrapper
Dominik Brodowski
2018-04-02
ipc: add semtimedop syscall/compat_syscall wrappers
Dominik Brodowski
2018-03-28
ipc/shm.c: add split function to shm_vm_ops
Mike Kravetz
2018-03-28
ipc/shm: Fix pid freeing.
Eric W. Biederman
2018-03-27
ipc: Directly call the security hook in ipc_ops.associate
Eric W. Biederman
2018-03-27
ipc/sem: Fix semctl(..., GETPID, ...) between pid namespaces
Eric W. Biederman
2018-03-27
ipc/msg: Fix msgctl(..., IPC_STAT, ...) between pid namespaces
Eric W. Biederman
2018-03-27
ipc/shm: Fix shmctl(..., IPC_STAT, ...) between pid namespaces.
Eric W. Biederman
2018-03-24
Revert "mqueue: switch to on-demand creation of internal mount"
Eric W. Biederman
2018-03-24
ipc/util: Helpers for making the sysvipc operations pid namespace aware
Eric W. Biederman
2018-03-24
ipc: Move IPCMNI from include/ipc.h into ipc/util.h
Eric W. Biederman
2018-03-24
msg: Move struct msg_queue into ipc/msg.c
Eric W. Biederman
2018-03-24
shm: Move struct shmid_kernel into ipc/shm.c
Eric W. Biederman
2018-03-22
sem: Move struct sem and struct sem_array into ipc/sem.c
Eric W. Biederman
2018-03-22
msg/security: Pass kern_ipc_perm not msg_queue into the msg_queue security hooks
Eric W. Biederman
2018-03-22
shm/security: Pass kern_ipc_perm not shmid_kernel into the shm security hooks
Eric W. Biederman
2018-03-22
sem/security: Pass kern_ipc_perm not sem_array into the sem security hooks
Eric W. Biederman
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-06
ipc/mqueue.c: have RT tasks queue in by priority in wq_add()
Jonathan Haws
2018-02-06
ipc: fix ipc data structures inconsistency
Philippe Mikoyan
2018-01-30
Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-01-30
Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-01-12
signal: Ensure generic siginfos the kernel sends have all bits initialized
Eric W. Biederman
2018-01-05
mqueue: switch to on-demand creation of internal mount
Al Viro
2018-01-05
tidy do_mq_open() up a bit
Al Viro
2018-01-05
mqueue: clean prepare_open() up
Al Viro
2018-01-05
do_mq_open(): move all work prior to dentry_open() into a helper
Al Viro
2018-01-05
mqueue: fold mq_attr_ok() into mqueue_get_inode()
Al Viro
2018-01-05
move dentry_open() calls up into do_mq_open()
Al Viro
2018-01-05
mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdata
Al Viro
2017-11-27
ipc, kernel, mm: annotate ->poll() instances
Al Viro
2017-11-27
Rename superblock flags (MS_xyz -> SB_xyz)
Linus Torvalds
2017-11-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-17
sysvipc: make get_maxid O(1) again
Davidlohr Bueso
2017-11-17
sysvipc: properly name ipc_addid() limit parameter
Davidlohr Bueso
2017-11-17
sysvipc: duplicate lock comments wrt ipc_addid()
Davidlohr Bueso
2017-11-17
sysvipc: unteach ids->next_id for !CHECKPOINT_RESTORE
Davidlohr Bueso
2017-11-17
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-11
fix address space warnings in ipc/
Linus Torvalds
2017-09-25
fix a typo in put_compat_shm_info()
Al Viro
2017-09-20
ipc/shm: Fix order of parameters when calling copy_compat_shmid_to_user
Will Deacon
2017-09-14
Merge branch 'work.ipc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-08
ipc: optimize semget/shmget/msgget for lots of keys
Guillaume Knispel
2017-09-08
ipc/sem: play nicer with large nsops allocations
Davidlohr Bueso
2017-09-08
ipc/sem: drop sem_checkid helper
Davidlohr Bueso
2017-09-08
ipc: convert kern_ipc_perm.refcount from atomic_t to refcount_t
Elena Reshetova
2017-09-08
ipc: convert sem_undo_list.refcnt from atomic_t to refcount_t
Elena Reshetova
2017-09-08
ipc: convert ipc_namespace.count from atomic_t to refcount_t
Elena Reshetova
2017-09-03
ipc: shm: Make shmid_kernel timestamps y2038 safe
Deepa Dinamani
2017-09-03
ipc: sem: Make sem_array timestamps y2038 safe
Deepa Dinamani
2017-09-03
ipc: msg: Make msg_queue timestamps y2038 safe
Deepa Dinamani
2017-09-03
ipc: mqueue: Replace timespec with timespec64
Deepa Dinamani
2017-09-03
ipc: Make sys_semtimedop() y2038 safe
Deepa Dinamani
2017-08-21
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
2017-08-17
ipc: Replace spin_unlock_wait() with lock/unlock pair
Paul E. McKenney
2017-08-02
ipc: add missing container_of()s for randstruct
Kees Cook
2017-07-15
semtimedop(): move compat to native
Al Viro
2017-07-15
shmat(2): move compat to native
Al Viro
2017-07-15
msgrcv(2), msgsnd(2): move compat to native
Al Viro
2017-07-15
ipc(2): move compat to native
Al Viro
2017-07-15
ipc: make use of compat ipc_perm helpers
Al Viro
2017-07-15
semctl(): move compat to native
Al Viro
2017-07-15
semctl(): separate all layout-dependent copyin/copyout
Al Viro
2017-07-15
msgctl(): move compat to native
Al Viro
2017-07-15
msgctl(): split the actual work from copyin/copyout
Al Viro
2017-07-15
ipc: move compat shmctl to native
Al Viro
2017-07-15
shmctl: split the work from copyin/copyout
Al Viro
2017-07-12
ipc/util.h: update documentation for ipc_getref() and ipc_putref()
Manfred Spraul
2017-07-12
ipc/sem: drop __sem_free()
Kees Cook
2017-07-12
ipc/msg: remove special msg_alloc/free
Kees Cook
2017-07-12
ipc/shm: remove special shm_alloc/free
Kees Cook
2017-07-12
ipc: move atomic_set() to where it is needed
Kees Cook
2017-07-12
ipc/msg.c: avoid ipc_rcu_putref for failed ipc_addid()
Manfred Spraul
2017-07-12
ipc/shm.c: avoid ipc_rcu_putref for failed ipc_addid()
Manfred Spraul
2017-07-12
ipc/sem.c: avoid ipc_rcu_putref for failed ipc_addid()
Manfred Spraul
2017-07-12
ipc/util: drop ipc_rcu_alloc()
Kees Cook
2017-07-12
ipc/msg: avoid ipc_rcu_alloc()
Kees Cook
2017-07-12
ipc/shm: avoid ipc_rcu_alloc()
Kees Cook
2017-07-12
ipc/sem: avoid ipc_rcu_alloc()
Kees Cook