aboutsummaryrefslogtreecommitdiffstats
path: root/tools (unfollow)
AgeCommit message (Expand)AuthorFilesLines
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-rc1Linus Torvalds1-2/+2
2017-11-26ARM: BUG if jumping to usermode address in kernel modeRussell King2-0/+24
2017-11-24m68k/macboing: Fix missed timer callback assignmentKees Cook1-2/+2
2017-11-24afs: remove redundant assignment of dvnode to itselfColin Ian King1-1/+1
2017-11-24afs: cell: Remove unnecessary code in afs_lookup_cellGustavo A. R. Silva1-6/+1
2017-11-24afs: Fix signal handling in some file opsDavid Howells1-0/+8
2017-11-24afs: Fix some dentry handling in dir ops and missing key_putsDavid Howells1-10/+5
2017-11-24afs: Make afs_write_begin() avoid writing to a page that's being storedDavid Howells1-0/+5
2017-11-24sched/debug: Fix task state recording/printoutThomas Gleixner1-3/+3
2017-11-24x86/decoder: Add new TEST instruction patternMasami Hiramatsu1-1/+1
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas11-454/+2
2017-11-23x86/umip: Fix insn_get_code_seg_params()'s return valueBorislav Petkov3-4/+4
2017-11-23x86/boot/KASLR: Remove unused variableChao Fan1-3/+2
2017-11-23genirq/matrix: Make - vs ?: Precedence explicitKees Cook1-1/+1