Quantcast
Channel: Linux | Kernel
Browsing all 165258 articles
Browse latest View live

[PATCH v42 3/6] clk: Provide OF helper to mark clocks as CRITICAL

From: Lee Jones <lee.jones@linaro.org> This call matches clocks which have been marked as critical in DT and sets the appropriate flag. These flags

View Article



[PATCH v42 4/6] clk: per-user clk prepare & enable ref counts

This patch adds prepare and enable reference counts for the per-user handles that clock consumers have for a clock node. This patch warns if an imbala

View Article

[PATCH v42 5/6] clk: clk_put WARNs if user has not disabled clk

>From the clk_put kerneldoc in include/linux/clk.h: """ Note: drivers must ensure that all clk_enable calls made on this clock source are balanced by

View Article

[PATCH v42 6/6] clk: introduce CLK_ENABLE_HAND_OFF flag

Some clocks are critical to system operation (e.g. cpu, memory, etc) and should not be gated until a driver that knows best claims such a clock and ex

View Article

[PATCH 0/4] Fix pxa dma requestor lines

This serie aims at fixing a bug which arose in the pxa_dma driver, which needs to know the number of requestor lines which are connected to the DMA IP

View Article


[PATCH 1/4] dma: mmp_pdma: Add the #requestors DT property documentation

For pxa based platforms, the number of requestor lines should be specified, so that the driver can check if the flow control should be activated (when

View Article

[PATCH 2/4] dmaengine: mmp-pdma: add number of requestors

The DMA chip has a fixed number of requestor lines used for flow control. This number is platform dependent. The pxa_dma dma driver will use this valu

View Article

[PATCH 3/4] ARM: pxa: add the number of DMA requestor lines

Declare the number of DMA requestor lines per platform : - for pxa25x: 40 requestor lines - for pxa27x: 75 requestor lines - for pxa3xx: 100 reques

View Article


[PATCH 4/4] dmaengine: pxa_dma: fix the maximum requestor line

The current number of requestor lines is limited to 31. This was an error of a previous commit, as this number is platform dependent, and is actually

View Article


RE: iPhone Users List

Hi, Would you be interested in acquiring an Email list of “iPhone Users List“ with opt-in verified contact information from USA? We maintain co

View Article

[PATCH v3 0/2] Fix BTT data corruptions after crash

Data corruption issues were observed in tests which initiated a system crash/reset while accessing BTT devices. This problem is reproducible. The BT

View Article

[PATCH v3 1/2] x86/lib/copy_user_64.S: cleanup __copy_user_nocache()

Add comments to __copy_user_nocache() to clarify its procedures and alignment requirement. Also change numeric branch target labels to named labels.

View Article

[PATCH v3 2/2] x86/lib/copy_user_64.S: Handle 4-byte nocache copy

Data corruption issues were observed in tests which initiated a system crash/reset while accessing BTT devices. This problem is reproducible. The BT

View Article


[PATCH v11 0/4] Machine check recovery when kernel accesses poison

This series is initially targeted at the folks doing filesystems on top of NVDIMMs. They really want to be able to return -EIO when there is a h/w err

View Article

[PATCH v11 1/4] x86: Expand exception table to allow new handling options

Huge amounts of help from Andy Lutomirski and Borislav Petkov to produce this. Andy provided the inspiration to add classes to the exception table wi

View Article


[PATCH v11 2/4] x86, mce: Check for faults tagged in EXTABLE_CLASS_FAULT...

Extend the severity checking code to add a new context IN_KERN_RECOV which is used to indicate that the machine check was triggered by code in the ker

View Article

[PATCH v11 3/4] x86, mce: Add __mcsafe_copy()

Make use of the EXTABLE_FAULT exception table entries. This routine returns a structure to indicate the result of the copy: struct mcsafe_ret {

View Article


[PATCH v11 4/4] x86: Create a new synthetic cpu capability for machine check...

The Intel Software Developer Manual describes bit 24 in the MCG_CAP MSR: MCG_SER_P (software error recovery support present) flag, bit 24 â€' In

View Article

[PATCH] arm64: make irq_stack_ptr more robust

Switching between stacks is only valid if we are tracing ourselves while on the irq_stack, so it is only valid when in current and non-preemptible con

View Article

[PATCH] perf data convert: fix possible leak

This patch removes the need to manually update the static size of data.array in struct ctf_writer. Signed-off-by: Philippe Proulx <eeppeliteloop@gmai

View Article
Browsing all 165258 articles
Browse latest View live




Latest Images