aboutsummaryrefslogtreecommitdiff
path: root/Documentation
AgeCommit message (Collapse)Author
2017-03-22Merge branch 'akpm-current/current'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'rtc/rtc-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'livepatching/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'pinctrl/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'gpio/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'slave-dma/next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'mux/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'staging/staging-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'extcon/extcon-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'char-misc/char-misc-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'usb/usb-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'leds/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'rcu/rcu/next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'tip/auto-latest'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'spi/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'devicetree/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'keys/keys-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'regulator/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'battery/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'mfd/for-mfd-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'md/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'mmc/next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'device-mapper/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'input/next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'sound-asoc/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'sunxi/sunxi/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'drm-misc/for-linux-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'drm/drm-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'crypto/master'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'net-next/master'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'pm/linux-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'v4l-dvb/master'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'jc_docs/docs-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'hwmon-staging/hwmon-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'hid/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'pci/next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'clk/clk-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'tegra/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'rockchip/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'renesas/next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'mvebu/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'imx-mxs/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'at91/at91-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'amlogic/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'arm-soc/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'arm/for-next'Stephen Rothwell
2017-03-22Merge remote-tracking branch 'phy/fixes'Stephen Rothwell
2017-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
Pablo Neira Ayuso says: ==================== Netfilter/IPVS updates for net-next The following patchset contains Netfilter/IPVS updates for your net-next tree. A couple of new features for nf_tables, and unsorted cleanups and incremental updates for the Netfilter tree. More specifically, they are: 1) Allow to check for TCP option presence via nft_exthdr, patch from Phil Sutter. 2) Add symmetric hash support to nft_hash, from Laura Garcia Liebana. 3) Use pr_cont() in ebt_log, from Joe Perches. 4) Remove some dead code in arp_tables reported via static analysis tool, from Colin Ian King. 5) Consolidate nf_tables expression validation, from Liping Zhang. 6) Consolidate set lookup via nft_set_lookup(). 7) Remove unnecessary rcu read lock side in bridge netfilter, from Florian Westphal. 8) Remove unused variable in nf_reject_ipv4, from Tahee Yoo. 9) Pass nft_ctx struct to object initialization indirections, from Florian Westphal. 10) Add code to integrate conntrack helper into nf_tables, also from Florian. 11) Allow to check if interface index or name exists via NFTA_FIB_F_PRESENT, from Phil Sutter. 12) Simplify resolve_normal_ct(), from Florian. 13) Use per-limit spinlock in nft_limit and xt_limit, from Liping Zhang. 14) Use rwlock in nft_set_rbtree set, also from Liping Zhang. 15) One patch to remove a useless printk at netns init path in ipvs, and several patches to document IPVS knobs. 16) Use refcount_t for reference counter in the Netfilter/IPVS code, from Elena Reshetova. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
2017-03-21Documentation: devicetree: move trivial-devices out of I2C realmWolfram Sang
The I2C directory is for I2C master controllers, not for clients. So, move the file describing trivial devices one layer upwards where it fits its generic nature way better. Signed-off-by: Wolfram Sang <wsa@the-dreams.de> Signed-off-by: Rob Herring <robh@kernel.org>
2017-03-21dt-bindings: add vendor prefix for DiooJerome Brunet
Dioo (http://http://www.dioo.com) design and produce power analog and mixed signal IC. Signed-off-by: Jerome Brunet <jbrunet@baylibre.com> Signed-off-by: Rob Herring <robh@kernel.org>