summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-29make kernel-side POLL... arch-independentAl Viro10-8/+125
2017-11-28eventpoll: no need to mask the result of epi_item_poll() againAl Viro1-7/+2
2017-11-28eventpoll: constify struct epoll_event pointersAl Viro1-3/+5
2017-11-28debugging printk in sg_poll() uses %x to print POLL... bitmapAl Viro1-1/+1
2017-11-28annotate poll(2) gutsAl Viro1-6/+10
2017-11-289p: untangle ->poll() messAl Viro1-30/+30
2017-11-28->si_band gets POLL... bitmap stored into a user-visible long fieldAl Viro1-2/+2
2017-11-28ring_buffer_poll_wait() return value used as return value of ->poll()Al Viro2-2/+2
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro144-256/+257
2017-11-27media: annotate ->poll() instancesAl Viro80-147/+143
2017-11-27fs: annotate ->poll() instancesAl Viro24-41/+41
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro7-14/+14
2017-11-27net: annotate ->poll() instancesAl Viro40-76/+77
2017-11-27apparmor: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27tomoyo: annotate ->poll() instancesAl Viro4-7/+7
2017-11-27sound: annotate ->poll() instancesAl Viro25-49/+49
2017-11-27acpi: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27crypto: annotate ->poll() instancesAl Viro3-4/+3
2017-11-27block: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27x86: annotate ->poll() instancesAl Viro2-2/+2
2017-11-27um: annotate ->poll() instancesAl Viro1-3/+3
2017-11-27ppc: annotate ->poll() instancesAl Viro6-18/+16
2017-11-27mips: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27ia64: annotate ->poll() instancesAl Viro1-2/+2
2017-11-27cris: annotate ->poll() instancesAl Viro3-11/+11
2017-11-27dmabuf: annotate dma_buf->activeAl Viro1-1/+1
2017-11-27vhost: annotate vhost_pollAl Viro2-3/+3
2017-11-27scif: annotate scif_pollepdAl Viro1-2/+2
2017-11-27annotate poll_table_entry->keyAl Viro1-1/+1
2017-11-27annotate poll_table_struct ->_keyAl Viro21-26/+26
2017-11-27annotate poll-related wait keysAl Viro9-18/+19
2017-11-27anntotate the places where ->poll() return values goAl Viro12-14/+15
2017-11-27->poll() methods should return __poll_tAl Viro10-10/+10
2017-11-27define __poll_t, annotate constantsAl Viro8-26/+32
2017-11-27switch wrapper poll.h instances to generic-yAl Viro12-16/+7
2017-11-27um: make sure to have generated headers for targetAl Viro1-0/+7
2017-11-27orangefs: fix a braino in ->poll()Al Viro1-1/+1
2017-11-26Linux 4.15-rc1v4.15-rc1Linus Torvalds1-2/+2
2017-11-26Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds6-6/+42
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds12-15/+52
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds38-616/+472
2017-11-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-10/+17
2017-11-26Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-12/+32
2017-11-26Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-1/+1
2017-11-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-40/+72
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King2-0/+24
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds351-1773/+1225
2017-11-25Merge tag 'arc-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds8-56/+136
2017-11-25Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds29-113/+58
2017-11-25Merge tag 'afs-fixes-20171124' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-279/+405