Applied "regulator: hi655x: Document for hi655x regulator" to the...
The patch regulator: hi655x: Document for hi655x regulator has been applied to the regulator tree at git://git.kernel.org/pub/scm/linux/kerne
View Article[PATCH v2 1/4] dma: mmp_pdma: Add the #dma-requests 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 ArticleHi lkml
Good morning lkml http://www.drewlin.me/pitch.php?cause=1va2u3y80rqgv Badari Pulavarty
View Article[PATCH 3.1/5] oom: make oom_reaper freezable
Andrew, this can be either folded into 3/5 patch or go as a standalone one. I would be inclined to have it standalone for the record (the description
View Article[PATCH v2 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 v2 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 v2 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[GIT PULL 00/13] perf/core improvements and fixes
From: Arnaldo Carvalho de Melo <acme@redhat.com> Hi Ingo, Please consider pulling, - Arnaldo The following changes since commit a7636d9ecf
View Article[PATCH 01/13] perf config: Add '--system' and '--user'...
From: Taeung Song <treeze.taeung@gmail.com> The '--system' option means $(sysconfdir)/perfconfig and '--user' means $HOME/.perfconfig. If none is use
View Article[PATCH 02/13] perf symbols: Fix symbols searching for module in buildid-cache
From: Wang Nan <wangnan0@huawei.com> Before this patch, if a sample is triggered inside a module not in /lib/modules/`uname -r`/, even if the module
View Article[PATCH 03/13] perf build: Add EXTRA_LDFLAGS option to makefile
From: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> To compile for little-endian systems, you need to pass -EL to CC and LD. EXTRA_CFLAGS w
View Article[PATCH 04/13] perf python scripting: Append examples to err msg about...
From: Taeung Song <treeze.taeung@gmail.com> To print syscall names, the audit-libs-python package is required.. If not installed, it prints this erro
View Article[PATCH 05/13] perf tools: Add comment explaining the repsep_snprintf function
From: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Adrian Hunter <adrian.hunter@intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhy
View Article[PATCH 06/13] perf hists: Do column alignment on the format iterator
From: Arnaldo Carvalho de Melo <acme@redhat.com> We were doing column alignment in the format function for each cell, returning a string padded with
View Article[PATCH 07/13] perf tools: Unlink entries from terms list
From: Wang Nan <wangnan0@huawei.com> We were just freeing them, better unlink and init its nodes to catch bugs faster if we keep dangling references
View Article[PATCH 08/13] perf tools: Introduce parse_events_terms__purge()
From: Arnaldo Carvalho de Melo <acme@redhat.com> Purges 'struct parse_event_term' entries from a list_head. Some users need this because they don't
View Article[PATCH 09/13] perf tools: Use perf_event_terms__purge() for non-malloced terms
From: Arnaldo Carvalho de Melo <acme@redhat.com> In these two cases, a 'perf test' entry and in the PMU code the list_head is on the stack, so we can
View Article[PATCH 10/13] perf tools: Free the terms list_head in parse_events__free_terms()
From: Wang Nan <wangnan0@huawei.com> Fixing a leak, since code calling parse_events__free_terms() expect it to free the list_head too. Signed-off-by
View Article[PATCH 11/13] perf tools: Rename parse_events__free_terms() to...
From: Arnaldo Carvalho de Melo <acme@redhat.com> To follow convention used in other tools/perf/ areas. Also remove the need to check if it is NULL be
View Article[PATCH 12/13] perf data: Fix releasing event_class
From: Wang Nan <wangnan0@huawei.com> A new patch in libbabeltrace [1] reveals a object leak problem in 'perf data' CTF support: perf code never relea
View Article