search for: uinclude

Displaying 15 results from an estimated 15 matches for "uinclude".

Did you mean: include
2014 Apr 14
1
[PATCH 1/3] tools: Unify export.h
...nux-kernel at vger.kernel.org Cc: virtio-dev at lists.oasis-open.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Borislav Petkov <bp at suse.de> --- tools/{virtio => include}/linux/export.h | 5 +++++ tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 ------- tools/perf/MANIFEST | 1 + tools/perf/Makefile.perf | 2 +- tools/perf/util/include/linux/export.h | 6 ------ tools/virtio/Makefile | 2 +- 7 files changed, 9 insertions(+), 16 deletions(-) rename tools/{vir...
2014 Apr 14
1
[PATCH 1/3] tools: Unify export.h
...nux-kernel at vger.kernel.org Cc: virtio-dev at lists.oasis-open.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Borislav Petkov <bp at suse.de> --- tools/{virtio => include}/linux/export.h | 5 +++++ tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 ------- tools/perf/MANIFEST | 1 + tools/perf/Makefile.perf | 2 +- tools/perf/util/include/linux/export.h | 6 ------ tools/virtio/Makefile | 2 +- 7 files changed, 9 insertions(+), 16 deletions(-) rename tools/{vir...
2014 May 05
2
[GIT PULL 01/12] perf/core improvements and fixes
...yscall and arch specific defines from perf.h perf tools: Move sys_perf_event_open function from perf.h perf tools: Move ACCESS_ONCE from perf.h header tools/include/linux/compiler.h | 2 + tools/{virtio => include}/linux/export.h | 5 + .../lockdep/uinclude => include}/linux/types.h | 29 ++- tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 - tools/perf/MANIFEST | 2 + tools/perf/Makefile.perf | 5 +- tools/perf/ar...
2014 May 05
2
[GIT PULL 01/12] perf/core improvements and fixes
...yscall and arch specific defines from perf.h perf tools: Move sys_perf_event_open function from perf.h perf tools: Move ACCESS_ONCE from perf.h header tools/include/linux/compiler.h | 2 + tools/{virtio => include}/linux/export.h | 5 + .../lockdep/uinclude => include}/linux/types.h | 29 ++- tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 - tools/perf/MANIFEST | 2 + tools/perf/Makefile.perf | 5 +- tools/perf/ar...
2014 Apr 10
0
[PATCH] tools: Unify export.h
...nux-kernel at vger.kernel.org Cc: virtio-dev at lists.oasis-open.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Borislav Petkov <bp at suse.de> --- tools/{virtio => include}/linux/export.h | 5 +++++ tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 ------- tools/perf/Makefile.perf | 2 +- tools/perf/util/include/linux/export.h | 6 ------ tools/virtio/Makefile | 2 +- 6 files changed, 8 insertions(+), 16 deletions(-) rename tools/{virtio => include}/linux/export.h (70%) delete m...
2014 Feb 23
2
[PATCH] tools: Unify export.h
...nux-kernel at vger.kernel.org Cc: virtio-dev at lists.oasis-open.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Borislav Petkov <bp at suse.de> --- tools/{virtio => include}/linux/export.h | 5 +++++ tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 ------- tools/perf/Makefile.perf | 2 +- tools/perf/util/include/linux/export.h | 6 ------ tools/virtio/Makefile | 2 +- 6 files changed, 8 insertions(+), 16 deletions(-) rename tools/{virtio => include}/linux/export.h (70%) delete m...
2014 Feb 23
2
[PATCH] tools: Unify export.h
...nux-kernel at vger.kernel.org Cc: virtio-dev at lists.oasis-open.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Borislav Petkov <bp at suse.de> --- tools/{virtio => include}/linux/export.h | 5 +++++ tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 ------- tools/perf/Makefile.perf | 2 +- tools/perf/util/include/linux/export.h | 6 ------ tools/virtio/Makefile | 2 +- 6 files changed, 8 insertions(+), 16 deletions(-) rename tools/{virtio => include}/linux/export.h (70%) delete m...
2014 Apr 12
0
[PATCH] tools: Unify export.h
...nux-kernel at vger.kernel.org Cc: virtio-dev at lists.oasis-open.org Cc: virtualization at lists.linux-foundation.org Signed-off-by: Borislav Petkov <bp at suse.de> --- tools/{virtio => include}/linux/export.h | 5 +++++ tools/lib/lockdep/Makefile | 2 +- tools/lib/lockdep/uinclude/linux/export.h | 7 ------- tools/perf/MANIFEST | 1 + tools/perf/Makefile.perf | 2 +- tools/perf/util/include/linux/export.h | 6 ------ tools/virtio/Makefile | 2 +- 7 files changed, 9 insertions(+), 16 deletions(-) rename tools/{vir...
2014 Feb 25
2
[PATCH] tools: Unify export.h
Em Tue, Feb 25, 2014 at 10:52:02PM +1030, Rusty Russell escreveu: > Borislav Petkov <bp at suse.de> writes: > > On Tue, Feb 25, 2014 at 12:09:23PM +1030, Rusty Russell wrote: > >> Should we get more ambitious and start a fake-kernel/ directory where > >> we can put userspace equivs/stubs of kernel functionality? > > > > Dunno - people like to do that
2014 Feb 25
2
[PATCH] tools: Unify export.h
Em Tue, Feb 25, 2014 at 10:52:02PM +1030, Rusty Russell escreveu: > Borislav Petkov <bp at suse.de> writes: > > On Tue, Feb 25, 2014 at 12:09:23PM +1030, Rusty Russell wrote: > >> Should we get more ambitious and start a fake-kernel/ directory where > >> we can put userspace equivs/stubs of kernel functionality? > > > > Dunno - people like to do that
2014 May 05
0
[GIT PULL 01/12] perf/core improvements and fixes
...es from perf.h > perf tools: Move sys_perf_event_open function from perf.h > perf tools: Move ACCESS_ONCE from perf.h header > > tools/include/linux/compiler.h | 2 + > tools/{virtio => include}/linux/export.h | 5 + > .../lockdep/uinclude => include}/linux/types.h | 29 ++- > tools/lib/lockdep/Makefile | 2 +- > tools/lib/lockdep/uinclude/linux/export.h | 7 - > tools/perf/MANIFEST | 2 + > tools/perf/Makefile.perf |...
2014 Apr 11
2
[PATCH] tools: Unify export.h
On Thu, Apr 10, 2014 at 07:38:05PM +0200, Borislav Petkov wrote: > Rebased onto current acme/perf/core: > > -- > From: Borislav Petkov <bp at suse.de> > Date: Sun, 23 Feb 2014 12:04:53 +0100 > Subject: [PATCH] tools: Unify export.h > > So tools/ has been growing three, at a different stage of their > development export.h headers and so we should unite into one.
2014 Apr 11
2
[PATCH] tools: Unify export.h
On Thu, Apr 10, 2014 at 07:38:05PM +0200, Borislav Petkov wrote: > Rebased onto current acme/perf/core: > > -- > From: Borislav Petkov <bp at suse.de> > Date: Sun, 23 Feb 2014 12:04:53 +0100 > Subject: [PATCH] tools: Unify export.h > > So tools/ has been growing three, at a different stage of their > development export.h headers and so we should unite into one.
2014 Apr 13
1
[PATCH] tools: Consolidate types.h
...12 Apr 2014 20:10:49 +0200 Subject: [PATCH] tools: Consolidate types.h Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. While at it, move u64_swap to its only user, evsel.h. Signed-off-by: Borislav Petkov <bp at suse.de> --- .../lockdep/uinclude => include}/linux/types.h | 29 +++++++++++++++++----- tools/perf/MANIFEST | 1 + tools/perf/Makefile.perf | 3 +-- tools/perf/arch/x86/include/perf_regs.h | 2 +- tools/perf/arch/x86/util/tsc.c | 2 +...
2014 Apr 13
1
[PATCH] tools: Consolidate types.h
...12 Apr 2014 20:10:49 +0200 Subject: [PATCH] tools: Consolidate types.h Combine all definitions into a common tools/include/linux/types.h and kill the wild growth elsewhere. While at it, move u64_swap to its only user, evsel.h. Signed-off-by: Borislav Petkov <bp at suse.de> --- .../lockdep/uinclude => include}/linux/types.h | 29 +++++++++++++++++----- tools/perf/MANIFEST | 1 + tools/perf/Makefile.perf | 3 +-- tools/perf/arch/x86/include/perf_regs.h | 2 +- tools/perf/arch/x86/util/tsc.c | 2 +...