- Oct 11, 2012
-
-
Kishore Bodke authored
Quick Assist 1.0 version needs to enable the extended Configuration Space for the PCI devices. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com>
-
Kishore Bodke authored
Enable PCI device Extended Configuration space Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com>
-
Nitin A Kamble authored
The fishriver BSP is getting retired, because it is superseded by Fish-River-Island-2 BSP. The BSP files are getting removed meta-intel layer of Yocto project, so remove it from here too. Signed-off-by:
Nitin A Kamble <nitin.a.kamble@intel.com>
-
Yang Shi authored
Add nfsd kernel config and scc file. Signed-off-by:
Yang Shi <yang.shi@windriver.com>
-
- Oct 08, 2012
-
-
Bruce Ashfield authored
1/2 [ Author: Eric Sandeen Email: sandeen@redhat.com Subject: perf tools: Fix parallel build Date: Thu, 20 Sep 2012 21:31:44 -0500 Parallel builds of perf were failing for me on a 32p box, with: * new build flags or prefix util/pmu.l:7:23: error: pmu-bison.h: No such file or directory ... make: *** [util/pmu-flex.o] Error 1 make: *** Waiting for unfinished jobs.... This can pretty quickly be seen by adding a sleep in front of the bison calls in tools/perf/Makefile and running make -j4 on a smaller box i.e.: sleep 10; $(QUIET_BISON)$(BISON) -v util/pmu.y -d -o $(OUTPUT)util/pmu-bison.c Adding the following dependencies fixes it for me. Signed-off-by:
Eric Sandeen <sandeen@redhat.com> Reviewed-by:
Namhyung Kim <namhyung@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Link: http://lkml.kernel.org/r/505BD190.40707@redhat.com Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com> ] 2/2 [ Author: Tom Zanussi Email: tom.zanussi@intel.com Subject: perf annotate: replace 'expand' with equivalent sed expression Date: Fri, 5 Oct 2012 11:35:26 -0500 We don't have 'expand' in our userspace so we need to accomplish the same thing using 'sed', which we do have. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Oct 06, 2012
-
-
Bruce Ashfield authored
Ensure the qemux86 machine is defined in common-pc-tiny as it is for -standard and -rt. Signed-off-by:
Darren Hart <dvhart@linux.intel.com> Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Oct 01, 2012
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
The kernel configuration audit subsystem was previously focussed on BSP/hardware specific options, since that is the part of configuration that the end developer maintains. But not auditing the non-hardware specific options on each run meant that some options that do not exist in the kernel have remained in the configuration fragments. Removing them clarifies the fragments, and updating the audit to report on non-hardware options ensures that they will stay clean. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Sep 24, 2012
-
-
Liang Li authored
Signed-off-by:
Liang Li <liang.li@windriver.com>
-
Liang Li authored
Enable kernel option for DVI display. Signed-off-by:
Liang Li <liang.li@windriver.com>
-
Darren Hart authored
Merge the emgd-1.14 branch in the sys940x-standard.scc. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
Darren Hart authored
Merge the emgd-1.14 branch in the fri2-standard.scc. Signed-off-by:
Darren Hart <dvhart@linux.intel.com>
-
- Sep 17, 2012
-
-
Tom Zanussi authored
Where appropriate, add the standard profiling and latencytop features to the meta-yocto-bsp BSPs. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Sep 14, 2012
-
-
Tom Zanussi authored
CONFIG_UPROBES depends on CONFIG_PERF_EVENTS being set, so PERF_EVENTS needs to be added whenever uprobes are enabled. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Sep 13, 2012
-
-
Cristian Iorga authored
Signed-off-by:
Cristian Iorga <cristian.iorga@intel.com>
-
Cristian Iorga authored
Signed-off-by:
Cristian Iorga <cristian.iorga@intel.com>
-
- Sep 11, 2012
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Sep 10, 2012
-
-
Tom Zanussi authored
The systemtap feature can use the new kprobes and uprobes feature and remove the corresponding open-coded options. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Add kprobes support to ktypes/standard alongside uprobes and other tracing options enabled there. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Add config options to turn KPROBES on, along with KPROBE_EVENT which provides an trace events interface that can be used by other tools such as perf. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
The uprobe feature includes the patches for uprobes but doesn't include config options for it - add them. Also, add description and compatibility strings. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
Tom Zanussi authored
Add config options to turn UPROBES on, along with UPROBE_EVENT which provides an trace events interface that can be used by other tools such as perf. Signed-off-by:
Tom Zanussi <tom.zanussi@intel.com>
-
- Sep 09, 2012
-
-
Bruce Ashfield authored
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: perf: temporary gcc 4.7 build fixes Date: Sun, 9 Sep 2012 13:47:36 -0400 Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Sep 07, 2012
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: aufs: import aufs 3.x Date: Fri, 7 Sep 2012 15:12:38 -0400 Importing aufs from: git://aufs.git.sourceforge.net/gitroot/aufs/aufs3-standalone.git Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Sep 06, 2012
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Sep 05, 2012
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 27, 2012
-
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 23, 2012
-
-
Bruce Ashfield authored
1/1 [ Author: Liang Li Email: liang.li@windriver.com Subject: perf: add SLANG_INC for slang.h Date: Wed, 22 Aug 2012 16:04:50 +0800 CFLAGS was previously hard coded to contain "-I/usr/include/slang" to work with hosts that have "/usr/include/slang/slang.h" as well as hosts that have "/usr/include/slang.h". This path can cause compile warnings like: cc1: warning: '/usr/include/slang' doesn't exists. or cc1: warning: include location "/usr/include/slang" is unsafe for cross-compilation [-Wpoison-system-directories] Then in some cases warnings become errors if WERROR is enabled hence build errors. To fix this issue, we can use -idirafter to downgrade the priority of the default hard coded path. We can also make the slang include directory a variable, to allow the user to specify SLANG_INC and set their own include location. And add a '=' prefix to indicate better compatibility with sysroot/cross compile cases. Signed-off-by:
Liang Li <liang.li@windriver.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
Bruce Ashfield authored
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: unionfs: restore FD_* utility defines Date: Tue, 21 Aug 2012 22:14:49 -0400 commit 27cd8f513 [posix_types.h: Cleanup stale __NFDBITS and related definition] removes the defintions for: #define NFDBITS __NFDBITS #define FD_SETSIZE __FD_SETSIZE #define FD_SET(fd,fdsetp) __FD_SET(fd,fdsetp) #define FD_CLR(fd,fdsetp) __FD_CLR(fd,fdsetp) #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp) #define FD_ZERO(fdsetp) __FD_ZERO(fdsetp) Which are still used by unionfs. We restore them to union.h for local use by unionfs until full replacements are found. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 21, 2012
-
-
Bruce Ashfield authored
Updating the 00-README with fixes and updates from Darren Hart's review of the initial patch. Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 17, 2012
-
-
Bruce Ashfield authored
1/1 [ Author: Liang Li Email: liang.li@windriver.com Subject: unionfs: update unionfs fork to align with mainline Date: Thu, 16 Aug 2012 21:25:01 +0800 mainline commit 0145acc [vfs: uninline full_name_hash] changes the interface to full_name_hash, so unionfs fork must be updated. Otherwise unionfs might have the odd behavior that newly created directories/files in unionfs won't show up in underlying fs properly. This also implies that 0145acc fixes the corner issue/regression that introduced by mainline commit bfcfaa7 [vfs: use 'unsigned long' accesses for dcache name comparison and hashing] and e419b4c [vfs: make word-at-a-time accesses handle a non-existing page], that newly adopted fast hash function might have hash collision issue on x86. Signed-off-by:
Liang Li <liang.li@windriver.com> ] Signed-off-by:
Bruce Ashfield <bruce.ashfield@windriver.com>
-
- Aug 15, 2012
-
-
Kishore Bodke authored
Enable Single Root PCI I/O Virtualization feature. Signed-off-by:
Kishore Bodke <kishore.k.bodke@intel.com>
-