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

[PATCH net-next 0/3] bpf_get_stackid() and stack_trace map

This patch set introduces new map type to store stack traces and corresponding bpf_get_stackid() helper. BPF programs already can walk the stack via u

View Article



[PATCH net-next 1/3] perf: generalize perf_callchain

. avoid walking the stack when there is no room left in the buffer . generalize get_perf_callchain() to be called from bpf helper Signed-off-by: Alex

View Article

[PATCH net-next 2/3] bpf: introduce BPF_MAP_TYPE_STACK_TRACE

add new map type to store stack traces and corresponding helper bpf_get_stackid(ctx, map, flags) - walk user or kernel stack and return id @ctx: struc

View Article

[PATCH net-next 3/3] samples/bpf: offwaketime example

This is simplified version of Brendan Gregg's offwaketime: This program shows kernel stack traces and task names that were blocked and "off-CPU", alon

View Article

[PATCH v9 0/3] add support for DWC UFS Controller

The work consisted of: - Fixed typo in ufshcd-pltfrm.c - Tweak ufshcd.c for UFS 2.0 support - Implement ufshcd-dwc which contains all DWC HW specific

View Article


[PATCH v9 1/3] fixed typo in ufshcd-pltfrm

Fixed typo in ufshcd-pltfrm. Signed-off-by: Joao Pinto <jpinto@synopsys.com> --- Changes v0->v9: - Nothing changed (just to keep up with patch set ve

View Article

[PATCH v9 2/3] added UFS 2.0 capabilities

Adding UFS 2.0 support to the UFS core driver. Signed-off-by: Joao Pinto <jpinto@synopsys.com> --- Changes v8->v9: - Nothing changed (just to keep up

View Article

[PATCH v9 3/3] add support for DWC UFS Host Controller

This patch has the goal to add support for DesignWare UFS Controller specific operations and to add specific platform and pci drivers. Signed-off-by:

View Article


[PATCH] dmaengine: pl330: initialize tasklet after spin_unlock_irqrestore

From: Anand Moon <linux.amoon@gmail.com> pl330_tasklet tasklet uses the same spinlock pch->lock for safe IRQ locking. It's safe to initialize pl330_t

View Article


[PATCH] sc16is7xx: drop bogus use of IRQF_ONESHOT

The use of IRQF_ONESHOT when registering an interrupt handler with request_irq() is non-sensical. Not only that, it also prevents the handler from be

View Article

[PATCH] arm64: kasan: clear stale stack poison

This patch is a followup to the discussion in [1]. When using KASAN and CPU idle and/or CPU hotplug, KASAN leaves the stack shadow poisoned on exit f

View Article

[GIT PULL] SCSI fixes for 4.5-rc4

Two simple fixes. One prevents a soft lockup on some target removal scenarios and the other prevents us trying to probe the marvell console device, w

View Article

[PATCH] serial: samsung: fix the inconsistency in spinlock

From: Anand Moon <linux.amoon@gmail.com> changes fix the correct order of the spin_lock_irqrestore/save. Signed-off-by: Anand Moon <linux.amoon@gmai

View Article


[PATCH] sched/x86: Add stack frame dependency to __preempt_schedule[_notrace]

If __preempt_schedule() or __preempt_schedule_notrace() is referenced at the beginning of a function, gcc can insert the asm inline "call ___preempt_s

View Article

[PATCH v2 8/12] cpufreq: governor: Make governor private data per-policy

On Thursday, February 18, 2016 11:33:24 AM Viresh Kumar wrote: > On 18-02-16, 02:30, Rafael J. Wysocki wrote: [cut] > Fantastic, that's what I just

View Article


[PATCH v2 10/12] cpufreq: governor: Relocate definitions of tuners structures

From: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Subject: [PATCH] cpufreq: governor: Relocate definitions of tuners structures Move the definitio

View Article

[PATCH v2 12/12] cpufreq: governor: Narrow down the dbs_data_mutex coverage

On Thursday, February 18, 2016 11:50:40 AM Viresh Kumar wrote: > On 18-02-16, 02:38, Rafael J. Wysocki wrote: > > From: Rafael J. Wysocki <rafael.j.wy

View Article


Re: [tpmdd-devel] [PATCH] tpm_crb: fix: associate to the correct device

On Wed, Feb 17, 2016 at 01:23:31PM +0200, Jarkko Sakkinen wrote: > At the moment for tpm_crb /proc/iomem shows the HW interface and not the > device u

View Article

[PATCH 0/3] thermal: exynos: Fixes for vtmu-supply regulator handling

Hello, On a recent patch series to build a PMIC chip as a module [0], Krzysztof asked me to check if all the consumer drivers, using the resources th

View Article

[PATCH 1/3] thermal: exynos: List vtmu-supply as optional property in DT binding

The Exynos Thermal Management Unit binding says that the vtmu-supply is optional but is listed in the required properties section. Add an optional pro

View Article
Browsing all 165258 articles
Browse latest View live


Latest Images