summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2016-05-17Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-4/+35
2016-05-17qed: add support for dcbx.Sudarsana Reddy Kalluru1-0/+9
2016-05-17mmc: core: Add a facility to "pause" re-tuningAdrian Hunter1-0/+4
2016-05-17thermal: of-thermal: allow setting trip_temp on hardwareWei Ni1-0/+1
2016-05-17pwm: Add core infrastructure to allow atomic updatesBoris Brezillon1-85/+184
2016-05-17pwm: Add hardware readout infrastructureBoris Brezillon1-0/+28
2016-05-17pwm: Move the enabled/disabled info into pwm_stateBoris Brezillon1-3/+8
2016-05-17pwm: Introduce the pwm_state conceptBoris Brezillon1-12/+42
2016-05-17pwm: Keep PWM state in sync with hardware stateBoris Brezillon1-1/+0
2016-05-17pwm: Get rid of pwm->lockBoris BREZILLON1-2/+0
2016-05-17Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter34-408/+218
2016-05-17Merge branches 'for-4.7/core', 'for-4.7/livepatching-doc' and 'for-4.7/livepa...Jiri Kosina3-20/+26
2016-05-17block: Update blkdev_dax_capable() for consistencyToshi Kani2-8/+1
2016-05-17block: Add bdev_dax_supported() for dax mount checksToshi Kani1-0/+1
2016-05-17block: Add vfs_msg() interfaceToshi Kani1-0/+11
2016-05-17Merge branch 'ovl-fixes' into for-linusAl Viro32-408/+209
2016-05-17Merge branch 'topic/xilinx' into for-linusVinod Koul1-0/+14
2016-05-17Merge branch 'topic/pl08x' into for-linusVinod Koul1-1/+1
2016-05-17Merge branch 'topic/dw' into for-linusVinod Koul2-7/+10
2016-05-17Merge tag 'device-properties-4.7-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-17/+8
2016-05-17Merge tag 'acpi-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds3-12/+6
2016-05-17Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds9-56/+205
2016-05-17perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo1-2/+16
2016-05-17perf core: Add perf_callchain_store_context() helperArnaldo Carvalho de Melo1-0/+2
2016-05-17perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo1-2/+4
2016-05-17perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-5/+11
2016-05-17Merge tag 'mmc-v4.7' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds5-95/+33
2016-05-17Merge tag 'regulator-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds8-3/+53
2016-05-17Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/j.an...Linus Torvalds2-11/+9
2016-05-17Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...Linus Torvalds1-0/+2
2016-05-17Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-1/+14
2016-05-17dax: Remove complete_unwritten argumentJan Kara2-11/+7
2016-05-17DAX: move RADIX_DAX_ definitions to dax.cNeilBrown1-9/+0
2016-05-17Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+2
2016-05-17Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds6-44/+136
2016-05-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+135
2016-05-16Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1/+19
2016-05-16Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+2
2016-05-16PCI: Identify Enhanced Allocation (EA) BAR Equivalent resources in sysfsAlex Williamson1-0/+4
2016-05-16Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+159
2016-05-16Merge branch 'core-signals-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+23
2016-05-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-16/+32
2016-05-16Merge branch 'core-lib-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-138/+0
2016-05-16bpf: add generic constant blinding for use in jitsDaniel Borkmann1-0/+42
2016-05-16bpf: prepare bpf_int_jit_compile/bpf_prog_select_runtime apisDaniel Borkmann1-2/+3
2016-05-16bpf: add bpf_patch_insn_single helperDaniel Borkmann1-0/+3
2016-05-16bpf: move bpf_jit_enable declarationDaniel Borkmann2-1/+2
2016-05-16net/mlx5_core: Flow counters infrastructureAmir Vadai2-0/+19
2016-05-16net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai2-0/+4
2016-05-16net/mlx5_core: Firmware commands to support flow countersAmir Vadai1-3/+96