summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30387-810/+928
|\
| * make kernel-side POLL... arch-independentAl Viro2017-11-2910-8/+125
| * eventpoll: no need to mask the result of epi_item_poll() againAl Viro2017-11-281-7/+2
| * eventpoll: constify struct epoll_event pointersAl Viro2017-11-281-3/+5
| * debugging printk in sg_poll() uses %x to print POLL... bitmapAl Viro2017-11-281-1/+1
| * annotate poll(2) gutsAl Viro2017-11-281-6/+10
| * 9p: untangle ->poll() messAl Viro2017-11-281-30/+30
| * ->si_band gets POLL... bitmap stored into a user-visible long fieldAl Viro2017-11-281-2/+2
| * ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro2017-11-282-2/+2
| * the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-28144-256/+257
| * media: annotate ->poll() instancesAl Viro2017-11-2780-147/+143
| * fs: annotate ->poll() instancesAl Viro2017-11-2724-41/+41
| * ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-277-14/+14
| * net: annotate ->poll() instancesAl Viro2017-11-2740-76/+77
| * apparmor: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * tomoyo: annotate ->poll() instancesAl Viro2017-11-274-7/+7
| * sound: annotate ->poll() instancesAl Viro2017-11-2725-49/+49
| * acpi: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * crypto: annotate ->poll() instancesAl Viro2017-11-273-4/+3
| * block: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * x86: annotate ->poll() instancesAl Viro2017-11-272-2/+2
| * um: annotate ->poll() instancesAl Viro2017-11-271-3/+3
| * ppc: annotate ->poll() instancesAl Viro2017-11-276-18/+16
| * mips: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * ia64: annotate ->poll() instancesAl Viro2017-11-271-2/+2
| * cris: annotate ->poll() instancesAl Viro2017-11-273-11/+11
| * dmabuf: annotate dma_buf->activeAl Viro2017-11-271-1/+1
| * vhost: annotate vhost_pollAl Viro2017-11-272-3/+3
| * scif: annotate scif_pollepdAl Viro2017-11-271-2/+2
| * annotate poll_table_entry->keyAl Viro2017-11-271-1/+1
| * annotate poll_table_struct ->_keyAl Viro2017-11-2721-26/+26
| * annotate poll-related wait keysAl Viro2017-11-279-18/+19
| * anntotate the places where ->poll() return values goAl Viro2017-11-2712-14/+15
| * ->poll() methods should return __poll_tAl Viro2017-11-2710-10/+10
| * define __poll_t, annotate constantsAl Viro2017-11-278-26/+32
| * switch wrapper poll.h instances to generic-yAl Viro2017-11-2712-16/+7
| * um: make sure to have generated headers for targetAl Viro2017-11-271-0/+7
| * orangefs: fix a braino in ->poll()Al Viro2017-11-271-1/+1
* | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-01-306-22/+76
|\ \
| * | Documentation: Fix 'file_mapped' -> 'mapped_file'Florian Schmidt2018-01-301-2/+2
| * | string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-192-4/+4
| * | Merge branch 'for-4.15-fixes' into for-4.16Tejun Heo2018-01-192-12/+15
| |\ \
| * | | cgroup, docs: document the root cgroup behavior of cpu and io controllersMaciej S. Szmigiero2018-01-161-1/+35
| * | | cgroup-v2.txt: fix typosVladimir Rutsky2018-01-021-4/+4
| * | | cgroup: Update documentation referenceMatt Roper2018-01-021-1/+1
| * | | Documentation/cgroup-v1: fix outdated programming detailsMatt Roper2018-01-021-6/+1
| * | | cgroup, docs: document cgroup v2 device controllerRoman Gushchin2017-12-131-4/+29
* | | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2018-01-301-3/+3
|\ \ \ \
| * | | | percpu: percpu_counter_initialized can be booleanguoyayun2017-12-151-3/+3
* | | | | Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2018-01-3012-470/+221
|\ \ \ \ \