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-04-30
Revert "mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio"
Brian Geffon
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-12-15
mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio
Dmitry Safonov
2020-12-14
Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2020-11-10
vfs: separate __sb_start_write into blocking and non-blocking helpers
Darrick J. Wong
2020-11-06
fs: Remove asm/kmap_types.h includes
Thomas Gleixner
2020-10-12
Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-10-03
iov_iter: transparently handle compat iovecs in import_iovec
Christoph Hellwig
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-07
mm: remove unnecessary wrapper function do_mmap_pgoff()
Peter Collingbourne
2020-06-15
aio: Replace zero-length array with flexible-array
Gustavo A. R. Silva
2020-06-10
kernel: move use_mm/unuse_mm to kthread.c
Christoph Hellwig
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
2020-05-14
aio: fix async fsync creds
Miklos Szeredi
2020-02-03
aio: prevent potential eventfd recursion on poll
Jens Axboe
2019-12-01
Merge tag 'y2038-cleanups-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2019-11-15
y2038: remove CONFIG_64BIT_TIME
Arnd Bergmann
2019-10-21
aio: Fix io_pgetevents() struct __compat_aio_sigset layout
Guillem Jover
2019-07-19
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-07-18
mm: migrate: remove unused mode argument
Keith Busch
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-07-13
Merge tag 'for-5.3/io_uring-20190711' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
2019-05-31
uio: make import_iovec()/compat_import_iovec() return bytes on success
Jens Axboe
2019-05-25
vfs: Convert aio to use the new mount API
David Howells
2019-05-25
mount_pseudo(): drop 'name' argument, switch to d_make_root()
Al Viro
2019-04-04
aio: use kmem_cache_free() instead of kfree()
Wei Yongjun
2019-04-03
aio: Fix an error code in __io_submit_one()
Dan Carpenter
2019-03-17
aio: move sanity checks and request allocation to io_submit_one()
Al Viro
2019-03-17
deal with get_reqs_available() in aio_get_req() itself
Al Viro
2019-03-17
aio: move dropping ->ki_eventfd into iocb_destroy()
Al Viro
2019-03-17
make aio_read()/aio_write() return int
Al Viro
2019-03-17
Fix aio_poll() races
Al Viro
2019-03-17
aio: store event at final iocb_put()
Al Viro
2019-03-17
aio: keep io_event in aio_kiocb
Al Viro
2019-03-17
aio: fold lookup_kiocb() into its sole caller
Al Viro
2019-03-17
pin iocb through aio.
Linus Torvalds
2019-03-05
Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2019-03-04
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2019-03-04
aio: simplify - and fix - fget/fput for io_submit()
Linus Torvalds
2019-02-21
aio: Fix locking in aio_poll()
Bart Van Assche
2019-02-07
y2038: syscalls: rename y2038 compat syscalls
Arnd Bergmann
2019-02-06
aio: initialize kiocb private in case any filesystems expect it.
Mike Marshall
2018-12-28
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/aio-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-28
Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-28
Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel/git/arnd/playground
Linus Torvalds
2018-12-28
mm: migrate: drop unused argument of migrate_page_move_mapping()
Jan Kara
2018-12-18
aio: abstract out io_event filler helper
Jens Axboe
2018-12-18
aio: split out iocb copy from io_submit_one()
Jens Axboe
2018-12-18
aio: use iocb_put() instead of open coding it
Jens Axboe
2018-12-18
aio: only use blk plugs for > 2 depth submissions
Jens Axboe
2018-12-18
aio: don't zero entire aio_kiocb aio_get_req()
Jens Axboe
2018-12-18
aio: separate out ring reservation from req allocation
Christoph Hellwig
2018-12-18
aio: use assigned completion handler
Jens Axboe
2018-12-18
Merge branch 'for-4.21/block' into for-4.21/aio
Jens Axboe
2018-12-14
Merge tag 'for-linus-20181214' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-12-11
aio: fix spectre gadget in lookup_ioctx
Jeff Moyer
2018-12-06
io_pgetevents: use __kernel_timespec
Deepa Dinamani
2018-12-06
signal: Add restore_user_sigmask()
Deepa Dinamani
2018-12-06
signal: Add set_user_sigmask()
Deepa Dinamani
2018-12-04
aio: clear IOCB_HIPRI
Christoph Hellwig
2018-12-04
Merge tag 'v4.20-rc5' into for-4.21/block
Jens Axboe
2018-11-19
aio: Fix fallback I/O priority value
Damien Le Moal
2018-11-17
aio: fix failure to put the file pointer
Jens Axboe
2018-08-27
y2038: globally rename compat_time to old_time32
Arnd Bergmann
2018-08-13
Merge branch 'work.aio' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
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-06
aio: allow direct aio poll comletions for keyed wakeups
Christoph Hellwig
2018-08-06
aio: implement IOCB_CMD_POLL
Christoph Hellwig
2018-08-06
aio: add a iocb refcount
Christoph Hellwig
2018-07-22
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-07-17
aio: don't expose __aio_sigset in uapi
Christoph Hellwig
2018-07-12
new wrapper: alloc_file_pseudo()
Al Viro
2018-07-12
alloc_file(): switch to passing O_... flags instead of FMODE_... mode
Al Viro
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-14
aio: only return events requested in poll_mask() for IOCB_CMD_POLL
Christoph Hellwig
2018-06-04
fs: aio ioprio use ioprio_check_cap ret val
Adam Manzanares
2018-05-31
fs: Add aio iopriority support
Adam Manzanares
2018-05-31
fs: Convert kiocb rw_hint from enum to u16
Adam Manzanares
2018-05-29
aio: sanitize the limit checking in io_submit(2)
Al Viro
2018-05-29
aio: fold do_io_submit() into callers
Al Viro
2018-05-29
aio: shift copyin of iocb into io_submit_one()
Al Viro
2018-05-29
aio_read_events_ring(): make a bit more readable
Al Viro
2018-05-29
aio: all callers of aio_{read,write,fsync,poll} treat 0 and -EIOCBQUEUED the same way
Al Viro
2018-05-29
aio: take list removal to (some) callers of aio_complete()
Al Viro
2018-05-28
aio: add missing break for the IOCB_CMD_FDSYNC case
Christoph Hellwig
2018-05-26
aio: try to complete poll iocbs without context switch
Christoph Hellwig
2018-05-26
aio: implement IOCB_CMD_POLL
Christoph Hellwig
2018-05-26
aio: simplify cancellation
Christoph Hellwig
2018-05-26
aio: simplify KIOCB_KEY handling
Christoph Hellwig
2018-05-26
Merge branch 'fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into aio-base
Christoph Hellwig
2018-05-23
fix io_destroy()/aio_complete() race
Al Viro
2018-05-21
aio: fix io_destroy(2) vs. lookup_ioctx() race
Al Viro
2018-05-02
aio: implement io_pgetevents
Christoph Hellwig
2018-05-02
aio: implement IOCB_CMD_FSYNC and IOCB_CMD_FDSYNC
Christoph Hellwig
2018-05-02
aio: refactor read/write iocb setup
Christoph Hellwig
2018-05-02
aio: remove the extra get_file/fput pair in io_submit_one
Christoph Hellwig
2018-05-02
aio: sanitize ki_list handling
Christoph Hellwig
2018-05-02
aio: remove an outdated BUG_ON and comment in aio_complete
Christoph Hellwig
2018-05-02
aio: don't print the page size at boot time
Christoph Hellwig
2018-03-19
fs/aio: Use rcu_work instead of explicit rcu and work item
Tejun Heo
2018-03-14
fs/aio: Use RCU accessors for kioctx_table->table[]
Tejun Heo
2018-03-14
fs/aio: Add explicit RCU grace period when freeing kioctx
Tejun Heo
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()
Mark Rutland
2017-09-19
io_getevents: Use timespec64 to represent timeouts
Deepa Dinamani
2017-09-14
Merge branch 'work.read_write' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-09-08
mm/migrate: new migrate mode MIGRATE_SYNC_NO_COPY
Jérôme Glisse
2017-09-07
fs: aio: fix the increment of aio-nr and counting against aio-max-nr
Mauricio Faria de Oliveira
2017-09-04
fs: support RWF_NOWAIT for buffered reads
Christoph Hellwig
2017-06-27
fs: add O_DIRECT and aio support for sending down write life time hints
Jens Axboe
2017-06-20
fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT
Goldwyn Rodrigues
2017-06-20
fs: Use RWF_* flags for AIO operations
Goldwyn Rodrigues
2017-03-03
Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2017-03-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2017-03-02
Merge remote-tracking branch 'ovl/for-viro' into for-linus
Al Viro
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2017-02-24
userfaultfd: non-cooperative: add event for memory unmaps
Mike Rapoport
2017-02-20
vfs: use helpers for calling f_op->{read,write}_iter()
Miklos Szeredi
2017-01-14
aio: fix lock dep warning
Shaohua Li
2016-12-25
ktime: Get rid of the union
Thomas Gleixner
2016-12-24
Replace with globally
Linus Torvalds
2016-12-22
move aio compat to fs/aio.c
Al Viro
2016-12-04
don't open-code file_inode()
Al Viro
2016-10-30
aio: fix freeze protection of aio writes
Jan Kara
2016-10-30
fs: remove aio_run_iocb
Christoph Hellwig
2016-10-30
fs: remove the never implemented aio_fsync file operation
Christoph Hellwig
2016-10-30
aio: hold an extra file reference over AIO read/write operations
Christoph Hellwig
2016-09-27
fs/aio.c: eliminate redundant loads in put_aio_ring_file
Rasmus Villemoes
2016-09-15
aio: mark AIO pseudo-fs noexec
Jann Horn
2016-05-23
aio: make aio_setup_ring killable
Michal Hocko
2016-04-03
aio: remove a pointless assignment
Al Viro
2015-09-04
mm: move ->mremap() from file_operations to vm_operations_struct
Oleg Nesterov
2015-04-16
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-16
Merge branch 'for-4.1/core' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-04-15
Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-15
aio: fix serial draining in exit_aio()
Jens Axboe
2015-04-14
Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2015-04-11
mirror O_APPEND and O_DIRECT into iocb->ki_flags
Al Viro
2015-04-11
Merge branch 'for-linus' into for-next
Al Viro
2015-04-11
->aio_read and ->aio_write removed
Al Viro
2015-04-11
aio_run_iocb(): kill dead check
Al Viro
2015-04-11
ioctx_alloc(): remove pointless check
Al Viro
2015-04-11
aio_setup_vectored_rw(): switch to {compat_,}import_iovec()
Al Viro
2015-04-11
kill aio_setup_single_vector()
Al Viro
2015-04-11
aio: simplify arguments of aio_setup_..._rw()
Al Viro
2015-04-11
aio: lift iov_iter_init() into aio_setup_..._rw()
Al Viro
2015-04-11
Merge branch 'iocb' into for-next
Al Viro
2015-04-06
ioctx_alloc(): fix vma (and file) leak on failure
Al Viro
2015-04-06
fix mremap() vs. ioctx_kill() race
Al Viro
2015-03-13
fs: split generic and aio kiocb
Christoph Hellwig
2015-03-13
fs: don't allow to complete sync iocbs through aio_complete
Christoph Hellwig
2015-03-12
fs: remove ki_nbytes
Christoph Hellwig
2015-02-20
fs/aio.c: Remove duplicate function name in pr_debug messages
Kinglong Mee
2015-02-12
Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-block
Linus Torvalds
2015-02-03
aio: annotate aio_read_event_ring for sleep patterns
Dave Chinner
2015-01-20
fs: remove mapping->backing_dev_info
Christoph Hellwig
2015-01-20
fs: introduce f_op->mmap_capabilities for nommu mmap support
Christoph Hellwig
2014-12-13
aio: Skip timer for io_getevents if timeout=0
Fam Zheng
2014-12-13
aio: Make it possible to remap aio ring
Pavel Emelyanov
2014-11-25
Merge git://git.kvack.org/~bcrl/aio-fixes
Linus Torvalds
2014-11-06
aio: fix uncorrent dirty pages accouting when truncating AIO ring buffer
Gu Zheng
2014-09-24
percpu_ref: add PERCPU_REF_INIT_* flags
Tejun Heo
2014-09-24
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block into for-3.18
Tejun Heo
2014-09-08
percpu-refcount: add @gfp to percpu_ref_init()
Tejun Heo
2014-09-04
aio: block exit_aio() until all context requests are completed
Gu Zheng
2014-09-02
aio: add missing smp_rmb() in read_events_ring
Jeff Moyer
2014-08-24
aio: fix reqs_available handling
Benjamin LaHaise
2014-08-16
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2014-08-04
Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
Linus Torvalds
2014-07-24
aio: use iovec array rather than the single one
Gu Zheng
2014-07-24
aio: fix some comments
Gu Zheng
2014-07-24
aio: use the macro rather than the inline magic number
Gu Zheng
2014-07-24
aio: remove the needless registration of ring file's private_data
Gu Zheng
2014-07-22
aio: remove no longer needed preempt_disable()
Benjamin LaHaise
2014-07-14
Merge ../aio-fixes
Benjamin LaHaise
2014-07-14
aio: protect reqs_available updates from changes in interrupt handlers
Benjamin LaHaise
2014-06-28
percpu-refcount: require percpu_ref to be exited explicitly
Tejun Heo
2014-06-28
percpu-refcount, aio: use percpu_ref_cancel_init() in ioctx_alloc()
Tejun Heo
2014-06-24
aio: kill the misleading rcu read locks in ioctx_add_table() and kill_ioctx()
Oleg Nesterov
2014-06-24
aio: change exit_aio() to load mm->ioctx_table once and avoid rcu_read_lock()
Oleg Nesterov
2014-06-24
aio: fix kernel memory disclosure in io_getevents() introduced in v3.10
Benjamin LaHaise
2014-06-24
aio: fix aio request leak when events are reaped by userspace
Benjamin LaHaise
2014-06-14
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2014-05-06
new methods: ->read_iter() and ->write_iter()
Al Viro
2014-05-01
aio: fix potential leak in aio_run_iocb().
Leon Yu
2014-04-29
aio: cleanup: flatten kill_ioctx()
Benjamin LaHaise
2014-04-29
aio: report error from io_destroy() when threads race in io_destroy()
Benjamin LaHaise
2014-04-22
fs/aio.c: Remove ctx parameter in kiocb_cancel
Fabian Frederick
2014-04-16
aio: block io_destroy() until all context requests are completed
Anatol Pomozov
2014-03-28
aio: v4 ensure access to ctx->ring_pages is correctly serialised for migration
Benjamin LaHaise
2013-12-22
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2013-12-22
aio: clean up and fix aio_setup_ring page mapping
Linus Torvalds
2013-12-21
aio/migratepages: make aio migrate pages sane
Benjamin LaHaise
2013-12-21
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
Benjamin LaHaise
2013-12-06
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2013-12-06
aio: clean up aio ring in the fail path
Gu Zheng
2013-11-22
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
2013-11-19
aio: nullify aio->ring_pages after freeing it
Sasha Levin