summaryrefslogtreecommitdiff
path: root/fs/sysfs/dir.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-21 09:06:45 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-04-21 09:06:45 +0200
commit937381741d02cc6594477c593b2f3a087b3a0bc1 (patch)
tree3caa8fce6644a75aadb18c7bfb8be489be529978 /fs/sysfs/dir.c
parentd263f19cdc2ac82168fbc26e3a4fd649ffc2d75b (diff)
downloadkernel-linux-5.5.y.tar.gz
Linux 5.5.19linux-5.5.y
Diffstat (limited to 'fs/sysfs/dir.c')
0 files changed, 0 insertions, 0 deletions
&id=3ad6f93e98d6df25d0667d847d3ab9cbdccb3eae'>annotate poll-related wait keysAl Viro 2017-11-27anntotate 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-19get_compat_sigset()Al Viro 2017-09-19select: Use get/put_timespec64Deepa Dinamani 2017-08-28fs/select: Fix memory corruption in compat_get_fd_set()Helge Deller 2017-07-06Merge 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-09select: switch compat_{get,put}_fd_set() to compat_{get,put}_bitmap()Al Viro 2017-05-08treewide: use kv[mz]alloc* rather than opencoded variantsMichal Hocko 2017-05-02Merge 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-24net: 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-11fs/select: add vmalloc fallback for select(2)Vlastimil Babka 2016-05-19fs: poll/select/recvmmsg: use timespec64 for timeout eventsDeepa Dinamani 2016-03-17timer: convert timer_slack_ns from unsigned long to u64John Stultz