summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-015-20/+15
|\
| * device property: Define type of PROPERTY_ENRTY_*() macrosAndy Shevchenko2018-01-251-5/+5
| * drivers: base: add coredump driver opsArend van Spriel2018-01-231-1/+1
| * sysfs.h: Use octal permissionsJoe Perches2018-01-091-8/+6
| * Merge 4.15-rc6 into driver-core-nextGreg Kroah-Hartman2018-01-0257-398/+315
| |\
| * \ Merge 4.15-rc3 into driver-core-nextGreg Kroah-Hartman2017-12-1150-157/+233
| |\ \
| * | | driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0
| * | | driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
| * | | kobject: Remove redundant license textGreg Kroah-Hartman2017-12-072-4/+0
| * | | kobject: add SPDX identifiers to all kobject filesGreg Kroah-Hartman2017-12-072-0/+2
* | | | Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-02-014-3/+355
|\ \ \ \
| * | | | iio: add field identifier for @use_count kernel-docTobin C. Harding2018-01-081-1/+1
| * | | | iio: add kernel-doc for field @ownerTobin C. Harding2018-01-081-0/+1
| * | | | iio: fix SPHINX kernel-docs build warningTobin C. Harding2018-01-081-2/+2
| * | | | Merge 4.15-rc6 into staging-nextGreg Kroah-Hartman2018-01-0229-107/+174
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge 4.15-rc4 into staging-nextGreg Kroah-Hartman2017-12-1847-312/+156
| |\ \ \ \
| * | | | | drivers: visorbus: move driver out of stagingDavid Kershner2017-12-081-0/+344
| * | | | | Merge Linus's staging merge point into staging-nextGreg Kroah-Hartman2017-12-0632-94/+176
| |\ \ \ \ \
| * | | | | | iio: Add macro to populate struct iio_map arrayLukas Wunner2017-12-021-0/+7
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'tty-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-013-8/+8
|\ \ \ \ \ \
| * | | | | | tty: fix data race between tty_init_dev and flush of bufGaurav Kohli2018-01-231-0/+2
| * | | | | | serial: core: Make uart_parse_options take const char* argumentPaul Cercueil2018-01-091-1/+1
| * | | | | | Merge 4.15-rc6 into tty-nextGreg Kroah-Hartman2018-01-0257-398/+315
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge 4.15-rc3 into tty-nextGreg Kroah-Hartman2017-12-1150-157/+233
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | serial: Make retrieval of rs485 properties platform-agnosticLukas Wunner2017-11-281-5/+1
| * | | | | | serdev: document driver callbacksJohan Hovold2017-11-281-2/+4
| * | | | | | serdev: Introduce devm_serdev_device_open()Andrey Smirnov2017-11-281-0/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-019-17/+48
|\ \ \ \ \ \
| * \ \ \ \ \ Merge 4.15-rc8 into usb-nextGreg Kroah-Hartman2018-01-1515-24/+110
| |\ \ \ \ \ \
| * | | | | | | usb: renesas_usbhs: Add support for RZ/A1Chris Brandt2018-01-091-0/+1
| * | | | | | | USB: clarify USB_DT_USB_SSP_CAP_SIZE(ssac) definitionMathias Nyman2018-01-091-2/+2
| * | | | | | | Merge tag 'usb-for-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-01-082-0/+10
| |\ \ \ \ \ \ \
| | * | | | | | | usb: renesas_usbhs: add a new callback for extcon notifierYoshihiro Shimoda2017-12-131-0/+8
| | * | | | | | | usb: gadget: add isoch_delay memberFelipe Balbi2017-12-111-0/+2
| | | |_|/ / / / | | |/| | | | |
| * | | | | | | Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman2018-01-0229-107/+174
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| * | | | | | | usb: pd: fix the offset for SVID specific commandsHeikki Krogerus2017-12-191-1/+1
| * | | | | | | Merge 4.15-rc4 into usb-nextGreg Kroah-Hartman2017-12-1876-406/+332
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| * | | | | | | usb: core: add support for USB_REQ_SET_ISOCH_DELAYFelipe Balbi2017-12-151-0/+6
| * | | | | | | USB: remove the URB_NO_FSBR flagAlan Stern2017-12-122-2/+1
| * | | | | | | typec: tcpm: Validate source and sink capsBadhri Jagan Sridharan2017-12-072-8/+10
| * | | | | | | USB: of: clean up device-node helperJohan Hovold2017-11-281-4/+3
| * | | | | | | USB: add device-tree support for interfacesJohan Hovold2017-11-281-0/+14
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'docs-4.16' of git://git.lwn.net/linuxLinus Torvalds2018-01-312-2/+2
|\ \ \ \ \ \ \
| * | | | | | | errseq: Add to documentation treeMatthew Wilcox2018-01-011-1/+1
| * | | | | | | docs: refcount_t documentationElena Reshetova2017-12-111-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-01-3115-238/+280
|\ \ \ \ \ \ \
| * | | | | | | mm: remove PG_highmem descriptionMiles Chen2018-01-311-5/+0
| * | | | | | | hugetlb, mbind: fall back to default policy if vma is NULLMichal Hocko2018-01-311-2/+3
| * | | | | | | hugetlb, mempolicy: fix the mbind hugetlb migrationMichal Hocko2018-01-311-3/+2
| * | | | | | | mm, hugetlb: do not rely on overcommit limit during migrationMichal Hocko2018-01-311-0/+3