]> git.kernelconcepts.de Git - karo-tx-linux.git/log
karo-tx-linux.git
8 years agonetup_unidvb: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:23 +0000 (09:13 +1100)]
netup_unidvb: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Sergey Kozlov <serjk@netup.ru>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agocx23885: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:23 +0000 (09:13 +1100)]
cx23885: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Cc: Pawel Osciak <pawel@osciak.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agocx25821: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:23 +0000 (09:13 +1100)]
cx25821: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agocx88: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:23 +0000 (09:13 +1100)]
cx88: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agosaa7134: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:22 +0000 (09:13 +1100)]
saa7134: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Pawel Osciak <pawel@osciak.com>
Cc: Hans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agosaa7164: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:22 +0000 (09:13 +1100)]
saa7164: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Steven Toth <stoth@kernellabs.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agotw68-core: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:22 +0000 (09:13 +1100)]
tw68-core: use pci_set_dma_mask insted of pci_dma_supported

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Pawel Osciak <pawel@osciak.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agopcnet32: use pci_set_dma_mask insted of pci_dma_supported
Christoph Hellwig [Wed, 21 Oct 2015 22:13:22 +0000 (09:13 +1100)]
pcnet32: use pci_set_dma_mask insted of pci_dma_supported

All drivers should be using dma_set_mask / pci_set_dma_mask to try
to set the dma mask instead of just querying it.  Without that some
iommu implementations may not work.

pci_dma_supported is removed entirely, but dma_supported stays for
dma_ops implementations for now.

This patch (of 15):

This ensures the dma mask that is supported by the driver is recorded
in the device structure.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Don Fry <pcnet32@frontier.com>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: "James E.J. Bottomley" <jejb@parisc-linux.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Cc: Alexandre Courbot <acourbot@nvidia.com>
Cc: Alexey Khoroshilov <khoroshilov@ispras.ru>
Cc: Ben Skeggs <bskeggs@redhat.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Dave Airlie <airlied@redhat.com>
Cc: David Airlie <airlied@linux.ie>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Hans Verkuil <hverkuil@xs4all.nl>
Cc: Helge Deller <deller@gmx.de>
Cc: Jiri Slaby <jslaby@suse.com>
Cc: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
Cc: Pawel Osciak <pawel@osciak.com>
Cc: Sakari Ailus <sakari.ailus@linux.intel.com>
Cc: Sergey Kozlov <serjk@netup.ru>
Cc: Shradha Shah <sshah@solarflare.com>
Cc: Solarflare linux maintainers <linux-net-drivers@solarflare.com>
Cc: Steven Toth <stoth@kernellabs.com>
Cc: Thierry Reding <treding@nvidia.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agoDocumentation/sysctl/vm.txt: fix misleading code reference of overcommit_memory
Chun Chen [Wed, 21 Oct 2015 22:13:22 +0000 (09:13 +1100)]
Documentation/sysctl/vm.txt: fix misleading code reference of overcommit_memory

The origin document references to cap_vm_enough_memory is because
cap_vm_enough_memory invoked __vm_enough_memory before and it no longer
does now.

Signed-off-by: Chun Chen <ramichen@tencent.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agoremove-abs64-fix-fix-fix
Andrew Morton [Mon, 2 Nov 2015 22:09:59 +0000 (14:09 -0800)]
remove-abs64-fix-fix-fix

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agoremove-abs64-fix-fix
Andrew Morton [Wed, 21 Oct 2015 22:13:22 +0000 (09:13 +1100)]
remove-abs64-fix-fix

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agoremove-abs64-fix
Andrew Morton [Wed, 21 Oct 2015 22:13:21 +0000 (09:13 +1100)]
remove-abs64-fix

Cc: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agoRemove abs64()
Andrew Morton [Wed, 21 Oct 2015 22:13:21 +0000 (09:13 +1100)]
Remove abs64()

Switch everything to the new and more capable implementation of abs().
Mainly to give the new abs() a bit of a workout.

