Quantcast
Browsing all 24115 articles
Browse latest View live

[GIT PULL] GPIO fixes for v3.11-rc2 (no replies)

Hi Linus, here is a round of GPIO fixes for the rc series. The OMAP patches have been around since around the merge window, but since they first caused more breakage I let them boil in -next for a...

View Article


Trinity v1.2 (no replies)

It's been six months since I last did a point release of trinity. In that time, a lot has changed[*], supporting new syscalls, new options, and fixing countless dumb bugs. All that time of course,...

View Article


linux-next: status of various trees (no replies)

Hi Grant, Currently linux-next has the following gpio trees: gpio-current git://git.secretlab.ca/git/linux-2.6#gpio/merge gpio git://git.secretlab.ca/git/linux-2.6#gpio/next gpio-lw...

View Article

[PATCH 1/8] perf: Fix branch stack refcount leak on callchain init failure...

On callchain buffers allocation failure, free_event() is called and all the accounting performed in perf_event_alloc() for that event is cancelled. But if the event has branch stack sampling, it is...

View Article

[PATCH 5/8] perf: Migrate per cpu event accounting (no replies)

When an event is migrated, move the event per-cpu accounting accordingly so that branch stack and cgroup events work correctly on the new CPU. Original-patch-by: Peter Zijlstra...

View Article


[PATCH 6/8] perf: Account freq events per cpu (no replies)

This is going to be used by the full dynticks subsystem as a finer-grained information to know when to keep and when to stop the tick. Original-patch-by: Peter Zijlstra <peterz@infradead.org>...

View Article

[PATCH 8/8] watchdog: Remove hack to make full dynticks working (no replies)

A perf event can be used without forcing the tick to stay alive if it doesn't use a frequency but a sample period and if it doesn't throttle (raise storm of events). Since the lockup detector neither...

View Article

[PATCH 7/8] perf: Finer grained full dynticks kick (no replies)

Currently the full dynticks subsystem keep the tick alive as long as there are perf events running. This prevents the tick from being stopped as long as features such that the lockup detectors are...

View Article


[PATCH 3/8] perf: Gather event accounting code (no replies)

Gather all the event accounting code to a single place, once all the prerequisites are completed. This simplifies the refcounting. Original-patch-by: Peter Zijlstra <peterz@infradead.org>...

View Article


[PATCH 4/8] perf: Split per cpu event accounting code (no replies)

Split the per-cpu accounting part of the event accounting code. This way we can use the per-cpu handling seperately. This is going to be used by to fix the event migration code accounting....

View Article

[PATCH 2/8] perf: Sanitize get_callchain_buffer() (no replies)

In case of allocation failure, get_callchain_buffer() keeps the refcount incremented for the current event. As a result, when get_callchain_buffers() returns an error, we must cleanup what it did by...

View Article

[trivial PATCH 2/2] kallsyms: Remove now unused print_symbol (no replies)

There are no more uses in the tree so remove print_symbol. Signed-off-by: Joe Perches <joe@perches.com> --- include/linux/kallsyms.h | 18 ------------------ kernel/kallsyms.c | 11 ----------- 2...

View Article

[PATCH 0/8] perf: Finer grained full dynticks handling (no replies)

Hi, This patchset inspires from Peterz patch in http://marc.info/?l=linux-kernel&m=137155182121860 to make perf retain the timer tick less often, ie: only when there are freq events or when one...

View Article


[trivial PATCH 1/2] treewide: Convert print_symbol uses to %pSR (no replies)

Use the vsprintf pointer extension to emit the addresses symbol name. Signed-off-by: Joe Perches <joe@perches.com> --- Documentation/filesystems/sysfs.txt | 4 ++--...

View Article

Re: [Panic - Bisected] f1a18a10566081abfce1649c2f3884b28fff7372 cases panic...

Sorry, forgot to change gmail to plain text mode, so the mailing lists rejected this. On 22 July 2013 21:45, Kevin Winchester <kjwinchester@gmail.com> wrote: > I have found that the new CPU...

View Article


3.10.2: WARNING: at kernel/time/tick-broadcast.c:585 (no replies)

Hi, Resume from S3 generates WARNING: … ACPI: Low-level resume complete PM: Restoring platform NVS memory PCI-DMA: Resuming GART IOMMU PCI-DMA: Restoring GART aperture settings Enabling non-boot CPUs...

View Article

A4 paper here (no replies)

Dear Purchasing manager: Nice time to you It is my big pleasure to hear you need A4 paper If you still need that pls tell me Then i can send you our best price Best wishes Ida Ida Chen SALES MANAGER...

View Article


linux-next: build failure after merge of the wireless-next tree (no replies)

Hi John, After merging the wireless-next tree, today's linux-next build (x86_64 allmodconfig) failed like this: drivers/net/ethernet/broadcom/bgmac.c:19:27: fatal error: bcm47xx_nvram.h: No such file...

View Article

[PATCH 1/1] x86, acpi: Fix wrong checking condition in acpi_register_lapic()....

We wanted to check if the acpi id is out of range. It should be: if (id >= (MAX_LOCAL_APIC)). Signed-off-by: Tang Chen <tangchen@cn.fujitsu.com> --- arch/x86/kernel/acpi/boot.c | 2 +- 1 file...

View Article

[PATCH 5/5] drm/i915: Add async page flip support for SNB (no replies)

Just copies the IVB code Signed-off-by: Keith Packard <keithp@keithp.com> --- drivers/gpu/drm/i915/intel_display.c | 39 ++++++++++++++++++++++++++++++++---- 1 file changed, 35 insertions(+), 4...

View Article
Browsing all 24115 articles
Browse latest View live