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-13
binder: Return EFAULT if we fail BINDER_ENABLE_ONEWAY_SPAM_DETECTION
Luca Stefani
2021-04-27
Merge tag 'selinux-pr-20210426' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinux
Linus Torvalds
2021-04-10
binder: tell userspace to dump current backtrace when detected oneway spamming
Hang Lu
2021-04-10
binder: fix the missing BR_FROZEN_REPLY in binder_return_strings
Hang Lu
2021-03-24
binder: BINDER_GET_FROZEN_INFO ioctl
Marco Ballesio
2021-03-24
binder: use EINTR for interrupted wait for work
Marco Ballesio
2021-03-24
binder: BINDER_FREEZE ioctl
Marco Ballesio
2021-03-22
lsm: separate security_task_getsecid() into subjective and objective variants
Paul Moore
2021-01-24
fs: make helpers idmap mount aware
Christian Brauner
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
file: Rename __close_fd_get_file close_fd_get_file
Eric W. Biederman
2020-12-09
binder: add flag to clear buffer on txn complete
Todd Kjos
2020-11-11
binder: add trace at free transaction.
Frankie.Chang
2020-11-11
binder: move structs from core file to header file
Frankie.Chang
2020-11-09
binder: change error code from postive to negative in binder_transaction
Zhang Qilong
2020-11-09
Android: binder: added a missing blank line after declaration
Andrew Bridges
2020-10-17
task_work: cleanup notification modes
Jens Axboe
2020-10-10
binder: fix UAF when releasing todo list
Todd Kjos
2020-10-05
binder: simplify the return expression of binder_mmap
Liu Shixin
2020-09-16
binder: remove redundant assignment to pointer n
Colin Ian King
2020-09-03
binder: print warnings when detecting oneway spamming.
Martijn Coenen
2020-09-03
binderfs: make symbol 'binderfs_fs_parameters' static
Wei Yongjun
2020-09-03
binder: Modify comments
YangHui
2020-09-03
binder: Remove bogus warning on failed same-process transaction
Jann Horn
2020-07-29
drivers: android: Fix the SPDX comment style
Mrinal Pandey
2020-07-29
drivers: android: Fix a variable declaration coding style issue
Mrinal Pandey
2020-07-29
drivers: android: Remove braces for a single statement if-else block
Mrinal Pandey
2020-07-29
drivers: android: Remove the use of else after return
Mrinal Pandey
2020-07-29
drivers: android: Fix a variable declaration coding style issue
Mrinal Pandey
2020-07-29
binder: Prevent context manager from incrementing ref 0
Jann Horn
2020-07-23
binder: Don't use mmput() from shrinker function.
Tetsuo Handa
2020-06-23
binder: fix null deref of proc->context
Todd Kjos
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-04-23
binderfs: remove redundant assignment to pointer ctx
Colin Ian King
2020-04-23
binderfs: Fix binderfs.c selftest compilation warning
Tang Bin
2020-03-23
Merge 5.6-rc7 into char-misc-next
Greg Kroah-Hartman
2020-03-19
binderfs: port to new mount api
Christian Brauner
2020-03-11
binderfs: use refcount for binder control devices too
Christian Brauner
2020-03-03
binder: prevent UAF for binderfs devices II
Christian Brauner
2020-03-03
binder: prevent UAF for binderfs devices
Christian Brauner
2020-01-29
Merge tag 'for-5.6/io_uring-vfs-2020-01-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-01-22
binder: fix log spam for existing debugfs file creation.
Martin Fuzzey
2020-01-20
fs: move filp_close() outside of __close_fd_get_file()
Jens Axboe
2019-12-14
binder: fix incorrect calculation for num_valid
Todd Kjos
2019-12-01
Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-11-14
binder: Handle start==NULL in binder_update_page_range()
Jann Horn
2019-11-14
binder: Prevent repeated use of ->mmap() via NULL mapping
Jann Horn
2019-11-14
binder: Fix race between mmap() and binder_alloc_print_pages()
Jann Horn
2019-10-27
Merge 5.4-rc5 into char-misc-next
Greg Kroah-Hartman
2019-10-23
compat_ioctl: move more drivers to compat_ptr_ioctl
Arnd Bergmann
2019-10-21
binder: Remove incorrect comment about vm_insert_page() behavior
Jann Horn
2019-10-17
binder: Use common definition of SZ_1K
Jann Horn
2019-10-17
binder: Don't modify VMA bounds in ->mmap handler
Jann Horn
2019-10-10
binder: Fix comment headers on binder_alloc_prepare_to_free()
Joel Fernandes (Google)
2019-10-10
binder: prevent UAF read in print_binder_transaction_log_entry()
Christian Brauner
2019-09-04
binder: Add binder_proc logging to binderfs
Hridya Valsaraju
2019-09-04
binder: Make transaction_log available in binderfs
Hridya Valsaraju
2019-09-04
binder: Add stats, state and transactions files
Hridya Valsaraju
2019-09-04
binder: add a mount option to show global stats
Hridya Valsaraju
2019-09-04
binder: Add default binder devices through binderfs when configured
Hridya Valsaraju
2019-09-04
binder: Validate the default binderfs device names.
Hridya Valsaraju
2019-07-24
binder: prevent transactions to context manager from its own process.
Hridya Valsaraju
2019-07-24
binder: Set end of SG buffer area properly.
Martijn Coenen
2019-07-01
binder: return errors from buffer copy functions
Todd Kjos
2019-06-23
Merge 5.2-rc6 into char-misc-next
Greg Kroah-Hartman
2019-06-22
binder: fix memory leak in error path
Todd Kjos
2019-06-13
binder: fix possible UAF when freeing buffer
Todd Kjos
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 282
Thomas Gleixner
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-05-07
Merge tag 'char-misc-5.2-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2019-04-25
binder: check for overflow when alloc for security context
Todd Kjos
2019-04-25
binder: take read mode of mmap_sem in binder_alloc_free_page()
Tyler Hicks
2019-03-21
binder: fix race between munmap() and direct reclaim
Todd Kjos
2019-03-21
binder: fix BUG_ON found by selinux-testsuite
Todd Kjos
2019-02-19
binder: reduce mmap_sem write-side lock
Minchan Kim
2019-02-15
binder: fix handling of misaligned binder object
Todd Kjos
2019-02-14
binder: fix sparse issue in binder_alloc_selftest.c
Todd Kjos
2019-02-12
binder: use userspace pointer as base of buffer space
Todd Kjos
2019-02-12
binder: remove user_buffer_offset
Todd Kjos
2019-02-12
binder: remove kernel vm_area for buffer space
Todd Kjos
2019-02-12
binder: avoid kernel vm_area for buffer fixups
Todd Kjos
2019-02-12
binder: add function to copy binder object from buffer
Todd Kjos
2019-02-12
binder: add functions to copy to/from binder buffers
Todd Kjos
2019-02-12
binder: create userspace-to-binder-buffer copy function
Todd Kjos
2019-02-11
Merge 5.0-rc6 into char-misc-next
Greg Kroah-Hartman
2019-02-01
binderfs: remove separate device_initcall()
Christian Brauner
2019-01-30
binderfs: respect limit on binder control creation
Christian Brauner
2019-01-30
binder: fix CONFIG_ANDROID_BINDER_DEVICES
Christian Brauner
2019-01-28
Merge 5.0-rc4 into char-misc-next
Greg Kroah-Hartman
2019-01-22
binder: create node flag to request sender's security context
Todd Kjos
2019-01-22
binderfs: switch from d_add() to d_instantiate()
Christian Brauner
2019-01-22
binderfs: drop lock in binderfs_binder_ctl_create
Christian Brauner
2019-01-22
binderfs: kill_litter_super() before cleanup
Christian Brauner
2019-01-22
binderfs: rework binderfs_binder_device_create()
Christian Brauner
2019-01-22
binderfs: rework binderfs_fill_super()
Christian Brauner
2019-01-22
binderfs: prevent renaming the control dentry
Christian Brauner
2019-01-22
binderfs: remove outdated comment
Christian Brauner
2019-01-18
binderfs: fix error return code in binderfs_fill_super()
Wei Yongjun
2019-01-12
binderfs: handle !CONFIG_IPC_NS builds
Christian Brauner
2019-01-11
binderfs: reserve devices for initial mount
Christian Brauner
2019-01-11
binderfs: rename header to binderfs.h
Christian Brauner
2019-01-11
binderfs: implement "max" mount option
Christian Brauner
2019-01-08
binderfs: make each binderfs mount a new instance
Christian Brauner
2019-01-08
binderfs: remove wrong kern_mount() call
Christian Brauner
2018-12-19
binder: implement binderfs
Christian Brauner
2018-12-19
binder: fix use-after-free due to ksys_close() during fdget()
Todd Kjos
2018-12-06
binder: filter out nodes when showing binder procs
Todd Kjos
2018-12-06
binder: fix kerneldoc header for struct binder_buffer
Todd Kjos
2018-12-06
binder: remove BINDER_DEBUG_ENTRY()
Yangtao Li
2018-12-03
Merge 4.20-rc5 into char-misc-next
Greg Kroah-Hartman
2018-11-26
binder: fix sparse warnings on locking context
Todd Kjos
2018-11-26
binder: fix race that allows malicious free of live buffer
Todd Kjos
2018-10-02
binder: make symbol 'binder_free_buf' static
Wei Yongjun
2018-09-16
Merge b4.19-rc4 into char-misc-next
Greg Kroah-Hartman
2018-09-14
binder: Add BINDER_GET_NODE_INFO_FOR_REF ioctl.
Martijn Coenen
2018-09-14
android: binder: use kstrdup instead of open-coding it
Rasmus Villemoes
2018-09-14
binder: use standard functions to allocate fds
Todd Kjos
2018-09-14
android: binder: no outgoing transaction when thread todo has transaction
Sherry Yang
2018-09-12
android: binder: fix the race mmap and alloc_new_buf_locked
Minchan Kim
2018-08-08
android: binder: Rate-limit debug and userspace triggered err msgs
Sherry Yang
2018-08-02
android: binder: Show extra_buffers_size in trace
Sherry Yang
2018-07-24
android: binder: Include asm/cacheflush.h after linux/ include files
Guenter Roeck
2018-07-24
android: binder_alloc: Include asm/cacheflush.h after linux/ include files
Guenter Roeck
2018-07-07
android: binder: Drop dependency on !M68K
Geert Uytterhoeven
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-05-14
android: binder: Change return type to vm_fault_t
Souptick Joarder
2018-05-14
ANDROID: binder: change down_write to down_read
Minchan Kim
2018-05-14
ANDROID: binder: correct the cmd print for BINDER_WORK_RETURN_ERROR
宋金时
2018-05-14
ANDROID: binder: remove 32-bit binder interface.
Martijn Coenen
2018-04-30
Merge 4.17-rc3 into char-misc-next
Greg Kroah-Hartman
2018-04-23
ANDROID: binder: re-order some conditions
Dan Carpenter
2018-04-23
ANDROID: binder: prevent transactions into own process.
Martijn Coenen
2018-02-16
ANDROID: binder: synchronize_rcu() when using POLLFREE.
Martijn Coenen
2018-02-16
binder: replace "%p" with "%pK"
Todd Kjos
2018-02-16
ANDROID: binder: remove WARN() for redundant txn error
Todd Kjos
2018-02-16
binder: check for binder_thread allocation failure in binder_poll()
Eric Biggers
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
Merge tag 'char-misc-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
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-25
android: binder: use VM_ALLOC to get vm area
Ganesh Mahendran
2018-01-25
android: binder: Use true and false for boolean values
Gustavo A. R. Silva
2018-01-09
android: binder: Use octal permissions
Harsh Shandilya
2018-01-09
ANDROID: binder: Remove obsolete proc waitqueue.
Martijn Coenen
2018-01-09
ANDROID: binder: remove waitqueue when thread exits.
Martijn Coenen
2018-01-09
android: binder: Prefer __func__ to using hardcoded function name
Elad Wexler
2018-01-02
Merge 4.15-rc6 into char-misc-next
Greg Kroah-Hartman
2017-12-19
ANDROID: binder: make binder_alloc_new_buf_locked static and indent its arguments
Xiongwei Song
2017-12-18
android: binder: Check for errors in binder_alloc_shrinker_init().
Tetsuo Handa
2017-12-18
binder: fix proc->files use-after-free
Todd Kjos
2017-12-11
Merge 4.15-rc3 into char-misc-next
Greg Kroah-Hartman
2017-11-28
the rest of drivers/*: annotate ->poll() instances
Al Viro
2017-11-28
ANDROID: binder: fix transaction leak.
Martijn Coenen
2017-11-28
ANDROID: binder: Add thread->process_todo flag.
Martijn Coenen
2017-11-28
ANDROID: binder: show high watermark of alloc->pages.
Martijn Coenen
2017-11-16
Merge tag 'char-misc-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2017-11-15
Merge tag 'modules-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/jeyu/linux
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-31
treewide: Fix function prototypes for module_param_call()
Kees Cook
2017-10-23
Merge 4.14-rc6 into char-misc-next
Greg Kroah-Hartman
2017-10-21
android: binder: Fix null ptr dereference in debug msg
Sherry Yang
2017-10-21
android: binder: Don't get mm from task
Sherry Yang
2017-10-20
binder: pr_err() strings should end with newlines
Arvind Yadav
2017-10-20
android: binder: Change binder_shrinker to static
Sherry Yang
2017-10-20
android: binder: Remove unused vma argument
Sherry Yang
2017-10-20
binder: call poll_wait() unconditionally.
Martijn Coenen
2017-10-15
Merge tag 'char-misc-4.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
2017-10-04
binder: fix use-after-free in binder_transaction()
Todd Kjos
2017-10-03
android: binder: drop lru lock in isolate callback
Sherry Yang
2017-09-18
binder: fix memory corruption in binder_transaction binder
Xu YiPing
2017-09-18
binder: fix an ret value override
Xu YiPing
2017-09-18
android: binder: fix type mismatch warning
Arnd Bergmann
2017-09-01
ANDROID: binder: don't queue async transactions to thread.
Martijn Coenen
2017-09-01
ANDROID: binder: don't enqueue death notifications to thread todo.
Martijn Coenen
2017-09-01
ANDROID: binder: Don't BUG_ON(!spin_is_locked()).
Martijn Coenen
2017-09-01
ANDROID: binder: Add BINDER_GET_NODE_DEBUG_INFO ioctl
Colin Cross
2017-09-01
ANDROID: binder: push new transactions to waiting threads.
Martijn Coenen
2017-09-01
ANDROID: binder: remove proc waitqueue
Martijn Coenen
2017-09-01
android: binder: Add page usage in binder stats
Sherry Yang
2017-09-01
android: binder: fixup crash introduced by moving buffer hdr
Sherry Yang
2017-08-28
android: binder: Add shrinker tracepoints
Sherry Yang
2017-08-28
android: binder: Add global lru shrinker to binder
Sherry Yang
2017-08-28
android: binder: Move buffer out of area shared with user space
Sherry Yang
2017-08-28
android: binder: Add allocator selftest
Sherry Yang
2017-08-28
android: binder: Refactor prev and next buffer into a helper function
Sherry Yang
2017-08-28
Revert "staging: Fix build issues with new binder API"
Jisheng Zhang
2017-08-22
binder: fix incorrect cmd to binder_stat_br
Todd Kjos
2017-08-22
binder: free memory on error
Christian Brauner
2017-08-22
ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
Martijn Coenen
2017-07-17
binder: remove unused BINDER_SMALL_BUF_SIZE define
Dmitry Safonov
2017-07-17
android: binder: Use dedicated helper to access rlimit value
Krzysztof Opasiak
2017-07-17
binder: remove global binder lock
Todd Kjos
2017-07-17
binder: fix death race conditions
Martijn Coenen
2017-07-17
binder: protect against stale pointers in print_binder_transaction
Todd Kjos
2017-07-17
binder: protect binder_ref with outer lock
Todd Kjos
2017-07-17
binder: use inner lock to protect thread accounting
Todd Kjos
2017-07-17
binder: protect transaction_stack with inner lock.
Martijn Coenen
2017-07-17
binder: protect proc->threads with inner_lock
Todd Kjos
2017-07-17
binder: protect proc->nodes with inner lock
Todd Kjos