Cc: Michal Nazarewicz <mina86@mina86.com>
Cc: John Stultz <john.stultz@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agokernel.h: make abs() work with 64-bit types
Michal Nazarewicz [Wed, 21 Oct 2015 22:13:21 +0000 (09:13 +1100)]
kernel.h: make abs() work with 64-bit types

For 64-bit arguments, the abs macro casts it to an int which leads to lost
precision and may cause incorrect results.  To deal with 64-bit types
abs64 macro has been introduced but still there are places where abs macro
is used incorrectly.

To deal with the problem, expand abs macro such that it operates on s64
type when dealing with 64-bit types while still returning long when
dealing with smaller types.

This fixes one known bug (per John):

The internal clocksteering done for fine-grained error correction uses a
: logarithmic approximation, so any time adjtimex() adjusts the clock
: steering, timekeeping_freqadjust() quickly approximates the correct clock
: frequency over a series of ticks.
:
: Unfortunately, the logic in timekeeping_freqadjust(), introduced in commit
dc491596f639438 (Rework frequency adjustments to work better w/ nohz),
: used the abs() function with a s64 error value to calculate the size of
: the approximated adjustment to be made.
:
: Per include/linux/kernel.h: "abs() should not be used for 64-bit types
: (s64, u64, long long) - use abs64()".
:
: Thus on 32-bit platforms, this resulted in the clocksteering to take a
: quite dampended random walk trying to converge on the proper frequency,
: which caused the adjustments to be made much slower then intended (most
: easily observed when large adjustments are made).

Signed-off-by: Michal Nazarewicz <mina86@mina86.com>
Reported-by: John Stultz <john.stultz@linaro.org>
Tested-by: John Stultz <john.stultz@linaro.org>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agosparc/sparc64: allocate sys_membarrier system call number
Mathieu Desnoyers [Wed, 21 Oct 2015 22:13:21 +0000 (09:13 +1100)]
sparc/sparc64: allocate sys_membarrier system call number

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Acked-by: "David S. Miller" <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agomips: add entry for new mlock2 syscall
Eric B Munson [Wed, 21 Oct 2015 22:13:21 +0000 (09:13 +1100)]
mips: add entry for new mlock2 syscall

A previous commit introduced the new mlock2 syscall, add entries for the
MIPS architecture.

Signed-off-by: Eric B Munson <emunson@akamai.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Guenter Roeck <linux@roeck-us.net>
Cc: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Cc: Michael Kerrisk <mtk.manpages@gmail.com>
Cc: Michal Hocko <mhocko@suse.cz>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agonet/ipv4/route.c: prevent oops
Andrew Morton [Wed, 21 Oct 2015 22:13:20 +0000 (09:13 +1100)]
net/ipv4/route.c: prevent oops

Fix oops in ip_route_input_slow()

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
8 years agoMerge branch 'akpm-current/current'
Stephen Rothwell [Thu, 5 Nov 2015 05:01:31 +0000 (16:01 +1100)]
Merge branch 'akpm-current/current'

8 years agoRevert "thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r"
Stephen Rothwell [Thu, 5 Nov 2015 04:56:50 +0000 (15:56 +1100)]
Revert "thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r"

This reverts commit 7e38a5b1daa12cbaace3c76402999a84460df3e2.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
8 years agoMerge remote-tracking branch 'nvdimm/libnvdimm-for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:33:45 +0000 (15:33 +1100)]
Merge remote-tracking branch 'nvdimm/libnvdimm-for-next'

8 years agoMerge remote-tracking branch 'rtc/rtc-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:32:29 +0000 (15:32 +1100)]
Merge remote-tracking branch 'rtc/rtc-next'

8 years agoMerge remote-tracking branch 'coresight/next'
Stephen Rothwell [Thu, 5 Nov 2015 04:31:14 +0000 (15:31 +1100)]
Merge remote-tracking branch 'coresight/next'

