Quantcast
Channel: Serverphorums.com
Browsing all 23908 articles
Browse latest View live
↧

[PATCH 1/4] mm: Add support for __GFP_ZERO flag to dma_pool_alloc()

Currently the __GFP_ZERO flag is ignored by dma_pool_alloc(). Make dma_pool_alloc() zero the memory if this flag is set. Signed-off-by: Sean O. Stalley <sean.stalley@intel.com> --- mm/dmapool.c...

View Article


[PATCH 0/4] mm: add dma_pool_zalloc() & pci_pool_zalloc()

Currently a call to dma_pool_alloc() with a ___GFP_ZERO flag returns a non-zeroed memory region. This patchset adds support for the ___GFP_ZERO flag to dma_pool_alloc(), adds 2 wrapper functions for...

View Article


[PATCH 3/4] pci: mm: Add pci_pool_zalloc() call

Add a wrapper function for pci_pool_alloc() to get zeroed memory. Signed-off-by: Sean O. Stalley <sean.stalley@intel.com> --- include/linux/pci.h | 2 ++ 1 file changed, 2 insertions(+) diff...

View Article

[PATCH 2/4] mm: Add dma_pool_zalloc() call to DMA API

Add a wrapper function for dma_pool_alloc() to get zeroed memory. Signed-off-by: Sean O. Stalley <sean.stalley@intel.com> --- Documentation/DMA-API.txt | 7 +++++++ include/linux/dmapool.h | 6...

View Article

Re: [PHP] Glob issue

On Wed, Jul 15, 2015 at 5:01 PM, The Doctor <doctor@doctor.nl2k.ab.ca> wrote: > REcently in our php error log we have been seeing > > [15-Jul-2015 07:16:39 America/Edmonton] PHP Fatal...

View Article


Re: [PATCH 00/16] Sanitize usage of ->flags and ->mapping for tail pages

On Wed, Jul 15, 2015 at 03:20:01PM -0500, Christoph Lameter wrote: > On Thu, 19 Mar 2015, Kirill A. Shutemov wrote: > > > Currently we take naive approach to page flags on compound -- we...

View Article

Re: [patch 10/12] MIPS/cavium/octeon: Replace the homebrewn flow handler

On 07/13/2015 01:46 PM, Thomas Gleixner wrote: > The gpio interrupt handling of octeon contains a homebrewn flow > handler which calls either handle_level_irq or handle_edge_irq > depending...

View Article

Re: [PATCH 1/1] mem-hotplug: Handle node hole when initializing numa_meminfo.

On Wed, Jul 01, 2015 at 11:16:54AM +0800, Tang Chen wrote: .... > - /* and there's no empty block */ > - if (bi->start >= bi->end) > + /* and there's no empty or non-exist block */...

View Article


Re: [PATCH 1/3] ARM: dts: qcom: Add binding for the qcom coincell charger

On Wed, Jul 15, 2015 at 1:24 PM, Tim Bird <tim.bird@sonymobile.com> wrote: > On 07/14/2015 06:07 PM, Rob Herring wrote: >> On Tue, Jul 14, 2015 at 4:41 PM, Tim Bird...

View Article


[PATCH] x86/entry: Fix _TIF_USER_RETURN_NOTIFY check in prepare_exit_to_usermode

Linus noticed that the early return check was missing _TIF_USER_RETURN_NOTIFY. If the only work flag was _TIF_USER_RETURN_NOTIFY, we'd skip user return notifiers. Fix it. (This is the only missing...

View Article

Re: [PATCH 1/4] mm: Add support for __GFP_ZERO flag to dma_pool_alloc()

On Wed, 15 Jul 2015 14:14:40 -0700 "Sean O. Stalley" <sean.stalley@intel.com> wrote: > Currently the __GFP_ZERO flag is ignored by dma_pool_alloc(). > Make dma_pool_alloc() zero the memory...

View Article

Re: cpu_hotplug vs oom_notify_list: possible circular locking dependency...

On Wed, 15 Jul 2015, Paul E. McKenney wrote: > On Tue, Jul 14, 2015 at 04:48:24PM -0700, David Rientjes wrote: > > On Tue, 14 Jul 2015, Paul E. McKenney wrote: > > > > > commit...

View Article

Applied "mfd/extcon: max77693: Remove unused extern declarations and...

The patch mfd/extcon: max77693: Remove unused extern declarations and max77693_dev members has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git...

View Article


Applied "regulator: max77693: Add support for MAX77843 device" to the...

The patch regulator: max77693: Add support for MAX77843 device has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this means...

View Article

Applied "regulator: 88pm800: Update driver to use devm_regulator_register fn"...

The patch regulator: 88pm800: Update driver to use devm_regulator_register fn has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being...

View Article


Applied "drivers: max77693: Move state container to common header" to the...

The patch drivers: max77693: Move state container to common header has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well this...

View Article

Applied "regulator: core: Increase refcount for regulator supply's module" to...

The patch regulator: core: Increase refcount for regulator supply's module has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well...

View Article


Applied "regulator: core: Fix memory leak in regulator_resolve_supply()" to...

The patch regulator: core: Fix memory leak in regulator_resolve_supply() has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being well...

View Article

Applied "mfd/extcon: max77843: Rename defines to allow inclusion with...

The patch mfd/extcon: max77843: Rename defines to allow inclusion with max77693 has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being...

View Article

Applied "regulator: 88pm800: Use regulator_nodes/of_match in the descriptor"...

The patch regulator: 88pm800: Use regulator_nodes/of_match in the descriptor has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git All being...

View Article
Browsing all 23908 articles
Browse latest View live