index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf s390: Always build with -fPIC
Hendrik Brueckner
2017-12-27
1
-1
/
+1
*
Revert "perf s390: Always build with -fPIC"
Arnaldo Carvalho de Melo
2017-12-27
1
-1
/
+0
*
perf test shell: Fix check open filename arg using 'perf trace'
Michael Petlan
2017-12-27
1
-4
/
+3
*
perf evsel: Fix swap for samples with raw data
Jiri Olsa
2017-12-27
2
-3
/
+18
*
perf probe: Support escaped character in parser
Masami Hiramatsu
2017-12-27
2
-23
/
+51
*
perf string: Add {strdup,strpbrk}_esc()
Masami Hiramatsu
2017-12-27
2
-0
/
+48
*
perf probe: Find versioned symbols from map
Masami Hiramatsu
2017-12-27
4
-2
/
+32
*
perf probe: Add __return suffix for return events
Masami Hiramatsu
2017-12-27
2
-5
/
+6
*
perf probe: Cut off the version suffix from event name
Masami Hiramatsu
2017-12-27
1
-2
/
+2
*
perf probe: Add warning message if there is unexpected event name
Masami Hiramatsu
2017-12-27
1
-0
/
+8
*
perf env: Adopt perf_env__arch() from the annotate code
Arnaldo Carvalho de Melo
2017-12-27
6
-60
/
+54
*
perf annotate: Use perf_env when obtaining the arch name
Arnaldo Carvalho de Melo
2017-12-27
3
-17
/
+8
*
perf annotate: Get the cpuid from evsel->evlist->env in symbol__annotate()
Arnaldo Carvalho de Melo
2017-12-27
7
-13
/
+12
*
perf trace: Use generated syscall table on s390 too
Hendrik Brueckner
2017-12-27
2
-1
/
+13
*
perf s390: Generate system call table from asm/unistd.h
Hendrik Brueckner
2017-12-27
2
-0
/
+57
*
tools include s390: Grab a copy of arch/s390/include/uapi/asm/unistd.h
Hendrik Brueckner
2017-12-27
2
-0
/
+413
*
perf perf: Remove duplicate includes
Pravin Shedge
2017-12-27
9
-15
/
+0
*
perf test: Handle properly readdir DT_UNKNOWN
Jiri Olsa
2017-12-27
1
-5
/
+5
*
perf utils: Move is_directory() to path.h
Jiri Olsa
2017-12-27
3
-13
/
+18
*
perf stat: Resort '--per-thread' result
Jin Yao
2017-12-27
2
-11
/
+75
*
perf stat: Remove --per-thread pid/tid limitation
Jin Yao
2017-12-27
2
-8
/
+22
*
perf thread_map: Enumerate all threads from /proc
Jin Yao
2017-12-27
4
-4
/
+8
*
perf stat: Update or print per-thread stats
Jin Yao
2017-12-27
2
-5
/
+15
*
perf stat: Allocate shadow stats buffer for threads
Jin Yao
2017-12-27
2
-1
/
+47
*
perf stat: Remove a set of shadow stats static variables
Jin Yao
2017-12-27
2
-53
/
+16
*
perf stat: Print per-thread shadow stats
Jin Yao
2017-12-27
4
-87
/
+151
*
perf stat: Update per-thread shadow stats
Jin Yao
2017-12-27
5
-34
/
+68
*
perf stat: Create the runtime_stat init/exit function
Jin Yao
2017-12-27
2
-0
/
+20
*
perf stat: Extend rbtree to support per-thread shadow stats
Jin Yao
2017-12-27
1
-0
/
+27
*
perf stat: Define a structure for per-thread shadow stats
Jin Yao
2017-12-27
2
-12
/
+42
*
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2017-12-18
6
-37
/
+180
|
\
|
*
Merge tag 'perf-urgent-for-mingo-4.15-20171218' of git://git.kernel.org/pub/s...
Ingo Molnar
2017-12-18
8
-42
/
+186
|
|
\
|
|
*
x86/asm: Allow again using asm.h when building for the 'bpf' clang target
Arnaldo Carvalho de Melo
2017-12-18
1
-0
/
+2
|
|
*
tools arch s390: Do not include header files from the kernel sources
Arnaldo Carvalho de Melo
2017-12-18
3
-1
/
+46
|
|
*
perf jvmti: Generate correct debug information for inlined code
Ben Gainey
2017-12-18
3
-36
/
+134
|
|
*
perf tools: Fix up build in hardened environments
Jiri Olsa
2017-12-18
1
-4
/
+3
|
|
*
perf tools: Use shell function for perl cflags retrieval
Jiri Olsa
2017-12-18
1
-1
/
+1
*
|
|
Merge tag 'v4.15-rc4' into perf/core, to pick up fixes
Ingo Molnar
2017-12-18
339
-3046
/
+2411
|
\
|
|
|
*
|
Linux 4.15-rc4
v4.15-rc4
Linus Torvalds
2017-12-18
1
-1
/
+1
|
|
/
|
*
Revert "exec: avoid RLIMIT_STACK races with prlimit()"
Kees Cook
2017-12-17
1
-6
/
+1
|
*
Merge branch 'WIP.x86-pti.base-for-linus' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2017-12-17
0
-0
/
+0
|
|
\
|
|
*
x86/mm/kasan: Don't use vmemmap_populate() to initialize shadow
Andrey Ryabinin
2017-12-17
2
-8
/
+137
|
|
*
locking/barriers: Convert users of lockless_dereference() to READ_ONCE()
Will Deacon
2017-12-17
13
-27
/
+27
|
|
*
locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()
Will Deacon
2017-12-17
1
-0
/
+1
|
|
*
bpf: fix build issues on um due to mising bpf_perf_event.h
Daniel Borkmann
2017-12-17
1
-0
/
+1
|
|
*
perf/x86: Enable free running PEBS for REGS_USER/INTR
Andi Kleen
2017-12-17
2
-1
/
+27
|
|
*
x86: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMD
Rudolf Marek
2017-12-17
2
-2
/
+6
|
|
*
x86/cpufeature: Add User-Mode Instruction Prevention definitions
Ricardo Neri
2017-12-17
1
-0
/
+1
|
|
*
Merge commit 'upstream-x86-virt' into WIP.x86/mm
Ingo Molnar
2017-12-17
17
-93
/
+121
|
|
|
\
|
|
*
\
Merge branch 'upstream-acpi-fixes' into WIP.x86/pti.base
Ingo Molnar
2017-12-17
3
-58
/
+33
|
|
|
\
\
[next]