aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-4/+4
2017-11-27media: annotate ->poll() instancesAl Viro6-9/+8
2017-11-27net: annotate ->poll() instancesAl Viro8-8/+8
2017-11-27crypto: annotate ->poll() instancesAl Viro1-1/+1
2017-11-27dmabuf: annotate dma_buf->activeAl Viro1-1/+1
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 Viro1-4/+4
2017-11-27annotate poll-related wait keysAl Viro1-4/+6
2017-11-27->poll() methods should return __poll_tAl Viro9-9/+9
2017-11-27define __poll_t, annotate constantsAl Viro2-15/+21
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+11
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-45/+0
2017-11-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-7/+7
2017-11-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-8/+13
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-111/+51
2017-11-24Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+38
2017-11-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-0/+2
2017-11-24sched/debug: Fix task state recording/printoutThomas Gleixner1-3/+3
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-21/+23
2017-11-23Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-26/+28
2017-11-23Merge tag 'sound-fix-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-1/+3
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-887/+12
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into next-keysJames Morris2-4/+5
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2-45/+0
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-19/+12
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn5-2/+11
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into timers/urgentThomas Gleixner535-7647/+13367
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-1/+1
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-27/+14
2017-11-23dt-bindings: remove file that was added accidentallyRob Clark1-887/+0
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie2-0/+12
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-22ALSA: hda - Fix yet remaining issue with vmaster 0dB initializationTakashi Iwai1-1/+3
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook3-6/+3
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook3-45/+29
2017-11-21timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-21timer: Remove unused data arguments from macrosKees Cook3-15/+8
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-2/+2
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-4/+0
2017-11-21timer: Remove setup_*timer() interfaceKees Cook1-17/+0
2017-11-21timer: Remove init_timer() interfaceKees Cook1-3/+0
2017-11-21block/laptop_mode: Convert timers to use timer_setup()Kees Cook1-1/+1
2017-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-4/+2
2017-11-21sched/deadline: Don't use dubious signed bitfieldsDan Carpenter1-4/+4
2017-11-20Merge tag 'fbdev-v4.15' of git://github.com/bzolnier/linuxLinus Torvalds1-25/+0
2017-11-21bpf: make bpf_prog_offload_verifier_prep() static inlineJakub Kicinski1-1/+1
2017-11-21bpf: revert report offload info to user spaceJakub Kicinski2-7/+0
2017-11-21bpf: turn bpf_prog_get_type() into a wrapperJakub Kicinski1-7/+6