summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - add support for F34 V7 bootloaderNick Dyer2016-12-121-1/+1
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - store the attn data in the driverBenjamin Tissoires2016-12-031-3/+2
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-031-0/+11
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires2016-12-011-2/+2
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - add rmi_enable/disable_irqBenjamin Tissoires2016-11-301-0/+1
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - remove unused fields in struct rmi_driver_dataBenjamin Tissoires2016-11-301-4/+0
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - fix documentation of rmi_2d_sensor_platform_dataBenjamin Tissoires2016-11-301-1/+1
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - propagate correct number of rx and tx electrodes to F54Guenter Roeck2016-11-231-0/+3
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-231-0/+2
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - add parameters for dribble packets and palm detect ge...Andrew Duggan2016-11-091-8/+13
| | | * | | | | | | | | | | | | | | | Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson2016-11-091-3/+4
| | * | | | | | | | | | | | | | | | | Input: drv260x - use generic device propertiesJingkui Wang2016-12-121-28/+0
| | * | | | | | | | | | | | | | | | | Input: gpio_keys_polled - keep button data constantDmitry Torokhov2016-11-081-4/+1
* | | | | | | | | | | | | | | | | | | Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtdLinus Torvalds2016-12-182-2/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-302-2/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | mtd: nand: Support controllers with custom pageMarc Gonzalez2016-11-191-0/+12
| | * | | | | | | | | | | | | | | | | | | mtd: nand: Wait tCCS after a column changeBoris Brezillon2016-11-071-0/+10
| | * | | | | | | | | | | | | | | | | | | mtd: nand: Add a few more timings to nand_sdr_timingsBoris Brezillon2016-11-071-0/+8
| | * | | | | | | | | | | | | | | | | | | mtd: s3c2410: parse the device configuration from OF nodeSergio Prado2016-11-071-0/+1
| | * | | | | | | | | | | | | | | | | | | mtd: s3c2410: make ecc mode configurable via platform dataSergio Prado2016-11-071-2/+4
| | | |_|_|_|_|_|_|_|/ / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-12-182-34/+41
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x86/kbuild: enable modversions for symbols exported from asmAdam Borowski2016-12-141-0/+7
| * | | | | | | | | | | | | | | | | | | | kbuild: keep data tables through dead code eliminationNicholas Piggin2016-11-291-34/+34
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'docs-4.10-2' of git://git.lwn.net/linuxLinus Torvalds2016-12-187-39/+152
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | crypto: doc - clarify AEAD memory structureStephan Mueller2016-12-141-24/+12
| * | | | | | | | | | | | | | | | | | | crypto: doc - add KPP documentationStephan Mueller2016-12-143-3/+128
| * | | | | | | | | | | | | | | | | | | crypto: doc - fix source comments for SphinxStephan Mueller2016-12-144-12/+12
* | | | | | | | | | | | | | | | | | | | Merge tag 'ceph-for-4.10-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2016-12-165-5/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | libceph: always signal completion when doneIlya Dryomov2016-12-141-1/+1
| * | | | | | | | | | | | | | | | | | | | ceph: add flags parameter to send_cap_msgJeff Layton2016-12-121-0/+3
| * | | | | | | | | | | | | | | | | | | | ceph: check availability of mds cluster on mountYan, Zheng2016-12-121-0/+5
| * | | | | | | | | | | | | | | | | | | | libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-122-4/+3
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-12-161-0/+13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | vfs: call vfs_clone_file_range() under freeze protectionAmir Goldstein2016-12-161-0/+13
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus-4.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-12-161-36/+31
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | btrfs: convert extent-tree tracepoints to use fs_infoJeff Mahoney2016-12-061-27/+22
| * | | | | | | | | | | | | | | | | | | | btrfs: call functions that always use the same root with fs_info insteadJeff Mahoney2016-12-061-8/+8
| * | | | | | | | | | | | | | | | | | | | btrfs: qgroup: Rename functions to make it follow reserve,trace,account stepsQu Wenruo2016-11-301-1/+1
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2016-12-161-6/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | nfsd: add support for the umask attributeAndreas Gruenbacher2016-12-161-0/+1
| * | | | | | | | | | | | | | | | | | | | svcrdma: Remove svc_rdma_op_ctxt::wc_statusChuck Lever2016-11-301-1/+0
| * | | | | | | | | | | | | | | | | | | | svcrdma: Remove DMA map accountingChuck Lever2016-11-301-2/+0
| * | | | | | | | | | | | | | | | | | | | svcrdma: Remove BH-disabled spin locking in svc_rdma_send()Chuck Lever2016-11-301-1/+1
| * | | | | | | | | | | | | | | | | | | | svcrdma: Renovate sendto chunk list parsingChuck Lever2016-11-301-2/+0
* | | | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-164-7/+10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | switch getfrag callbacks to ..._full() primitivesAl Viro2016-12-051-1/+1
| * | | | | | | | | | | | | | | | | | | | | make skb_add_data,{_nocache}() and skb_copy_to_page_nocache() advance only on...Al Viro2016-12-052-6/+6
| * | | | | | | | | | | | | | | | | | | | | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-0/+3
| | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2016-12-1613-166/+344
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab2016-12-1513-166/+344
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \