summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2017-11-28serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner
2017-11-28serdev: document driver callbacksJohan Hovold
2017-11-28serdev: fix receive_buf return value when no callbackJohan Hovold
2017-11-28serdev: Introduce devm_serdev_device_open()Andrey Smirnov
2017-11-28debugfs: fix debugfs_real_fops() build errorArnd Bergmann
2017-11-28USB: of: clean up device-node helperJohan Hovold
2017-11-28USB: add device-tree support for interfacesJohan Hovold
2017-11-27sunrpc: make the function arg as constBhumika Goyal
2017-11-27net: annotate ->poll() instancesAl Viro
2017-11-27dmabuf: annotate dma_buf->activeAl Viro
2017-11-27scif: annotate scif_pollepdAl Viro
2017-11-27annotate poll_table_entry->keyAl Viro
2017-11-27annotate poll_table_struct ->_keyAl Viro
2017-11-27annotate poll-related wait keysAl Viro
2017-11-27->poll() methods should return __poll_tAl Viro
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid
2017-11-27i2c: use macro IS_ENABLED in header i2c.hStefan Lengfeld
2017-11-27KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr
2017-11-27cpuset: Make cpuset hotplug synchronousPrateek Sood
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney
2017-11-27reset: remove reset_control_get(_optional)Masahiro Yamada
2017-11-27reset: minimize the number of headers included from <linux/reset.h>Masahiro Yamada
2017-11-27reset: remove remaining WARN_ON() in <linux/reset.h>Masahiro Yamada
2017-11-27reset: make device_reset_optional() really optionalMasahiro Yamada
2017-11-27ACPI / PM: Make it possible to ignore the system sleep blacklistRafael J. Wysocki
2017-11-27PM / core: Add LEAVE_SUSPENDED driver flagRafael J. Wysocki
2017-11-26Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-26Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-11-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2017-11-26Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-11-24Merge tag 'keys-next-20171123' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris
2017-11-23x86/PCI: Remove unused HyperTransport interrupt supportBjorn Helgaas
2017-11-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2017-11-24net: accept UFO datagrams from tuntap and packetWillem de Bruijn
2017-11-23Merge tag 'for-linus-timers-conversion-final-v4.15-rc1' of git://git.kernel.o...Thomas Gleixner
2017-11-23bpf: fix branch pruning logicAlexei Starovoitov
2017-11-22Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtdLinus Torvalds
2017-11-22bpf: introduce ARG_PTR_TO_MEM_OR_NULLGianluca Borello
2017-11-21scsi: dma-mapping: always provide dma_get_cache_alignmentChristoph Hellwig
2017-11-21treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE castsKees Cook
2017-11-21timer: Remove redundant __setup_timer*() macrosKees Cook
2017-11-21timer: Pass function down to initialization routinesKees Cook
2017-11-21timer: Remove unused data arguments from macrosKees Cook
2017-11-21timer: Switch callback prototype to take struct timer_list * argumentKees Cook
2017-11-21timer: Pass timer_list pointer to callbacks unconditionallyKees Cook
2017-11-21timer: Remove setup_*timer() interfaceKees Cook