[patch 12/12] MIPS/PCI/rt3883: Prepare rt3883_pci_irq_handler for irq...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 10/12] MIPS/cavium/octeon: Replace the homebrewn flow handler
The gpio interrupt handling of octeon contains a homebrewn flow handler which calls either handle_level_irq or handle_edge_irq depending on the trigger type. Thats an extra conditional and call in the...
View Article[patch 09/12] MIPS/ath91: Remove pointless irqdisable/enable
The various interrupt flow handlers in ath79 are cascading interrupt handlers. They all have a disable_irq_nosync()/enable_irq() pair around the generic_handle_irq() call. The value of this...
View Article[patch 11/12] MIPS/netlogic: Prepare ipi handlers for irq argument removal
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 00/22] pinctrl: Interrupt cleanups and API change preparation
The following patch series contains the following changes: - Consolidation of chained interrupt handler setup/removal - Switch to functions which avoid a redundant interrupt descriptor lookup -...
View Article[patch 07/12] MIPS/bcm63xx: Use irq_set_handler_locked()
Use irq_set_handler_locked() as it avoids a redundant lookup of the irq descriptor. Search and replacement was done with coccinelle. Signed-off-by: Thomas Gleixner <tglx@linutronix.de> Cc: Jiang...
View Article[patch 02/22] pinctrl: Consolidate chained IRQ handler install/remove
Chained irq handlers usually set up handler data as well. We now have a function to set both under irq_desc->lock. Replace the two calls with one. Search and conversion was done with coccinelle....
View Article[patch 18/22] pinctrl/pistachio: Prepare pistachio_gpio_irq_handler for irq...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 22/22] pinctrl/sunxi: Prepare sunxi_pinctrl_irq_handler for irq...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 21/22] pinctrl/sirf:...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View Article[patch 20/22] pinctrl/qcom/msm: Prepare msm_gpio_irq_handler for irq argument...
The irq argument of most interrupt flow handlers is unused or merily used instead of a local variable. The handlers which need the irq argument can retrieve the irq number from the irq descriptor....
View ArticleRe: [PATCH 6/7] locking/qspinlock: A fairer queued unfair lock
On Tue, Jul 14, 2015 at 02:47:16PM -0400, Waiman Long wrote: > On 07/12/2015 04:21 AM, Peter Zijlstra wrote: > >On Sat, Jul 11, 2015 at 04:36:57PM -0400, Waiman Long wrote: > >>For a...
View ArticleRe: [PATCH 3/3] block: by default, limit maximum discard size to 64MB
On 07/14/2015 02:44 PM, Mike Snitzer wrote: > On Tue, Jul 14 2015 at 2:48pm -0400, > Jens Axboe <axboe@fb.com> wrote: > >> Lots of devices exhibit very high latencies for big...
View Article[PATCH] iommu/vt-d: Fix VM domain ID leak
This continues the attempt to fix commit fb170fb4c548 ("iommu/vt-d: Introduce helper functions to make code symmetric for readability"). The previous attempt in commit 71684406905f ("iommu/vt-d:...
View ArticleRe: mx6: suspicious RCU usage
On Tue, Jul 14, 2015 at 09:26:00AM -0700, Paul E. McKenney wrote: > On Tue, Jul 14, 2015 at 01:06:32PM -0300, Fabio Estevam wrote: > > Hi Paul, > > > > On Tue, Jul 14, 2015 at...
View Articlenginx for Postgres servers
I know nginx is designed to handle web and mail servers. Does it make sense to use to handle multiple (in our case 2) PostgreSQL database servers? Tom Ekberg Senior Computer Specialist, Lab Medicine...
View ArticleRe: IP binding and standby health-checks
Hi Baptiste, That's a fair question :) I understand it's a rather particular request, it's just the first time we've really hit something that we weren't easily able to address with haproxy (really...
View ArticleRe: [PATCH] livepatch: klp_disable_func returnes once it does not satisfy the...
On Tue, 14 Jul 2015, Minfei Huang wrote: > From: Minfei Huang <mnfhuang@gmail.com> > > It is more better that klp_disable_func returnes immediately, if > func->state and...
View ArticleRe: [PATCH] PCI-iproc: Delete unnecessary checks before two function calls
On Tue, Jul 14, 2015 at 01:23:23PM -0700, Ray Jui wrote: > Hi Bjorn, > > On 7/14/2015 1:10 PM, Bjorn Helgaas wrote: > > On Sun, Jun 28, 2015 at 04:52:16PM +0200, SF Markus Elfring...
View ArticleRe: [PATCH v5 00/11] simplify block layer based on immutable biovecs
On Mon, 2015-07-13 at 11:35 -0400, Mike Snitzer wrote: > On Mon, Jul 13 2015 at 1:12am -0400, > Ming Lin <mlin@kernel.org> wrote: > > > On Mon, 2015-07-06 at 00:11 -0700,...
View Article