summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2017-11-28fpga: bridge: support getting bridge from deviceAlan Tull1-3/+9
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner1-5/+1
2017-11-28serdev: document driver callbacksJohan Hovold1-2/+4
2017-11-28serdev: fix receive_buf return value when no callbackJohan Hovold1-1/+1
2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov1-0/+1
2017-11-28debugfs: fix debugfs_real_fops() build errorArnd Bergmann1-0/+2
2017-11-28USB: of: clean up device-node helperJohan Hovold1-4/+3
2017-11-28USB: add device-tree support for interfacesJohan Hovold1-0/+14
2017-11-28sunrpc: make the function arg as constBhumika Goyal1-1/+1
2017-11-28net: annotate ->poll() instancesAl Viro1-1/+1
2017-11-28dmabuf: annotate dma_buf->activeAl Viro1-1/+1
2017-11-28scif: annotate scif_pollepdAl Viro1-2/+2
2017-11-28annotate poll_table_entry->keyAl Viro1-1/+1
2017-11-28annotate poll_table_struct ->_keyAl Viro1-4/+4
2017-11-28annotate poll-related wait keysAl Viro1-4/+6
2017-11-28->poll() methods should return __poll_tAl Viro4-4/+4
2017-11-28Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid1-6/+1
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid1-0/+4
2017-11-27i2c: use macro IS_ENABLED in header i2c.hStefan Lengfeld1-3/+3
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr1-0/+3
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood1-6/+0
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney3-6/+1
2017-11-27reset: remove reset_control_get(_optional)Masahiro Yamada1-12/+0
2017-11-27reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada1-1/+3
2017-11-27reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada1-6/+0
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada1-15/+13
2017-11-27ACPI / PM: Make it possible to ignore the system sleep blacklistRafael J. Wysocki1-0/+1
2017-11-27PM / core: Add LEAVE_SUSPENDED driver flagRafael J. Wysocki1-4/+12
2017-11-27Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+11
2017-11-27Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-45/+0
2017-11-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-4/+4
2017-11-27Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-8/+13
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds6-111/+51
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-14/+21
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2-4/+5
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas2-45/+0
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-12/+11
2017-11-23net: accept UFO datagrams from tuntap and packetWillem de Bruijn4-2/+10
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner274-1831/+5546
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov1-1/+1
2017-11-23Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds5-27/+14
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello1-0/+1
2017-11-22scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig1-2/+0
2017-11-22treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook3-6/+3
2017-11-22timer: Remove redundant __setup_timer*() macrosKees Cook3-45/+29
2017-11-22timer: Pass function down to initialization routinesKees Cook1-15/+18
2017-11-22timer: Remove unused data arguments from macrosKees Cook3-15/+8
2017-11-22timer: Switch callback prototype to take struct timer_list * argumentKees Cook1-2/+2
2017-11-22timer: Pass timer_list pointer to callbacks unconditionallyKees Cook1-4/+0