aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-05-03lib/dma-debug.c: make locking work for RTPankaj Gupta1-6/+2
2017-05-03Merge branch 'stable-4.12' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds10-275/+232
2017-05-03Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds95-1120/+3240
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds31-41/+39
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatchingLinus Torvalds30-359/+1547
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hidLinus Torvalds30-1129/+2490
2017-05-02Merge tag 'pinctrl-v4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds73-3942/+11852
2017-05-02Merge tag 'mmc-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcLinus Torvalds79-1619/+7948
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1690-45253/+107963
2017-05-02Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds137-2480/+13710
2017-05-02Merge branch 'tipc-refactor-socket-receive-functions'David S. Miller1-144/+122
2017-05-02tipc: refactor function tipc_sk_recv_stream()Jon Paul Maloy1-84/+71
2017-05-02tipc: refactor function tipc_sk_recvmsg()Jon Paul Maloy1-59/+50
2017-05-02Merge branch 'thunderx-xdp'David S. Miller6-124/+657
2017-05-02net: thunderx: Optimize page recycling for XDPSunil Goutham2-7/+51
2017-05-02net: thunderx: Support for XDP header adjustmentSunil Goutham2-17/+55
2017-05-02net: thunderx: Add support for XDP_TXSunil Goutham3-27/+160
2017-05-02net: thunderx: Add support for XDP_DROPSunil Goutham3-25/+79
2017-05-02net: thunderx: Add basic XDP supportSunil Goutham5-19/+199
2017-05-02net: thunderx: Cleanup receive buffer allocationSunil Goutham1-9/+9
2017-05-02net: thunderx: Optimize CQE_TX handlingSunil Goutham2-28/+21
2017-05-02net: thunderx: Optimize RBDR descriptor handlingSunil Goutham2-13/+5
2017-05-02net: thunderx: Support for page recyclingSunil Goutham4-20/+119
2017-05-02ipx: call ipxitf_put() in ioctl error pathDan Carpenter1-3/+2
2017-05-02net: sched: add helpers to handle extended actionsJiri Pirko2-2/+15
2017-05-02Merge branch 'qed-PTP-fixes'David S. Miller4-45/+105
2017-05-02qed*: Fix issues in the ptp filter config implementation.sudarsana.kalluru@cavium.com3-43/+98
2017-05-02qede: Fix concurrency issue in PTP Tx path processing.sudarsana.kalluru@cavium.com2-2/+7
2017-05-02stmmac: Add support for SIMATIC IOT2000 platformJan Kiszka1-1/+25
2017-05-02net: hns: fix ethtool_get_strings overflow in hns driverTimmy Li4-4/+4
2017-05-02tcp: fix wraparound issue in tcp_lpEric Dumazet1-2/+4
2017-05-02bpf, arm64: fix jit branch offset related to ldimm64Daniel Borkmann2-4/+49
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann5-5/+271
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds18-1267/+1139
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-15/+13
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8-27/+21
2017-05-02Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-53/+40
2017-05-02Merge tag 'usercopy-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds3-24/+20
2017-05-02Merge tag 'pstore-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds11-461/+607
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds132-5417/+6111
2017-05-02Merge tag 'm68k-for-v4.12-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68kLinus Torvalds5-362/+278
2017-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds115-561/+4223
2017-05-02Merge branch 'bpf-test-prog-fixes'David S. Miller1-9/+10
2017-05-02bpf: Align packet data properly in program testing framework.David Miller1-5/+5
2017-05-02bpf: Do not dereference user pointer in bpf_test_finish().David Miller1-4/+5
2017-05-02selftests: bpf: Use bpf_endian.h in test_xdp.cDavid S. Miller1-9/+8
2017-05-02audit: fix the RCU locking for the auditd_connection structurePaul Moore1-57/+100
2017-05-02audit: use kmem_cache to manage the audit_buffer cachePaul Moore1-49/+17
2017-05-02audit: Use timespec64 to represent audit timestampsDeepa Dinamani4-11/+11
2017-05-02audit: store the auditd PID as a pid struct instead of pid_tPaul Moore2-28/+58