summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* tty: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-1/+1
* ide: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-3/+3
* isdn: replace ->proc_fops with ->proc_showChristoph Hellwig2018-05-161-1/+1
* proc: introduce proc_create_net_singleChristoph Hellwig2018-05-162-5/+6
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-165-8/+22
* net: move seq_file_single_net to <linux/seq_file_net.h>Christoph Hellwig2018-05-162-12/+13
* ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2018-05-161-4/+0
* ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2018-05-161-11/+0
* ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2018-05-161-8/+3
* ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig2018-05-161-12/+8
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+9
* proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-162-4/+12
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-165-8/+20
* proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-161-0/+6
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-133-6/+47
|\
| * sched/core: Introduce set_special_state()Peter Zijlstra2018-05-042-6/+46
| * kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-031-0/+1
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-05-123-0/+4
|\ \
| * | rbtree: include rcu.hSebastian Andrzej Siewior2018-05-122-0/+2
| * | mm, oom: fix concurrent munlock and oom reaper unmap, v3David Rientjes2018-05-121-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-117-2/+92
|\ \ \
| * \ \ Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-05-111-0/+85
| |\ \ \
| | * | | rxrpc: Trace UDP transmission failureDavid Howells2018-05-111-0/+55
| | * | | rxrpc: Add a tracepoint to log ICMP/ICMP6 and error messagesDavid Howells2018-05-111-0/+30
| * | | | bonding: send learning packets for vlans on slaveDebabrata Banerjee2018-05-111-0/+1
| * | | | Merge tag 'mac80211-for-davem-2018-05-09' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-102-1/+3
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | mac80211: fix kernel-doc "bad line" warningRandy Dunlap2018-05-071-1/+1
| | * | | cfg80211: limit wiphy names to 128 bytesJohannes Berg2018-04-191-0/+2
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2018-05-081-0/+1
| |\ \ \ \
| | * | | | xfrm: Fix warning in xfrm6_tunnel_net_exit.Steffen Klassert2018-04-161-0/+1
| * | | | | net: flow_dissector: fix typo 'can by' to 'can be'Wolfram Sang2018-05-081-1/+1
| * | | | | net: phy: broadcom: add support for BCM89610 PHYBhadram Varka2018-05-041-0/+1
* | | | | | Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2018-05-111-10/+6
|\ \ \ \ \ \
| * | | | | | sunrpc: Fix latency trace point crashesChuck Lever2018-05-011-10/+6
* | | | | | | libceph: add osd_req_op_extent_osd_data_bvecs()Ilya Dryomov2018-05-101-2/+10
| |_|_|_|/ / |/| | | | |
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-05-061-0/+1
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag 'kvmarm-fixes-for-4.17-2' of git://git.kernel.org/pub/scm/linux/ker...Radim Krčmář2018-05-051-0/+1
| |\ \ \ \ \ \
| | * | | | | | KVM: arm/arm64: vgic: Fix source vcpu issues for GICv2 SGIMarc Zyngier2018-04-271-0/+1
* | | | | | | | Merge tag 'usb-4.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-05-061-1/+1
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'fixes-for-v4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2018-04-301-1/+1
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | * | | | | | | usb: gadget: composite Allow for larger configuration descriptorsJoel Pepper2018-04-271-1/+1
* | | | | | | | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-052-2/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clk: honor CLK_MUX_ROUND_CLOSEST in generic clk muxJerome Brunet2018-04-161-0/+3
| * | | | | | | | | Merge branch 'clk-stm32mp1' into clk-fixesStephen Boyd2018-04-161-2/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | clk: stm32mp1: remove ck_apb_dbg clockGabriel Fernandez2018-04-061-1/+0
| | * | | | | | | | | clk: stm32mp1: add missing tzc2 clockGabriel Fernandez2018-04-061-1/+2
* | | | | | | | | | | Merge tag 'rproc-v4.17-1' of git://github.com/andersson/remoteprocLinus Torvalds2018-05-051-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | remoteproc: fix crashed parameter logic on stop callArnaud Pouliquen2018-04-261-1/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-0519-19/+19
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | uapi: Fix SPDX tags for files referring to the 'OpenIB.org' licenseJason Gunthorpe2018-04-2319-19/+19
| |/ / / / / / / / / /