8 years agoMerge remote-tracking branch 'livepatching/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:31:11 +0000 (15:31 +1100)]
Merge remote-tracking branch 'livepatching/for-next'

8 years agoMerge remote-tracking branch 'access_once/linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:31:07 +0000 (15:31 +1100)]
Merge remote-tracking branch 'access_once/linux-next'

8 years agoMerge remote-tracking branch 'y2038/y2038'
Stephen Rothwell [Thu, 5 Nov 2015 04:25:04 +0000 (15:25 +1100)]
Merge remote-tracking branch 'y2038/y2038'

8 years agoMerge remote-tracking branch 'kselftest/next'
Stephen Rothwell [Thu, 5 Nov 2015 04:23:48 +0000 (15:23 +1100)]
Merge remote-tracking branch 'kselftest/next'

8 years agoMerge remote-tracking branch 'llvmlinux/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:23:34 +0000 (15:23 +1100)]
Merge remote-tracking branch 'llvmlinux/for-next'

8 years agoMerge remote-tracking branch 'clk/clk-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:21:42 +0000 (15:21 +1100)]
Merge remote-tracking branch 'clk/clk-next'

8 years agoMerge remote-tracking branch 'userns/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:19:47 +0000 (15:19 +1100)]
Merge remote-tracking branch 'userns/for-next'

8 years agoMerge remote-tracking branch 'pwm/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:18:32 +0000 (15:18 +1100)]
Merge remote-tracking branch 'pwm/for-next'

8 years agoMerge remote-tracking branch 'vhost/linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:17:09 +0000 (15:17 +1100)]
Merge remote-tracking branch 'vhost/linux-next'

8 years agoMerge remote-tracking branch 'target-merge/for-next-merge'
Stephen Rothwell [Thu, 5 Nov 2015 04:15:52 +0000 (15:15 +1100)]
Merge remote-tracking branch 'target-merge/for-next-merge'

8 years agoMerge remote-tracking branch 'target-updates/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:14:30 +0000 (15:14 +1100)]
Merge remote-tracking branch 'target-updates/for-next'

8 years agoMerge remote-tracking branch 'scsi/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:13:15 +0000 (15:13 +1100)]
Merge remote-tracking branch 'scsi/for-next'

8 years agoMerge remote-tracking branch 'cgroup/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 04:03:01 +0000 (15:03 +1100)]
Merge remote-tracking branch 'cgroup/for-next'

8 years agoMerge remote-tracking branch 'char-misc/char-misc-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:55:27 +0000 (14:55 +1100)]
Merge remote-tracking branch 'char-misc/char-misc-next'

8 years agoMerge remote-tracking branch 'staging/staging-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:52:43 +0000 (14:52 +1100)]
Merge remote-tracking branch 'staging/staging-next'

8 years agoMerge remote-tracking branch 'usb-chipidea-next/ci-for-usb-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:51:27 +0000 (14:51 +1100)]
Merge remote-tracking branch 'usb-chipidea-next/ci-for-usb-next'

8 years agoMerge remote-tracking branch 'usb/usb-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:48:53 +0000 (14:48 +1100)]
Merge remote-tracking branch 'usb/usb-next'

8 years agoMerge remote-tracking branch 'tty/tty-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:46:44 +0000 (14:46 +1100)]
Merge remote-tracking branch 'tty/tty-next'

8 years agoMerge remote-tracking branch 'driver-core/driver-core-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:36:09 +0000 (14:36 +1100)]
Merge remote-tracking branch 'driver-core/driver-core-next'

8 years agoMerge remote-tracking branch 'ipmi/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:34:56 +0000 (14:34 +1100)]
Merge remote-tracking branch 'ipmi/for-next'

8 years agoMerge remote-tracking branch 'hsi/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:33:41 +0000 (14:33 +1100)]
Merge remote-tracking branch 'hsi/for-next'

