Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-18Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-11-18epoll: remove ep_call_nested() from ep_eventpoll_poll()Jason Baron
2017-11-18epoll: avoid calling ep_call_nested() from ep_poll_safewake()Jason Baron
2017-11-18epoll: account epitem and eppoll_entry to kmemcgShakeel Butt
2017-09-20get_compat_sigset()Al Viro
2017-09-09fs/epoll: use faster rb_first_cached()Davidlohr Bueso
2017-09-01epoll: fix race between ep_poll_callback(POLLFREE) and ep_free()/ep_remove()Oleg Nesterov
2017-07-13kcmp: fs/epoll: wrap kcmp code with CONFIG_CHECKPOINT_RESTORECyrill Gorcunov
2017-07-13kcmp: add KCMP_EPOLL_TFD mode to compare epoll target filesCyrill Gorcunov
2017-07-13procfs: fdinfo: extend information about epoll target filesCyrill Gorcunov
2017-07-11fs, epoll: short circuit fetching events if thread has been killedDavid Rientjes
2017-06-20sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list namingIngo Molnar
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-03-25epoll: Add busy poll support to epoll with socket fds.Sridhar Samudrala
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-28fs,eventpoll: don't test for bitfield with stack valueCyrill Gorcunov
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-05-20fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani
2016-03-18timer: convert timer_slack_ns from unsigned long to u64John Stultz
2016-02-06epoll: restrict EPOLLEXCLUSIVE to POLLIN and POLLOUTJason Baron
2016-01-21epoll: add EPOLLEXCLUSIVE flagJason Baron
2015-02-14epoll: optimize setting task running after blockingDavidlohr Bueso
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2014-09-11eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss
2014-06-17epoll: fix use-after-free in eventpoll_release_fileKonstantin Khlebnikov
2014-06-07fs: convert use of typedef ctl_table to struct ctl_tableJoe Perches
2014-01-03epoll: do not take the nested ep->mtx on EPOLL_CTL_DELJason Baron
2013-12-03epoll: drop EPOLLWAKEUP if PM_SLEEP is disabledAmit Pundir
2013-11-13Merge branch 'akpm' (patches from Andrew Morton)Linus Torvalds
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-11-13epoll: do not take global 'epmutex' for simple topologiesJason Baron
2013-11-13epoll: optimize EPOLL_CTL_DEL using rcuJason Baron
2013-10-30Revert "epoll: use freezable blocking call"Rafael J. Wysocki
2013-10-25file->f_op is never NULL...Al Viro
2013-09-12epoll: add a reschedule point in ep_free()Eric Dumazet
2013-09-04switch epoll_ctl() to fdgetAl Viro
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-04signals: eventpoll: do not use sigprocmask()Oleg Nesterov
2013-05-12epoll: use freezable blocking callColin Cross
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-01epoll: cleanup: use RCU_INIT_POINTER when nullingEric Wong
2013-05-01epoll: cleanup: hoist out f_op->poll callsEric Wong
2013-05-01epoll: lock ep->mtx in ep_free to silence lockdepEric Wong
2013-05-01epoll: use RCU to protect wakeup_source in epitemEric Wong
2013-05-01epoll: trim epitem by one cache lineEric Wong
2013-03-04switch epoll_pwait to COMPAT_SYSCALL_DEFINEAl Viro
2013-01-02epoll: prevent missed events on EPOLL_CTL_MODEric Wong
2012-12-18fs, epoll: add procfs fdinfo helperCyrill Gorcunov
2012-11-09revert "epoll: support for disabling items, and a self-test app"Andrew Morton
2012-10-05epoll: support for disabling items, and a self-test appPaton J. Lewis