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
2019-09-26ipc/mqueue: improve exception handling in do_mq_notify()Markus Elfring
2019-09-26ipc/mqueue.c: delete an unnecessary check before the macro call dev_kfree_skb()Markus Elfring
2019-09-05new helper: get_tree_keyed()Al Viro
2019-07-19Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-07-17ipc/mqueue.c: only perform resource calculation if user validKees Cook
2019-05-26mqueue: set ->user_ns before ->get_tree()Al Viro
2019-05-15ipc/mqueue: optimize msg_get()Davidlohr Bueso
2019-05-15ipc/mqueue: remove redundant wq task assignmentDavidlohr Bueso
2019-05-15ipc: prevent lockup on alloc_msg and free_msgLi Rongqing
2019-05-02mqueue: switch to ->free_inode()Al Viro
2019-03-13Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2019-02-28ipc: Convert mqueue fs to fs_contextDavid Howells
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann
2018-10-25Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-08-27y2038: globally rename compat_time to old_time32Arnd Bergmann
2018-04-20y2038: ipc: Enable COMPAT_32BIT_TIMEArnd Bergmann
2018-04-20y2038: ipc: Use __kernel_timespecArnd Bergmann
2018-03-25Revert "mqueue: switch to on-demand creation of internal mount"Eric W. Biederman
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-07ipc/mqueue.c: have RT tasks queue in by priority in wq_add()Jonathan Haws
2018-01-31Merge branch 'work.mqueue' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-01-31Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-12signal: Ensure generic siginfos the kernel sends have all bits initializedEric W. Biederman
2018-01-05mqueue: switch to on-demand creation of internal mountAl Viro
2018-01-05tidy do_mq_open() up a bitAl Viro
2018-01-05mqueue: clean prepare_open() upAl Viro
2018-01-05do_mq_open(): move all work prior to dentry_open() into a helperAl Viro
2018-01-05mqueue: fold mq_attr_ok() into mqueue_get_inode()Al Viro
2018-01-05move dentry_open() calls up into do_mq_open()Al Viro
2018-01-05mqueue: switch to vfs_mkobj(), quit abusing ->d_fsdataAl Viro
2017-11-28ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-09-04ipc: mqueue: Replace timespec with timespec64Deepa Dinamani
2017-07-10mqueue: fix a use-after-free in sys_mq_notify()Cong Wang
2017-07-04mqueue: move compat syscalls to native onesAl Viro
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-28ipc/mqueue: add missing sparse annotationLuc Van Oostenryck
2016-11-21sched/wake_q: Rename WAKE_Q to DEFINE_WAKE_QWaiman Long
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani
2016-06-23vfs: Generalize filesystem nodev handling.Eric W. Biederman
2016-06-23ipc/mqueue: The mqueue filesystem should never contain executablesEric W. Biederman
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
2016-01-23wrappers for ->i_mutex accessAl Viro
2016-01-15kmemcg: account certain kmem allocations to memcgVladimir Davydov
2015-08-07ipc: modify message queue accounting to not take kernel data structures into ...Marcus Gelderie
2015-05-08ipc/mqueue: Implement lockless pipelined wakeupsDavidlohr Bueso