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-06
fs/epoll: restore waking from ep_done_scan()
Davidlohr Bueso
2021-03-06
fs: eventpoll: fix comments & kernel-doc notation
Randy Dunlap
2021-02-16
kcmp: Support selection of SYS_kcmp without CHECKPOINT_RESTORE
Chris Wilson
2020-12-19
epoll: add syscall epoll_pwait2
Willem de Bruijn
2020-12-19
epoll: convert internal api to timespec64
Willem de Bruijn
2020-12-19
epoll: eliminate unnecessary lock for zero timeout
Soheil Hassas Yeganeh
2020-12-19
epoll: replace gotos with a proper loop
Soheil Hassas Yeganeh
2020-12-19
epoll: pull all code between fetch_events and send_event into the loop
Soheil Hassas Yeganeh
2020-12-19
epoll: simplify and optimize busy loop logic
Soheil Hassas Yeganeh
2020-12-19
epoll: move eavail next to the list_empty_careful check
Soheil Hassas Yeganeh
2020-12-19
epoll: pull fatal signal checks into ep_send_events()
Soheil Hassas Yeganeh
2020-12-19
epoll: simplify signal handling
Soheil Hassas Yeganeh
2020-12-19
epoll: check for events when removing a timed out thread from the wait queue
Soheil Hassas Yeganeh
2020-12-15
Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
2020-12-01
net: Add SO_BUSY_POLL_BUDGET socket option
Björn Töpel
2020-12-01
net: Introduce preferred busy-polling
Björn Töpel
2020-10-25
epoll: take epitem list out of struct file
Al Viro
2020-10-25
epoll: massage the check list insertion
Al Viro
2020-10-25
lift rcu_read_lock() into reverse_path_check()
Al Viro
2020-10-25
convert ->f_ep_links/->fllink to hlist
Al Viro
2020-10-25
ep_insert(): move creation of wakeup source past the fl_ep_links insertion
Al Viro
2020-10-25
fold ep_read_events_proc() into the only caller
Al Viro
2020-10-25
take the common part of ep_eventpoll_poll() and ep_item_poll() into helper
Al Viro
2020-10-25
ep_insert(): we only need tep->mtx around the insertion itself
Al Viro
2020-10-25
ep_insert(): don't open-code ep_remove() on failure exits
Al Viro
2020-10-25
lift locking/unlocking ep->mtx out of ep_{start,done}_scan()
Al Viro
2020-10-25
ep_send_events_proc(): fold into the caller
Al Viro
2020-10-25
lift the calls of ep_send_events_proc() into the callers
Al Viro
2020-10-25
lift the calls of ep_read_events_proc() into the callers
Al Viro
2020-10-25
ep_scan_ready_list(): prepare to splitup
Al Viro
2020-10-25
ep_loop_check_proc(): saner calling conventions
Al Viro
2020-10-25
get rid of ep_push_nested()
Al Viro
2020-10-25
ep_loop_check_proc(): lift pushing the cookie into callers
Al Viro
2020-10-25
clean reverse_path_check_proc() a bit
Al Viro
2020-10-25
reverse_path_check_proc(): don't bother with cookies
Al Viro
2020-10-25
reverse_path_check_proc(): sane arguments
Al Viro
2020-10-25
untangling ep_call_nested(): and there was much rejoicing
Al Viro
2020-10-25
untangling ep_call_nested(): move push/pop of cookie into the callbacks
Al Viro
2020-10-25
untangling ep_call_nested(): take pushing cookie into a helper
Al Viro
2020-10-25
untangling ep_call_nested(): it's all serialized on epmutex.
Al Viro
2020-10-25
untangling ep_call_nested(): get rid of useless arguments
Al Viro
2020-10-25
epoll: get rid of epitem->nwait
Al Viro
2020-10-25
epoll: switch epitem->pwqlist to single-linked list
Al Viro
2020-09-24
ep_create_wakeup_source(): dentry name can change under you...
Al Viro
2020-09-10
epoll: EPOLL_CTL_ADD: close the race in decision to take fast path
Al Viro
2020-09-10
epoll: replace ->visited/visited_list with generation count
Al Viro
2020-09-09
epoll: do not insert into poll queues until all sanity checks are done
Al Viro
2020-09-02
fix regression in "epoll: Keep a reference on files added to the check list"
Al Viro
2020-08-22
do_epoll_ctl(): clean the failure exits up a bit
Al Viro
2020-08-22
epoll: Keep a reference on files added to the check list
Marc Zyngier
2020-05-14
epoll: call final ep_events_available() check under the lock
Roman Penyaev
2020-05-07
epoll: atomically remove wait entry on wake up
Roman Penyaev
2020-05-07
eventpoll: fix missing wakeup for ovflist in ep_poll_callback
Khazhismel Kumykov
2020-04-07
fs/epoll: make nesting accounting safe for -rt kernel
Jason Baron
2020-03-21
epoll: fix possible lost wakeup on epoll_ctl() path
Roman Penyaev
2020-01-29
eventpoll: support non-blocking do_epoll_ctl() calls
Jens Axboe
2020-01-29
eventpoll: abstract out epoll_ctl() handler
Jens Axboe
2019-12-04
fs/epoll: remove unnecessary wakeups of nested epoll
Heiher
2019-12-04
epoll: simplify ep_poll_safewake() for CONFIG_DEBUG_LOCK_ALLOC
Jason Baron
2019-08-21
PM / wakeup: Show wakeup sources stats in sysfs
Tri Vo
2019-07-18
proc/sysctl: add shared variables for range check
Matteo Croce
2019-07-16
signal: simplify set_user_sigmask/restore_user_sigmask
Oleg Nesterov
2019-06-29
signal: remove the wrong signal_pending() check in restore_user_sigmask()
Oleg Nesterov
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-03-07
epoll: use rwlock in order to reduce ep_poll_callback() contention
Roman Penyaev
2019-03-07
epoll: unify awaking of wakeup source on ep_poll_callback() path
Roman Penyaev
2019-03-07
epoll: make sure all elements in ready list are in FIFO order
Roman Penyaev
2019-01-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2019-01-04
fs/epoll: deal with wait_queue only once
Davidlohr Bueso
2019-01-04
fs/epoll: rename check_events label to send_events
Davidlohr Bueso
2019-01-04
fs/epoll: avoid barrier after an epoll_wait(2) timeout
Davidlohr Bueso
2019-01-04
fs/epoll: reduce the scope of wq lock in epoll_wait()
Davidlohr Bueso
2019-01-04
fs/epoll: robustify ep->mtx held checks
Davidlohr Bueso
2019-01-04
fs/epoll: drop ovflist branch prediction
Davidlohr Bueso
2019-01-04
fs/epoll: simplify ep_send_events_proc() ready-list loop
Davidlohr Bueso
2019-01-04
fs/epoll: remove max_nests argument from ep_call_nested()
Davidlohr Bueso
2019-01-03
Remove 'type' argument from access_ok() function
Linus Torvalds
2018-12-06
signal: Add restore_user_sigmask()
Deepa Dinamani
2018-12-06
signal: Add set_user_sigmask()
Deepa Dinamani
2018-08-22
fs/eventpoll.c: simplify ep_is_linked() callers
Davidlohr Bueso
2018-08-22
fs/eventpoll.c: loosen irq safety in ep_poll()
Davidlohr Bueso
2018-08-22
fs/eventpoll.c: simply CONFIG_NET_RX_BUSY_POLL ifdefery
Davidlohr Bueso
2018-08-22
s/epoll: robustify irq safety with lockdep_assert_irqs_enabled()
Davidlohr Bueso
2018-08-22
fs/epoll: loosen irq safety in epoll_insert() and epoll_remove()
Davidlohr Bueso
2018-08-22
fs/epoll: loosen irq safety in ep_scan_ready_list()
Davidlohr Bueso
2018-08-22
epoll: use the waitqueue lock to protect ep->wq
Christoph Hellwig
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
2018-06-14
eventpoll: switch to ->poll_mask
Ben Noordhuis
2018-05-26
fs: add new vfs_poll and file_can_poll helpers
Christoph Hellwig
2018-04-02
fs: add do_epoll_*() helpers; remove internal calls to sys_epoll_*()
Dominik Brodowski
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-01
annotate ep_scan_ready_list()
Al Viro
2018-02-01
ep_send_events_proc(): return result via esed->res
Al Viro
2017-11-28
eventpoll: no need to mask the result of epi_item_poll() again
Al Viro
2017-11-28
eventpoll: constify struct epoll_event pointers
Al Viro
2017-11-27
fs: annotate ->poll() instances
Al Viro
2017-11-27
annotate poll-related wait keys
Al Viro
2017-11-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2017-11-17
epoll: remove ep_call_nested() from ep_eventpoll_poll()
Jason Baron
2017-11-17
epoll: avoid calling ep_call_nested() from ep_poll_safewake()
Jason Baron
2017-11-17
epoll: account epitem and eppoll_entry to kmemcg
Shakeel Butt
2017-09-19
get_compat_sigset()
Al Viro
2017-09-08
fs/epoll: use faster rb_first_cached()
Davidlohr Bueso
2017-09-01
epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()
Oleg Nesterov
2017-07-12
kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORE
Cyrill Gorcunov
2017-07-12
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
Cyrill Gorcunov
2017-07-12
procfs: fdinfo: extend information about epoll target files
Cyrill Gorcunov
2017-07-10
fs, epoll: short circuit fetching events if thread has been killed
David Rientjes
2017-06-20
sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming
Ingo Molnar
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-03-24
epoll: Add busy poll support to epoll with socket fds.
Sridhar Samudrala
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from into
Ingo Molnar
2017-02-27
fs,eventpoll: don't test for bitfield with stack value
Cyrill Gorcunov
2016-12-24
Replace with globally
Linus Torvalds
2016-05-19
fs: poll/select/recvmmsg: use timespec64 for timeout events
Deepa Dinamani
2016-03-17
timer: convert timer_slack_ns from unsigned long to u64
John Stultz
2016-02-05
epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUT
Jason Baron
2016-01-20
epoll: add EPOLLEXCLUSIVE flag
Jason Baron
2015-02-13
epoll: optimize setting task running after blocking
Davidlohr Bueso
2014-11-05
fs: Convert show_fdinfo functions to void
Joe Perches
2014-09-10
eventpoll: fix uninitialized variable in epoll_ctl
Nicolas Iooss
2014-06-16
epoll: fix use-after-free in eventpoll_release_file
Konstantin Khlebnikov
2014-06-06
fs: convert use of typedef ctl_table to struct ctl_table
Joe Perches
2014-01-02
epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL
Jason Baron
2013-12-03
epoll: drop EPOLLWAKEUP if PM_SLEEP is disabled
Amit Pundir
2013-11-13
Merge branch 'akpm' (patches from Andrew Morton)
Linus Torvalds
2013-11-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2013-11-13
epoll: do not take global 'epmutex' for simple topologies
Jason Baron
2013-11-13
epoll: optimize EPOLL_CTL_DEL using rcu
Jason Baron
2013-10-30
Revert "epoll: use freezable blocking call"
Rafael J. Wysocki
2013-10-24
file->f_op is never NULL...
Al Viro
2013-09-11
epoll: add a reschedule point in ep_free()
Eric Dumazet
2013-09-03
switch epoll_ctl() to fdget
Al Viro
2013-07-03
Merge branch 'akpm' (updates from Andrew Morton)
Linus Torvalds
2013-07-03
signals: eventpoll: do not use sigprocmask()
Oleg Nesterov
2013-05-12
epoll: use freezable blocking call
Colin Cross
2013-05-01
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
Linus Torvalds
2013-04-30
epoll: cleanup: use RCU_INIT_POINTER when nulling
Eric Wong
2013-04-30
epoll: cleanup: hoist out f_op->poll calls
Eric Wong
2013-04-30
epoll: lock ep->mtx in ep_free to silence lockdep
Eric Wong
2013-04-30
epoll: use RCU to protect wakeup_source in epitem
Eric Wong
2013-04-30
epoll: trim epitem by one cache line
Eric Wong
2013-03-03
switch epoll_pwait to COMPAT_SYSCALL_DEFINE
Al Viro
2013-01-02
epoll: prevent missed events on EPOLL_CTL_MOD
Eric Wong
2012-12-17
fs, epoll: add procfs fdinfo helper
Cyrill Gorcunov
2012-11-09
revert "epoll: support for disabling items, and a self-test app"
Andrew Morton
2012-10-06
epoll: support for disabling items, and a self-test app
Paton J. Lewis
2012-09-26
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
switch epoll_wait(2) to fget_light()
Al Viro
2012-08-22
eventpoll: use-after-possible-free in epoll_create1()
Al Viro
2012-07-17
PM: Rename CAP_EPOLLWAKEUP to CAP_BLOCK_SUSPEND
Michael Kerrisk
2012-06-01
HAVE_RESTORE_SIGMASK is defined on all architectures now
Al Viro
2012-05-22
epoll: Fix user space breakage related to EPOLLWAKEUP
Rafael J. Wysocki
2012-05-05
epoll: Add a flag, EPOLLWAKEUP, to prevent suspend while epoll events are ready
Arve Hjønnevåg
2012-04-25
epoll: clear the tfile_check_list on -ELOOP
Jason Baron
2012-03-28
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
Linus Torvalds
2012-03-28
Remove all #inclusions of asm/system.h
David Howells
2012-03-23
epoll: remove unneeded variable in reverse_path_check()
Dan Carpenter
2012-03-23
epoll: comment the funky #ifdef
Steven Rostedt
2012-03-23
poll: add poll_requested_events() and poll_does_not_wait() functions
Hans Verkuil
2012-03-18
Don't limit non-nested epoll paths
Jason Baron
2012-02-24
epoll: ep_unregister_pollwait() can use the freed pwq->whead
Oleg Nesterov
2012-02-24
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
Oleg Nesterov
2012-01-12
epoll: limit paths
Jason Baron
2011-10-31
epoll: fix spurious lockdep warnings
Nelson Elhage
2011-09-15
Merge branch 'master' into for-next
Jiri Kosina
2011-07-26
atomic: use
Arun Sharma
2011-07-26
eventpoll: fix comment typo 'evenpoll'
Paul Bolle
2011-03-31
Fix common misspellings
Lucas De Marchi
2011-03-22
epoll: fix compiler warning and optimize the non-blocking path
Shawn Bohrer
2011-03-22
epoll: move ready event check into proper inline
Davide Libenzi
2011-03-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Linus Torvalds
2011-02-25
epoll: prevent creating circular epoll structures
Davide Libenzi
2011-02-17
fs/eventpoll.c: fix spelling
Daniel Baluta
2011-02-02
epoll: epoll_wait() should not use timespec_add_ns()
Eric Dumazet
2011-01-13
epoll: convert max_user_watches to long
Robin Holt
2010-10-27
epoll: make epoll_wait() use the hrtimer range feature
Shawn Bohrer
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
2010-05-11
sched, wait: Use wrapper functions
Changli Gao
2009-12-22
anonfd: Allow making anon files read-only
Roland Dreier
2009-11-18
sysctl: Drop & in front of every proc_handler.
Eric W. Biederman
2009-11-12
sysctl fs: Remove dead binary sysctl support
Eric W. Biederman
2009-06-18
epoll: fix nested calls support
Davide Libenzi
2009-05-12
epoll: fix size check in epoll_create()
Davide Libenzi
2009-04-01
epoll keyed wakeups: teach epoll about hints coming with the wakeup key
Davide Libenzi
2009-04-01
epoll: use real type instead of void *
Tony Battersby
2009-04-01
epoll: clean up ep_modify
Tony Battersby
2009-04-01
epoll: remove unnecessary xchg
Tony Battersby
2009-04-01
epoll: remember the event if epoll_wait returns -EFAULT
Tony Battersby
2009-04-01
epoll: don't use current in irq context
Tony Battersby
2009-04-01
epoll: remove debugging code
Davide Libenzi
2009-04-01
epoll: fix epoll's own poll (update)
Davide Libenzi
2009-04-01
epoll: fix epoll's own poll
Davide Libenzi
2009-03-16
Rename struct file->f_ep_lock
Jonathan Corbet
2009-01-29
epoll: drop max_user_instances and rely only on max_user_watches
Davide Libenzi
2009-01-14
[CVE-2009-0029] System call wrappers part 23
Heiko Carstens
2008-12-01
epoll: introduce resource usage limits
Davide Libenzi
2008-10-26
epoll: avoid double-inserts in case of EFAULT
Davide Libenzi
2008-10-16
epoll: drop unnecessary test
Davide Libenzi