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

[PATCH 4/6] input: sparcspkr: Fix module autoload for OF platform drivers

These platform drivers have a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luis@debethencourt.com>...

View Article


[PATCH 5/6] input: egalax_ts: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> ---...

View Article


[PATCH 6/6] input: mms114: Fix module autoload for OF platform driver

This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> ---...

View Article

Re: [PATCH v1 14/15] scsi: ufs: commit descriptors before setting the doorbell

On Thu, Aug 27, 2015 at 7:28 AM, <ygardi@codeaurora.org> wrote: >>> On Aug 21, 2015 3:10 PM, "Yaniv Gardi" <ygardi@codeaurora.org> wrote: >>>> >>>> Add a...

View Article

[PATCH v3] soc: qcom: smd: Use correct remote processor ID

This patch fixes SMEM addressing issues when remote processors need to use secure SMEM partitions. Signed-off-by: Andy Gross <agross@codeaurora.org> Reviewed-by: Bjorn Andersson...

View Article


Re: [PATCH 2/2]: acpica/nfit: Rename not-armed bit definition

On Thu, Aug 27, 2015 at 9:32 AM, Linda Knippers <linda.knippers@hp.com> wrote: > I know this seems like a nit but we've going to live with this stuff for > a long time. Along those lines,...

View Article

Re: [Xen-devel] [PATCH RFC] xen: if on Xen, "flatten" the scheduling domain...

On Thu, Aug 27, 2015 at 11:24 AM, George Dunlap <george.dunlap@citrix.com> wrote: > On 08/18/2015 04:55 PM, Dario Faggioli wrote: >> Hey everyone, >> >> So, as a followup of...

View Article

Re: [PATCH 2/2]: acpica/nfit: Rename not-armed bit definition

On 8/27/2015 1:04 PM, Dan Williams wrote: > On Thu, Aug 27, 2015 at 9:32 AM, Linda Knippers <linda.knippers@hp.com> wrote: >> I know this seems like a nit but we've going to live with...

View Article


Re: [Announcement] New book about Nginx

*Is this for this book I (and many many other people, as they are used to, search about them) have been contacted by those Packt Publishing crooks to review, effectively asking me to work for free for...

View Article


[PATCH 00/11] [v2] x86, fpu: XSAVE cleanups and sanity checks

Changes in v2: * remove references to Processor Trace XSAVE state (will defer to another patch set) * Remove some cruft from last patch * move last_good_offset fix in to the patch that introduced it...

View Article

[PATCH 07/11] x86, fpu: rework YMM definition

From: Dave Hansen <dave.hansen@linux.intel.com> We are about to rework all of the "extended state" definitions. This makes the 'ymm' naming consistent with the AVX-512 types we will introduce...

View Article

[PATCH 01/11] x86, fpu: kill LWP support

From: Dave Hansen <dave.hansen@linux.intel.com> LightWeight Profiling was evidently an AMD profiling feature that we never got around to implementing. Remove the references to it. This patch is...

View Article

[PATCH 10/11] x86, fpu: check to ensure increasing-offset xstate offsets

From: Dave Hansen <dave.hansen@linux.intel.com> The xstate CPUID leaves enumerate where each state component is inside the XSAVE buffer, along with the size of the entire buffer. Our new XSAVE...

View Article


[PATCH 06/11] x86, fpu: rework MPX 'xstate' types

From: Dave Hansen <dave.hansen@linux.intel.com> MPX includes two separate "extended state components". There is no real need to have an 'mpx_struct' because we never really manage the states...

View Article

[PATCH 05/11] x86, fpu: add helper xfeature_nr_enabled() instead of test_bit()

From: Dave Hansen <dave.hansen@linux.intel.com> We currently use test_bit() in a few places to see if an xfeature is enabled. It ends up being a bit ugly because 'xfeatures_mask' is a u64 and...

View Article


[PATCH 03/11] x86, fpu: rework XSTATE_* macros to remove magic '2'

From: Dave Hansen <dave.hansen@linux.intel.com> The 'xstate.c' code has a bunch of references to '2'. This is because we have a lot more work to do for the "extended" xstates than the "legacy"...

View Article

[PATCH 09/11] x86, fpu: correct and check XSAVE xstate size calculations

From: Dave Hansen <dave.hansen@linux.intel.com> Note: our xsaves support is currently broken and disabled. This patch does not fix it, but it is an incremental improvement. This might be useful...

View Article


[PATCH 08/11] x86, fpu: add C structures for AVX-512 state components

From: Dave Hansen <dave.hansen@linux.intel.com> AVX-512 has 3 separate state components: 1. opmask registers 2. zmm upper half of registers 0-15 3. new zmm registers (16-31) This patch adds C...

View Article

[PATCH 11/11] x86, fpu: check CPU-provided sizes against struct declarations

From: Dave Hansen <dave.hansen@linux.intel.com> We now have C structures defined for each of the XSAVE state components that we support. This patch adds checks during our verification pass to...

View Article

[PATCH 04/11] x86, fpu: remove xfeature_nr

From: Dave Hansen <dave.hansen@linux.intel.com> xfeature_nr ended up being initialized too late for me to use it in the "xsave size sanity check" patch which is later in the series. I tried to...

View Article
Browsing all 23908 articles
Browse latest View live