[PATCH] tty: serial: pch: don't crash if DMA enabled but not loaded (no replies)
if the DMA driver isn't loaded "on time" then we crash in the irq handler: | pch_uart 0000:02:0a.4: pch_request_dma:dma_request_channel FAILS(Tx) | BUG: unable to handle kernel NULL pointer...
View ArticleLinux 3.10.22 (1 reply)
I'm announcing the release of the 3.10.22 kernel. All users of the 3.10 kernel series must upgrade. The updated 3.10.y git tree can be found at:...
View ArticleLinux 3.12.3 (1 reply)
I'm announcing the release of the 3.12.3 kernel. All users of the 3.12 kernel series must upgrade. The updated 3.12.y git tree can be found at:...
View Article[PATCH 11/38] perf symbols: Fix random fd closing with no libelf (no replies)
From: Adrian Hunter <adrian.hunter@intel.com> When built without libelf, perf tools was failing to initialize a file descriptor, but nevertheless closing it. That sometimes resulted in the...
View Article[PATCH 19/38] perf tools: Add filename__read_str util function (no replies)
From: Jiri Olsa <jolsa@redhat.com> Adding filename__read_str util function to read text file and return it in the char array. The interface is: int filename__read_str(const char *filename, char...
View Article[PATCH 35/38] tools lib traceevent: Use pevent_print_func_field in...
From: Jiri Olsa <jolsa@redhat.com> The pevent_print_func_field function encompasses all the functionality used in the hrtimer_start handler. Change the handler to use this function. This also...
View Article[PATCH 16/38] tools lib traceevent: Change pevent_parse_format to include...
From: Jiri Olsa <jolsa@redhat.com> Changing the pevent_parse_format interface to include the pevent handle. The goal is to always use pevent object when dealing with traceevent library. The...
View Article[PATCH 37/38] tools lib traceevent: Remove malloc_or_die from...
From: Jiri Olsa <jolsa@redhat.com> Removing malloc_or_die calls from plugin_function.c, replacing them and factoring the code with standard realloc and error path. Suggested-by: Namhyung Kim...
View Article[PATCH 36/38] tools lib traceevent: Several cleanups for function plugin (no...
From: Jiri Olsa <jolsa@redhat.com> Several cleanups suggested by Namhyung: * Remove index field from struct func_stack as it's not needed. * Rename get_index into add_and_get_index. * Use '%*X'...
View Article[PATCH 24/38] tools lib traceevent: Add hrtimer plugin (no replies)
From: Jiri Olsa <jolsa@redhat.com> Backporting hrtimer plugin. Backported from Steven Rostedt's trace-cmd repo (HEAD 0f2c2fb): git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git...
View Article[PATCH 12/38] perf script: Do not call perf_event__preprocess_sample() twice)...
From: Adrian Hunter <adrian.hunter@intel.com> The perf_event__preprocess_sample() function is called in process_sample_event(). Instead of calling it again in perf_evsel__print_ip(), pass...
View Article[PATCH 38/38] tools lib traceevent: Update kvm plugin with is_writable_pte...
From: Jiri Olsa <jolsa@redhat.com> Adding is_writable_pte print helper function, so the kvmmmu:fast_page_fault print format gets resolved properly. The diff of 'perf script' output generated by...
View Article[PATCH] parport: parport_pc: fix id print of a device (no replies)
Since commit 7106b4e3 ("8250: Oxford Semiconductor Devices") the debug print of the device id does no longer match the real device if it is located in the "enum" behind oxsemi_pcie_pport. The reason...
View Article[PATCH 26/38] tools lib traceevent: Add kvm plugin (no replies)
From: Jiri Olsa <jolsa@redhat.com> Backporting kvm plugin. Backported from Steven Rostedt's trace-cmd repo (HEAD 0f2c2fb): git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/trace-cmd.git...
View Article[PATCH 21/38] perf tools: Add trace-event global object for tracepoint...
From: Jiri Olsa <jolsa@redhat.com> In order to get the proper plugins processing we need to use full trace-event interface when creating tracepoint events. So far we were using shortcut to get...
View Article[PATCH 13/38] tools lib traceevent: Add plugin support (no replies)
From: Jiri Olsa <jolsa@redhat.com> Backporting plugin support for traceevent lib. Backported from Steven Rostedt's trace-cmd repo (HEAD 0f2c2fb):...
View Article[GIT PULL 00/38] perf/core improvements and fixes (26 replies)
From: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit 89e3bbd58a6186b832fe2b9419ac2f9ab90e9089: Merge tag...
View Article[PATCH v3 00/03] clocksource: Consolidate SH and ARM mach-shmobile Kconfig...
clocksource: Consolidate SH and ARM mach-shmobile Kconfig bits (v3) [PATCH v3 01/03] clocksource: Add Kconfig entries for CMT, MTU2, TMU and STI [PATCH v3 02/03] ARM: shmobile: Remove CMT, TMU and STI...
View ArticleRe: linux-next: Tree for Dec 3 (mm/Kconfig) (no replies)
On Tue, Dec 3, 2013 at 4:11 AM, Stephen Rothwell <sfr@canb.auug.org.au> wrote: > > Hi all, > > Changes since 20131202: > (Using Randy Dunlaps nice template for these reports) When...
View Article[PATCH] staging: lustre: lnet: lnet: fixed space coding style issues (no...
From 187369f55f9f9bc58c87fc1ac118143db5735033 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20Dom=C3=ADnguez?= <samuel.dominguez.lorenzo@gmail.com> Date: Wed, 4 Dec 2013 20:35:41 +0000...
View Article