Age | Commit message (Expand) | Author | Files | Lines |
2016-03-22 | kernel: add kcov code coverage | Dmitry Vyukov | 3 | -0/+50 |
2016-03-22 | panic: change nmi_panic from macro to function | Hidehiro Kawai | 1 | -20/+1 |
2016-03-22 | cred/userns: define current_user_ns() as a function | Arnd Bergmann | 2 | -3/+4 |
2016-03-22 | rapidio: add mport char device driver | Alexandre Bounine | 2 | -0/+272 |
2016-03-22 | rapidio: add outbound window support | Alexandre Bounine | 2 | -0/+9 |
2016-03-22 | rapidio: add global inbound port write interfaces | Alexandre Bounine | 2 | -1/+10 |
2016-03-22 | rapidio: move rio_pw_enable into core code | Alexandre Bounine | 2 | -0/+3 |
2016-03-22 | rapidio: move rio_local_set_device_id function to the common core | Alexandre Bounine | 1 | -0/+1 |
2016-03-22 | rapidio: add lock protection for doorbell list | Alexandre Bounine | 1 | -0/+2 |
2016-03-22 | rapidio: add core mport removal support | Alexandre Bounine | 1 | -0/+18 |
2016-03-22 | rapidio: move net allocation into core code | Alexandre Bounine | 1 | -9/+9 |
2016-03-22 | rapidio: add shutdown notification for RapidIO devices | Alexandre Bounine | 1 | -0/+2 |
2016-03-22 | rapidio: add query_mport operation | Alexandre Bounine | 2 | -0/+52 |
2016-03-22 | cpumask: remove incorrect information from comment | Eric Biggers | 1 | -2/+0 |
2016-03-22 | fs/coredump: prevent fsuid=0 dumps into user-controlled directories | Jann Horn | 1 | -1/+1 |
2016-03-22 | compat: add in_compat_syscall to ask whether we're in a compat syscall | Andy Lutomirski | 1 | -0/+15 |
2016-03-22 | tracing: Fix trace_printk() to print when not using bprintk() | Steven Rostedt (Red Hat) | 1 | -3/+3 |
2016-03-22 | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 6 | -35/+120 |
2016-03-22 | ipv6: remove unused in6_addr struct | Luis de Bethencourt | 1 | -1/+0 |
2016-03-22 | ethtool: minor doc update | David Decotigny | 1 | -3/+3 |
2016-03-22 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 3 | -9/+9 |
2016-03-22 | Merge tag 'iommu-updates-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -0/+169 |
2016-03-21 | net: Add missing kernel-doc for netdev ptype lists | Benjamin Poirier | 1 | -0/+2 |
2016-03-21 | net: add missing descriptions in net_device_priv_flags | Luis de Bethencourt | 1 | -0/+4 |
2016-03-21 | NTB: Make _addr functions optional in the API | Allen Hubbe | 1 | -2/+8 |
2016-03-21 | Merge tag 'mmc-v4.6' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 4 | -12/+10 |
2016-03-21 | Merge branches 'i40iw', 'sriov' and 'hfi1' into k.o/for-4.6 | Doug Ledford | 19 | -41/+1393 |
2016-03-21 | IB/mlx5: Implement callbacks for manipulating VFs | Eli Cohen | 2 | -1/+10 |
2016-03-21 | net/mlx5_core: Implement modify HCA vport command | Eli Cohen | 1 | -0/+4 |
2016-03-21 | net/mlx5_core: Add VF param when querying vport counter | Eli Cohen | 1 | -1/+2 |
2016-03-21 | IB/core: Add interfaces to control VF attributes | Eli Cohen | 1 | -0/+19 |
2016-03-21 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 22 | -244/+448 |
2016-03-21 | IB/core: Support accessing SA in virtualized environment | Eli Cohen | 1 | -0/+6 |
2016-03-21 | IB/core: Add subnet prefix to port info | Eli Cohen | 1 | -0/+1 |
2016-03-21 | net/core: Add support for configuring VF GUIDs | Eli Cohen | 2 | -0/+10 |
2016-03-21 | IB/{core, ulp} Support above 32 possible device capability flags | Leon Romanovsky | 1 | -1/+1 |
2016-03-21 | net/mlx5_core: Introduce offload arithmetic hardware capabilities | Sagi Grimberg | 2 | -1/+36 |
2016-03-21 | net/mlx5_core: Refactor device capability function | Leon Romanovsky | 1 | -2/+1 |
2016-03-21 | Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64... | Linus Torvalds | 1 | -0/+2 |
2016-03-21 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 3 | -0/+8 |
2016-03-21 | Merge tag 'xfs-for-linus-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -1/+18 |
2016-03-21 | Merge tag 'for-f2fs-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/jae... | Linus Torvalds | 6 | -13/+495 |
2016-03-21 | net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributes | Eric Dumazet | 1 | -0/+2 |
2016-03-21 | vxlan: fix sparse warnings | Jiri Benc | 1 | -8/+8 |
2016-03-21 | Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 5 | -6/+63 |
2016-03-21 | mailbox: Introduce TI message manager driver | Nishanth Menon | 1 | -0/+35 |
2016-03-21 | Merge branches 'arm/rockchip', 'arm/exynos', 'arm/smmu', 'arm/mediatek', 'arm... | Joerg Roedel | 2 | -0/+169 |
2016-03-21 | bitops: Do not default to __clear_bit() for __clear_bit_unlock() | Peter Zijlstra | 1 | -7/+7 |
2016-03-21 | perf/x86/amd/power: Add AMD accumulated power reporting mechanism | Huang Rui | 1 | -0/+4 |
2016-03-21 | dma-buf/fence: fix fence_is_later v2 | Christian König | 1 | -1/+1 |