[PATCH RESEND 0/2] mtd: nand: pxa3xx-nand: fixes
Hi Brian, As promised, here are the remaining fixes I have on pxa3xx-nand I'd like you to queue up. The other changes I have submitted are under review and not of "fixes" type. Cheers. -- Robert...
View Article[PATCH RESEND 1/2] mtd: nand: pxa3xx_nand: fix early spurious interrupt
When the nand is first probe, and upon the first command start, the status bits should be cleared before the interrupts are unmasked. The bug is tricky : if the bootloader left a status bit set, the...
View Article[PATCH RESEND 2/2] mtd: nand: pxa3xx-nand: fix random command timeouts
When 2 commands are submitted in a row, and the second is very quick, the completion of the second command might never come. This happens especially if the second command is quick, such as a status...
View Articleresponse status code: stats vs log line
We key some alerts off of haproxy stats;csv and I'm trying to wrap my head around a suspiciously low 5xx counter for a given server in a backend that was spewing 503's and 500's in it's own log. How...
View ArticleRe: [PATCH v10 5/8] staging: usage documentation for simple fpga bus
Acked-by: Moritz Fischer <moritz.fischer@ettus.com> On Wed, Aug 19, 2015 at 11:28 AM, atull <atull@opensource.altera.com> wrote: > On Mon, 17 Aug 2015, Pavel Machek wrote: > >>...
View Article[PATCH v2] Input: synaptics-rmi4: Use generic interrupt handling
Currently the RMI4 driver expects the device to have a GPIO and manages the that GPIO internally. However, this duplicates functionality which could be handled by more generic interrupt handling code....
View Article[RFC PATCH 02/14] sched/fair: add triggers for OPP change requests
From: Juri Lelli <juri.lelli@arm.com> Each time a task is {en,de}queued we might need to adapt the current frequency to the new usage. Add triggers on {en,de}queue_task_fair() for this purpose....
View Article[PATCH v3] Input: synaptics-rmi4: Add device tree support for RMI4 I2C devices
Add devicetree binding for I2C devices and add bindings for optional parameters in the function drivers. Parameters for function drivers are defined in child nodes for each of the functions....
View Article[RFC PATCH 04/14] sched/{fair,cpufreq_sched}: add reset_capacity interface
From: Juri Lelli <juri.lelli@arm.com> When a CPU is going idle it is pointless to ask for an OPP update as we would wake up another task only to ask for the same capacity we are already running...
View Article[RFC PATCH 11/14] sched/fair: add boosted CPU usage
The CPU usage signal is used by the scheduler as an estimation of the overall bandwidth currently allocated on a CPU. When SchedDVFS is in use, this signal affects the selection of the operating...
View Article[RFC PATCH 12/14] sched/tune: add initial support for CGroups based boosting
To support task performance boosting, the usage of a single knob has the advantage to be a simple solution, both from the implementation and the usability standpoint. However, on a real system it can...
View Article[RFC PATCH 08/14] sched/tune: add detailed documentation
The topic of a single simple power-performance tunable, that is wholly scheduler centric, and has well defined and predictable properties has come up on several occasions in the past. With techniques...
View Article[RFC PATCH 14/14] sched/{fair,tune}: track RUNNABLE tasks impact on per CPU...
When per-task boosting is enabled, every time a task enters/exits a CPU its boost value could impact the currently selected OPP for that CPU. Thus, the "aggregated" boost value for that CPU...
View Article[RFC PATCH 10/14] sched/fair: add function to convert boost value into "margin"
The basic idea of the boost knob is to "artificially inflate" a signal to make a task or logical CPU appears more demanding than it actually is. Independently from the specific signal, a consistent...
View Article[RFC PATCH 13/14] sched/tune: compute and keep track of per CPU boost value
When per task boosting is enabled, we could have multiple RUNNABLE tasks which are concurrently scheduled on the same CPU but each one with a different boost value. For example, we could have a...
View ArticleRe: [PHP-DEV] set_exception_handler catches all Throwables
Hi! > Actually, I don't call this intended. This is just as much as a BC break > as the original implementation where Errors where also Exceptions. IMO, > set_exception_handler() should be...
View ArticleRe: [PHP-DEV] set_exception_handler catches all Throwables
Hi! > We're trying to use TYPO3 on PHP7 and have the problem that throwables > get passed to the exception handler because 'set_exception_handler()' > does send all throwables to the handler,...
View Article[PATCH v5 0/2] Enable capsule loader interface for efi firmware
From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com> Dear maintainers & communities, This patchset is created on top of Matt's patchset: 1.)https://lkml.org/lkml/2014/10/7/390 "[PATCH 1/2]...
View Article[PATCH v5 1/2] efi: export efi_capsule_supported() function symbol
From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com> This patch export efi_capsule_supported() function symbol for capsule kernel module to use. Cc: Matt Fleming <matt.fleming@intel.com>...
View Article[PATCH v5 2/2] efi: a misc char interface for user to update efi firmware
From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com> Introducing a kernel module to expose capsule loader interface (misc char device file note) for user to upload capsule binaries. Example...
View Article