8 years agoMerge remote-tracking branch 'regmap/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:31:47 +0000 (14:31 +1100)]
Merge remote-tracking branch 'regmap/for-next'

8 years agoMerge remote-tracking branch 'chrome-platform/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:22:28 +0000 (14:22 +1100)]
Merge remote-tracking branch 'chrome-platform/for-next'

8 years agoMerge remote-tracking branch 'drivers-x86/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:21:15 +0000 (14:21 +1100)]
Merge remote-tracking branch 'drivers-x86/for-next'

8 years agoMerge remote-tracking branch 'workqueues/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:19:32 +0000 (14:19 +1100)]
Merge remote-tracking branch 'workqueues/for-next'

8 years agoMerge remote-tracking branch 'percpu/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:10:56 +0000 (14:10 +1100)]
Merge remote-tracking branch 'percpu/for-next'

8 years agoMerge remote-tracking branch 'xen-tip/linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 03:01:00 +0000 (14:01 +1100)]
Merge remote-tracking branch 'xen-tip/linux-next'

8 years agoMerge remote-tracking branch 'kvm/linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:58:56 +0000 (13:58 +1100)]
Merge remote-tracking branch 'kvm/linux-next'

8 years agoMerge remote-tracking branch 'ftrace/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:50:20 +0000 (13:50 +1100)]
Merge remote-tracking branch 'ftrace/for-next'

8 years agoMerge remote-tracking branch 'irqchip/irqchip/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:44:09 +0000 (13:44 +1100)]
Merge remote-tracking branch 'irqchip/irqchip/for-next'

8 years agoMerge remote-tracking branch 'clockevents/clockevents/next'
Stephen Rothwell [Thu, 5 Nov 2015 02:44:01 +0000 (13:44 +1100)]
Merge remote-tracking branch 'clockevents/clockevents/next'

8 years agoMerge remote-tracking branch 'tip/auto-latest'
Stephen Rothwell [Thu, 5 Nov 2015 02:42:17 +0000 (13:42 +1100)]
Merge remote-tracking branch 'tip/auto-latest'

8 years agoMerge remote-tracking branch 'spi/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:40:03 +0000 (13:40 +1100)]
Merge remote-tracking branch 'spi/for-next'

8 years agoMerge remote-tracking branch 'mailbox/mailbox-for-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:18:06 +0000 (13:18 +1100)]
Merge remote-tracking branch 'mailbox/mailbox-for-next'

8 years agoMerge remote-tracking branch 'dt-rh/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:16:09 +0000 (13:16 +1100)]
Merge remote-tracking branch 'dt-rh/for-next'

8 years agoMerge remote-tracking branch 'audit/next'
Stephen Rothwell [Thu, 5 Nov 2015 02:14:09 +0000 (13:14 +1100)]
Merge remote-tracking branch 'audit/next'

8 years agoMerge remote-tracking branch 'trivial/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:12:24 +0000 (13:12 +1100)]
Merge remote-tracking branch 'trivial/for-next'

8 years agoMerge remote-tracking branch 'jc_docs/docs-next'
Stephen Rothwell [Thu, 5 Nov 2015 02:11:10 +0000 (13:11 +1100)]
Merge remote-tracking branch 'jc_docs/docs-next'

8 years agoMerge remote-tracking branch 'vfio/next'
Stephen Rothwell [Thu, 5 Nov 2015 02:09:50 +0000 (13:09 +1100)]
Merge remote-tracking branch 'vfio/next'

8 years agoMerge remote-tracking branch 'dwmw2-iommu/master'
Stephen Rothwell [Thu, 5 Nov 2015 02:08:04 +0000 (13:08 +1100)]
Merge remote-tracking branch 'dwmw2-iommu/master'

8 years agoMerge remote-tracking branch 'iommu/next'
Stephen Rothwell [Thu, 5 Nov 2015 02:06:06 +0000 (13:06 +1100)]
Merge remote-tracking branch 'iommu/next'

