summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-188-9/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | bpf: fix overflow in prog accountingDaniel Borkmann2016-12-181-0/+11
| * | | | | | | | | | | | | | | | | | bpf: dynamically allocate digest scratch bufferDaniel Borkmann2016-12-182-4/+12
| * | | | | | | | | | | | | | | | | | net: xdp: add invalid buffer warningJohn Fastabend2016-12-171-0/+1
| * | | | | | | | | | | | | | | | | | irnet: ppp: move IRNET_MINOR to include/linux/miscdevice.hLABBE Corentin2016-12-171-0/+1
| * | | | | | | | | | | | | | | | | | bpf: cgroup: annotate pointers in struct cgroup_bpf with __rcuDaniel Mack2016-12-171-1/+1
| * | | | | | | | | | | | | | | | | | inet: Fix get port to handle zero port number with soreuseport setTom Herbert2016-12-172-3/+6
| * | | | | | | | | | | | | | | | | | net: macb: Added PCI wrapper for Platform Driver.Bartosz Folta2016-12-171-0/+6
| * | | | | | | | | | | | | | | | | | netlink: revert broken, broken "2-clause nla_ok()"Alexey Dobriyan2016-12-131-1/+2
* | | | | | | | | | | | | | | | | | | Merge uncontroversial parts of branch 'readlink' of git://git.kernel.org/pub/...Linus Torvalds2016-12-181-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-1810-24/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'work.autofs' into for-linusAl Viro2016-12-162-2/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | | | vfs: remove unused have_submounts() functionIan Kent2016-12-041-1/+0
| | * | | | | | | | | | | | | | | | | | | vfs: add path_has_submounts()Ian Kent2016-12-041-0/+1
| | * | | | | | | | | | | | | | | | | | | vfs: add path_is_mountpoint() helperIan Kent2016-12-041-0/+2
| | * | | | | | | | | | | | | | | | | | | vfs: change d_manage() to take a struct pathIan Kent2016-12-031-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-101-0/+6
| | | |/ / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | vfs: misc struct path constificationAl Viro2016-12-061-1/+1
| * | | | | | | | | | | | | | | | | | | namespace.c: constify struct path passed to a bunch of primitivesAl Viro2016-12-062-3/+3
| * | | | | | | | | | | | | | | | | | | quota: constify struct path in quota_onAl Viro2016-12-062-2/+2
| * | | | | | | | | | | | | | | | | | | constify alloc_file()Al Viro2016-12-061-1/+1
| * | | | | | | | | | | | | | | | | | | constify get_dcookie() and friendsAl Viro2016-12-061-2/+2
| * | | | | | | | | | | | | | | | | | | audit_log_{name,link_denied}: constify struct pathAl Viro2016-12-061-1/+1
| * | | | | | | | | | | | | | | | | | | fsnotify: constify the places working with ->f_pathAl Viro2016-12-061-5/+5
| * | | | | | | | | | | | | | | | | | | constify fsnotify_parent()Al Viro2016-12-062-3/+3
| * | | | | | | | | | | | | | | | | | | fsnotify(): constify 'data'Al Viro2016-12-061-2/+2
| * | | | | | | | | | | | | | | | | | | fsnotify: constify 'data' passed to ->handle_event()Al Viro2016-12-061-1/+1
| * | | | | | | | | | | | | | | | | | | fs: Constify path_is_under()'s argumentsMickaël Salaün2016-12-061-1/+1
| | |/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-183-53/+40
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' into for-linusDmitry Torokhov2016-12-161058-11596/+43782
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'synaptics-rmi4' into nextDmitry Torokhov2016-12-1630-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-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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \