aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-17i2c: gpio: move header to platform_dataWolfram Sang1-0/+0
2018-05-17kbuild: Fix asm-generic/vmlinux.lds.h for LD_DEAD_CODE_DATA_ELIMINATIONNicholas Piggin1-20/+29
2018-05-17vmlinux.lds.h: remove no-op macro VMLINUX_SYMBOL()Masahiro Yamada1-145/+144
2018-05-17export.h: remove code for prefixing symbols with underscoreMasahiro Yamada2-33/+17
2018-05-17netfilter: nft_hash: add map lookups for hashing operationsLaura Garcia Liebana1-0/+4
2018-05-17netfilter: fix fallout from xt/nf osf separationFlorian Westphal2-6/+8
2018-05-17device property: Get rid of union aliasingAndy Shevchenko1-27/+25
2018-05-17clk: x86: Add ST oscout platform clockAkshu Agrawal1-0/+17
2018-05-17media: v4l: vsp1: Extend the DU API to support CRC computationLaurent Pinchart1-2/+33
2018-05-17media: v4l: vsp1: Document the vsp1_du_atomic_config structureLaurent Pinchart1-0/+10
2018-05-17regulator: wm8994: Pass descriptor instead of GPIO numberLinus Walleij1-3/+0
2018-05-17regulator: core: Parse coupled regulators propertiesMaciej Purski2-0/+22
2018-05-17regulator: core: Make locks re-entrantMaciej Purski1-0/+2
2018-05-17regulator: arizona-ldo1: Look up a descriptor and pass to the coreLinus Walleij1-3/+0
2018-05-17ALSA: core: Assure control device to be registered at lastTakashi Iwai1-1/+1
2018-05-17regulator: core: Allow for regulators that can't be read at bootupDouglas Anderson1-2/+5
2018-05-16IB/mlx5: Expose MPLS related tunneling offloadsAriel Levkovich3-2/+11
2018-05-16IB/mlx5: Add support for MPLS flow specificationAriel Levkovich2-6/+46
2018-05-16IB/uverbs: Introduce a MPLS steering match filterAriel Levkovich1-0/+15
2018-05-16IB/uverbs: Expose MPLS flow spec to the user-kernel ABI headerAriel Levkovich1-0/+23
2018-05-16IB/uverbs: Introduce a GRE steering match filterAriel Levkovich1-0/+17
2018-05-16IB/uverbs: Expose GRE flow spec to the user-kernel ABI headerAriel Levkovich1-0/+27
2018-05-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller10-18/+196
2018-05-16Merge tag 'trace-v4.17-rc4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-16/+0
2018-05-17bpf: add __printf verification to bpf_verifier_vlogMathieu Malaterre1-2/+2
2018-05-16rtc: nvmem: don't return an error when not enabledAlexandre Belloni1-1/+1
2018-05-16sched: manipulate __QDISC_STATE_RUNNING in qdisc_run_* helpersPaolo Abeni1-1/+9
2018-05-16net/mlx5: Fix build break when CONFIG_SMP=nSaeed Mahameed1-11/+1
2018-05-16bonding: allow use of tx hashing in balance-albDebabrata Banerjee1-2/+9
2018-05-16fs: copy BTRFS_IOC_[SG]ET_FSLABEL to vfsEric Sandeen1-2/+6
2018-05-16gpio: dwapb: Add support for 1 interrupt per port A GPIOPhil Edworthy1-1/+2
2018-05-16gpiolib: add hogs support for machine codeBartosz Golaszewski1-0/+31
2018-05-16locking/percpu-rwsem: Annotate rwsem ownership transfer by setting RWSEM_OWNER_UNKNOWNWaiman Long2-1/+11
2018-05-16mfd: axp20x: Correct AXP806 POK interrupt prefixChen-Yu Tsai1-4/+4
2018-05-16mfd: axp20x: Constify struct mfd_cell and struct resourceChen-Yu Tsai1-1/+1
2018-05-16mfd: arizona: Update reset pin to use GPIODCharles Keepax1-1/+2
2018-05-16Revert "mfd: cros_ec: Add ACPI GPE handler for LID0 devices"Wenkai Du1-18/+0
2018-05-16mfd: Update to SPDX license identifierRajmohan Mani1-14/+3
2018-05-16mfd: tps65218: Reorder tps65218_regulator_id enumDave Gerlach1-2/+2
2018-05-16mfd: syscon: Remove unused Exynos PMU headersKrzysztof Kozlowski2-40/+0
2018-05-16Merge tags 'ib-mfd-hwmon-v4.18', 'ib-mfd-input-rtc-v4.18' and 'ib-mfd-pwm-v4.18' into ibs-for-mfd-mergedLee Jones1-0/+58
2018-05-16pwm: stm32: Use input prescaler to improve period captureFabrice Gasnier1-0/+1
2018-05-16pwm: stm32: Add capture supportFabrice Gasnier1-0/+11
2018-05-16mfd: stm32-timers: Add support for DMAsFabrice Gasnier1-0/+46
2018-05-16Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar5-17/+45
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2018-05-16ide: replace ->proc_fops with ->proc_showChristoph Hellwig1-3/+3
2018-05-16isdn: replace ->proc_fops with ->proc_showChristoph Hellwig1-1/+1
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig2-5/+6
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig5-8/+22