summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-171-1/+2
|\
| * vfs: make generic_readlink() staticMiklos Szeredi2016-12-091-1/+0
| * vfs: default to generic_readlink()Miklos Szeredi2016-12-091-0/+1
| * vfs: replace calling i_op->readlink with vfs_readlink()Miklos Szeredi2016-12-091-0/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-1710-24/+32
|\ \
| * \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-162-2/+4
| |\ \
| | * | vfs: remove unused have_submounts() functionIan Kent2016-12-031-1/+0
| | * | vfs: add path_has_submounts()Ian Kent2016-12-031-0/+1
| | * | vfs: add path_is_mountpoint() helperIan Kent2016-12-031-0/+2
| | * | vfs: change d_manage() to take a struct pathIan Kent2016-12-021-1/+1
| * | | Merge remote-tracking branch 'djwong/ocfs2-vfs-reflink-6' into for-linusAl Viro2016-12-1612-13/+51
| |\ \ \
| | * | | vfs: refactor clone/dedupe_file_range common functionsDarrick J. Wong2016-12-091-0/+6
| | | |/ | | |/|
| * | | vfs: misc struct path constificationAl Viro2016-12-051-1/+1
| * | | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-052-3/+3
| * | | quota: constify struct path in quota_onAl Viro2016-12-052-2/+2
| * | | constify alloc_file()Al Viro2016-12-051-1/+1
| * | | constify get_dcookie() and friendsAl Viro2016-12-051-2/+2
| * | | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-051-1/+1
| * | | fsnotify: constify the places working with ->f_pathAl Viro2016-12-051-5/+5
| * | | constify fsnotify_parent()Al Viro2016-12-052-3/+3
| * | | fsnotify(): constify 'data'Al Viro2016-12-051-2/+2
| * | | fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-051-1/+1
| * | | fs: Constify path_is_under()'s argumentsMickaël Salaün2016-12-051-1/+1
| | |/ | |/|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-173-53/+40
|\ \ \
| * \ \ Merge branch 'next' into for-linusDmitry Torokhov2016-12-161058-11596/+43782
| |\ \ \
| | * \ \ Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-12-1530-600/+1626
| | |\ \ \
| | | * | | 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-021-3/+2
| | | * | | Input: synaptics-rmi4 - allow to add attention dataBenjamin Tissoires2016-12-021-0/+11
| | | * | | Input: synaptics-rmi4 - have only one struct platform dataBenjamin Tissoires2016-11-301-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-221-0/+3
| | | * | | Input: synaptics-rmi4 - add support for F34 device reflashNick Dyer2016-11-221-0/+2
| | | * | | Input: synaptics-rmi4 - add parameters for dribble packets and palm detect ge...Andrew Duggan2016-11-081-8/+13
| | | * | | Input: synaptics-rmi4 - move IRQ handling to rmi_driverBjorn Andersson2016-11-081-3/+4
| | * | | | Input: drv260x - use generic device propertiesJingkui Wang2016-12-121-28/+0
| | * | | | Input: gpio_keys_polled - keep button data constantDmitry Torokhov2016-11-071-4/+1
* | | | | | Merge tag 'for-linus-20161216' of git://git.infradead.org/linux-mtdLinus Torvalds2016-12-172-2/+35
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'nand/for-4.10' of github.com:linux-nand/linuxBrian Norris2016-11-292-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-172-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-177-39/+152
|\ \ \ \ \ \ \ \