8 years agoMerge remote-tracking branch 'watchdog/master'
Stephen Rothwell [Thu, 5 Nov 2015 02:04:22 +0000 (13:04 +1100)]
Merge remote-tracking branch 'watchdog/master'

8 years agoMerge remote-tracking branch 'security/next'
Stephen Rothwell [Thu, 5 Nov 2015 01:54:46 +0000 (12:54 +1100)]
Merge remote-tracking branch 'security/next'

8 years agoMerge remote-tracking branch 'regulator/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:52:52 +0000 (12:52 +1100)]
Merge remote-tracking branch 'regulator/for-next'

8 years agoMerge remote-tracking branch 'omap_dss2/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:51:39 +0000 (12:51 +1100)]
Merge remote-tracking branch 'omap_dss2/for-next'

8 years agonext-20150925/battery
Stephen Rothwell [Thu, 5 Nov 2015 01:46:42 +0000 (12:46 +1100)]
next-20150925/battery

8 years agoMerge remote-tracking branch 'backlight/for-backlight-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:29:11 +0000 (12:29 +1100)]
Merge remote-tracking branch 'backlight/for-backlight-next'

8 years agoMerge remote-tracking branch 'mfd/for-mfd-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:27:26 +0000 (12:27 +1100)]
Merge remote-tracking branch 'mfd/for-mfd-next'

8 years agoMerge remote-tracking branch 'md/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:26:11 +0000 (12:26 +1100)]
Merge remote-tracking branch 'md/for-next'

8 years agoMerge remote-tracking branch 'kgdb/kgdb-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:24:23 +0000 (12:24 +1100)]
Merge remote-tracking branch 'kgdb/kgdb-next'

8 years agoMerge remote-tracking branch 'device-mapper/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:22:28 +0000 (12:22 +1100)]
Merge remote-tracking branch 'device-mapper/for-next'

8 years agoMerge remote-tracking branch 'block/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:18:26 +0000 (12:18 +1100)]
Merge remote-tracking branch 'block/for-next'

8 years agoMerge remote-tracking branch 'input/next'
Stephen Rothwell [Thu, 5 Nov 2015 01:17:12 +0000 (12:17 +1100)]
Merge remote-tracking branch 'input/next'

8 years agoMerge remote-tracking branch 'modules/modules-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:15:29 +0000 (12:15 +1100)]
Merge remote-tracking branch 'modules/modules-next'

8 years agoMerge remote-tracking branch 'sound-asoc/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:14:13 +0000 (12:14 +1100)]
Merge remote-tracking branch 'sound-asoc/for-next'

8 years agoMerge remote-tracking branch 'drm-misc/topic/drm-misc'
Stephen Rothwell [Thu, 5 Nov 2015 01:12:45 +0000 (12:12 +1100)]
Merge remote-tracking branch 'drm-misc/topic/drm-misc'

8 years agoMerge remote-tracking branch 'drm-tegra/drm/tegra/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:11:32 +0000 (12:11 +1100)]
Merge remote-tracking branch 'drm-tegra/drm/tegra/for-next'

8 years agoMerge remote-tracking branch 'drm-intel/for-linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:10:17 +0000 (12:10 +1100)]
Merge remote-tracking branch 'drm-intel/for-linux-next'

8 years agoMerge remote-tracking branch 'drm-panel/drm/panel/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:09:05 +0000 (12:09 +1100)]
Merge remote-tracking branch 'drm-panel/drm/panel/for-next'

8 years agoMerge remote-tracking branch 'drm/drm-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:06:36 +0000 (12:06 +1100)]
Merge remote-tracking branch 'drm/drm-next'

8 years agoMerge remote-tracking branch 'l2-mtd/master'
Stephen Rothwell [Thu, 5 Nov 2015 01:04:29 +0000 (12:04 +1100)]
Merge remote-tracking branch 'l2-mtd/master'

