Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
0a3cc3ae05c363dabd891ed5f918c62197de8c7f
0a3cc3a
perf report: Remove the time slices number limitation
by Jin Yao
· 8 years ago
5a031f8
perf util: Allocate time slices buffer according to number of comma
by Jin Yao
· 8 years ago
7425664
perf report: Add an indication of what time slices are used
by Jin Yao
· 8 years ago
3002812
perf util: Support no index time percent slice
by Jin Yao
· 8 years ago
6e761cb
perf util: Improve error checking for time percent input
by Jin Yao
· 8 years ago
1e2778e
perf script: Improve error msg when no first/last sample time found
by Jin Yao
· 8 years ago
eb0b419
perf report: Improve error msg when no first/last sample time found
by Jin Yao
· 8 years ago
0d3dcc0
perf callchains: Ask for PERF_RECORD_MMAP for data mmaps for DWARF unwinding
by Arnaldo Carvalho de Melo
· 8 years ago
bd3dda9
perf trace: Allow overriding global --max-stack per event
by Arnaldo Carvalho de Melo
· 8 years ago
75d5011
perf trace: Setup DWARF callchains for non-syscall events when --max-stack is used
by Arnaldo Carvalho de Melo
· 8 years ago
eabad8c
perf unwind: Do not look just at the global callchain_param.record_mode
by Arnaldo Carvalho de Melo
· 8 years ago
249d98e
perf callchain: Fix attr.sample_max_stack setting
by Arnaldo Carvalho de Melo
· 8 years ago
ffd3d18
perf tools: Add ARM Statistical Profiling Extensions (SPE) support
by Kim Phillips
· 8 years ago
d777f8d
tools lib traceevent: Fix get_field_str() for dynamic strings
by Steven Rostedt (VMware)
· 8 years ago
806efae
tools lib traceevent: Fix missing break in FALSE case of pevent_filter_clear_trivial()
by Taeung Song
· 8 years ago
6d36ce2
tools lib traceevent: Add UL suffix to MISSING_EVENTS
by Michael Sartain
· 8 years ago
67dfc37
tools lib traceevent: Use asprintf when possible
by Federico Vaga
· 8 years ago
e877372
tools lib traceevent: Show contents (in hex) of data of unrecognized type records
by Steven Rostedt (VMware)
· 8 years ago
37db96b
tools lib traceevent: Handle new pointer processing of bprint strings
by Steven Rostedt (VMware)
· 8 years ago
38d70b7
tools lib traceevent: Simplify pointer print logic and fix %pF
by Steven Rostedt (VMware)
· 8 years ago
d634447
tools lib traceevent: Print value of unknown symbolic fields
by Jan Kiszka
· 8 years ago
3df76c9
tools lib traceevent: Show value of flags that have not been parsed
by Steven Rostedt (VMware)
· 8 years ago
952a99c
tools lib traceevent: Fix bad force_token escape sequence
by Michael Sartain
· 8 years ago
08e2639
perf trace: Fix setting of --call-graph/--max-stack for non-syscall events
by Arnaldo Carvalho de Melo
· 8 years ago
1688c2f
perf evsel: Check if callchain is enabled before setting it up
by Arnaldo Carvalho de Melo
· 8 years ago
fa1195c
perf tools: Fix copyfile_offset update of output offset
by Jiri Olsa
· 8 years ago
236d812
perf trace: No need to set PERF_SAMPLE_IDENTIFIER explicitely
by Arnaldo Carvalho de Melo
· 8 years ago
41013f0
perf script python: Add script to profile and resolve physical mem type
by Kan Liang
· 8 years ago
dd8bd53
perf evlist: Remove trailing semicolon
by Luis de Bethencourt
· 8 years ago
2178790
perf evsel: Fix incorrect handling of type _TERM_DRV_CFG
by Mathieu Poirier
· 8 years ago
1ccb8fe
Merge tag 'perf-core-for-mingo-4.16-20180110' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 8 years ago
5d64db2
tools headers: Synchronize kernel <-> tooling headers
by Arnaldo Carvalho de Melo
· 8 years ago
6439d7d
perf report: Introduce --mmaps
by Arnaldo Carvalho de Melo
· 8 years ago
930f8b3
perf report: Add --tasks option to display monitored tasks
by Jiri Olsa
· 8 years ago
2d1073d
perf trace: Beautify 'gettid' syscall result
by Arnaldo Carvalho de Melo
· 8 years ago
a4a4d0a
perf report: Add --stats option to display quick data statistics
by Jiri Olsa
· 8 years ago
075ca1e
perf tools: Make the tool's warning messages optional
by Jiri Olsa
· 8 years ago
3d7c27b
perf script: Add support to display lost events
by Jiri Olsa
· 8 years ago
28a0b39
perf script: Add support to display sample misc field
by Jiri Olsa
· 8 years ago
972c148
perf: Update PERF_RECORD_MISC_* comment for perf_event_header::misc bit 13
by Jiri Olsa
· 8 years ago
99e818c
perf: Return empty callchain instead of NULL
by Jiri Olsa
· 8 years ago
8cf7e0e
perf: Make perf_callchain function static
by Jiri Olsa
· 8 years ago
81df978
perf: Add sample_id to PERF_RECORD_ITRACE_START event comment
by Jiri Olsa
· 8 years ago
313ccb9
perf: Allocate context task_ctx_data for child event
by Jiri Olsa
· 8 years ago
db9fc76
perf tools: Display perf_event_attr::namespaces debug info
by Jiri Olsa
· 8 years ago
24787af
perf tools: Enable LIBBABELTRACE by default
by Jiri Olsa
· 8 years ago
2ab046c
perf script: Support time percent and multiple time ranges
by Jin Yao
· 8 years ago
5b969bc
perf report: Support time percent and multiple time ranges
by Jin Yao
· 8 years ago
9a9b8b4
perf tools: Create function to perform multiple time range checking
by Jin Yao
· 8 years ago
13a70f3
perf tools: Create function to parse time percent
by Jin Yao
· 8 years ago
68588ba
perf record: Record the first and last sample time in the header
by Jin Yao
· 8 years ago
6011518
perf header: Add infrastructure to record first and last sample time
by Jin Yao
· 8 years ago
40c39e3
perf report: Fix a no annotate browser displayed issue
by Jin Yao
· 8 years ago
935f5a9
perf report: Fix a wrong offset issue when using /proc/kcore
by Jin Yao
· 8 years ago
44df1af
perf tools: Fix compile error with libunwind x86
by Wang Nan
· 8 years ago
e0337f4
perf test bpf: Hook on epoll_pwait()
by Arnaldo Carvalho de Melo
· 8 years ago
13cb2d0
perf test bpf: Use designated struct field initializers
by Arnaldo Carvalho de Melo
· 8 years ago
6703c97
perf test bpf: Improve message about expected samples
by Arnaldo Carvalho de Melo
· 8 years ago
9128d3e
perf/x86/msr: Clean up the code
by Ingo Molnar
· 8 years ago
9ae21dd
perf/x86/msr: Add support for MSR_IA32_THERM_STATUS
by Stephane Eranian
· 8 years ago
b6815f3
Merge branch 'linus' into perf/core, to pick up fixes
by Ingo Molnar
· 8 years ago
89876f2
Merge tag 'for-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux
by Linus Torvalds
· 8 years ago
12e971b
Merge tag 'xfs-4.15-fixes-10' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
by Linus Torvalds
· 8 years ago
f842839
Merge tag 'mfd-fixes-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd
by Linus Torvalds
· 8 years ago
abb7099
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
b03acc4
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
3eac690
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
by Linus Torvalds
· 8 years ago
925cbd7
Merge tag 'for-linus-4.15-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 8 years ago
64648a5
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
by Linus Torvalds
· 8 years ago
d8887f1
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 8 years ago
de79182
x86/pti: Rename BUG_CPU_INSECURE to BUG_CPU_MELTDOWN
by Thomas Gleixner
· 8 years ago
b9e705e
x86/alternatives: Add missing '\n' at end of ALTERNATIVE inline asm
by David Woodhouse
· 8 years ago
107b7d9
mfd: rtsx: Release IRQ during shutdown
by Sinan Kaya
· 8 years ago
5866bec
Merge tag 'drm-fixes-for-v4.15-rc7' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
9a0e712
mailmap: update Mark Yao's email address
by Jeffy Chen
· 8 years ago
0cbb4b4
userfaultfd: clear the vma->vm_userfaultfd_ctx if UFFD_EVENT_FORK fails
by Andrea Arcangeli
· 8 years ago
d09cfbb
mm/sparse.c: wrong allocation for mem_section
by Baoquan He
· 8 years ago
cdc346b
mm/zsmalloc.c: include fs.h
by Sergey Senozhatsky
· 8 years ago
152a2d1
mm/debug.c: provide useful debugging information for VM_BUG
by Matthew Wilcox
· 8 years ago
dc8635b
kernel/exit.c: export abort() to modules
by Andrew Morton
· 8 years ago
4991c09
mm/mprotect: add a cond_resched() inside change_pmd_range()
by Anshuman Khandual
· 8 years ago
4d95701
kernel/acct.c: fix the acct->needcheck check in check_free_space()
by Oleg Nesterov
· 8 years ago
e8c2477
mm: check pfn_valid first in zero_resv_unavail
by Dave Young
· 8 years ago
1e54768
x86/tlb: Drop the _GPL from the cpu_tlbstate export
by Thomas Gleixner
· 8 years ago
42f3bdc
x86/events/intel/ds: Use the proper cache flush method for mapping ds buffers
by Peter Zijlstra
· 8 years ago
1dddd25
x86/kaslr: Fix the vaddr_end mess
by Thomas Gleixner
· 8 years ago
bc6fe53
Merge tag 'drm-intel-fixes-2018-01-04' of git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
by Dave Airlie
· 8 years ago
0007b9c
Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
by Dave Airlie
· 8 years ago
dc042da
Merge branch 'drm-armada-fixes-4.15' of git://git.armlinux.org.uk/~rmk/linux-arm into drm-fixes
by Dave Airlie
· 8 years ago
041ea47
Merge tag 'omapdrm-4.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux into drm-fixes
by Dave Airlie
· 8 years ago
f207890
x86/mm: Map cpu_entry_area at the same place on 4/5 level
by Thomas Gleixner
· 8 years ago
f5a4071
x86/mm: Set MODULES_END to 0xffffffffff000000
by Andrey Ryabinin
· 8 years ago
e1915c8
Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 8 years ago
abb62c4
arm64: dts: uniphier: fix gpio-ranges property of PXs3 SoC
by Masahiro Yamada
· 8 years ago
d84baa5
Merge tag 'sunxi-fixes-for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into fixes
by Arnd Bergmann
· 8 years ago
3bfbed8
Merge tag 'renesas-fixes-for-v4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
by Arnd Bergmann
· 8 years ago
30414f3
drm/i915: Apply Display WA #1183 on skl, kbl, and cfl
by Lucas De Marchi
· 8 years ago
00a5ae2
Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 8 years ago
2fd9c41
x86/process: Define cpu_tss_rw in same section as declaration
by Nick Desaulniers
· 8 years ago
d7732ba
x86/pti: Switch to kernel CR3 at early in entry_SYSCALL_compat()
by Thomas Gleixner
· 8 years ago
Next »