summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-06-21mm/page_ref: introduce page_ref_inc_returnDavid Hildenbrand1-0/+9
2016-06-21usb: gadget: add tracepoints to the gadget APIFelipe Balbi1-0/+4
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi1-525/+60
2016-06-21PCI: Add pcibios_setup_bridge()Gavin Shan1-0/+1
2016-06-21Merge branch 'ib-extcon-powersupply-4.8' into extcon-nextChanwoo Choi1-57/+23
2016-06-21fs: iomap based fiemap implementationChristoph Hellwig1-0/+3
2016-06-21fs: introduce iomap infrastructureChristoph Hellwig1-5/+51
2016-06-21fs: move struct iomap from exportfs.h to a separate headerChristoph Hellwig2-15/+22
2016-06-20kconfig.h: allow to use IS_{ENABLE,REACHABLE} in macro expansionMasahiro Yamada1-6/+18
2016-06-20kconfig.h: use already defined macros for IS_REACHABLE() defineMasahiro Yamada1-2/+2
2016-06-20export.h: use __is_defined() to check if __KSYM_* is definedMasahiro Yamada1-1/+1
2016-06-20kconfig.h: use __is_defined() to check if MODULE is definedMasahiro Yamada1-5/+6
2016-06-20time: Add time64_to_tm()Deepa Dinamani1-1/+14
2016-06-20alarmtimer: Fix comments describing structure fieldsPratyush Patel1-3/+3
2016-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+1
2016-06-20dma-buf: remove dma_buf_debugfs_create_file()Mathias Krause1-2/+0
2016-06-20Merge 4.7-rc4 into staging-nextGreg Kroah-Hartman23-32/+88
2016-06-20leds: convert IDE trigger to common disk triggerStephan Linz1-3/+3
2016-06-20leds: pca9532: Add device tree supportPhil Reid1-5/+4
2016-06-20Merge tag 'samsung-drivers-exynos-mfc-4.8' of git://git.kernel.org/pub/scm/li...Olof Johansson1-3/+22
2016-06-19qed*: Don't reset statistics on inner reloadYuval Mintz1-0/+1
2016-06-19quota: use time64_t internallyArnd Bergmann1-2/+2
2016-06-19ipv6: RFC 4884 partial support for SIT/GRE tunnelsEric Dumazet1-1/+2
2016-06-19ipv6: translate ICMP_TIME_EXCEEDED to ICMPV6_TIME_EXCEEDEric Dumazet1-1/+1
2016-06-19ip6: move ipip6_err_gen_icmpv6_unreach()Eric Dumazet1-0/+1
2016-06-19ipv6: icmp: add a force_saddr param to icmp6_send()Eric Dumazet1-1/+2
2016-06-18Merge tag 'usb-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-2/+6
2016-06-18Merge tag 'staging-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+8
2016-06-18Merge tag 'driver-core-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+3
2016-06-18genirq: Add untracked irq handlerKeith Busch1-0/+1
2016-06-18staging/android: bring struct sync_pt backGustavo Padovan1-2/+0
2016-06-18isa: Dummy isa_register_driver should return error codeWilliam Breathitt Gray1-1/+2
2016-06-18net: Remove deprecated tunnel specific UDP offload functionsAlexander Duyck1-38/+0
2016-06-18net: Merge VXLAN and GENEVE push notifiers into a single notifierAlexander Duyck1-2/+20
2016-06-18isa: Allow ISA-style drivers on modern systemsWilliam Breathitt Gray1-1/+1
2016-06-18Merge tag 'shared' of http://git.kernel.org/pub/scm/linux/kernel/git/leon/lin...Doug Ledford1-12/+263
2016-06-17ia64: efi: use timespec64 for persistent clockArnd Bergmann1-1/+1
2016-06-17PCI: Document connection between pci_power_t and hardware PM capabilityBjorn Helgaas1-0/+4
2016-06-17PCI: Unify pci_resource_to_user() declarationsBjorn Helgaas1-1/+5
2016-06-17Merge tag 'for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/j.an...Linus Torvalds1-11/+12
2016-06-17i2c: smbus: add SMBus Host Notify supportBenjamin Tissoires2-0/+47
2016-06-17i2c: add a protocol parameter to the alert callbackBenjamin Tissoires1-1/+6
2016-06-17Merge tag 'pwm/for-4.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2016-06-17Merge tag 'nfsd-4.7-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-2/+2
2016-06-17Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+12
2016-06-17net: stmmac: allow to split suspend/resume from init/exit callbacksVincent Palatin1-0/+2
2016-06-16PM / Domains: Allow genpd to power on during system PM phasesUlf Hansson1-1/+0
2016-06-16locking/atomic: Remove the deprecated atomic_{set,clear}_mask() functionsPeter Zijlstra1-10/+0
2016-06-16locking/atomic: Remove linux/atomic.h:atomic_fetch_or()Peter Zijlstra1-21/+0
2016-06-16locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}...Peter Zijlstra1-0/+336