8 years agoMerge remote-tracking branch 'rdma/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 01:03:04 +0000 (12:03 +1100)]
Merge remote-tracking branch 'rdma/for-next'

Initial roundup of 4.4 merge window candidates

- "Checksum offload support in user space" enablement
- Misc cxgb4 fixes, add T6 support
- Misc usnic fixes
- 32 bit build warning fixes
- Misc ocrdma fixes
- Multicast loopback prevention extension
- Extend the GID cache to store and return attributes of GIDs
- Misc iSER updates
- iSER clustering update
- Network NameSpace support for rdma CM
- Work Request cleanup series
- New Memory Registration API

8 years agoMerge remote-tracking branch 'bluetooth/master'
Stephen Rothwell [Thu, 5 Nov 2015 01:01:49 +0000 (12:01 +1100)]
Merge remote-tracking branch 'bluetooth/master'

8 years agoMerge remote-tracking branch 'slave-dma/next'
Stephen Rothwell [Thu, 5 Nov 2015 00:59:58 +0000 (11:59 +1100)]
Merge remote-tracking branch 'slave-dma/next'

8 years agoMerge remote-tracking branch 'dlm/next'
Stephen Rothwell [Thu, 5 Nov 2015 00:58:44 +0000 (11:58 +1100)]
Merge remote-tracking branch 'dlm/next'

8 years agoMerge remote-tracking branch 'thermal-soc/next'
Stephen Rothwell [Thu, 5 Nov 2015 00:57:00 +0000 (11:57 +1100)]
Merge remote-tracking branch 'thermal-soc/next'

8 years agoMerge remote-tracking branch 'thermal/next'
Stephen Rothwell [Thu, 5 Nov 2015 00:55:16 +0000 (11:55 +1100)]
Merge remote-tracking branch 'thermal/next'

8 years agoMerge remote-tracking branch 'idle/next'
Stephen Rothwell [Thu, 5 Nov 2015 00:55:11 +0000 (11:55 +1100)]
Merge remote-tracking branch 'idle/next'

8 years agoMerge remote-tracking branch 'pm/linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:43:41 +0000 (11:43 +1100)]
Merge remote-tracking branch 'pm/linux-next'

8 years agoMerge remote-tracking branch 'libata/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:42:23 +0000 (11:42 +1100)]
Merge remote-tracking branch 'libata/for-next'

8 years agoMerge remote-tracking branch 'kbuild/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:40:36 +0000 (11:40 +1100)]
Merge remote-tracking branch 'kbuild/for-next'

8 years agoMerge remote-tracking branch 'v4l-dvb/master'
Stephen Rothwell [Thu, 5 Nov 2015 00:38:12 +0000 (11:38 +1100)]
Merge remote-tracking branch 'v4l-dvb/master'

8 years agoMerge branch 'jdelvare-hwmon/master'
Stephen Rothwell [Thu, 5 Nov 2015 00:36:57 +0000 (11:36 +1100)]
Merge branch 'jdelvare-hwmon/master'

8 years agoMerge remote-tracking branch 'i2c/i2c/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:34:37 +0000 (11:34 +1100)]
Merge remote-tracking branch 'i2c/i2c/for-next'

8 years agoMerge remote-tracking branch 'hid/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:33:15 +0000 (11:33 +1100)]
Merge remote-tracking branch 'hid/for-next'

8 years agoMerge remote-tracking branch 'pci/next'
Stephen Rothwell [Thu, 5 Nov 2015 00:29:22 +0000 (11:29 +1100)]
Merge remote-tracking branch 'pci/next'

8 years agoMerge remote-tracking branch 'file-locks/linux-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:21:53 +0000 (11:21 +1100)]
Merge remote-tracking branch 'file-locks/linux-next'

8 years agoMerge remote-tracking branch 'xfs/for-next'
Stephen Rothwell [Thu, 5 Nov 2015 00:20:10 +0000 (11:20 +1100)]
Merge remote-tracking branch 'xfs/for-next'