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
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-26fs: introduce new ->get_poll_head and ->poll_mask methodsChristoph Hellwig
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-26fs: cleanup do_pollfdChristoph Hellwig
2018-05-26fs: unexport poll_schedule_timeoutChristoph Hellwig
2018-04-02fs: add do_compat_select() helper; remove in-kernel call to compat syscallDominik Brodowski
2018-04-02fs: add kern_select() helper; remove in-kernel call to sys_select()Dominik Brodowski
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-30make kernel-side POLL... arch-independentAl Viro
2017-11-28annotate poll(2) gutsAl Viro
2017-11-28annotate poll_table_struct ->_keyAl Viro
2017-11-28annotate poll-related wait keysAl Viro
2017-11-28anntotate the places where ->poll() return values goAl Viro
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-20get_compat_sigset()Al Viro
2017-09-20select: Use get/put_timespec64Deepa Dinamani
2017-08-29fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller
2017-07-07Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-10select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro
2017-05-09treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko
2017-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-04-17move compat select-related syscalls to fs/select.cAl Viro
2017-03-25net: Track start of busy loop instead of when it should endAlexander Duyck
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-10-12fs/select: add vmalloc fallback for select(2)Vlastimil Babka
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-01-06poll: plug an unused argument to do_pollMateusz Guzik
2015-05-19locking/arch: Rename set_mb() to smp_store_mb()Peter Zijlstra
2015-02-13all arches, signal: move restart_block to struct task_structAndy Lutomirski
2013-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-10-30Revert "select: use freezable blocking call"Rafael J. Wysocki
2013-10-25file->f_op is never NULL...Al Viro
2013-07-11net: rename include/net/ll_poll.h to include/net/busy_poll.hEliezer Tamir
2013-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-07-09net/fs: change busy poll time accountingEliezer Tamir
2013-07-09net: rename low latency sockets functions to busy pollEliezer Tamir
2013-07-03net: convert lls to use time_in_range()Eliezer Tamir
2013-07-02net: avoid calling sched_clock when LLS is offEliezer Tamir
2013-06-26net: poll/select low latency socket supportEliezer Tamir
2013-05-12select: use freezable blocking callColin Cross
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2012-09-27switch simple cases of fget_light to fdgetAl Viro
2012-09-27make get_file() return its argumentAl Viro
2012-07-27posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer
2012-06-01HAVE_RESTORE_SIGMASK is defined on all architectures nowAl Viro
2012-03-30Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds