summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2016-07-01skb_array: minor tweakJason Wang1-2/+2
2016-07-01ptr_ring: support zero length ringJason Wang1-2/+4
2016-07-01KVM: remove kvm_guest_enter/exit wrappersPaolo Bonzini1-22/+0
2016-07-01tcp: md5: use kmalloc() backed scratch areasEric Dumazet1-2/+1
2016-07-01Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro58-143/+316
2016-07-01Merge branch 'for-linus' into work.miscAl Viro2-0/+2
2016-07-01vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman1-1/+1
2016-07-01userns: Handle -1 in k[ug]id_has_mapping when !CONFIG_USER_NSEric W. Biederman1-2/+2
2016-06-30Merge branch 'clk-hw-unregister-fixed-rate' into clk-nextStephen Boyd1-0/+1
2016-06-30clk: fixed-rate: add clk_hw_unregister_fixed_rate()Masahiro Yamada1-0/+1
2016-06-30NFS: Fix an Oops in the pNFS files and flexfiles connection setup to the DSTrond Myklebust1-3/+2
2016-06-30Merge branch 'clk-hi6220-rtc' into clk-nextStephen Boyd1-2/+3
2016-06-30clk: hi6220: Add RTC clock for pl031Zhangfei Gao1-2/+3
2016-06-30iio:core: timestamping clock selection supportGregor Boirie1-8/+14
2016-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2016-06-30Merge tag 'pwm/for-4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+10
2016-06-30Merge tag 'mfd-fixes-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/le...Linus Torvalds2-45/+168
2016-06-30jbd2: track more dependencies on transaction commitJan Kara1-0/+6
2016-06-30jbd2: move lockdep tracking to journal_sJan Kara1-4/+13
2016-06-30Merge tag 'kvm-arm-for-v4.7-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini1-2/+2
2016-06-30ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani1-3/+2
2016-06-30tcp: increase size at which tcp_bound_to_half_wnd bounds to > TCP_MSS_DEFAULTSeymour, Shane M1-1/+1
2016-06-30tcp: add an ability to dump and restore window parametersAndrey Vagin1-0/+10
2016-06-30soc/tegra: Stub out PCIe IRQ workaround on 64-bit ARMThierry Reding1-1/+1
2016-06-30fuse: serialize dirops by defaultMiklos Szeredi1-1/+6
2016-06-30net: bridge: add support for IGMP/MLD stats and export them via netlinkNikolay Aleksandrov2-0/+27
2016-06-30net: rtnetlink: add support for the IFLA_STATS_LINK_XSTATS_SLAVE attributeNikolay Aleksandrov2-2/+4
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma1-0/+30
2016-06-30wireless: Use macro instead of numberMasashi Honma1-1/+1
2016-06-30bpf: add bpf_skb_change_type helperDaniel Borkmann1-0/+9
2016-06-30bpf: add bpf_skb_change_proto helperDaniel Borkmann1-0/+14
2016-06-30bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_readDaniel Borkmann1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller40-102/+197
2016-06-30vfs: document ->d_real()Miklos Szeredi1-1/+13
2016-06-30vfs: merge .d_select_inode() into .d_real()Miklos Szeredi2-26/+9
2016-06-30mfd: da9053: Fix compiler warning message for uninitialised variableSteve Twiss1-1/+1
2016-06-30Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar3-6/+22
2016-06-30ir-rx51: use hrtimer instead of dmtimerIvaylo Dimitrov1-1/+0
2016-06-30ir-rx51: use PWM framework instead of OMAP dmtimerIvaylo Dimitrov1-2/+0
2016-06-30Merge branch 'stable-4.7' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-24/+0
2016-06-30spi: s3c64xx: consider the case when the CS line is not connectedAndi Shyti1-0/+1
2016-06-30Merge branch 'reset/explicit-api' into reset/nextPhilipp Zabel1-44/+167
2016-06-30Documentation: dt: reset: Add TI syscon reset bindingAndrew F. Davis1-0/+38
2016-06-30arm64: dts: hi6220: Add media subsystem reset dtsXinliang Liu1-0/+8
2016-06-29reset: TRIVIAL: Add line break at same place for similar APIsLee Jones1-2/+2
2016-06-29reset: Supply *_shared variant calls when using *_optional APIsLee Jones1-0/+12
2016-06-29reset: Supply *_shared variant calls when using of_* APILee Jones1-0/+53
2016-06-29reset: Ensure drivers are explicit when requesting reset linesLee Jones1-24/+82
2016-06-29reset: Reorder inline reset_control_get*() wrappersLee Jones1-21/+21
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-6/+55